- Updated LocalizationSettings to use translation keys for titles and descriptions. - Refactored MFASettings to utilize translation for error messages, success messages, and UI text. - Improved NotificationSetting by integrating translation for all user-facing strings. - Initial Hebrew translation ( testing AI translation ( some of crowdin) - Adjusted ProfileSettings to use translation for the edit photo title. - Enhanced SettingsOverview to utilize translation for the early access label. - Updated SidepanelSettings to implement translation for card names and descriptions. - Refined StorageSettings to use translation for all storage-related messages and titles. - Improved ThemeSettings to utilize translation for theme descriptions and titles.
73 lines
2.1 KiB
JSON
73 lines
2.1 KiB
JSON
{
|
|
"save": "Speichern",
|
|
"cancel": "Abbrechen",
|
|
"delete": "Löschen",
|
|
"edit": "Bearbeiten",
|
|
"close": "Schließen",
|
|
"confirm": "Bestätigen",
|
|
"loading": "Laden...",
|
|
"error": "Fehler",
|
|
"success": "Erfolg",
|
|
"warning": "Warnung",
|
|
"refresh": "Aktualisieren",
|
|
"copy": "Kopieren",
|
|
"copied": "Kopiert!",
|
|
"settings": "Einstellungen",
|
|
"yes": "Ja",
|
|
"no": "Nein",
|
|
"back": "Zurück",
|
|
"backToCalendar": "Zurück zum Kalender",
|
|
"logout": "Abmelden",
|
|
"version": "Version",
|
|
"navigation": {
|
|
"search": "Suche",
|
|
"allTasks": "Alle Aufgaben",
|
|
"archived": "Archiviert",
|
|
"things": "Dinge",
|
|
"labels": "Beschriftungen",
|
|
"projects": "Projekte",
|
|
"filters": "Filter",
|
|
"activities": "Aktivitäten",
|
|
"points": "Punkte",
|
|
"settings": "Einstellungen"
|
|
},
|
|
"search": {
|
|
"title": "Suche",
|
|
"placeholder": "Donetick durchsuchen",
|
|
"inputAriaLabel": "Aufgaben, Verlauf, Projekte, Beschriftungen und Einstellungen durchsuchen",
|
|
"deviceNote": "Es wird in Inhalten gesucht, die auf diesem Gerät verfügbar sind",
|
|
"escape": "Esc",
|
|
"recent": "Zuletzt verwendet",
|
|
"empty": {
|
|
"title": "Keine direkten Treffer",
|
|
"subtitle": "Du kannst die Aufgabenliste trotzdem mit dieser Suche filtern."
|
|
},
|
|
"groups": {
|
|
"tasks": "Aufgaben",
|
|
"history": "Notizen",
|
|
"projects": "Projekte",
|
|
"labels": "Beschriftungen",
|
|
"people": "Personen",
|
|
"settings": "Einstellungen",
|
|
"actions": "Schnellaktionen"
|
|
},
|
|
"actions": {
|
|
"quickAction": "Schnellaktion",
|
|
"navigation": "Navigation",
|
|
"createTask": "Aufgabe erstellen",
|
|
"viewAllTasks": "Alle Aufgaben anzeigen",
|
|
"viewArchivedTasks": "Archivierte Aufgaben anzeigen",
|
|
"openSettings": "Einstellungen öffnen",
|
|
"filterTasks": "Aufgaben anzeigen, die zu „{{query}}“ passen",
|
|
"filterTasksSubtitle": "Aufgabenliste filtern"
|
|
},
|
|
"footer": {
|
|
"navigate": "Navigieren",
|
|
"open": "Öffnen",
|
|
"results_one": "{{count}} Ergebnis",
|
|
"results_other": "{{count}} Ergebnisse",
|
|
"typeToSearch": "Zum Suchen tippen"
|
|
}
|
|
}
|
|
}
|