Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion i18n/locales/de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@
"relative_dates_description": "Zeige Daten relativ zur aktuellen Zeit an (z.B. 'vor 2 Tagen')",
"include_types": "{'@'}types bei Installation einschließen",
"include_types_description": "TypeScript-Typdefinitionen ({'@'}types-Pakete) automatisch bei Installationsbefehlen einschließen",
"hide_platform_packages": "Plattformspezifische Pakete in der Suche ausblenden",
"hide_platform_packages_description": "Native Binärpakete wie {'@'}esbuild/linux-x64 aus den Ergebnissen ausblenden",
"theme": "Design",
"theme_light": "Hell",
"theme_dark": "Dunkel",
Expand Down Expand Up @@ -235,7 +237,9 @@
"end_date": "Ende",
"no_data": "Keine Download-Daten verfügbar",
"loading": "Lädt...",
"y_axis_label": "{granularity} Downloads"
"y_axis_label": "{granularity} Downloads",
"download_file": "{fileType} herunterladen",
"toggle_annotator": "Annotation umschalten"
},
"install_scripts": {
"title": "Installationsskripte",
Expand Down
6 changes: 5 additions & 1 deletion lunaria/files/de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@
"relative_dates_description": "Zeige Daten relativ zur aktuellen Zeit an (z.B. 'vor 2 Tagen')",
"include_types": "{'@'}types bei Installation einschließen",
"include_types_description": "TypeScript-Typdefinitionen ({'@'}types-Pakete) automatisch bei Installationsbefehlen einschließen",
"hide_platform_packages": "Plattformspezifische Pakete in der Suche ausblenden",
"hide_platform_packages_description": "Native Binärpakete wie {'@'}esbuild/linux-x64 aus den Ergebnissen ausblenden",
"theme": "Design",
"theme_light": "Hell",
"theme_dark": "Dunkel",
Expand Down Expand Up @@ -235,7 +237,9 @@
"end_date": "Ende",
"no_data": "Keine Download-Daten verfügbar",
"loading": "Lädt...",
"y_axis_label": "{granularity} Downloads"
"y_axis_label": "{granularity} Downloads",
"download_file": "{fileType} herunterladen",
"toggle_annotator": "Annotation umschalten"
},
"install_scripts": {
"title": "Installationsskripte",
Expand Down