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": "English"
},
"app": {
"title": "DeFlock"
},
"actions": {
"tagNode": "Tag Node",
"download": "Download",
"settings": "Settings",
"edit": "Edit",
"cancel": "Cancel",
"ok": "OK",
"close": "Close"
},
"followMe": {
"off": "Enable follow-me (north up)",
"northUp": "Enable follow-me (rotating)",
"rotating": "Disable follow-me"
},
"settings": {
"title": "Settings",
"language": "Language",
"systemDefault": "System Default",
"aboutInfo": "About / Info",
"aboutThisApp": "About This App"
},
"node": {
"title": "Node #{}",
"tagSheetTitle": "Surveillance Device Tags"
}
}