-
-
Notifications
You must be signed in to change notification settings - Fork 269
chore(i18n): add missing german translations #1262
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
Changes from all commits
ffeaefc
ab05050
90735af
4517902
3fa5bb6
89541d3
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 |
|---|---|---|
|
|
@@ -16,16 +16,35 @@ | |
| "docs": "Doku", | ||
| "source": "Quellcode", | ||
| "social": "Social", | ||
| "chat": "Chat" | ||
| "chat": "Chat", | ||
| "keyboard_shortcuts": "Tastenkombination" | ||
| }, | ||
| "shortcuts": { | ||
| "section": { | ||
| "global": "Allgemein", | ||
| "search": "Suche", | ||
| "package": "Pakete" | ||
| }, | ||
| "focus_search": "Suche fokusieren", | ||
| "show_kbd_hints": "Tastenkombination hervorheben", | ||
| "settings": "Einstellungen öffnen", | ||
| "compare": "Vergleichen öffnen", | ||
| "compare_from_package": "Vergleichen öffnen (mit aktuellem Paket vorausgefüllt)", | ||
| "navigate_results": "Ergebnisse navigieren", | ||
| "go_to_result": "Ergebnis aufrufen", | ||
| "open_code_view": "Code-Ansicht öffnen", | ||
| "open_docs": "Dokumentation öffnen" | ||
| }, | ||
Pascalmh marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| "search": { | ||
| "label": "npm-Pakete durchsuchen", | ||
| "placeholder": "Pakete suchen...", | ||
| "button": "Suchen", | ||
| "searching": "Suche läuft...", | ||
| "found_packages": "Keine Pakete gefunden | 1 Paket gefunden | {count} Pakete gefunden", | ||
| "found_packages_sorted": "Sortiere bestes Resultat | Sortiere beste {count} Resultate", | ||
|
Contributor
Author
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. The english translation for this key is
How can a single result be sorted? |
||
| "updating": "(wird aktualisiert...)", | ||
| "no_results": "Keine Pakete gefunden für \"{query}\"", | ||
| "rate_limited": "npm Ratenbegrenzung erreicht, versuche es später erneut", | ||
| "title": "Suche", | ||
| "title_search": "Suche: {search}", | ||
| "title_packages": "Suche Pakete", | ||
|
|
@@ -63,6 +82,7 @@ | |
| "sections": { | ||
| "appearance": "Erscheinungsbild", | ||
| "display": "Anzeige", | ||
| "search": "Datenquelle", | ||
| "language": "Sprache" | ||
| }, | ||
| "relative_dates": "Relative Datumsangaben", | ||
|
|
@@ -138,10 +158,6 @@ | |
| "community": "Community", | ||
| "consider_no_dep": "+ Ohne Abhängigkeit lösen?" | ||
| }, | ||
| "likes": { | ||
| "like": "Dieses Paket liken", | ||
| "unlike": "Like entfernen" | ||
| }, | ||
| "stats": { | ||
| "license": "Lizenz", | ||
| "deps": "Abhängigkeiten", | ||
|
|
@@ -183,6 +199,10 @@ | |
| "fund": "Spenden", | ||
| "compare": "Vergleichen" | ||
| }, | ||
| "likes": { | ||
| "like": "Dieses Paket liken", | ||
| "unlike": "Like entfernen" | ||
| }, | ||
| "docs": { | ||
| "not_available": "Dokumentation nicht verfügbar", | ||
| "not_available_detail": "Für diese Version konnte keine Dokumentation generiert werden." | ||
|
|
@@ -284,6 +304,26 @@ | |
| "show_more": "({count} weitere anzeigen)", | ||
| "show_less": "(weniger anzeigen)" | ||
| }, | ||
| "trends": { | ||
| "granularity": "Granularität", | ||
| "granularity_daily": "Täglich", | ||
| "granularity_weekly": "Wöchentlich", | ||
| "granularity_monthly": "Monatlich", | ||
| "granularity_yearly": "Jährlich", | ||
| "start_date": "Start", | ||
| "end_date": "Ende", | ||
| "loading": "Lädt...", | ||
| "date_range": "{start} bis {end}", | ||
| "date_range_multiline": "{start}\nbis {end}", | ||
| "download_file": "{fileType} herunterladen", | ||
| "toggle_annotator": "Annotation umschalten", | ||
| "legend_estimation": "Schätzung", | ||
| "no_data": "Keine Daten vorhanden", | ||
| "y_axis_label": "{granularity} {facet}", | ||
| "items": { | ||
| "downloads": "Downloads" | ||
| } | ||
| }, | ||
| "downloads": { | ||
| "title": "Wöchentliche Downloads", | ||
| "analyze": "Downloads analysieren", | ||
|
|
@@ -373,19 +413,10 @@ | |
| "name_asc": "Name (A-Z)", | ||
| "name_desc": "Name (Z-A)" | ||
| }, | ||
| "trends": { | ||
| "granularity": "Granularität", | ||
| "granularity_daily": "Täglich", | ||
| "granularity_weekly": "Wöchentlich", | ||
| "granularity_monthly": "Monatlich", | ||
| "granularity_yearly": "Jährlich", | ||
| "start_date": "Start", | ||
| "end_date": "Ende", | ||
| "loading": "Lädt...", | ||
| "date_range": "{start} bis {end}", | ||
| "date_range_multiline": "{start}\nbis {end}", | ||
| "download_file": "{fileType} herunterladen", | ||
| "toggle_annotator": "Annotation umschalten" | ||
| "size": { | ||
| "b": "{size} B", | ||
| "kb": "{size} kB", | ||
| "mb": "{size} MB" | ||
| } | ||
| }, | ||
| "connector": { | ||
|
|
@@ -884,6 +915,10 @@ | |
| "label": "Downloads/Woche", | ||
| "description": "Wöchentliche Downloadzahlen" | ||
| }, | ||
| "totalLikes": { | ||
| "label": "Likes", | ||
| "description": "Anzahl der Likes" | ||
| }, | ||
| "lastUpdated": { | ||
| "label": "Veröffentlicht", | ||
| "description": "Wann diese Version veröffentlicht wurde" | ||
|
|
@@ -923,6 +958,9 @@ | |
| "types_none": "Keine", | ||
| "vulnerabilities_summary": "{count} ({critical}C/{high}H)", | ||
| "up_to_you": "Deine Entscheidung!" | ||
| }, | ||
| "trends": { | ||
| "title": "Wöchentliche Downloads" | ||
| } | ||
| } | ||
| }, | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -15,16 +15,35 @@ | |||||
| "docs": "Doku", | ||||||
| "source": "Quellcode", | ||||||
| "social": "Social", | ||||||
| "chat": "Chat" | ||||||
| "chat": "Chat", | ||||||
| "keyboard_shortcuts": "Tastenkombination" | ||||||
|
Contributor
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. Consider using plural form "Tastenkombinationen". The key 📝 Suggested fix- "keyboard_shortcuts": "Tastenkombination"
+ "keyboard_shortcuts": "Tastenkombinationen"📝 Committable suggestion
Suggested change
|
||||||
| }, | ||||||
| "shortcuts": { | ||||||
| "section": { | ||||||
| "global": "Allgemein", | ||||||
| "search": "Suche", | ||||||
| "package": "Pakete" | ||||||
| }, | ||||||
| "focus_search": "Suche fokusieren", | ||||||
| "show_kbd_hints": "Tastenkombination hervorheben", | ||||||
| "settings": "Einstellungen öffnen", | ||||||
| "compare": "Vergleichen öffnen", | ||||||
| "compare_from_package": "Vergleichen öffnen (mit aktuellem Paket vorausgefüllt)", | ||||||
| "navigate_results": "Ergebnisse navigieren", | ||||||
| "go_to_result": "Ergebnis aufrufen", | ||||||
| "open_code_view": "Code-Ansicht öffnen", | ||||||
| "open_docs": "Dokumentation öffnen" | ||||||
Pascalmh marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
| }, | ||||||
| "search": { | ||||||
| "label": "npm-Pakete durchsuchen", | ||||||
| "placeholder": "Pakete suchen...", | ||||||
| "button": "Suchen", | ||||||
| "searching": "Suche läuft...", | ||||||
| "found_packages": "Keine Pakete gefunden | 1 Paket gefunden | {count} Pakete gefunden", | ||||||
| "found_packages_sorted": "Sortiere bestes Resultat | Sortiere beste {count} Resultate", | ||||||
| "updating": "(wird aktualisiert...)", | ||||||
| "no_results": "Keine Pakete gefunden für \"{query}\"", | ||||||
| "rate_limited": "npm Ratenbegrenzung erreicht, versuche es später erneut", | ||||||
| "title": "Suche", | ||||||
| "title_search": "Suche: {search}", | ||||||
| "title_packages": "Suche Pakete", | ||||||
|
|
@@ -62,6 +81,7 @@ | |||||
| "sections": { | ||||||
| "appearance": "Erscheinungsbild", | ||||||
| "display": "Anzeige", | ||||||
| "search": "Datenquelle", | ||||||
| "language": "Sprache" | ||||||
| }, | ||||||
| "relative_dates": "Relative Datumsangaben", | ||||||
|
|
@@ -137,10 +157,6 @@ | |||||
| "community": "Community", | ||||||
| "consider_no_dep": "+ Ohne Abhängigkeit lösen?" | ||||||
| }, | ||||||
| "likes": { | ||||||
| "like": "Dieses Paket liken", | ||||||
| "unlike": "Like entfernen" | ||||||
| }, | ||||||
| "stats": { | ||||||
| "license": "Lizenz", | ||||||
| "deps": "Abhängigkeiten", | ||||||
|
|
@@ -182,6 +198,10 @@ | |||||
| "fund": "Spenden", | ||||||
| "compare": "Vergleichen" | ||||||
| }, | ||||||
| "likes": { | ||||||
| "like": "Dieses Paket liken", | ||||||
| "unlike": "Like entfernen" | ||||||
| }, | ||||||
| "docs": { | ||||||
| "not_available": "Dokumentation nicht verfügbar", | ||||||
| "not_available_detail": "Für diese Version konnte keine Dokumentation generiert werden." | ||||||
|
|
@@ -283,6 +303,26 @@ | |||||
| "show_more": "({count} weitere anzeigen)", | ||||||
| "show_less": "(weniger anzeigen)" | ||||||
| }, | ||||||
| "trends": { | ||||||
| "granularity": "Granularität", | ||||||
| "granularity_daily": "Täglich", | ||||||
| "granularity_weekly": "Wöchentlich", | ||||||
| "granularity_monthly": "Monatlich", | ||||||
| "granularity_yearly": "Jährlich", | ||||||
| "start_date": "Start", | ||||||
| "end_date": "Ende", | ||||||
| "loading": "Lädt...", | ||||||
| "date_range": "{start} bis {end}", | ||||||
| "date_range_multiline": "{start}\nbis {end}", | ||||||
| "download_file": "{fileType} herunterladen", | ||||||
| "toggle_annotator": "Annotation umschalten", | ||||||
| "legend_estimation": "Schätzung", | ||||||
| "no_data": "Keine Daten vorhanden", | ||||||
| "y_axis_label": "{granularity} {facet}", | ||||||
| "items": { | ||||||
| "downloads": "Downloads" | ||||||
| } | ||||||
| }, | ||||||
| "downloads": { | ||||||
| "title": "Wöchentliche Downloads", | ||||||
| "analyze": "Downloads analysieren", | ||||||
|
|
@@ -372,19 +412,10 @@ | |||||
| "name_asc": "Name (A-Z)", | ||||||
| "name_desc": "Name (Z-A)" | ||||||
| }, | ||||||
| "trends": { | ||||||
| "granularity": "Granularität", | ||||||
| "granularity_daily": "Täglich", | ||||||
| "granularity_weekly": "Wöchentlich", | ||||||
| "granularity_monthly": "Monatlich", | ||||||
| "granularity_yearly": "Jährlich", | ||||||
| "start_date": "Start", | ||||||
| "end_date": "Ende", | ||||||
| "loading": "Lädt...", | ||||||
| "date_range": "{start} bis {end}", | ||||||
| "date_range_multiline": "{start}\nbis {end}", | ||||||
| "download_file": "{fileType} herunterladen", | ||||||
| "toggle_annotator": "Annotation umschalten" | ||||||
| "size": { | ||||||
| "b": "{size} B", | ||||||
| "kb": "{size} kB", | ||||||
| "mb": "{size} MB" | ||||||
| } | ||||||
| }, | ||||||
| "connector": { | ||||||
|
|
@@ -883,6 +914,10 @@ | |||||
| "label": "Downloads/Woche", | ||||||
| "description": "Wöchentliche Downloadzahlen" | ||||||
| }, | ||||||
| "totalLikes": { | ||||||
| "label": "Likes", | ||||||
| "description": "Anzahl der Likes" | ||||||
| }, | ||||||
| "lastUpdated": { | ||||||
| "label": "Veröffentlicht", | ||||||
| "description": "Wann diese Version veröffentlicht wurde" | ||||||
|
|
@@ -922,6 +957,9 @@ | |||||
| "types_none": "Keine", | ||||||
| "vulnerabilities_summary": "{count} ({critical}C/{high}H)", | ||||||
| "up_to_you": "Deine Entscheidung!" | ||||||
| }, | ||||||
| "trends": { | ||||||
| "title": "Wöchentliche Downloads" | ||||||
| } | ||||||
| } | ||||||
| }, | ||||||
|
|
||||||
Uh oh!
There was an error while loading. Please reload this page.