Skip to content

Commit 42e09fc

Browse files
committed
updated translations
1 parent 4843568 commit 42e09fc

File tree

4 files changed

+106
-54
lines changed

4 files changed

+106
-54
lines changed
1.65 KB
Binary file not shown.

cookbook/locale/de/LC_MESSAGES/django.po

Lines changed: 105 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2020-02-17 23:29+0100\n"
11+
"POT-Creation-Date: 2020-02-18 23:20+0100\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -18,17 +18,25 @@ msgstr ""
1818
"Content-Transfer-Encoding: 8bit\n"
1919
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2020

21+
#: .\cookbook\filters.py:15
22+
#: .\cookbook\templates\forms\edit_internal_recipe.html:28
23+
#: .\cookbook\templates\forms\ingredients.html:33
24+
#: .\cookbook\templates\recipe_view.html:67
25+
msgid "Ingredients"
26+
msgstr "Zutaten"
27+
2128
#: .\cookbook\forms.py:35
2229
msgid ""
2330
"Color of the top navigation bar. Not all colors work with all themes, just "
2431
"try them out!"
2532
msgstr ""
33+
"Farbe der oberen Navigationsleiste. Nicht alle Farben passen, daher einfach mal ausprobieren!"
2634

27-
#: .\cookbook\forms.py:49 .\cookbook\forms.py:67 .\cookbook\forms.py:167
35+
#: .\cookbook\forms.py:49 .\cookbook\forms.py:67 .\cookbook\forms.py:189
2836
msgid "Name"
2937
msgstr "Name"
3038

31-
#: .\cookbook\forms.py:50 .\cookbook\forms.py:68 .\cookbook\forms.py:168
39+
#: .\cookbook\forms.py:50 .\cookbook\forms.py:68 .\cookbook\forms.py:190
3240
#: .\cookbook\templates\stats.html:22
3341
msgid "Keywords"
3442
msgstr "Schlagwörter"
@@ -41,7 +49,7 @@ msgstr "Zubereitungszeit in Minuten"
4149
msgid "Waiting time (cooking/baking) in minutes"
4250
msgstr "Wartezeit (kochen/backen) in Minuten"
4351

44-
#: .\cookbook\forms.py:53 .\cookbook\forms.py:169
52+
#: .\cookbook\forms.py:53 .\cookbook\forms.py:191
4553
msgid "Path"
4654
msgstr "Pfad"
4755

@@ -53,47 +61,71 @@ msgstr "Speicher ID"
5361
msgid "Instructions"
5462
msgstr "Anleitung"
5563

56-
#: .\cookbook\forms.py:89
64+
#: .\cookbook\forms.py:82
65+
msgid ""
66+
"Include <code>- [ ]</code> in list for easier usage in markdown based "
67+
"documents."
68+
msgstr ""
69+
"Füge <code>- [ ]</code> vor den Zutaten ein um sie besser in einem Markdown Dokument "
70+
"zu verwenden."
71+
72+
#: .\cookbook\forms.py:94
5773
msgid "New Unit"
5874
msgstr "Neue Einheit"
5975

60-
#: .\cookbook\forms.py:90
76+
#: .\cookbook\forms.py:95
6177
msgid "New unit that other gets replaced by."
6278
msgstr "Neue Einheit die die alte ersetzt."
6379

64-
#: .\cookbook\forms.py:95
80+
#: .\cookbook\forms.py:100
6581
msgid "Old Unit"
6682
msgstr "Alte Einheit"
6783

68-
#: .\cookbook\forms.py:96
84+
#: .\cookbook\forms.py:101
6985
msgid "Unit that should be replaced."
7086
msgstr "Einheit die ersetzt werden soll."
7187

72-
#: .\cookbook\forms.py:108
88+
#: .\cookbook\forms.py:111
89+
msgid "New Ingredient"
90+
msgstr "Neue Zutat"
91+
92+
#: .\cookbook\forms.py:112
93+
msgid "New ingredient that other gets replaced by."
94+
msgstr "Neue Zutat die die alte ersetzt."
95+
96+
#: .\cookbook\forms.py:117
97+
msgid "Old Ingredient"
98+
msgstr "Alte Zutat"
99+
100+
#: .\cookbook\forms.py:118
101+
msgid "Ingredient that should be replaced."
102+
msgstr "Zutat die ersetzt werden soll."
103+
104+
#: .\cookbook\forms.py:130
73105
msgid "Add your comment: "
74106
msgstr "Schreibe einen Kommentar:"
75107

