diff --git a/src/translation/en.json b/src/translation/en.json index 88ebbdd78..1aaa1f75a 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -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 Gravatar" + }, + "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" } } diff --git a/src/translation/fr.json b/src/translation/fr.json index 0967ef424..3f396e12b 100644 --- a/src/translation/fr.json +++ b/src/translation/fr.json @@ -1 +1,15 @@ -{} +{ + "apps": { + "title": "Mes applications" + }, + "main": { + "offline": "Cloudron est hors ligne. Reconnexion…", + "logout": "Déconnexion" + }, + "users": { + "title": "Utilisateurs" + }, + "profile": { + "title": "Profil" + } +} diff --git a/src/views/profile.html b/src/views/profile.html index e2604cf9d..49e71b40d 100644 --- a/src/views/profile.html +++ b/src/views/profile.html @@ -4,19 +4,19 @@