fix: Add "no_sync" status to CDokumente translations; update microtime values in config and state files
This commit is contained in:
@@ -56,7 +56,8 @@
|
||||
"pending_sync": "Warte auf Sync",
|
||||
"clean": "Synchronisiert",
|
||||
"unclean": "Abweichungen",
|
||||
"failed": "Fehlgeschlagen"
|
||||
"failed": "Fehlgeschlagen",
|
||||
"no_sync": "Kein Sync"
|
||||
},
|
||||
"fileStatus": {
|
||||
"new": "Neu",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -358,7 +358,7 @@ return [
|
||||
0 => 'youtube.com',
|
||||
1 => 'google.com'
|
||||
],
|
||||
'microtime' => 1772993923.333484,
|
||||
'microtime' => 1772996942.539526,
|
||||
'siteUrl' => 'https://crm.bitbylaw.com',
|
||||
'fullTextSearchMinLength' => 4,
|
||||
'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws',
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
return [
|
||||
'cacheTimestamp' => 1772994520,
|
||||
'microtimeState' => 1772994520.277133,
|
||||
'cacheTimestamp' => 1772996942,
|
||||
'microtimeState' => 1772996942.72175,
|
||||
'currencyRates' => [
|
||||
'EUR' => 1.0
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user