Add more profile translations

This commit is contained in:
Johannes Zellner
2020-10-28 18:21:56 +01:00
parent beec65bdb6
commit c668b9274a
4 changed files with 172 additions and 144 deletions
+40 -30
View File
@@ -2,36 +2,32 @@
"apps": {
"title": "My Apps"
},
"main": {
"offline": "Cloudron is offline. Reconnecting…",
"logout": "Logout"
"services": {
"title": "Services"
},
"appstore": {
"title": "App Store"
},
"users": {
"title": "Users"
},
"profile": {
"title": "Profile"
},
"backups": {
"title": "Backups"
},
"branding": {
"title": "Branding"
},
"emails": {
"title": "Email"
"domains": {
"title": "Domains & Certs"
},
"network": {
"title": "Network"
},
"services": {
"title": "Services"
"main": {
"offline": "Cloudron is offline. Reconnecting…",
"logout": "Logout",
"dialog": {
"save": "Save",
"close": "Close",
"cancel": "Cancel"
}
},
"settings": {
"title": "Settings"
"notifications": {
"title": "Notifications"
},
"users": {
"title": "Users"
},
"eventlog": {
"title": "Event Log"
},
"support": {
"title": "Support"
@@ -39,13 +35,27 @@
"system": {
"title": "System Info"
},
"eventlog": {
"title": "Event Log"
"profile": {
"changeAvatar": {
"useCustomPicture": "Use Custom Picture",
"title": "Change Your Avatar",
"useGravatar": "Use <a target=\"_blank\" href=\"{{ gravatarLink }}\">Gravatar</a>"
},
"title": "Profile"
},
"domains": {
"title": "Domains & Certs"
"settings": {
"title": "Settings"
},
"notifications": {
"title": "Notifications"
"branding": {
"title": "Branding"
},
"backups": {
"title": "Backups"
},
"appstore": {
"title": "App Store"
},
"emails": {
"title": "Email"
}
}