From 87b2148c5d79cf565bd45d69c17cdc1e8b2afbdd Mon Sep 17 00:00:00 2001 From: Max Peintner Date: Mon, 28 Apr 2025 12:57:37 +0200 Subject: [PATCH] i18n --- apps/login/locales/de.json | 3 ++- apps/login/locales/en.json | 3 ++- apps/login/locales/es.json | 3 ++- apps/login/locales/it.json | 3 ++- apps/login/locales/pl.json | 3 ++- apps/login/locales/ru.json | 3 ++- apps/login/locales/zh.json | 3 ++- 7 files changed, 14 insertions(+), 7 deletions(-) diff --git a/apps/login/locales/de.json b/apps/login/locales/de.json index 40529341f9..37f0e414f5 100644 --- a/apps/login/locales/de.json +++ b/apps/login/locales/de.json @@ -11,7 +11,8 @@ "logout": { "title": "Logout", "description": "Wählen Sie den Account aus, das Sie entfernen möchten", - "noResults": "Keine Konten gefunden" + "noResults": "Keine Konten gefunden", + "clear": "Entfernen" }, "loginname": { "title": "Willkommen zurück!", diff --git a/apps/login/locales/en.json b/apps/login/locales/en.json index 2b05693e59..9cd8d9fab5 100644 --- a/apps/login/locales/en.json +++ b/apps/login/locales/en.json @@ -11,7 +11,8 @@ "logout": { "title": "Logout", "description": "Click the accounts you want to clear", - "noResults": "No accounts found" + "noResults": "No accounts found", + "clear": "Clear" }, "loginname": { "title": "Welcome back!", diff --git a/apps/login/locales/es.json b/apps/login/locales/es.json index c89cf2b4b2..9cce37bf7b 100644 --- a/apps/login/locales/es.json +++ b/apps/login/locales/es.json @@ -11,7 +11,8 @@ "logout": { "title": "Cerrar sesión", "description": "Selecciona la cuenta que deseas eliminar", - "noResults": "No se encontraron cuentas" + "noResults": "No se encontraron cuentas", + "clear": "Eliminar" }, "loginname": { "title": "¡Bienvenido de nuevo!", diff --git a/apps/login/locales/it.json b/apps/login/locales/it.json index 66ee615a47..ea1d7e00bb 100644 --- a/apps/login/locales/it.json +++ b/apps/login/locales/it.json @@ -11,7 +11,8 @@ "logout": { "title": "Esci", "description": "Seleziona l'account che desideri uscire", - "noResults": "Nessun account trovato" + "noResults": "Nessun account trovato", + "clear": "Rimuovi" }, "loginname": { "title": "Bentornato!", diff --git a/apps/login/locales/pl.json b/apps/login/locales/pl.json index cc65198800..2501fcd738 100644 --- a/apps/login/locales/pl.json +++ b/apps/login/locales/pl.json @@ -11,7 +11,8 @@ "logout": { "title": "Wyloguj się", "description": "Wybierz konto, które chcesz usunąć", - "noResults": "Nie znaleziono kont" + "noResults": "Nie znaleziono kont", + "clear": "Usuń" }, "loginname": { "title": "Witamy ponownie!", diff --git a/apps/login/locales/ru.json b/apps/login/locales/ru.json index 766b956734..2eed15bf25 100644 --- a/apps/login/locales/ru.json +++ b/apps/login/locales/ru.json @@ -11,7 +11,8 @@ "logout": { "title": "Выход", "description": "Выберите аккаунт, который хотите удалить", - "noResults": "Аккаунты не найдены" + "noResults": "Аккаунты не найдены", + "clear": "Удалить" }, "loginname": { "title": "С возвращением!", diff --git a/apps/login/locales/zh.json b/apps/login/locales/zh.json index fb34dfcbe3..e54106a440 100644 --- a/apps/login/locales/zh.json +++ b/apps/login/locales/zh.json @@ -11,7 +11,8 @@ "logout": { "title": "注销", "description": "选择您想注销的账户", - "noResults": "未找到账户" + "noResults": "未找到账户", + "clear": "清除" }, "loginname": { "title": "欢迎回来!",