fix: Add "no_sync" status to CDokumente translations; update microtime values in config and state files

This commit is contained in:
2026-03-08 20:09:14 +01:00
parent 81a690277f
commit 926b6d9719
5 changed files with 14 additions and 10 deletions

View File

@@ -56,7 +56,8 @@
"pending_sync": "Warte auf Sync",
"clean": "Synchronisiert",
"unclean": "Abweichungen",
"failed": "Fehlgeschlagen"
"failed": "Fehlgeschlagen",
"no_sync": "Kein Sync"
},
"fileStatus": {
"new": "Neu",

View File

@@ -56,10 +56,11 @@
"failed": "Failed"
},
"xaiSyncStatus": {
"pending_sync": "Waiting for Sync",
"clean": "Synchronized",
"unclean": "Discrepancies",
"failed": "Failed"
"pending_sync": "Warte auf Sync",
"clean": "Synchronisiert",
"unclean": "Abweichungen",
"failed": "Fehlgeschlagen",
"no_sync": "Kein Sync"
},
"fileStatus": {
"new": "New",

View File

@@ -128,13 +128,15 @@
"pending_sync",
"clean",
"unclean",
"failed"
"failed",
"no_sync"
],
"style": {
"pending_sync": "default",
"clean": "success",
"unclean": "warning",
"failed": "danger"
"failed": "danger",
"no_sync": null
},
"default": "pending_sync",
"tooltip": true,