76-
#: .\cookbook\forms.py:126
108+
#: .\cookbook\forms.py:148
77109
msgid "Leave empty for dropbox and enter app password for nextcloud."
78110
msgstr "Für Dropbox leer lassen, bei Nextcloud App-Passwort eingeben."
79111

80-
#: .\cookbook\forms.py:129
112+
#: .\cookbook\forms.py:151
81113
msgid "Leave empty for nextcloud and enter api token for dropbox."
82114
msgstr "Bei Nextcloud leer lassen, bei Dropbox API Token eingeben"
83115

84-
#: .\cookbook\forms.py:137
116+
#: .\cookbook\forms.py:159
85117
msgid ""
86118
"Leave empty for dropbox and enter only base url for nextcloud (<code>/remote."
87119
"php/webdav/</code> is added automatically)"
88120
msgstr ""
89121
"Bei Dropbox leer lassen, bei Nextcloud Server URL angeben (<code>/remote.php/"
90122
"webdav/</code> wird automatisch hinzugefügt)"
91123

92-
#: .\cookbook\forms.py:156
124+
#: .\cookbook\forms.py:178
93125
msgid "Search String"
94126
msgstr "Such Wort"
95127

96-
#: .\cookbook\forms.py:170
128+
#: .\cookbook\forms.py:192
97129
msgid "File ID"
98130
msgstr "Datei ID"
99131

@@ -134,66 +166,72 @@ msgstr "Bücher"
134166

135167
#: .\cookbook\templates\base.html:86 .\cookbook\templates\meal_plan.html:4
136168
#: .\cookbook\templates\meal_plan.html:13 .\cookbook\views\edit.py:261
137-
#: .\cookbook\views\edit.py:444 .\cookbook\views\new.py:130
169+
#: .\cookbook\views\edit.py:462 .\cookbook\views\new.py:130
138170
msgid "Meal-Plan"
139171
msgstr "Plan"
140172

141-
#: .\cookbook\templates\base.html:92
173+
#: .\cookbook\templates\base.html:90
174+
#, fuzzy
175+
#| msgid "Shopping List"
176+
msgid "Shopping"
177+
msgstr "Einkaufsliste"
178+
179+
#: .\cookbook\templates\base.html:96
142180
msgid "Tags"
143181
msgstr "Schlagwörter"
144182

145-
#: .\cookbook\templates\base.html:96 .\cookbook\views\edit.py:151
146-
#: .\cookbook\views\edit.py:389 .\cookbook\views\lists.py:17
183+
#: .\cookbook\templates\base.html:100 .\cookbook\views\edit.py:151
184+
#: .\cookbook\views\edit.py:407 .\cookbook\views\lists.py:17
147185
#: .\cookbook\views\new.py:46
148186
msgid "Keyword"
149187
msgstr "Schlagwort"
150188

151-
#: .\cookbook\templates\base.html:98
189+
#: .\cookbook\templates\base.html:102
152190
msgid "Batch Edit"
153191
msgstr "Massenbearbeitung"
154192

155-
#: .\cookbook\templates\base.html:103
193+
#: .\cookbook\templates\base.html:107
156194
msgid "Storage Data"
157195
msgstr "Datenquellen"
158196

159-
#: .\cookbook\templates\base.html:107
197+
#: .\cookbook\templates\base.html:111
160198
msgid "Storage Backends"
161199
msgstr "Speicher Quellen"
162200

163-
#: .\cookbook\templates\base.html:109
201+
#: .\cookbook\templates\base.html:113
164202
msgid "Configure Sync"
165203
msgstr "Sync Einstellen"
166204

167-
#: .\cookbook\templates\base.html:111
205+
#: .\cookbook\templates\base.html:115
168206
msgid "Import Recipes"
169207
msgstr "Importierte Rezepte"
170208

171-
#: .\cookbook\templates\base.html:113 .\cookbook\views\lists.py:25
209+
#: .\cookbook\templates\base.html:117 .\cookbook\views\lists.py:25
172210
msgid "Import Log"
173211
msgstr "Import Log"
174212

175-
#: .\cookbook\templates\base.html:115 .\cookbook\templates\stats.html:10
213+
#: .\cookbook\templates\base.html:119 .\cookbook\templates\stats.html:10
176214
msgid "Statistics"
177215
msgstr "Statistiken"
178216

