progit2-nl

Dutch Pro Git v2 Translation

https://github.com/progit/progit2-nl

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.2%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Dutch Pro Git v2 Translation

Basic Info
  • Host: GitHub
  • Owner: progit
  • License: other
  • Language: CSS
  • Default Branch: master
  • Size: 164 MB
Statistics
  • Stars: 7
  • Watchers: 5
  • Forks: 13
  • Open Issues: 2
  • Releases: 42
Created about 11 years ago · Last pushed 6 months ago
Metadata Files
Readme Contributing License Citation Security

README.asc

image:https://travis-ci.org/progit/progit2-nl.svg?branch=master["Build Status", link="https://travis-ci.org/progit/progit2-nl"]
////
Laatst bijgewerkt van progit/progit2 referentie: 7836cfed
////
= Pro Git, Second Edition

Welcome to the second edition of the Pro Git book.

You can find this book online at: https://git-scm.com/book

Like the first edition, the second edition of Pro Git is open source under a Creative Commons license.

A couple of things have changed since open sourcing the first edition.
For one, we've moved from Markdown to the amazing Asciidoc format for the text of the book.

We've also moved to keeping the translations in separate repositories rather than subdirectories of the English repository.
See link:TRANSLATING.md[the translating document] for more information.

== How To Generate the Book

You can generate the e-book files manually with Asciidoctor.
If you run the following you _may_ actually get HTML, Epub, Mobi and PDF output files:

----
$ bundle install
$ bundle exec rake book:build
Converting to HTML...
 -- HTML output at progit.html
Converting to EPub...
 -- Epub output at progit.epub
Converting to Mobi (kf8)...
 -- Mobi output at progit.mobi
Converting to PDF...
 -- PDF output at progit.pdf
----

== Signaling an Issue

Before signaling an issue, please check that there isn't already a similar one in the bug tracking system.

Also, if this issue has been spotted on the git-scm.com site, please cross-check that it is still present in this repo.
The issue may have already been corrected, but the changes have not been deployed yet.

== Contributing

If you'd like to help out by making a change, take a look at the link:CONTRIBUTING.md[contributor's guide].

== Noot van de "eigenaar" van deze branch:

Attentie heren en dames vertalers, of zij die zich geroepen voelen aan de vertaling bij te dragen.

Ten eerste: dank je voor je belangstelling en hopelijk ook je bijdragen.
Ik ben deze klus begonnen uit nieuwsgierigheid naar Git en probeer zo goed als mogelijk de vertaling naar het Nederlands te verzorgen.

Daarbij is jouw bijdrage van harte welkom.
Mijn Nederlands is niet perfect, en ik heb niet de illusie dat mijn Engels perfect is.
Maar dat weerhoudt me niet om toch te gaan vertalen, in het volle besef dat het niet foutloos zal zijn of zelfs consistent.
Als je correcties hebt, gewoon corrigeren en een Pull Request openen.
Als je wilt discussieren over een stuk vertaling: gewoon een discussie openen op dit project.

Mocht je willen meehelpen, graag, en ik zou hierbij het volgende willen voorstellen als werkregels:
Er zijn bepaalde termen die voor de gemiddelde Nederlandse computergebruiker in het Engels veel beter klinken (of bekender voorkomen) dan de vertaalde Nederlandse term.
In het begin zullen deze termen niet vaak voorkomen, maar in de meer diepgaandere hoofdstukken komen deze steeds meer voor.
Termen als "Committen", "Mergen" en "Applyen" klinken beter dan "Plegen" of "Toepassen", "Samenvoegen" en "Toepassen" (wat bovendien slecht valt te onderscheiden van de het toepassen dat je bij commit zou kunnen gebruiken).

De mensen die dit boek lezen zijn, naar mijn bescheiden inschatting, al goed op de hoogte van versiebeheer en passen (zie ik in de praktijk) deze termen al toe.
Een nieuwe terminologie introduceren lijkt me dan ook niet noodzakelijk, eerder verwarrend - en Git heeft al een aantal verwarrende termen als je bijv. Subversion gewend bent.
Verder blijven er altijd kreten over als "directory", wat vertaald zou kunnen worden als "map", maar bij het Engelse werkwoord "to map" krijgen we dan weer het probleem: hoe dit weer te vertalen?
Daarom zou ik willen voorstellen om deze basis-termen toch onvertaald te laten.

