Add all main view titles and navbar translation keys

This commit is contained in:
Johannes Zellner
2020-10-28 16:17:14 +01:00
parent b71e68581d
commit beec65bdb6
15 changed files with 109 additions and 29 deletions

View File

@@ -3,6 +3,49 @@
"title": "My Apps"
},
"main": {
"offline": "Cloudron is offline. Reconnecting…"
"offline": "Cloudron is offline. Reconnecting…",
"logout": "Logout"
},
"appstore": {
"title": "App Store"
},
"users": {
"title": "Users"
},
"profile": {
"title": "Profile"
},
"backups": {
"title": "Backups"
},
"branding": {
"title": "Branding"
},
"emails": {
"title": "Email"
},
"network": {
"title": "Network"
},
"services": {
"title": "Services"
},
"settings": {
"title": "Settings"
},
"support": {
"title": "Support"
},
"system": {
"title": "System Info"
},
"eventlog": {
"title": "Event Log"
},
"domains": {
"title": "Domains & Certs"
},
"notifications": {
"title": "Notifications"
}
}