179-
#: .\cookbook\templates\base.html:117
217+
#: .\cookbook\templates\base.html:121
180218
msgid "Units & Ingredients"
181219
msgstr "Einheiten & Zutaten"
182220

183-
#: .\cookbook\templates\base.html:126 .\cookbook\templates\settings.html:6
221+
#: .\cookbook\templates\base.html:130 .\cookbook\templates\settings.html:6
184222
#: .\cookbook\templates\settings.html:11
185223
msgid "Settings"
186224
msgstr "Einstellungen"
187225

188-
#: .\cookbook\templates\base.html:131
226+
#: .\cookbook\templates\base.html:135
189227
msgid "Admin"
190228
msgstr "Admin"
191229

192-
#: .\cookbook\templates\base.html:136
230+
#: .\cookbook\templates\base.html:140
193231
msgid "Logout"
194232
msgstr "Ausloggen"
195233

196-
#: .\cookbook\templates\base.html:139
234+
#: .\cookbook\templates\base.html:143
197235
#: .\cookbook\templates\registration\login.html:44
198236
msgid "Login"
199237
msgstr "Einloggen"
@@ -280,11 +318,6 @@ msgstr "Speichern"
280318
msgid "Edit Recipe"
281319
msgstr "Rezept bearbeiten"
282320

283-
#: .\cookbook\templates\forms\edit_internal_recipe.html:28
284-
#: .\cookbook\templates\recipe_view.html:67
285-
msgid "Ingredients"
286-
msgstr "Zutaten"
287-
288321
#: .\cookbook\templates\forms\edit_internal_recipe.html:37
289322
msgid ""
290323
"Use <b>Ctrl</b>+<b>Space</b> to insert new Ingredient!<br/>You can also save "
@@ -316,10 +349,8 @@ msgid "Unit"
316349
msgstr "Einheit"
317350

318351
#: .\cookbook\templates\forms\edit_internal_recipe.html:179
319-
#, fuzzy
320-
#| msgid "Are you sure you want to delete the %(title)s: <b>%(object)s</b> "
321352
msgid "Are you sure that you want to delete this ingredient?"
322-
msgstr "Bist du sicher das %(title)s: <b>%(object)s</b> gelöscht werden soll"
353+
msgstr "Bist du sicher das du diese Zutat löschen willst?"
323354

324355
#: .\cookbook\templates\forms\ingredients.html:15
325356
msgid "Edit Ingredients"
@@ -335,6 +366,13 @@ msgid ""
335366
"them.\n"
336367
" "
337368
msgstr ""
369+
"\n"
370+
" Dieses Formular kann genutzt werden wenn versehentlich zwei (oder mehr) Einheiten"
371+
"oder Zutaten erstellt wurden die eigentlich identisch\n"
372+
" sein sollen.\n"
373+
" Es vereint zwei Zutaten oder Einheiten und aktualisiert alle entsprechenden "
374+
"Rezepte.\n"
375+
" "
338376

339377
#: .\cookbook\templates\forms\ingredients.html:24
340378
msgid "Units"
@@ -345,9 +383,14 @@ msgid "Are you sure that you want to merge these two units ?"
345383
msgstr "Bist du sicher diese beiden Einheiten zusammengeführt werden sollen ?"
346384

347385
#: .\cookbook\templates\forms\ingredients.html:30
386+
#: .\cookbook\templates\forms\ingredients.html:39
348387
msgid "Merge"
349388
msgstr "Zusammenführen"
350389

390+
#: .\cookbook\templates\forms\ingredients.html:38
391+
msgid "Are you sure that you want to merge these two ingredients ?"
392+
msgstr "Bist du sicher diese beiden Zutaten zusammengeführt werden sollen ?"
393+
351394
#: .\cookbook\templates\generic\delete_template.html:18
352395
#, python-format
353396
msgid "Are you sure you want to delete the %(title)s: <b>%(object)s</b> "
@@ -385,8 +428,8 @@ msgid "next"
385428
msgstr "nächste"
386429

387430
#: .\cookbook\templates\include\recipe_open_modal.html:28
388-
#: .\cookbook\views\edit.py:295 .\cookbook\views\edit.py:336
389-
#: .\cookbook\views\edit.py:356 .\cookbook\views\new.py:34
431+
#: .\cookbook\views\edit.py:295 .\cookbook\views\edit.py:354
432+
#: .\cookbook\views\edit.py:374 .\cookbook\views\new.py:34
390433
msgid "Recipe"
391434
msgstr "Rezept"
392435

