diff --git a/src/index.html b/src/index.html index 9e0d9ae88..44a409d3d 100644 --- a/src/index.html +++ b/src/index.html @@ -132,13 +132,13 @@
  • - My Apps + {{ 'apps.title' | tr }}
  • - App Store + {{ 'appstore.title' | tr }}
  • - Users + {{ 'users.title' | tr }}
  • @@ -150,22 +150,22 @@
  • diff --git a/src/translation/de.json b/src/translation/de.json index f803ebd4c..75cbfc6c3 100644 --- a/src/translation/de.json +++ b/src/translation/de.json @@ -3,6 +3,43 @@ "title": "Meine Apps" }, "main": { - "offline": "Cloudron ist nicht erreichbar. Verbindungsaufbau…" + "offline": "Cloudron ist nicht erreichbar. Verbindungsaufbau…", + "logout": "Abmelden" + }, + "network": { + "title": "Netzwerk" + }, + "settings": { + "title": "Einstellungen" + }, + "users": { + "title": "Benutzer" + }, + "profile": { + "title": "Profil" + }, + "emails": { + "title": "E-Mail" + }, + "support": { + "title": "Support" + }, + "eventlog": { + "title": "Ereignisprotokoll" + }, + "domains": { + "title": "Domains & Zertifikate" + }, + "notifications": { + "title": "Benachrichtigungen" + }, + "system": { + "title": "Systeminformationen" + }, + "backups": { + "title": "Datensicherung" + }, + "appstore": { + "title": "App-Store" } } diff --git a/src/translation/en.json b/src/translation/en.json index bb4ab2b50..88ebbdd78 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -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" } } diff --git a/src/views/activity.html b/src/views/activity.html index 73079ae0e..a7ccd1cc6 100644 --- a/src/views/activity.html +++ b/src/views/activity.html @@ -1,7 +1,7 @@
    -

    Event Log

    +

    {{ 'eventlog.title' | tr }}

    diff --git a/src/views/backups.html b/src/views/backups.html index 458a85062..2204ef130 100644 --- a/src/views/backups.html +++ b/src/views/backups.html @@ -328,7 +328,7 @@
    -

    Backups

    +

    {{ 'backups.title' | tr }}

    diff --git a/src/views/branding.html b/src/views/branding.html index 89039d08b..49697db07 100644 --- a/src/views/branding.html +++ b/src/views/branding.html @@ -28,7 +28,7 @@
    -

    Branding

    +

    {{ 'branding.title' | tr }}

    diff --git a/src/views/domains.html b/src/views/domains.html index f37677252..1027f7b7a 100644 --- a/src/views/domains.html +++ b/src/views/domains.html @@ -234,7 +234,7 @@
    -

    Domains

    +

    {{ 'domains.title' | tr }}

    diff --git a/src/views/network.html b/src/views/network.html index 5c6a0607d..bee6fe7d1 100644 --- a/src/views/network.html +++ b/src/views/network.html @@ -72,7 +72,7 @@
    -

    Network

    +

    {{ 'network.title' | tr }}

    diff --git a/src/views/notifications.html b/src/views/notifications.html index 1985bbb33..aac43dce4 100644 --- a/src/views/notifications.html +++ b/src/views/notifications.html @@ -19,7 +19,7 @@
    -

    Notifications

    +

    {{ 'notifications.title' | tr }}

    diff --git a/src/views/profile.html b/src/views/profile.html index c67089cbd..e2604cf9d 100644 --- a/src/views/profile.html +++ b/src/views/profile.html @@ -324,7 +324,7 @@
    -

    Profile

    +

    {{ 'profile.title' | tr }}

    diff --git a/src/views/services.html b/src/views/services.html index 080fc49f6..a587199ae 100644 --- a/src/views/services.html +++ b/src/views/services.html @@ -49,7 +49,7 @@
    -

    Services

    +

    {{ 'services.title' | tr }}

    diff --git a/src/views/settings.html b/src/views/settings.html index aafce29f6..9bfe34cc8 100644 --- a/src/views/settings.html +++ b/src/views/settings.html @@ -137,7 +137,7 @@
    -

    Settings

    +

    {{ 'settings.title' | tr }}

    diff --git a/src/views/support.html b/src/views/support.html index c7e6fcf20..0712cf367 100644 --- a/src/views/support.html +++ b/src/views/support.html @@ -1,7 +1,7 @@
    -

    Support

    +

    {{ 'support.title' | tr }}

    diff --git a/src/views/system.html b/src/views/system.html index a0b4de73d..4d51e3f15 100644 --- a/src/views/system.html +++ b/src/views/system.html @@ -21,7 +21,7 @@

    - System Info + {{ 'system.title' | tr }} Show Logs

    diff --git a/src/views/users.html b/src/views/users.html index 632b9860b..1ab8a11a3 100644 --- a/src/views/users.html +++ b/src/views/users.html @@ -401,7 +401,7 @@

    - Users + {{ 'users.title' | tr }}