Twijfelgevallen zullen altijd blijven zoals de term "file", daarvan wordt in de praktijk zowel de term file als bestand gebruikt.
Ik denk dat we hier moeten kijken hoe het in de context past. De term "client" heb ik, lettend op de context vaak vertaald met "werkstation".
Termen als als "tool" (instrument, gereedschap?) en "plumbing" (ik zit zelf nog op een mooie Nederlandse term te broeden, "binnenwerk" lijkt me een goede kandidaat) zijn een iets grotere uitdaging. En wat te denken van "porcelain"? Ik heb vaak "koetswerk" aangegeven, maar in de tekst onvertaald gelaten; de lezer is intelligent genoeg om "porcelain" te begrijpen.
Hierbij stel ik voor om eenmalig een Nederlandse vertaling te geven, tussen haakjes de Engelse term te geven en in het vervolg de Engelse term te gebruiken.
Wederom is de context hier belangrijk.

Verder stel ik ook voor om de regels op https://onzetaal.nl/taaladvies zoveel mogelijk te volgen (sorry, ik merk steeds dat ik me hier ook niet consequent aan houd).
Bijvoorbeeld de regels omtrent het spellen van Engelse werkwoorden die in het Nederlands gebruikt worden.

Let wel: ik wil niemand tot iets verplichten, maar ik denk dat we moeten streven naar een zo duidelijk mogelijke en best bij de praktijk aansluitende vertaling moeten proberen te maken.

Veel succes en plezier bij het vertalen, en alvast bedankt voor je bijdrage.

Owner

  • Name: Pro Git Book
  • Login: progit
  • Kind: organization

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: Pro Git
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Scott
    family-names: Chacon
    email: schacon@gmail.com
  - given-names: Ben
    family-names: Straub
    email: ben@straub.cc
identifiers:
  - type: url
    value: 'https://git-scm.com/book/en/v2'
    description: Pro Git website
repository-code: 'https://github.com/progit/progit2'
url: 'https://git-scm.com/book/en/v2'
keywords:
  - git
  - book
  - asciidoc
  - pro-git
license: CC-BY-NC-SA-3.0
version: '2'

GitHub Events

Total
  • Watch event: 1
  • Delete event: 23
  • Issue comment event: 1
  • Push event: 26
  • Pull request event: 47
  • Create event: 20
Last Year
  • Watch event: 1
  • Delete event: 23
  • Issue comment event: 1
  • Push event: 26
  • Pull request event: 47
  • Create event: 20

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 6
  • Total pull requests: 95
  • Average time to close issues: about 2 months
  • Average time to close pull requests: 14 days
  • Total issue authors: 4
  • Total pull request authors: 12
  • Average comments per issue: 2.17
  • Average comments per pull request: 0.25
  • Merged pull requests: 81
  • Bot issues: 0
  • Bot pull requests: 70
Past Year
  • Issues: 0
  • Pull requests: 40
  • Average time to close issues: N/A
  • Average time to close pull requests: 2 days
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 36
  • Bot issues: 0
  • Bot pull requests: 40
Top Authors
Issue Authors
  • Cpt-xx (3)
  • DeTommie (1)
  • seansan (1)
  • schacon (1)
Pull Request Authors
  • dependabot[bot] (79)
  • Cpt-xx (12)
  • jnavila (3)
  • seansan (1)
  • thomashertog (1)
  • jorrit (1)
  • Casmo (1)
  • XSmeets (1)
  • bartbroere (1)
  • JohnBons (1)
  • remyzandwijk (1)
  • turbor (1)
Top Labels
Issue Labels
question (1) help wanted (1)
Pull Request Labels
dependencies (79) ruby (74)

Dependencies

Gemfile rubygems
  • asciidoctor = 1.5.6.1
  • asciidoctor-epub3 >= 0
  • asciidoctor-pdf = 1.5.0.alpha.16
  • awesome_print >= 0
  • coderay >= 0
  • epubcheck >= 0
  • json >= 0
  • kindlegen >= 0
  • pygments.rb >= 0
  • rake >= 0
  • thread_safe >= 0
.github/workflows/pr-build.yml actions
  • actions/checkout v2 composite
  • ruby/setup-ruby v1 composite
.github/workflows/release-on-merge.yml actions
  • actions/checkout v2 composite
  • ncipollo/release-action v1 composite
  • ruby/setup-ruby v1 composite