mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: added German localisation
added translation entry src/locales/index.ts; added translation src/locales/de/translation.json
This commit is contained in:
parent
5b7c9bf9c1
commit
7e848a1869
2 changed files with 279 additions and 0 deletions
277
src/locales/de/translation.json
Normal file
277
src/locales/de/translation.json
Normal file
|
@ -0,0 +1,277 @@
|
||||||
|
{
|
||||||
|
"language_name": "Deutsch",
|
||||||
|
"app": {
|
||||||
|
"successfully_signed_in": "Erfolgreich angemeldet"
|
||||||
|
},
|
||||||
|
"home": {
|
||||||
|
"featured": "Empfohlen",
|
||||||
|
"trending": "Beliebt",
|
||||||
|
"surprise_me": "Überrasche mich",
|
||||||
|
"no_results": "Keine Ergebnisse gefunden"
|
||||||
|
},
|
||||||
|
"sidebar": {
|
||||||
|
"catalogue": "Katalog",
|
||||||
|
"downloads": "Downloads",
|
||||||
|
"settings": "Einstellungen",
|
||||||
|
"my_library": "Meine Bibliothek",
|
||||||
|
"downloading_metadata": "{{title}} (Metadaten werden heruntergeladen…)",
|
||||||
|
"paused": "{{title}} (Pausiert)",
|
||||||
|
"downloading": "{{title}} ({{percentage}} - Wird heruntergeladen…)",
|
||||||
|
"filter": "Bibliothek filtern",
|
||||||
|
"home": "Home",
|
||||||
|
"queued": "{{title}} (In Warteschlange)",
|
||||||
|
"game_has_no_executable": "Spiel hat keine ausführbare Datei gewählt",
|
||||||
|
"sign_in": "Anmelden"
|
||||||
|
},
|
||||||
|
"header": {
|
||||||
|
"search": "Spiele suchen",
|
||||||
|
"home": "Home",
|
||||||
|
"catalogue": "Katalog",
|
||||||
|
"downloads": "Downloads",
|
||||||
|
"search_results": "Suchergebnisse",
|
||||||
|
"settings": "Einstellungen",
|
||||||
|
"version_available_install": "Version {{version}} verfügbar. Klicke hier, um neuzustarten und sie zu installieren.",
|
||||||
|
"version_available_download": "Version {{version}} verfügbar. Klicke hier, um sie herunterzuladen."
|
||||||
|
},
|
||||||
|
"bottom_panel": {
|
||||||
|
"no_downloads_in_progress": "Keine aktive Downloads",
|
||||||
|
"downloading_metadata": "Metadaten von {{title}} werden heruntergeladen…",
|
||||||
|
"downloading": "{{title}} wird heruntergeladen… ({{percentage}} abgeschlossen) - Abschluss {{eta}} - {{speed}}",
|
||||||
|
"calculating_eta": "{{title}} wird heruntergeladen… ({{percentage}} abgeschlossen) - Verbleibende Zeit wird berechnet…",
|
||||||
|
"checking_files": "Prüfe Dateien von {{title}}… ({{percentage}} abgeschlossen)"
|
||||||
|
},
|
||||||
|
"catalogue": {
|
||||||
|
"next_page": "Nächste Seite",
|
||||||
|
"previous_page": "Vorherige Seite"
|
||||||
|
},
|
||||||
|
"game_details": {
|
||||||
|
"open_download_options": "Download-Optionen öffnen",
|
||||||
|
"download_options_zero": "Keine Download-Optionen",
|
||||||
|
"download_options_one": "{{count}} Download-Option",
|
||||||
|
"download_options_other": "{{count}} Download-Optionen",
|
||||||
|
"updated_at": "Aktualisiert {{updated_at}}",
|
||||||
|
"install": "Installieren",
|
||||||
|
"resume": "Fortfahren",
|
||||||
|
"pause": "Pausieren",
|
||||||
|
"cancel": "Abbrechen",
|
||||||
|
"remove": "Entfernen",
|
||||||
|
"space_left_on_disk": "{{space}} auf Festplatte verfügbar",
|
||||||
|
"eta": "Abschluss {{eta}}",
|
||||||
|
"calculating_eta": "Verbleibende Zeit wird berechnet…",
|
||||||
|
"downloading_metadata": "Metadaten werden heruntergeladen…",
|
||||||
|
"filter": "Repacks filtern",
|
||||||
|
"requirements": "Systemanforderungen",
|
||||||
|
"minimum": "Minimum",
|
||||||
|
"recommended": "Empfohlen",
|
||||||
|
"paused": "Pausiert",
|
||||||
|
"release_date": "Veröffentlicht am {{date}}",
|
||||||
|
"publisher": "Veröffentlicht von {{publisher}}",
|
||||||
|
"hours": "Stunden",
|
||||||
|
"minutes": "Minuten",
|
||||||
|
"amount_hours": "{{amount}} Stunden",
|
||||||
|
"amount_minutes": "{{amount}} Minuten",
|
||||||
|
"accuracy": "{{accuracy}}% Genauigkeit",
|
||||||
|
"add_to_library": "Zu Bibliothek hinzufügen",
|
||||||
|
"remove_from_library": "Von Bibliothek entfernen",
|
||||||
|
"no_downloads": "Keine Downloads verfügbar",
|
||||||
|
"play_time": "{{amount}} lang gespielt",
|
||||||
|
"last_time_played": "Zuletzt gespielt {{period}}",
|
||||||
|
"not_played_yet": "{{title}} wurde noch nicht gespielt",
|
||||||
|
"next_suggestion": "Nächste Empfehlung",
|
||||||
|
"play": "Spielen",
|
||||||
|
"deleting": "Installer wird gelöscht…",
|
||||||
|
"close": "Schließen",
|
||||||
|
"playing_now": "Spielt jetzt",
|
||||||
|
"change": "Ändern",
|
||||||
|
"repacks_modal_description": "Wähle das Repack, das du herunterladen möchtest",
|
||||||
|
"select_folder_hint": "Um das Standardverzeichnis zu ändern, gehe zu den <0>Einstellungen</0>",
|
||||||
|
"download_now": "Jetzt herunterladen",
|
||||||
|
"no_shop_details": "Shop-Details konnten nicht abgerufen werden.",
|
||||||
|
"download_options": "Download-Optionen",
|
||||||
|
"download_path": "Download-Verzeichnis",
|
||||||
|
"previous_screenshot": "Vorheriger Screenshot",
|
||||||
|
"next_screenshot": "Nächster Screenshot",
|
||||||
|
"screenshot": "Screenshot {{number}}",
|
||||||
|
"open_screenshot": "Screenshot {{number}} öffnen",
|
||||||
|
"download_settings": "Download-Einstellungen",
|
||||||
|
"downloader": "Downloader",
|
||||||
|
"select_executable": "Auswählen",
|
||||||
|
"no_executable_selected": "Keine ausführbare Datei gewählt",
|
||||||
|
"open_folder": "Verzeichnis öffnen",
|
||||||
|
"open_download_location": "Heruntergeladene Dateien anzeigen",
|
||||||
|
"create_shortcut": "Desktop-Verknüpfung erstellen",
|
||||||
|
"remove_files": "Dateien entfernen",
|
||||||
|
"remove_from_library_title": "Bist du dir sicher?",
|
||||||
|
"remove_from_library_description": "Dies wird {{game}} aus deiner Bibliothek entfernen",
|
||||||
|
"options": "Optionen",
|
||||||
|
"executable_section_title": "Ausführbare Datei",
|
||||||
|
"executable_section_description": "Pfad der Datei, die bei Klick auf \"Play\" ausgeführt wird",
|
||||||
|
"downloads_secion_title": "Downloads",
|
||||||
|
"downloads_section_description": "Sieh dir Updates oder andere Versionen dieses Spiels an",
|
||||||
|
"danger_zone_section_title": "Gefahrenzone",
|
||||||
|
"danger_zone_section_description": "Entferne dieses Spiel aus deiner Bibliothek oder die von Hydra heruntergeladenen Dateien",
|
||||||
|
"download_in_progress": "Download erfolgt",
|
||||||
|
"download_paused": "Download ist pausiert",
|
||||||
|
"last_downloaded_option": "Letzte Download-Option",
|
||||||
|
"create_shortcut_success": "Verknüpfung erfolgreich erstellt",
|
||||||
|
"create_shortcut_error": "Fehler bei Erstellung von Verknüpfung"
|
||||||
|
},
|
||||||
|
"activation": {
|
||||||
|
"title": "Hydra aktivieren",
|
||||||
|
"installation_id": "Installations ID:",
|
||||||
|
"enter_activation_code": "Aktivierungscode eingeben",
|
||||||
|
"message": "Wenn du nicht weißt wo du fragen musst, solltest du dies nicht haben.",
|
||||||
|
"activate": "Aktivieren",
|
||||||
|
"loading": "Lädt…"
|
||||||
|
},
|
||||||
|
"downloads": {
|
||||||
|
"resume": "Fortfahren",
|
||||||
|
"pause": "Pause",
|
||||||
|
"eta": "Abschluss {{eta}}",
|
||||||
|
"paused": "Pausiert",
|
||||||
|
"verifying": "Verifiziere…",
|
||||||
|
"completed": "Abgeschlossen",
|
||||||
|
"removed": "Nicht heruntergeladen",
|
||||||
|
"cancel": "Abbrechen",
|
||||||
|
"filter": "Heruntergeladene Spiele filtern",
|
||||||
|
"remove": "Entfernen",
|
||||||
|
"downloading_metadata": "Metadaten werden heruntergeladen…",
|
||||||
|
"deleting": "Installer wird entfernt…",
|
||||||
|
"delete": "Installer entfernen",
|
||||||
|
"delete_modal_title": "Bist du dir sicher?",
|
||||||
|
"delete_modal_description": "Dies wird alle Installationsdateien von deinem Computer entfernen",
|
||||||
|
"install": "Installieren",
|
||||||
|
"download_in_progress": "Läuft",
|
||||||
|
"queued_downloads": "Downloads in Warteschlange",
|
||||||
|
"downloads_completed": "Abgeschlossen",
|
||||||
|
"queued": "In Warteschlange",
|
||||||
|
"no_downloads_title": "Welch Leere",
|
||||||
|
"no_downloads_description": "Du hast mit Hydra noch nichts heruntergeladen, aber es ist nie zu spät anzufangen.",
|
||||||
|
"checking_files": "Dateien werden überprüft…"
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"downloads_path": "Download-Pfad",
|
||||||
|
"change": "Aktualisieren",
|
||||||
|
"notifications": "Benachrichtigungen",
|
||||||
|
"enable_download_notifications": "Wenn ein Download abgeschlossen wird",
|
||||||
|
"enable_repack_list_notifications": "Wenn ein neues Repack hinzugefügt wird",
|
||||||
|
"real_debrid_api_token_label": "Real-Debrid API Token",
|
||||||
|
"quit_app_instead_hiding": "Hydra verlassen statt minimieren beim Schließen",
|
||||||
|
"launch_with_system": "Hydra bei Systemstart starten",
|
||||||
|
"general": "Allgemein",
|
||||||
|
"behavior": "Verhalten",
|
||||||
|
"download_sources": "Download-Quellen",
|
||||||
|
"language": "Sprache",
|
||||||
|
"real_debrid_api_token": "API Token",
|
||||||
|
"enable_real_debrid": "Real-Debrid aktivieren",
|
||||||
|
"real_debrid_description": "Real-Debrid ist ein unrestriktiver Downloader, der es dir ermöglicht Dateien sofort und mit deiner maximalen Internetgeschwindigkeit herunterzuladen.",
|
||||||
|
"real_debrid_invalid_token": "API token nicht gültig",
|
||||||
|
"real_debrid_api_token_hint": "<0>Hier</0> kannst du dir deinen API Token holen",
|
||||||
|
"real_debrid_free_account_error": "Das Konto \"{{username}}\" ist ein gratis account. Bitte abonniere Real-Debrid",
|
||||||
|
"real_debrid_linked_message": "Konto \"{{username}}\" verknüpft",
|
||||||
|
"save_changes": "Änderungen speichern",
|
||||||
|
"changes_saved": "Änderungen erfolgreich gespeichert",
|
||||||
|
"download_sources_description": "Hydra wird die Download-Links von diesen Quellen abrufen. Die Quell-URL muss ein direkter Link zu einer .json Datei, welche die Download-Links enthält, sein.",
|
||||||
|
"validate_download_source": "Validieren",
|
||||||
|
"remove_download_source": "Entfernen",
|
||||||
|
"add_download_source": "Quelle hinzufügen",
|
||||||
|
"download_count_zero": "Keine Download-Option",
|
||||||
|
"download_count_one": "{{countFormatted}} Download-Option",
|
||||||
|
"download_count_other": "{{countFormatted}} Download-Optionen",
|
||||||
|
"download_source_url": "Download Quell-URL",
|
||||||
|
"add_download_source_description": "Füge die URL, welche die .json Datei enthält, ein",
|
||||||
|
"download_source_up_to_date": "Auf aktuellem Stand",
|
||||||
|
"download_source_errored": "Fehlgeschlagen",
|
||||||
|
"sync_download_sources": "Quellen synchronisieren",
|
||||||
|
"removed_download_source": "Download-Quelle entfernt",
|
||||||
|
"added_download_source": "Download-Quelle hinzugefügt",
|
||||||
|
"download_sources_synced": "Alle Download-Quellen sind synchronisiert",
|
||||||
|
"insert_valid_json_url": "Füge eine gültige JSON URL ein",
|
||||||
|
"found_download_option_zero": "Keine Download-Option gefunden",
|
||||||
|
"found_download_option_one": "{{countFormatted}} Download-Option gefunden",
|
||||||
|
"found_download_option_other": "{{countFormatted}} Download-Optionen gefunden",
|
||||||
|
"import": "Importieren"
|
||||||
|
},
|
||||||
|
"notifications": {
|
||||||
|
"download_complete": "Download abgeschlossen",
|
||||||
|
"game_ready_to_install": "{{title}} ist bereit zur Installation",
|
||||||
|
"repack_list_updated": "Repack-Liste aktualisiert",
|
||||||
|
"repack_count_one": "{{count}} Repack hinzugefügt",
|
||||||
|
"repack_count_other": "{{count}} Repacks hinzugefügt",
|
||||||
|
"new_update_available": "Version {{version}} verfügbar",
|
||||||
|
"restart_to_install_update": "Um das Update zu installieren, starte Hydra neu"
|
||||||
|
},
|
||||||
|
"system_tray": {
|
||||||
|
"open": "Hydra öffnen",
|
||||||
|
"quit": "Schließen"
|
||||||
|
},
|
||||||
|
"game_card": {
|
||||||
|
"no_downloads": "Keine Downloads verfügbar"
|
||||||
|
},
|
||||||
|
"binary_not_found_modal": {
|
||||||
|
"title": "Programme nicht installiert",
|
||||||
|
"description": "Ausführbare Dateien für Wine oder Lutris wurden auf deinem System nicht gefunden",
|
||||||
|
"instructions": "Überprüfe die korrekte Installation dieser für deine Linux-Distro, damit das Spiel normal laufen kann"
|
||||||
|
},
|
||||||
|
"modal": {
|
||||||
|
"close": "Knopf schließen"
|
||||||
|
},
|
||||||
|
"forms": {
|
||||||
|
"toggle_password_visibility": "Sichtbarkeit des Passworts umschalten"
|
||||||
|
},
|
||||||
|
"user_profile": {
|
||||||
|
"amount_hours": "{{amount}} Stunden",
|
||||||
|
"amount_minutes": "{{amount}} Minuten",
|
||||||
|
"last_time_played": "Zuletzt gespielt {{period}}",
|
||||||
|
"activity": "Letzte Aktivität",
|
||||||
|
"library": "Bibliothek",
|
||||||
|
"total_play_time": "Gesamtspielzeit: {{amount}}",
|
||||||
|
"no_recent_activity_title": "Hmmm… hier ist nichts",
|
||||||
|
"no_recent_activity_description": "Du hast in letzter Zeit keine Spiele gespielt. Es wird Zeit das zu ändern!",
|
||||||
|
"display_name": "Anzeigename",
|
||||||
|
"saving": "Speichert",
|
||||||
|
"save": "Speichern",
|
||||||
|
"edit_profile": "Profil Bearbeiten",
|
||||||
|
"saved_successfully": "Erfolgreich gespeichert",
|
||||||
|
"try_again": "Bitte versuche es erneut",
|
||||||
|
"sign_out_modal_title": "Bist du dir sicher?",
|
||||||
|
"cancel": "Abbrechen",
|
||||||
|
"successfully_signed_out": "Erfolgreich abgemeldet",
|
||||||
|
"sign_out": "Abmelden",
|
||||||
|
"playing_for": "Spielt {{amount}} lang",
|
||||||
|
"sign_out_modal_text": "Deine Bibliothek ist mit deinem aktuellen Konto verknüpft. Wenn du dich abmeldest, wird deine Bibliothek nicht mehr sichtbar sein und jeglicher Fortschritt wird nicht gespeichert. Abmelden fortführen?",
|
||||||
|
"add_friends": "Freunde hinzufügen",
|
||||||
|
"add": "Hinzufügen",
|
||||||
|
"friend_code": "Freundescode",
|
||||||
|
"see_profile": "Profil anzeigen",
|
||||||
|
"sending": "Sendet",
|
||||||
|
"friend_request_sent": "Freundschaftsanfrage versendet",
|
||||||
|
"friends": "Freunde",
|
||||||
|
"friends_list": "Freundesliste",
|
||||||
|
"user_not_found": "Nutzer nicht gefunden",
|
||||||
|
"block_user": "Nutzer blockieren",
|
||||||
|
"add_friend": "Freund hinzufügen",
|
||||||
|
"request_sent": "Anfrage versendet",
|
||||||
|
"request_received": "Anfrage erhalten",
|
||||||
|
"accept_request": "Anfrage annehmen",
|
||||||
|
"ignore_request": "Anfrage ignorieren",
|
||||||
|
"cancel_request": "Anfrage zurückziehen",
|
||||||
|
"undo_friendship": "Freundschaft kündigen",
|
||||||
|
"request_accepted": "Anfrage akzeptiert",
|
||||||
|
"user_blocked_successfully": "Nutzer erfolgreich blockiert",
|
||||||
|
"user_block_modal_text": "{{displayName}} wird dadurch blockiert",
|
||||||
|
"settings": "Einstellungen",
|
||||||
|
"public": "Öffentlich",
|
||||||
|
"private": "Privat",
|
||||||
|
"friends_only": "Nur Freunde",
|
||||||
|
"privacy": "Privatsphäre",
|
||||||
|
"blocked_users": "Blockierte Nutzer",
|
||||||
|
"unblock": "Freigeben",
|
||||||
|
"no_friends_added": "Du hast noch keine Freunde hinzugefügt",
|
||||||
|
"pending": "Ausstehend",
|
||||||
|
"no_pending_invites": "Du hast keine ausstehenden Einladungen",
|
||||||
|
"no_blocked_users": "Du hast keine blockierten Nutzer",
|
||||||
|
"friend_code_copied": "Freundescode kopiert",
|
||||||
|
"undo_friendship_modal_text": "Freundschaft mit {{displayName}} wird dadurch gekündigt"
|
||||||
|
}
|
||||||
|
}
|
|
@ -6,6 +6,7 @@ import nl from "./nl/translation.json";
|
||||||
import fr from "./fr/translation.json";
|
import fr from "./fr/translation.json";
|
||||||
import hu from "./hu/translation.json";
|
import hu from "./hu/translation.json";
|
||||||
import it from "./it/translation.json";
|
import it from "./it/translation.json";
|
||||||
|
import de from "./de/translation.json";
|
||||||
import pl from "./pl/translation.json";
|
import pl from "./pl/translation.json";
|
||||||
import ru from "./ru/translation.json";
|
import ru from "./ru/translation.json";
|
||||||
import tr from "./tr/translation.json";
|
import tr from "./tr/translation.json";
|
||||||
|
@ -25,6 +26,7 @@ export default {
|
||||||
"pt-BR": ptBR,
|
"pt-BR": ptBR,
|
||||||
"pt-PT": ptPT,
|
"pt-PT": ptPT,
|
||||||
en,
|
en,
|
||||||
|
de,
|
||||||
es,
|
es,
|
||||||
nl,
|
nl,
|
||||||
fr,
|
fr,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue