api tokens: move last used as last column
This commit is contained in:
@@ -301,7 +301,7 @@
|
||||
"name": "Name",
|
||||
"description": "Use these personal access tokens to authenticate with the <a target=\"_blank\" href=\"{{ apiDocsLink }}\">Cloudron API</a>.",
|
||||
"noTokensPlaceholder": "No API tokens",
|
||||
"lastUsed": "Last Used",
|
||||
"lastUsed": "Last used",
|
||||
"neverUsed": "never",
|
||||
"scope": "Scope",
|
||||
"readonly": "Readonly",
|
||||
@@ -376,11 +376,11 @@
|
||||
},
|
||||
"backupDetails": {
|
||||
"title": "Backup Details",
|
||||
"id": "Id",
|
||||
"date": "Date",
|
||||
"version": "Version",
|
||||
"id": "Backup ID",
|
||||
"date": "Created",
|
||||
"version": "Package version",
|
||||
"size": "Size",
|
||||
"duration": "Duration"
|
||||
"duration": "Backup duration"
|
||||
},
|
||||
"configureBackupSchedule": {
|
||||
"title": "Configure Backup Schedule & Retention",
|
||||
@@ -1179,7 +1179,7 @@
|
||||
},
|
||||
"accessControl": {
|
||||
"userManagement": {
|
||||
"description": "Configure who can log in and use the app.",
|
||||
"description": "Configure who can log in and use the app",
|
||||
"descriptionSftp": "This setting also controls SFTP access.",
|
||||
"dashboardVisibility": "Dashboard visibility",
|
||||
"visibleForAllUsers": "Visible to all users on this Cloudron",
|
||||
@@ -1193,7 +1193,7 @@
|
||||
},
|
||||
"operators": {
|
||||
"title": "Operators",
|
||||
"description": "Operators can configure and maintain this app."
|
||||
"description": "Configure who can maintain the app"
|
||||
},
|
||||
"dashboardVisibility": {
|
||||
"description": "Configure who can see this app on the dashboard."
|
||||
@@ -1272,14 +1272,14 @@
|
||||
},
|
||||
"security": {
|
||||
"csp": {
|
||||
"description": "Override any CSP headers defined by the app.",
|
||||
"description": "Override any CSP headers defined by the app",
|
||||
"title": "Content Security Policy",
|
||||
"saveAction": "Save"
|
||||
},
|
||||
"robots": {
|
||||
"title": "Robots.txt",
|
||||
"disableIndexingAction": "Disable indexing",
|
||||
"description": "By default, bots can index this app."
|
||||
"description": "By default, bots can index this app"
|
||||
},
|
||||
"hstsPreload": "Enable HSTS Preload (including subdomains)"
|
||||
},
|
||||
@@ -1303,8 +1303,8 @@
|
||||
"backups": {
|
||||
"backups": {
|
||||
"title": "Backups",
|
||||
"description": "Create a complete snapshot of the app.",
|
||||
"time": "Created at",
|
||||
"description": "Create a complete snapshot of the app",
|
||||
"time": "Created",
|
||||
"downloadConfigTooltip": "Download config",
|
||||
"cloneTooltip": "Clone",
|
||||
"restoreTooltip": "Restore",
|
||||
@@ -1315,7 +1315,7 @@
|
||||
},
|
||||
"import": {
|
||||
"title": "Import",
|
||||
"description": "Import the app from an external backup."
|
||||
"description": "Import app from an external backup"
|
||||
},
|
||||
"auto": {
|
||||
"title": "Automatic backups",
|
||||
|
||||
Reference in New Issue
Block a user