Add localization files and layout configurations for CAkten and related entities
- Created localization JSON files for multiple languages (e.g., Danish, German, Greek, English, Spanish, etc.) for CAkten and CAktenCDokumente. - Added layout configurations for CAkten, including detail views, side panels, and bottom panels. - Implemented metadata definitions for CAkten, including field definitions, relationship panels, and scopes. - Introduced new JSON files for managing document relationships and listing configurations.
This commit is contained in:
10
custom/Espo/Custom/Resources/i18n/ar_AR/CAkten.json
Normal file
10
custom/Espo/Custom/Resources/i18n/ar_AR/CAkten.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "الاجتماعات",
|
||||
"calls": "المكالمات",
|
||||
"tasks": "مهام"
|
||||
},
|
||||
"labels": {
|
||||
"Create CAkten": "إنشاء {الكيانTypeTranslated}"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/bg_BG/CAkten.json
Normal file
10
custom/Espo/Custom/Resources/i18n/bg_BG/CAkten.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Срещи",
|
||||
"calls": "Разговори",
|
||||
"tasks": "Задачи"
|
||||
},
|
||||
"labels": {
|
||||
"Create CAkten": "Създаване на Advoware Akten"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/cs_CZ/CAkten.json
Normal file
10
custom/Espo/Custom/Resources/i18n/cs_CZ/CAkten.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Schůzky",
|
||||
"calls": "Hovory",
|
||||
"tasks": "Úkoly"
|
||||
},
|
||||
"labels": {
|
||||
"Create CAkten": "Vytvořit Advoware Akten"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/da_DK/CAkten.json
Normal file
10
custom/Espo/Custom/Resources/i18n/da_DK/CAkten.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Møder",
|
||||
"calls": "Opkald",
|
||||
"tasks": "Opgaver"
|
||||
},
|
||||
"labels": {
|
||||
"Create CAkten": "Opret Advoware Akten "
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,78 @@
|
||||
{
|
||||
"links": {
|
||||
"calls": "Anrufe",
|
||||
"tasks": "Aufgaben"
|
||||
},
|
||||
"labels": {
|
||||
"Create CAkten": "Akten erstellen"
|
||||
}
|
||||
"links": {
|
||||
"calls": "Anrufe",
|
||||
"tasks": "Aufgaben",
|
||||
"vmhRumungsklage": "Räumungsklagen",
|
||||
"mietinkasso": "Mietinkasso",
|
||||
"kuendigungen": "Kündigungen",
|
||||
"dokumentes": "Dokumente"
|
||||
},
|
||||
"labels": {
|
||||
"Create CAkten": "Erstellen Akten"
|
||||
},
|
||||
"fields": {
|
||||
"vmhRumungsklage": "Räumungsklagen",
|
||||
"mietinkasso": "Mietinkasso",
|
||||
"aktenzeichen": "Aktenzeichen",
|
||||
"aktennummer": "Aktennummer",
|
||||
"syncStatus": "Advoware Sync-Status",
|
||||
"lastSync": "Advoware Letzter Sync",
|
||||
"aktivierungsstatus": "Advoware Aktivierungsstatus",
|
||||
"aiCollectionId": "AI Collection-ID",
|
||||
"aiAktivierungsstatus": "AI Aktivierungsstatus",
|
||||
"aiSyncStatus": "AI Sync-Status",
|
||||
"aiLastSync": "AI Letzter Sync",
|
||||
"globalSyncStatus": "Globaler Sync-Status",
|
||||
"globalLastSync": "Globaler letzter Sync",
|
||||
"syncSchalter": "Sync aktiv",
|
||||
"dokumentes": "Dokumente"
|
||||
},
|
||||
"options": {
|
||||
"syncStatus": {
|
||||
"synced": "Synchronisiert",
|
||||
"unclean": "Nicht synchronisiert",
|
||||
"pending_sync": "Synchronisierung ausstehend",
|
||||
"failed": "Fehlgeschlagen"
|
||||
},
|
||||
"aktivierungsstatus": {
|
||||
"new": "Neu",
|
||||
"import": "Import",
|
||||
"active": "Aktiv",
|
||||
"paused": "Pausiert",
|
||||
"deactivated": "Deaktiviert"
|
||||
},
|
||||
"aiAktivierungsstatus": {
|
||||
"new": "Neu",
|
||||
"import": "Import",
|
||||
"active": "Aktiv",
|
||||
"paused": "Pausiert",
|
||||
"deactivated": "Deaktiviert"
|
||||
},
|
||||
"aiSyncStatus": {
|
||||
"synced": "Synchronisiert",
|
||||
"unclean": "Nicht synchronisiert",
|
||||
"pending_sync": "Synchronisierung ausstehend",
|
||||
"failed": "Fehlgeschlagen"
|
||||
},
|
||||
"globalSyncStatus": {
|
||||
"synced": "Synchronisiert",
|
||||
"unclean": "Nicht synchronisiert",
|
||||
"pending_sync": "Synchronisierung ausstehend",
|
||||
"failed": "Fehlgeschlagen"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"syncStatus": "Advoware-Synchronisationsstatus: synced = Alle Dokumente synchronisiert, unclean = Mindestens ein Dokument ist neu oder hat Änderungen, pending_sync = Synchronisierung ausstehend, failed = Fehlgeschlagen.",
|
||||
"lastSync": "Zeitpunkt der letzten erfolgreichen Advoware-Synchronisation",
|
||||
"aktivierungsstatus": "Advoware Aktivierungsstatus: new = Neu angelegt, import = Aus Advoware importiert, active = Aktiv synchronisiert, paused = Pausiert, deactivated = Deaktiviert",
|
||||
"aiCollectionId": "Eindeutige ID der KI-Datenbank/Collection für diese Akte",
|
||||
"aiAktivierungsstatus": "KI-Sync Aktivierungsstatus: new = Neu, import = Importiert, active = Aktiv synchronisiert, paused = Pausiert, deactivated = Deaktiviert",
|
||||
"aiSyncStatus": "KI-Synchronisationsstatus: synced = Alle Dokumente synchronisiert, unclean = Änderungen vorhanden, pending_sync = Ausstehend, failed = Fehlgeschlagen",
|
||||
"aiLastSync": "Zeitpunkt der letzten erfolgreichen KI-Synchronisation",
|
||||
"advowareSyncEnabled": "Advoware-Synchronisation für diese Akte aktivieren oder deaktivieren",
|
||||
"aiSyncEnabled": "KI-Synchronisation für diese Akte aktivieren oder deaktivieren",
|
||||
"globalSyncStatus": "Übergreifender Sync-Status über alle Synchronisationssysteme",
|
||||
"globalLastSync": "Zeitpunkt des letzten Sync-Vorgangs über alle Systeme",
|
||||
"syncSchalter": "Globaler Sync-Schalter: aktiviert oder deaktiviert alle Synchronisationen für diese Akte"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"labels": {
|
||||
"Create CAktenCDokumente": "Advoware-Dokument-Verknüpfung erstellen",
|
||||
"CAktenCDokumente": "Advoware-Dokument-Verknüpfungen"
|
||||
},
|
||||
"fields": {
|
||||
"cAkten": "Akte",
|
||||
"cAktenId": "Akten-ID",
|
||||
"cDokumente": "Dokument",
|
||||
"cDokumenteId": "Dokument ID",
|
||||
"hnr": "HNR",
|
||||
"syncStatus": "Sync-Status",
|
||||
"syncedHash": "Sync-Hash",
|
||||
"deleted": "Gelöscht"
|
||||
},
|
||||
"links": {
|
||||
"cAkten": "Akte",
|
||||
"cDokumente": "Dokument"
|
||||
},
|
||||
"options": {
|
||||
"syncStatus": {
|
||||
"new": "Neu",
|
||||
"changed": "Geändert",
|
||||
"synced": "Synchronisiert",
|
||||
"deleted": "Gelöscht"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"hnr": "Advoware HNR Referenz für dieses Dokument",
|
||||
"syncStatus": "Synchronisierungsstatus mit Advoware",
|
||||
"syncedHash": "Hash-Wert des zuletzt synchronisierten Dokument-Zustands (zur Änderungserkennung)"
|
||||
}
|
||||
}
|
||||
@@ -3,15 +3,12 @@
|
||||
"dokument": "Download",
|
||||
"preview": "Vorschau",
|
||||
"blake3hash": "Blake3-Hash",
|
||||
"cAdvowareAkten": "Advoware Akte",
|
||||
"cAdvowareAktenId": "Advoware Akten-ID",
|
||||
"cAdvowareAktenName": "Advoware Aktenname",
|
||||
"hnr": "HNR (Advoware)",
|
||||
"syncStatus": "Sync-Status",
|
||||
"syncedHash": "Sync-Hash",
|
||||
"syncStatus": "Advoware Sync-Status",
|
||||
"syncedHash": "Advoware Sync-Hash",
|
||||
"usn": "USN",
|
||||
"dateipfad": "Dateipfad",
|
||||
"lastSyncTimestamp": "Letzter Sync",
|
||||
"lastSyncTimestamp": "Advoware Letzter Sync",
|
||||
"advowareArt": "Advoware Art",
|
||||
"advowareBemerkung": "Advoware Bemerkung",
|
||||
"contactsvmhdokumente": "Freigegebene Nutzer",
|
||||
@@ -26,10 +23,17 @@
|
||||
"aIKnowledges": "AI Knowledge",
|
||||
"aiKnowledgeAiDocumentId": "AI Document ID",
|
||||
"aiKnowledgeSyncstatus": "AI Sync-Status",
|
||||
"aiKnowledgeLastSync": "AI Letzter Sync"
|
||||
"aiKnowledgeLastSync": "AI Letzter Sync",
|
||||
"cAkten": "Akte",
|
||||
"cAktenId": "Akten-ID",
|
||||
"cAktenName": "Aktenname",
|
||||
"aiCollectionId": "AI Collection-ID",
|
||||
"aiSyncHash": "AI Sync-Hash",
|
||||
"aiSyncStatus": "AI Sync-Status",
|
||||
"aiLastSync": "AI Letzter Sync",
|
||||
"aiFileId": "AI File-ID"
|
||||
},
|
||||
"links": {
|
||||
"cAdvowareAkten": "Advoware Akte",
|
||||
"contactsvmhdokumente": "Freigegebene Nutzer",
|
||||
"vmhMietverhltnisesDokumente": "Mietverhältnisse",
|
||||
"vmhErstgespraechsdokumente": "Erstgespräche",
|
||||
@@ -39,7 +43,8 @@
|
||||
"mietobjekt2dokumente": "Mietobjekte",
|
||||
"mietinkassosdokumente": "Mietinkasso",
|
||||
"kndigungensdokumente": "Kündigungen",
|
||||
"aIKnowledges": "AI Knowledge"
|
||||
"aIKnowledges": "AI Knowledge",
|
||||
"cAkten": "Akte"
|
||||
},
|
||||
"labels": {
|
||||
"Create CDokumente": "Dokument erstellen"
|
||||
@@ -47,13 +52,18 @@
|
||||
"tooltips": {
|
||||
"blake3hash": "Kryptografischer Blake3-Hash der Datei (schneller und sicherer als MD5/SHA256)",
|
||||
"hnr": "Hierarchische Referenznummer in Advoware",
|
||||
"syncStatus": "Status der Synchronisation mit Advoware: new=neu, unclean=geändert, synced=synchronisiert, failed=Fehler, unsupported=nicht unterstützt",
|
||||
"syncedHash": "Hash-Wert bei letzter erfolgreicher Synchronisation",
|
||||
"syncStatus": "Advoware Sync-Status: new=neu, unclean=geändert, synced=synchronisiert, failed=Fehler, unsupported=nicht unterstützt",
|
||||
"syncedHash": "Hash-Wert bei letzter erfolgreicher Advoware-Synchronisation",
|
||||
"usn": "Update Sequence Number - Versionsnummer für Synchronisation",
|
||||
"dateipfad": "Windows-Dateipfad des Dokuments in Advoware",
|
||||
"lastSyncTimestamp": "Zeitstempel der letzten erfolgreichen Synchronisation mit Advoware",
|
||||
"lastSyncTimestamp": "Zeitstempel der letzten erfolgreichen Advoware-Synchronisation",
|
||||
"advowareArt": "Dokumententyp/Art wie in Advoware klassifiziert",
|
||||
"advowareBemerkung": "Bemerkungsfeld aus Advoware - wird bei Sync übernommen"
|
||||
"advowareBemerkung": "Bemerkungsfeld aus Advoware - wird bei Sync übernommen",
|
||||
"aiCollectionId": "ID der KI-Collection, in der dieses Dokument indexiert ist",
|
||||
"aiSyncHash": "Hash-Wert bei letzter erfolgreicher KI-Synchronisation",
|
||||
"aiSyncStatus": "Synchronisationsstatus mit der KI-Datenbank: new=neu, unclean=geändert, synced=synchronisiert, failed=Fehler, unsupported=nicht unterstützt",
|
||||
"aiLastSync": "Zeitstempel der letzten erfolgreichen KI-Synchronisation",
|
||||
"aiFileId": "Datei-ID in der KI-Datenbank nach erfolgter Synchronisation"
|
||||
},
|
||||
"options": {
|
||||
"syncStatus": {
|
||||
@@ -62,6 +72,13 @@
|
||||
"synced": "Synchronisiert",
|
||||
"failed": "Fehler",
|
||||
"unsupported": "Nicht unterstützt"
|
||||
},
|
||||
"aiSyncStatus": {
|
||||
"new": "Neu",
|
||||
"unclean": "Geändert",
|
||||
"synced": "Synchronisiert",
|
||||
"failed": "Fehler",
|
||||
"unsupported": "Nicht unterstützt"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -6,6 +6,9 @@
|
||||
"Log": "Log"
|
||||
},
|
||||
"scopeNamesPlural": {
|
||||
"CAdvowareAkten": "Advoware Akten"
|
||||
"CAkten": "Akten"
|
||||
},
|
||||
"scopeNames": {
|
||||
"CAkten": "Akten"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/el_GR/CAkten.json
Normal file
10
custom/Espo/Custom/Resources/i18n/el_GR/CAkten.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Συναντήσεις",
|
||||
"calls": "Κλήσεις",
|
||||
"tasks": "Εργασίες"
|
||||
},
|
||||
"labels": {
|
||||
"Create CAkten": "Δημιουργία Advoware Akten"
|
||||
}
|
||||
}
|
||||
1
custom/Espo/Custom/Resources/i18n/en_GB/CAkten.json
Normal file
1
custom/Espo/Custom/Resources/i18n/en_GB/CAkten.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -1,12 +1,79 @@
|
||||
{
|
||||
"fields": {
|
||||
},
|
||||
"links": {
|
||||
"meetings": "Meetings",
|
||||
"calls": "Calls",
|
||||
"tasks": "Tasks"
|
||||
},
|
||||
"labels": {
|
||||
"Create CAkten": "Create Akten"
|
||||
}
|
||||
}
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Meetings",
|
||||
"calls": "Calls",
|
||||
"tasks": "Tasks",
|
||||
"vmhRumungsklage": "Eviction Lawsuits",
|
||||
"mietinkasso": "Rent Collection",
|
||||
"kuendigungen": "Terminations",
|
||||
"dokumentes": "Documents"
|
||||
},
|
||||
"labels": {
|
||||
"Create CAkten": "Erstellen Akten"
|
||||
},
|
||||
"fields": {
|
||||
"vmhRumungsklage": "Eviction Lawsuit",
|
||||
"mietinkasso": "Rent Collection",
|
||||
"aktenzeichen": "File Reference",
|
||||
"aktennummer": "File Number",
|
||||
"syncStatus": "Advoware Sync Status",
|
||||
"lastSync": "Advoware Last Sync",
|
||||
"aktivierungsstatus": "Advoware Activation Status",
|
||||
"aiCollectionId": "AI Collection ID",
|
||||
"aiAktivierungsstatus": "AI Activation Status",
|
||||
"aiSyncStatus": "AI Sync Status",
|
||||
"aiLastSync": "AI Last Sync",
|
||||
"globalSyncStatus": "Global Sync Status",
|
||||
"globalLastSync": "Global Last Sync",
|
||||
"syncSchalter": "Sync Active",
|
||||
"dokumentes": "Documents"
|
||||
},
|
||||
"options": {
|
||||
"syncStatus": {
|
||||
"synced": "Synchronized",
|
||||
"unclean": "Not Synchronized",
|
||||
"pending_sync": "Synchronization Pending",
|
||||
"failed": "Failed"
|
||||
},
|
||||
"aktivierungsstatus": {
|
||||
"new": "New",
|
||||
"import": "Import",
|
||||
"active": "Active",
|
||||
"paused": "Paused",
|
||||
"deactivated": "Deactivated"
|
||||
},
|
||||
"aiAktivierungsstatus": {
|
||||
"new": "New",
|
||||
"import": "Import",
|
||||
"active": "Active",
|
||||
"paused": "Paused",
|
||||
"deactivated": "Deactivated"
|
||||
},
|
||||
"aiSyncStatus": {
|
||||
"synced": "Synchronized",
|
||||
"unclean": "Not Synchronized",
|
||||
"pending_sync": "Synchronization Pending",
|
||||
"failed": "Failed"
|
||||
},
|
||||
"globalSyncStatus": {
|
||||
"synced": "Synchronized",
|
||||
"unclean": "Not Synchronized",
|
||||
"pending_sync": "Synchronization Pending",
|
||||
"failed": "Failed"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"syncStatus": "Advoware sync status: synced = All documents synchronized, unclean = At least one document changed, pending_sync = Pending, failed = Failed.",
|
||||
"lastSync": "Timestamp of last successful Advoware synchronization",
|
||||
"aktivierungsstatus": "Advoware activation status: new = Newly created, import = Imported from Advoware, active = Actively synchronized, paused = Paused, deactivated = Deactivated",
|
||||
"aiCollectionId": "Unique ID of the AI database/collection for this file",
|
||||
"aiAktivierungsstatus": "AI sync activation status: new = New, import = Imported, active = Actively synchronized, paused = Paused, deactivated = Deactivated",
|
||||
"aiSyncStatus": "AI sync status: synced = All documents synchronized, unclean = Changes pending, pending_sync = Pending, failed = Failed",
|
||||
"aiLastSync": "Timestamp of last successful AI synchronization",
|
||||
"advowareSyncEnabled": "Enable or disable Advoware synchronization for this file",
|
||||
"aiSyncEnabled": "Enable or disable AI synchronization for this file",
|
||||
"globalSyncStatus": "Overall sync status across all synchronization systems",
|
||||
"globalLastSync": "Timestamp of last sync across all systems",
|
||||
"syncSchalter": "Global sync switch: enables or disables all synchronizations for this file"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"labels": {
|
||||
"Create CAktenCDokumente": "Create Advoware Document Link",
|
||||
"CAktenCDokumente": "Advoware Document Links"
|
||||
},
|
||||
"fields": {
|
||||
"cAkten": "File",
|
||||
"cAktenId": "File ID",
|
||||
"cDokumente": "Document",
|
||||
"cDokumenteId": "Document ID",
|
||||
"hnr": "HNR",
|
||||
"syncStatus": "Sync Status",
|
||||
"syncedHash": "Sync Hash",
|
||||
"deleted": "Deleted"
|
||||
},
|
||||
"links": {
|
||||
"cAkten": "File",
|
||||
"cDokumente": "Document"
|
||||
},
|
||||
"options": {
|
||||
"syncStatus": {
|
||||
"new": "New",
|
||||
"changed": "Changed",
|
||||
"synced": "Synced",
|
||||
"deleted": "Deleted"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"hnr": "Advoware HNR reference for this document",
|
||||
"syncStatus": "Synchronization status with Advoware",
|
||||
"syncedHash": "Hash value of the last synchronized document state (for change detection)"
|
||||
}
|
||||
}
|
||||
@@ -2,15 +2,12 @@
|
||||
"fields": {
|
||||
"dokument": "Download",
|
||||
"preview": "Preview",
|
||||
"cAdvowareAkten": "Advoware File",
|
||||
"cAdvowareAktenId": "Advoware File ID",
|
||||
"cAdvowareAktenName": "Advoware File Name",
|
||||
"hnr": "HNR (Advoware)",
|
||||
"syncStatus": "Sync Status",
|
||||
"syncedHash": "Sync Hash",
|
||||
"syncStatus": "Advoware Sync Status",
|
||||
"syncedHash": "Advoware Sync Hash",
|
||||
"usn": "USN",
|
||||
"dateipfad": "File Path",
|
||||
"lastSyncTimestamp": "Last Sync",
|
||||
"lastSyncTimestamp": "Advoware Last Sync",
|
||||
"advowareArt": "Advoware Type",
|
||||
"advowareBemerkung": "Advoware Remarks",
|
||||
"contactsvmhdokumente": "Portal Users",
|
||||
@@ -26,10 +23,17 @@
|
||||
"aIKnowledges": "AI Knowledge",
|
||||
"aiKnowledgeAiDocumentId": "AI Document ID",
|
||||
"aiKnowledgeSyncstatus": "AI Sync Status",
|
||||
"aiKnowledgeLastSync": "AI Last Sync"
|
||||
"aiKnowledgeLastSync": "AI Last Sync",
|
||||
"cAkten": "File",
|
||||
"cAktenId": "File ID",
|
||||
"cAktenName": "File Name",
|
||||
"aiCollectionId": "AI Collection ID",
|
||||
"aiSyncHash": "AI Sync Hash",
|
||||
"aiSyncStatus": "AI Sync Status",
|
||||
"aiLastSync": "AI Last Sync",
|
||||
"aiFileId": "AI File ID"
|
||||
},
|
||||
"links": {
|
||||
"cAdvowareAkten": "Advoware File",
|
||||
"contactsvmhdokumente": "Portal Users",
|
||||
"vmhMietverhltnisesDokumente": "Tenancies",
|
||||
"vmhErstgespraechsdokumente": "Initial Consultations",
|
||||
@@ -39,7 +43,8 @@
|
||||
"mietobjekt2dokumente": "Properties",
|
||||
"mietinkassosdokumente": "Rent Collection",
|
||||
"kndigungensdokumente": "Terminations",
|
||||
"aIKnowledges": "AI Knowledge"
|
||||
"aIKnowledges": "AI Knowledge",
|
||||
"cAkten": "File"
|
||||
},
|
||||
"labels": {
|
||||
"Create CDokumente": "Create Dokument"
|
||||
@@ -47,18 +52,24 @@
|
||||
"layouts": {
|
||||
"listRaeumungsKl": "List (RaeumungsKl)",
|
||||
"listForAdvowareAkten": "List for Advoware Akten",
|
||||
"listForAIKnowledge": "List for AI Knowledge"
|
||||
"listForAIKnowledge": "List for AI Knowledge",
|
||||
"listForAkten": "List for Akten"
|
||||
},
|
||||
"tooltips": {
|
||||
"blake3hash": "Cryptographic Blake3 hash of the file (faster and more secure than MD5/SHA256)",
|
||||
"hnr": "Hierarchical reference number in Advoware",
|
||||
"syncStatus": "Sync status with Advoware: new=new, unclean=changed, synced=synchronized, failed=error, unsupported=not supported",
|
||||
"syncedHash": "Hash value at last successful synchronization",
|
||||
"syncStatus": "Advoware sync status: new=new, unclean=changed, synced=synchronized, failed=error, unsupported=not supported",
|
||||
"syncedHash": "Hash value at last successful Advoware synchronization",
|
||||
"usn": "Update Sequence Number - Version number for synchronization",
|
||||
"dateipfad": "Windows file path of the document in Advoware",
|
||||
"lastSyncTimestamp": "Timestamp of last successful synchronization with Advoware",
|
||||
"lastSyncTimestamp": "Timestamp of last successful Advoware synchronization",
|
||||
"advowareArt": "Document type/kind as classified in Advoware",
|
||||
"advowareBemerkung": "Remarks field from Advoware - synced automatically"
|
||||
"advowareBemerkung": "Remarks field from Advoware - synced automatically",
|
||||
"aiCollectionId": "ID of the AI collection in which this document is indexed",
|
||||
"aiSyncHash": "Hash value at last successful AI synchronization",
|
||||
"aiSyncStatus": "AI sync status: new=new, unclean=changed, synced=synchronized, failed=error, unsupported=not supported",
|
||||
"aiLastSync": "Timestamp of last successful AI synchronization",
|
||||
"aiFileId": "File ID in the AI database after successful synchronization"
|
||||
},
|
||||
"options": {
|
||||
"syncStatus": {
|
||||
@@ -67,6 +78,13 @@
|
||||
"synced": "Synchronized",
|
||||
"failed": "Failed",
|
||||
"unsupported": "Unsupported"
|
||||
},
|
||||
"aiSyncStatus": {
|
||||
"new": "New",
|
||||
"unclean": "Changed",
|
||||
"synced": "Synchronized",
|
||||
"failed": "Failed",
|
||||
"unsupported": "Unsupported"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -15,7 +15,7 @@
|
||||
"CMietinkasso": "Mietinkasso",
|
||||
"CKuendigung": "Kündigung",
|
||||
"CPuls": "Puls",
|
||||
"CAdvowareAkten": "Advoware Akten",
|
||||
"CAkten": "Akten",
|
||||
"CAIKnowledge": "AI Knowledge"
|
||||
},
|
||||
"scopeNamesPlural": {
|
||||
@@ -34,7 +34,7 @@
|
||||
"CMietinkasso": "Mietinkassa",
|
||||
"CKuendigung": "Kündigungen",
|
||||
"CPuls": "Pulse",
|
||||
"CAdvowareAkten": "Advoware Akten",
|
||||
"CAkten": "Akten",
|
||||
"CAIKnowledge": "AI Knowledge"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/es_ES/CAkten.json
Normal file
10
custom/Espo/Custom/Resources/i18n/es_ES/CAkten.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Reuniones",
|
||||
"calls": "Llamadas",
|
||||
"tasks": "Tareas"
|
||||
},
|
||||
"labels": {
|
||||
"Create CAkten": "Crear Advoware Akten"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/es_MX/CAkten.json
Normal file
10
custom/Espo/Custom/Resources/i18n/es_MX/CAkten.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Presentaciones",
|
||||
"calls": "Llamadas",
|
||||
"tasks": "Tareas"
|
||||
},
|
||||
"labels": {
|
||||
"Create CAkten": "Crear Advoware Akten"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/fa_IR/CAkten.json
Normal file
10
custom/Espo/Custom/Resources/i18n/fa_IR/CAkten.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "جلسات",
|
||||
"calls": "تماس ها",
|
||||
"tasks": "وظایف"
|
||||
},
|
||||
"labels": {
|
||||
"Create CAkten": "ایجاد Advoware Akten"
|
||||
}
|
||||
}
|
||||
5
custom/Espo/Custom/Resources/i18n/fr_FR/CAkten.json
Normal file
5
custom/Espo/Custom/Resources/i18n/fr_FR/CAkten.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"labels": {
|
||||
"Create CAkten": "Créer un Advoware Akten"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/hr_HR/CAkten.json
Normal file
10
custom/Espo/Custom/Resources/i18n/hr_HR/CAkten.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Sastanci",
|
||||
"calls": "Pozivi",
|
||||
"tasks": "Zadaci"
|
||||
},
|
||||
"labels": {
|
||||
"Create CAkten": "Kreiraj Advoware Akten"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/hu_HU/CAkten.json
Normal file
10
custom/Espo/Custom/Resources/i18n/hu_HU/CAkten.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "találkozók",
|
||||
"calls": "felhívja",
|
||||
"tasks": "Feladatok"
|
||||
},
|
||||
"labels": {
|
||||
"Create CAkten": "{EntityTypeTranslated} létrehozása"
|
||||
}
|
||||
}
|
||||
5
custom/Espo/Custom/Resources/i18n/id_ID/CAkten.json
Normal file
5
custom/Espo/Custom/Resources/i18n/id_ID/CAkten.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"labels": {
|
||||
"Create CAkten": "Buat Advoware Akten"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/it_IT/CAkten.json
Normal file
10
custom/Espo/Custom/Resources/i18n/it_IT/CAkten.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Riunioni",
|
||||
"calls": "Chiamate",
|
||||
"tasks": "Compiti"
|
||||
},
|
||||
"labels": {
|
||||
"Create CAkten": "Crea Advoware Akten"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/ja_JP/CAkten.json
Normal file
10
custom/Espo/Custom/Resources/i18n/ja_JP/CAkten.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "会議",
|
||||
"calls": "通話",
|
||||
"tasks": "タスク"
|
||||
},
|
||||
"labels": {
|
||||
"Create CAkten": "Advoware Akten を作成する"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/lt_LT/CAkten.json
Normal file
10
custom/Espo/Custom/Resources/i18n/lt_LT/CAkten.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Susitikimai",
|
||||
"calls": "Skambučiai",
|
||||
"tasks": "Užduotys"
|
||||
},
|
||||
"labels": {
|
||||
"Create CAkten": "Sukurti Advoware Akten"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/lv_LV/CAkten.json
Normal file
10
custom/Espo/Custom/Resources/i18n/lv_LV/CAkten.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Tikšanās",
|
||||
"calls": "Zvani",
|
||||
"tasks": "Uzdevumi"
|
||||
},
|
||||
"labels": {
|
||||
"Create CAkten": "Izveidot Advoware Akten"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/nb_NO/CAkten.json
Normal file
10
custom/Espo/Custom/Resources/i18n/nb_NO/CAkten.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Møter",
|
||||
"calls": "Samtaler",
|
||||
"tasks": "Oppgaver"
|
||||
},
|
||||
"labels": {
|
||||
"Create CAkten": "Opprett Advoware Akten"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/nl_NL/CAkten.json
Normal file
10
custom/Espo/Custom/Resources/i18n/nl_NL/CAkten.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Vergaderingen",
|
||||
"calls": "Gesprekken",
|
||||
"tasks": "Taken"
|
||||
},
|
||||
"labels": {
|
||||
"Create CAkten": "Creëer Advoware Akten"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/pl_PL/CAkten.json
Normal file
10
custom/Espo/Custom/Resources/i18n/pl_PL/CAkten.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Spotkania",
|
||||
"calls": "Połączenia",
|
||||
"tasks": "Zadania"
|
||||
},
|
||||
"labels": {
|
||||
"Create CAkten": "Utwórz Advoware Akten"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/pt_BR/CAkten.json
Normal file
10
custom/Espo/Custom/Resources/i18n/pt_BR/CAkten.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Reuniões",
|
||||
"calls": "Ligações",
|
||||
"tasks": "Tarefas"
|
||||
},
|
||||
"labels": {
|
||||
"Create CAkten": "Criar Advoware Akten"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/pt_PT/CAkten.json
Normal file
10
custom/Espo/Custom/Resources/i18n/pt_PT/CAkten.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Reuniões",
|
||||
"calls": "Chamadas",
|
||||
"tasks": "Tarefas"
|
||||
},
|
||||
"labels": {
|
||||
"Create CAkten": "Criar Advoware Akten"
|
||||
}
|
||||
}
|
||||
5
custom/Espo/Custom/Resources/i18n/ro_RO/CAkten.json
Normal file
5
custom/Espo/Custom/Resources/i18n/ro_RO/CAkten.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"labels": {
|
||||
"Create CAkten": "Creare Advoware Akten"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/ru_RU/CAkten.json
Normal file
10
custom/Espo/Custom/Resources/i18n/ru_RU/CAkten.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Встречи",
|
||||
"calls": "Звонки",
|
||||
"tasks": "Задачи"
|
||||
},
|
||||
"labels": {
|
||||
"Create CAkten": "Создать Advoware Akten"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/sk_SK/CAkten.json
Normal file
10
custom/Espo/Custom/Resources/i18n/sk_SK/CAkten.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Stretnutia",
|
||||
"calls": "Hovory",
|
||||
"tasks": "Úlohy"
|
||||
},
|
||||
"labels": {
|
||||
"Create CAkten": "Vytvoriť Advoware Akten"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/sl_SI/CAkten.json
Normal file
10
custom/Espo/Custom/Resources/i18n/sl_SI/CAkten.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Srečanja",
|
||||
"calls": "Klici",
|
||||
"tasks": "Naloge"
|
||||
},
|
||||
"labels": {
|
||||
"Create CAkten": "Ustvari Advoware Akten"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/sr_RS/CAkten.json
Normal file
10
custom/Espo/Custom/Resources/i18n/sr_RS/CAkten.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Ročišta",
|
||||
"calls": "Pozivi",
|
||||
"tasks": "Zadaci"
|
||||
},
|
||||
"labels": {
|
||||
"Create CAkten": "Napravi Advoware Akten"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/sv_SE/CAkten.json
Normal file
10
custom/Espo/Custom/Resources/i18n/sv_SE/CAkten.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Möten",
|
||||
"calls": "Samtal",
|
||||
"tasks": "Uppgifter"
|
||||
},
|
||||
"labels": {
|
||||
"Create CAkten": "Skapa Advoware Akten"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/th_TH/CAkten.json
Normal file
10
custom/Espo/Custom/Resources/i18n/th_TH/CAkten.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "การประชุม",
|
||||
"calls": "โทร",
|
||||
"tasks": "งาน"
|
||||
},
|
||||
"labels": {
|
||||
"Create CAkten": "สร้าง Advoware Akten"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/tr_TR/CAkten.json
Normal file
10
custom/Espo/Custom/Resources/i18n/tr_TR/CAkten.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Toplantılar",
|
||||
"calls": "(Seslenme)",
|
||||
"tasks": "Görevler"
|
||||
},
|
||||
"labels": {
|
||||
"Create CAkten": "Advoware Akten oluştur"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/uk_UA/CAkten.json
Normal file
10
custom/Espo/Custom/Resources/i18n/uk_UA/CAkten.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Зустрічі",
|
||||
"calls": "Дзвінки",
|
||||
"tasks": "Завдання"
|
||||
},
|
||||
"labels": {
|
||||
"Create CAkten": "Створити Advoware Akten"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/ur_IN/CAkten.json
Normal file
10
custom/Espo/Custom/Resources/i18n/ur_IN/CAkten.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "ملاقاتیں",
|
||||
"calls": "کالز",
|
||||
"tasks": "کام"
|
||||
},
|
||||
"labels": {
|
||||
"Create CAkten": "{entityTypetranslated} بنائیں"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/vi_VN/CAkten.json
Normal file
10
custom/Espo/Custom/Resources/i18n/vi_VN/CAkten.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "Cuộc hẹn",
|
||||
"calls": "Cuộc gọi",
|
||||
"tasks": "Nhiệm vụ"
|
||||
},
|
||||
"labels": {
|
||||
"Create CAkten": "Tạo Advoware Akten"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/zh_CN/CAkten.json
Normal file
10
custom/Espo/Custom/Resources/i18n/zh_CN/CAkten.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "会议",
|
||||
"calls": "通话",
|
||||
"tasks": "任务"
|
||||
},
|
||||
"labels": {
|
||||
"Create CAkten": "创建 Advoware Akten"
|
||||
}
|
||||
}
|
||||
10
custom/Espo/Custom/Resources/i18n/zh_TW/CAkten.json
Normal file
10
custom/Espo/Custom/Resources/i18n/zh_TW/CAkten.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"meetings": "會議",
|
||||
"calls": "通話",
|
||||
"tasks": "任務"
|
||||
},
|
||||
"labels": {
|
||||
"Create CAkten": "建立Advoware Akten"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user