Some big update
This commit is contained in:
@@ -27,23 +27,23 @@
|
||||
},
|
||||
"options": {
|
||||
"syncStatus": {
|
||||
"neu": "Neu",
|
||||
"import": "Import",
|
||||
"synced": "Synchronisiert",
|
||||
"unclean": "Nicht synchronisiert",
|
||||
"pending_sync": "Synchronisierung ausstehend"
|
||||
"pending_sync": "Synchronisierung ausstehend",
|
||||
"failed": "Fehlgeschlagen"
|
||||
},
|
||||
"aktivierungsstatus": {
|
||||
"new": "Neu",
|
||||
"import": "Import",
|
||||
"active": "Aktiv",
|
||||
"paused": "Pausiert",
|
||||
"deactivated": "Deaktiviert"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"syncStatus": "Globaler Synchronisationsstatus: synced = Alle Dokumente synchronisiert, unclean = Mindestens ein Dokument ist neu oder hat Änderungen, pending_sync = Synchronisierung wurde gestartet aber noch nicht abgeschlossen. Wird automatisch basierend auf den Dokumenten-Status aktualisiert.",
|
||||
"syncStatus": "Globaler Synchronisationsstatus: synced = Alle Dokumente synchronisiert, unclean = Mindestens ein Dokument ist neu oder hat Änderungen, pending_sync = Synchronisierung wurde gestartet aber noch nicht abgeschlossen, failed = Synchronisierung fehlgeschlagen. Wird automatisch basierend auf den Dokumenten-Status aktualisiert.",
|
||||
"lastSync": "Zeitpunkt der letzten erfolgreichen Synchronisation aller Dokumente",
|
||||
"aktivierungsstatus": "Aktivierungsstatus der Akte: new = Neu angelegt, active = Aktiv synchronisiert, paused = Synchronisation pausiert, deactivated = Synchronisation deaktiviert",
|
||||
"aktivierungsstatus": "Aktivierungsstatus der Akte: new = Neu angelegt, import = Aus Advoware importiert, active = Aktiv synchronisiert, paused = Synchronisation pausiert, deactivated = Synchronisation deaktiviert",
|
||||
"aktenpfad": "Windows-Dateipfad zur Akte in Advoware"
|
||||
}
|
||||
}
|
||||
@@ -27,22 +27,24 @@
|
||||
"Create CAdvowareAkten": "Create Advoware Akten"
|
||||
},
|
||||
"options": {
|
||||
"syncStatus": { "neu": "New",
|
||||
"import": "Import", "synced": "Synchronized",
|
||||
"syncStatus": {
|
||||
"synced": "Synchronized",
|
||||
"unclean": "Not Synchronized",
|
||||
"pending_sync": "Synchronization Pending"
|
||||
"pending_sync": "Synchronization Pending",
|
||||
"failed": "Failed"
|
||||
},
|
||||
"aktivierungsstatus": {
|
||||
"new": "New",
|
||||
"import": "Import",
|
||||
"active": "Active",
|
||||
"paused": "Paused",
|
||||
"deactivated": "Deactivated"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"syncStatus": "Global synchronization status: synced = All documents synchronized, unclean = At least one document is new or has changes, pending_sync = Synchronization started but not yet completed. Updated automatically based on document status.",
|
||||
"syncStatus": "Global synchronization status: synced = All documents synchronized, unclean = At least one document is new or has changes, pending_sync = Synchronization started but not yet completed, failed = Synchronization failed. Updated automatically based on document status.",
|
||||
"lastSync": "Timestamp of the last successful synchronization of all documents",
|
||||
"aktivierungsstatus": "Activation status of the file: new = Newly created, active = Actively synchronized, paused = Synchronization paused, deactivated = Synchronization deactivated",
|
||||
"aktivierungsstatus": "Activation status of the file: new = Newly created, import = Imported from Advoware, active = Actively synchronized, paused = Synchronization paused, deactivated = Synchronization deactivated",
|
||||
"aktenpfad": "Windows file path to the file in Advoware"
|
||||
}
|
||||
}
|
||||
@@ -24,6 +24,12 @@
|
||||
{
|
||||
"name": "lastSync"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "aktivierungsstatus"
|
||||
},
|
||||
false
|
||||
]
|
||||
],
|
||||
"style": "default",
|
||||
|
||||
@@ -66,18 +66,16 @@
|
||||
"type": "enum",
|
||||
"required": false,
|
||||
"options": [
|
||||
"neu",
|
||||
"import",
|
||||
"synced",
|
||||
"unclean",
|
||||
"pending_sync"
|
||||
"pending_sync",
|
||||
"failed"
|
||||
],
|
||||
"style": {
|
||||
"neu": "primary",
|
||||
"import": "info",
|
||||
"synced": "success",
|
||||
"unclean": "warning",
|
||||
"pending_sync": "default"
|
||||
"pending_sync": "default",
|
||||
"failed": "danger"
|
||||
},
|
||||
"default": "unclean",
|
||||
"tooltip": true,
|
||||
@@ -95,12 +93,14 @@
|
||||
"required": false,
|
||||
"options": [
|
||||
"new",
|
||||
"import",
|
||||
"active",
|
||||
"paused",
|
||||
"deactivated"
|
||||
],
|
||||
"style": {
|
||||
"new": "primary",
|
||||
"import": "info",
|
||||
"active": "success",
|
||||
"paused": "warning",
|
||||
"deactivated": "danger"
|
||||
|
||||
Reference in New Issue
Block a user