-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spelling #1481
base: master
Are you sure you want to change the base?
Spelling #1481
Changes from all commits
c9ac373
df5e431
d979b26
74724f6
f69e133
0b113a3
d294bbe
15a91d9
3f67bf1
3354072
59dcd76
1a111a8
eeb8f9b
6398e1c
aa7d455
626c6ef
8aff320
77e9ac5
cef2423
3663198
0dcf9c2
91da06b
8085d82
4d53296
86ce981
02e0296
23de7b4
fd1d573
7e0ace5
592b991
2abaf82
fa42707
1aec4df
2a72e10
d1f0dd1
4f69b6d
7dc91b7
6ed4b96
9f09ac7
557290d
f6daaa2
a964dc2
fcfd18e
daef265
6bb6ce7
ee23087
8faa353
4b2e1b8
e7bb699
3fc1d3b
feeb191
19decb3
31b4dca
a16a640
ba91a87
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Translation Workflow | ||
==================== | ||
|
||
If documentation changed, run `make push` to push new messages to transiflex (manager account required). | ||
If documentation changed, run `make push` to push new messages to transifex (manager account required). | ||
|
||
To update the local translation files, call `make pull` and commit the changes from time to time (manager account required). | ||
|
||
Go to https://www.transifex.com/bottle for actually translating stuff. You can du that with a normal user account at transiflex. | ||
Go to https://www.transifex.com/bottle for actually translating stuff. You can du that with a normal user account at transifex. |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -394,7 +394,7 @@ msgid "Current value of the 'Content-Length' header." | |
msgstr "" | ||
|
||
#: ../../../bottle.py:docstring of bottle.FileUpload.get_header:1 | ||
msgid "Return the value of a header within the mulripart part." | ||
msgid "Return the value of a header within the multipart part." | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I usually avoid touching localizations/pot files, but for this project, I decided to include the changes. It's trivial for me to drop changes to files, I just need to know which... |
||
msgstr "" | ||
|
||
#: ../../../bottle.py:docstring of bottle.FileUpload.filename:1 | ||
|
@@ -510,7 +510,7 @@ msgid "Plugins from the parent application are not applied to the routes of the | |
msgstr "" | ||
|
||
#: ../../../bottle.py:docstring of bottle.Bottle.mount:13 | ||
msgid "While it is possible to use path wildcards within the prefix path (:class:`Bottle` childs only), it is highly discouraged." | ||
msgid "While it is possible to use path wildcards within the prefix path (:class:`Bottle` children only), it is highly discouraged." | ||
msgstr "" | ||
|
||
#: ../../../bottle.py:docstring of bottle.Bottle.mount:16 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -480,7 +480,7 @@ msgid "Current value of the 'Content-Length' header." | |
msgstr "" | ||
|
||
#: ../../../bottle.pydocstring of bottle.FileUpload.get_header:1 | ||
msgid "Return the value of a header within the mulripart part." | ||
msgid "Return the value of a header within the multipart part." | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. My logic for updating translations is that the translator has either picked a translation or hasn't gotten around to it, and in either case fixing a typo isn't material. If there's a sign that the translation was misguided based on the typo, then I wouldn't update a key. |
||
msgstr "" | ||
|
||
#: ../../../bottle.pydocstring of bottle.FileUpload.filename:1 | ||
|
@@ -621,7 +621,7 @@ msgstr "" | |
#: ../../../bottle.pydocstring of bottle.Bottle.mount:13 | ||
msgid "" | ||
"While it is possible to use path wildcards within the prefix path " | ||
"(:class:`Bottle` childs only), it is highly discouraged." | ||
"(:class:`Bottle` children only), it is highly discouraged." | ||
msgstr "" | ||
|
||
#: ../../../bottle.pydocstring of bottle.Bottle.mount:16 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -125,7 +125,7 @@ msgid "" | |
" in at least the two latest minor releases and announced in all available " | ||
"channels (mailinglist, twitter, github). Non-critical bugs or features are " | ||
"not guaranteed to be backported. This may change in the future, through." | ||
msgstr "Die Bottle Versionsnummer ist in drei Teile unterteilt (**major.minor.revision**). Diese werden *nicht* dazu genutzt um neue Funktionen zu bewerben, sondern um wichtige bug-fixes und/oder Änderungen an der API zu indizieren. Kritische Fehler werden in den letzten zwei stabilen Veröffentlichungen behoben und über alle Kanäle mitgeteilt (Mailinglisten, Twitter, Github). Nicht kritische Fehler oder Features werden garantiert zurückgestellt. Dies wird sich eventuell in der Zukunft ändern. " | ||
msgstr "Die Bottle Versionsnummer ist in drei Teile unterteilt (**major.minor.revision**). Diese werden *nicht* dazu genutzt um neue Funktionen zu bewerben, sondern um wichtige bug-fixes und/oder Änderungen an der API zu indizieren. Kritische Fehler werden in den letzten zwei stabilen Veröffentlichungen behoben und über alle Kanäle mitgeteilt (Mailinglisten, Twitter, GitHub). Nicht kritische Fehler oder Features werden garantiert zurückgestellt. Dies wird sich eventuell in der Zukunft ändern. " | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is different. I believe the correct thing is for someone to go into transifex and fix the translation, but I don't have the resources to do that for random projects. |
||
|
||
#: ../../development.rst:37 | ||
msgid "Major Release (x.0)" | ||
|
@@ -283,7 +283,7 @@ msgstr "**Test:** Schreibe Tests um nachzuweisen dass dein Code wie geplant funk | |
#: ../../development.rst:83 | ||
msgid "" | ||
"**One patch at a time:** Only fix one bug or add one feature at a time. " | ||
"Design your patches so that they can be applyed as a whole. Keep your " | ||
"Design your patches so that they can be applied as a whole. Keep your " | ||
"patches clean, small and focused." | ||
msgstr "**Ein Patch zur selben Zeit:** Behebe nur einen Fehler oder füge nur ein Feature zur selben Zeit hinzu. Entwickle deine Patches so, dass sie als Ganzes angewendet werden können. Halte deine Patches sauber, klein und fokussiert." | ||
|
||
|
@@ -314,7 +314,7 @@ msgid "" | |
"The following examples assume that you have an (free) `github account " | ||
"<https://github.com>`_. This is not mandatory, but makes things a lot " | ||
"easier." | ||
msgstr "Die folgenden Beispiele nehmen an dass du einen (kostnelosen) `Github Account <https://github.com>`_ besitzt. Dies ist nicht notwendig, erleichtert die Dinge jedoch sehr." | ||
msgstr "Die folgenden Beispiele nehmen an dass du einen (kostnelosen) `GitHub Account <https://github.com>`_ besitzt. Dies ist nicht notwendig, erleichtert die Dinge jedoch sehr." | ||
|
||
#: ../../development.rst:125 | ||
msgid "" | ||
|
@@ -386,7 +386,7 @@ msgstr "Dies ist gleichbedeutend mit der Rückgängigmachung all deiner Änderun | |
msgid "" | ||
"Now you are almost ready to send a pull request. But first you need to make " | ||
"your feature-branch public by pushing it to your github fork::" | ||
msgstr "Jetzt bist du beinahe bereit ein pull-request zu senden. Aber als ersten muss du deinen Feature-Branch öffentlich machen indem du ihn in deine Github-Fork pushst. " | ||
msgstr "Jetzt bist du beinahe bereit ein pull-request zu senden. Aber als ersten muss du deinen Feature-Branch öffentlich machen indem du ihn in deine GitHub-Fork pushst. " | ||
|
||
#: ../../development.rst:160 | ||
msgid "" | ||
|
@@ -395,7 +395,7 @@ msgid "" | |
"be to start a thread in the mailing-list, which is recommended. It allows " | ||
"other developers to see and discuss your patches and you get some feedback " | ||
"for free :)" | ||
msgstr "Nachdem du deinen commit gepusht hast musst du uns über das neue Feature informieren. Eine Möglichkeit ist, ein pull-request über Github zu senden. Eine Andere wäre, einen neuen Thread in der Mailingliste zu starten, was empfohlen wird. Es erlaubt anderen Entwicklern deine Patches zu sehen und zu diskutieren und du bekommst gratis Feedback :)" | ||
msgstr "Nachdem du deinen commit gepusht hast musst du uns über das neue Feature informieren. Eine Möglichkeit ist, ein pull-request über GitHub zu senden. Eine Andere wäre, einen neuen Thread in der Mailingliste zu starten, was empfohlen wird. Es erlaubt anderen Entwicklern deine Patches zu sehen und zu diskutieren und du bekommst gratis Feedback :)" | ||
|
||
#: ../../development.rst:162 | ||
msgid "" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't really a spelling change. I noticed it when I looked at the file (I'm considering using this project for a task...)