@@ -432,13 +475,13 @@ msgstr "Suche Rezept ..."
432475
msgid "Advanced Search"
433476
msgstr "Erweiterte Suche"
434477

435-
#: .\cookbook\templates\index.html:59
478+
#: .\cookbook\templates\index.html:62
436479
msgid "Log in to view Recipies"
437480
msgstr "Bitte einloggen um Rezepte zu sehen"
438481

439482
#: .\cookbook\templates\meal_plan.html:20
440483
msgid "Week"
441-
msgstr ""
484+
msgstr "Woche"
442485

443486
#: .\cookbook\templates\recipe_view.html:31
444487
msgid "in"
@@ -496,7 +539,7 @@ msgid "Comments"
496539
msgstr "Kommentare"
497540

498541
#: .\cookbook\templates\recipe_view.html:172 .\cookbook\views\edit.py:212
499-
#: .\cookbook\views\edit.py:411
542+
#: .\cookbook\views\edit.py:429
500543
msgid "Comment"
501544
msgstr "Kommentar"
502545

@@ -520,6 +563,15 @@ msgstr "Einkaufsliste"
520563
msgid "Load"
521564
msgstr "Laden"
522565

566+
#: .\cookbook\templates\shopping_list.html:37
567+
#: .\cookbook\templates\shopping_list.html:55
568+
msgid "Copy list to clipboard"
569+
msgstr "Kopiere Liste in Zwischenablage"
570+
571+
#: .\cookbook\templates\shopping_list.html:48
572+
msgid "Copied!"
573+
msgstr "Kopiert!"
574+
523575
#: .\cookbook\templates\stats.html:4
524576
msgid "Stats"
525577
msgstr "Statistiken"
@@ -580,12 +632,12 @@ msgstr "Speicherquelle gespeichert"
580632
msgid "There was an error updating this storage backend.!"
581633
msgstr "Es gab einen Fehler beim aktualisierung dieser Speicher Quelle"
582634

583-
#: .\cookbook\views\edit.py:229 .\cookbook\views\edit.py:367
635+
#: .\cookbook\views\edit.py:229 .\cookbook\views\edit.py:385
584636
#: .\cookbook\views\lists.py:34
585637
msgid "Import"
586638
msgstr "Rezept Importieren"
587639

588-
#: .\cookbook\views\edit.py:245 .\cookbook\views\edit.py:422
640+
#: .\cookbook\views\edit.py:245 .\cookbook\views\edit.py:440
589641
#: .\cookbook\views\new.py:112
590642
msgid "Recipe Book"
591643
msgstr "Rezeptbuch"
@@ -598,24 +650,24 @@ msgstr "Änderungen gespeichert"
598650
msgid "Error saving changes!"
599651
msgstr "Fehler beim Speichern der Daten."
600652

601-
#: .\cookbook\views\edit.py:315
653+
#: .\cookbook\views\edit.py:317
602654
msgid "Units merged!"
603-
msgstr ""
655+
msgstr "Einheiten zusammengeführt"
604656

605-
#: .\cookbook\views\edit.py:317
606-
msgid "There was an error in your form."
607-
msgstr "Es gab einen Fehler im Formular."
657+
#: .\cookbook\views\edit.py:330
658+
msgid "Ingredients merged!"
659+
msgstr "Zutaten zusammengeführt"
608660

609-
#: .\cookbook\views\edit.py:378
661+
#: .\cookbook\views\edit.py:396
610662
msgid "Monitor"
611663
msgstr "Monitor"
612664

613-
#: .\cookbook\views\edit.py:400 .\cookbook\views\lists.py:42
665+
#: .\cookbook\views\edit.py:418 .\cookbook\views\lists.py:42
614666
#: .\cookbook\views\new.py:64
615667
msgid "Storage Backend"
616668
msgstr "Speicher Quelle"
617669

618-
#: .\cookbook\views\edit.py:433
670+
#: .\cookbook\views\edit.py:451
619671
msgid "Bookmarks"
620672
msgstr "Lesezeichen"
621673

0 Bytes
Binary file not shown.

recipes/locale/de/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2020-02-17 23:29+0100\n"
11+
"POT-Creation-Date: 2020-02-18 23:20+0100\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"

0 commit comments

Comments
 (0)