From 01e3947b22fb696501aca8716f0f9c1e922096a8 Mon Sep 17 00:00:00 2001 From: Aine Date: Thu, 5 Sep 2024 23:52:27 +0300 Subject: [PATCH] add missing translations --- src/i18n/de.ts | 1 + src/i18n/fa.ts | 1 + src/i18n/fr.ts | 1 + src/i18n/it.ts | 1 + src/i18n/ru.ts | 1 + src/i18n/zh.ts | 1 + 6 files changed, 6 insertions(+) diff --git a/src/i18n/de.ts b/src/i18n/de.ts index 2917b9d..51e4fd5 100644 --- a/src/i18n/de.ts +++ b/src/i18n/de.ts @@ -125,6 +125,7 @@ const de: SynapseTranslationMessages = { erased: "Gelöscht", guests: "Zeige Gäste", show_deactivated: "Zeige deaktivierte Benutzer", + show_locked: "Zeige gesperrte Benutzer", user_id: "Suche Benutzer", displayname: "Anzeigename", password: "Passwort", diff --git a/src/i18n/fa.ts b/src/i18n/fa.ts index 1bee042..d223f1f 100644 --- a/src/i18n/fa.ts +++ b/src/i18n/fa.ts @@ -120,6 +120,7 @@ const fa: SynapseTranslationMessages = { deactivated: "غیرفعال", guests: "نمایش مهمانان", show_deactivated: "نمایش کاربران غیرفعال شده", + show_locked: "نمایش کاربران قفل شده", user_id: "جستجوی کاربر", displayname: "نام نمایشی", password: "رمز عبور", diff --git a/src/i18n/fr.ts b/src/i18n/fr.ts index b973061..fff036f 100644 --- a/src/i18n/fr.ts +++ b/src/i18n/fr.ts @@ -124,6 +124,7 @@ const fr: SynapseTranslationMessages = { deactivated: "Désactivé", guests: "Afficher les visiteurs", show_deactivated: "Afficher les utilisateurs désactivés", + show_locked: "Afficher les utilisateurs verrouillés", user_id: "Rechercher un utilisateur", displayname: "Nom d'affichage", password: "Mot de passe", diff --git a/src/i18n/it.ts b/src/i18n/it.ts index 3eedd85..59b3ce5 100644 --- a/src/i18n/it.ts +++ b/src/i18n/it.ts @@ -121,6 +121,7 @@ const it: SynapseTranslationMessages = { deactivated: "Disattivato", guests: "Mostra gli ospiti", show_deactivated: "Mostra gli utenti disattivati", + show_locked: "Mostra gli utenti bloccati", user_id: "Cerca utente", displayname: "Nickname", password: "Password", diff --git a/src/i18n/ru.ts b/src/i18n/ru.ts index 055479a..67e2db1 100644 --- a/src/i18n/ru.ts +++ b/src/i18n/ru.ts @@ -133,6 +133,7 @@ const ru: SynapseTranslationMessages = { erased: "Удалён", guests: "Показывать гостей", show_deactivated: "Показывать деактивированных", + show_locked: "Показывать заблокированных", user_id: "Поиск пользователя", displayname: "Отображаемое имя", password: "Пароль", diff --git a/src/i18n/zh.ts b/src/i18n/zh.ts index eabe806..61a59cb 100644 --- a/src/i18n/zh.ts +++ b/src/i18n/zh.ts @@ -120,6 +120,7 @@ const zh: SynapseTranslationMessages = { deactivated: "被禁用", guests: "显示访客", show_deactivated: "显示被禁用的账户", + show_locked: "显示被锁定的账户", user_id: "搜索用户", displayname: "显示名字", password: "密码",