add note on UI timestamps
This commit is contained in:
@@ -870,7 +870,7 @@
|
||||
},
|
||||
"timezone": {
|
||||
"title": "Time Zone",
|
||||
"description": "The current timezone setting is <b>{{ timeZone }}</b>.\nThis setting is used for scheduling backup and update tasks."
|
||||
"description": "The current timezone setting is <b>{{ timeZone }}</b>. This setting is used for scheduling backup and update tasks. Timestamps in the UI are always displayed using the browser's timezone."
|
||||
},
|
||||
"updates": {
|
||||
"title": "Updates",
|
||||
|
||||
@@ -1038,7 +1038,7 @@
|
||||
"packageVersion": "Pakketversie",
|
||||
"lastUpdated": "Laatst geüpdatet",
|
||||
"checkForUpdatesAction": "Controleer op updates",
|
||||
"customAppUpdateInfo": "Er zijn geen updates beschikbaar voor deze maatwerk app",
|
||||
"customAppUpdateInfo": "Auto-update is niet beschikbaar voor maatwerk apps.",
|
||||
"updateAvailableAction": "Update beschikbaar",
|
||||
"repository": "Pakket Opslagplaats",
|
||||
"installedAt": "Geïnstalleerd op"
|
||||
@@ -1047,9 +1047,9 @@
|
||||
"title": "Automatische updates",
|
||||
"enabled": "Automatische updates zijn momenteel ingeschakeld.",
|
||||
"disabled": "Automatische updates zijn momenteel uitgeschakeld.",
|
||||
"disableAction": "Uitschakelen",
|
||||
"enableAction": "Inschakelen",
|
||||
"description": "Cloudron controleert de App Store periodiek op updates. Als je dit uitschakelt zorg er dan voor dat je updates handmatig installeert."
|
||||
"disableAction": "Auto-update uitschakelen",
|
||||
"enableAction": "Auto-update inschakelen",
|
||||
"description": "Cloudron controleert periodiek de <a href=\"{{ appStoreLink }}\" target=\"_blank\">App Store</a> op updates."
|
||||
},
|
||||
"noUpdates": "Geen nieuwe updates beschikbaar"
|
||||
},
|
||||
@@ -1492,7 +1492,8 @@
|
||||
"upload": {
|
||||
"title": "Uploaden bestand naar {{ name }}"
|
||||
},
|
||||
"uploadToTmp": "Upload naar /tmp"
|
||||
"uploadToTmp": "Upload naar /tmp",
|
||||
"uploadTo": "Upload naar {{ path }}"
|
||||
},
|
||||
"filemanager": {
|
||||
"title": "Bestandsbeheer",
|
||||
|
||||
Reference in New Issue
Block a user