diff --git a/apps/login/locales/de.json b/apps/login/locales/de.json index 6fde45ba69..9da622340b 100644 --- a/apps/login/locales/de.json +++ b/apps/login/locales/de.json @@ -12,7 +12,7 @@ "title": "Logout", "description": "Wählen Sie den Account aus, das Sie entfernen möchten", "noResults": "Keine Konten gefunden", - "clear": "Entfernen", + "clear": "Session beenden", "verifiedAt": "Zuletzt aktiv: {time}", "success": { "title": "Logout erfolgreich", diff --git a/apps/login/locales/es.json b/apps/login/locales/es.json index d35d2b1705..8969618c67 100644 --- a/apps/login/locales/es.json +++ b/apps/login/locales/es.json @@ -12,7 +12,7 @@ "title": "Cerrar sesión", "description": "Selecciona la cuenta que deseas eliminar", "noResults": "No se encontraron cuentas", - "clear": "Eliminar", + "clear": "Eliminar sesión", "verifiedAt": "Última actividad: {time}", "success": { "title": "Cierre de sesión exitoso", diff --git a/apps/login/locales/it.json b/apps/login/locales/it.json index 7fabe0f8c6..83fc5f3bfc 100644 --- a/apps/login/locales/it.json +++ b/apps/login/locales/it.json @@ -12,7 +12,7 @@ "title": "Esci", "description": "Seleziona l'account che desideri uscire", "noResults": "Nessun account trovato", - "clear": "Rimuovi", + "clear": "Elimina sessione", "verifiedAt": "Ultima attività: {time}", "success": { "title": "Uscita riuscita", diff --git a/apps/login/locales/pl.json b/apps/login/locales/pl.json index 3b74264a9c..ad9f5d9a65 100644 --- a/apps/login/locales/pl.json +++ b/apps/login/locales/pl.json @@ -12,7 +12,7 @@ "title": "Wyloguj się", "description": "Wybierz konto, które chcesz usunąć", "noResults": "Nie znaleziono kont", - "clear": "Usuń", + "clear": "Usuń sesję", "verifiedAt": "Ostatnia aktywność: {time}", "success": { "title": "Wylogowanie udane", diff --git a/apps/login/locales/ru.json b/apps/login/locales/ru.json index 3c669e49db..73b0810e93 100644 --- a/apps/login/locales/ru.json +++ b/apps/login/locales/ru.json @@ -12,7 +12,7 @@ "title": "Выход", "description": "Выберите аккаунт, который хотите удалить", "noResults": "Аккаунты не найдены", - "clear": "Удалить", + "clear": "Удалить сессию", "verifiedAt": "Последняя активность: {time}", "success": { "title": "Выход выполнен успешно", diff --git a/apps/login/locales/zh.json b/apps/login/locales/zh.json index 2052567206..bba15c62dd 100644 --- a/apps/login/locales/zh.json +++ b/apps/login/locales/zh.json @@ -12,7 +12,7 @@ "title": "注销", "description": "选择您想注销的账户", "noResults": "未找到账户", - "clear": "清除", + "clear": "注销会话", "verifiedAt": "最后活动时间:{time}", "success": { "title": "注销成功",