localizations, dark mode touchups

This commit is contained in:
stopflock
2025-08-31 11:16:20 -05:00
parent 8381388ffa
commit fa6b6ffcda
17 changed files with 598 additions and 191 deletions
+33
View File
@@ -0,0 +1,33 @@
{
"language": {
"name": "Deutsch"
},
"app": {
"title": "DeFlock"
},
"actions": {
"tagNode": "Knoten Markieren",
"download": "Herunterladen",
"settings": "Einstellungen",
"edit": "Bearbeiten",
"cancel": "Abbrechen",
"ok": "OK",
"close": "Schließen"
},
"followMe": {
"off": "Verfolgung aktivieren (Norden oben)",
"northUp": "Verfolgung aktivieren (Rotation)",
"rotating": "Verfolgung deaktivieren"
},
"settings": {
"title": "Einstellungen",
"language": "Sprache",
"systemDefault": "Systemstandard",
"aboutInfo": "Über / Informationen",
"aboutThisApp": "Über Diese App"
},
"node": {
"title": "Knoten #{}",
"tagSheetTitle": "Gerät-Tags"
}
}