Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions lib/l10n/app_de.arb
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@
"addToStarterPack": "zum Starter-Paket hinzufügen",
"blockReport": "Blockieren/Melden",
"blockedUsers": "Blockierte Benutzer",
"noBlockedUsers": "Keine blockierten Benutzer",
"addBlockedWord": "Blockiertes Wort hinzufügen",
"noBlockedWords": "Keine blockierten Wörter",
"notImplemented": "nicht implementiert",
"impersonation": "Identitätsdiebstahl",
"spam": "Spam",
Expand Down
12 changes: 12 additions & 0 deletions lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,18 @@
"@blockedUsers": {
"description": "Blocked users page title"
},
"noBlockedUsers": "No blocked users",
"@noBlockedUsers": {
"description": "Empty state text for blocked users list"
},
"addBlockedWord": "Add blocked word",
"@addBlockedWord": {
"description": "Hint text for adding a blocked word"
},
"noBlockedWords": "No blocked words",
"@noBlockedWords": {
"description": "Empty state text for blocked words list"
},
"notImplemented": "not implemented",
"@notImplemented": {
"description": "Message for unimplemented features"
Expand Down
3 changes: 3 additions & 0 deletions lib/l10n/app_es.arb
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@
"addToStarterPack": "agregar al paquete inicial",
"blockReport": "Bloquear/Reportar",
"blockedUsers": "Usuarios Bloqueados",
"noBlockedUsers": "No hay usuarios bloqueados",
"addBlockedWord": "Agregar palabra bloqueada",
"noBlockedWords": "No hay palabras bloqueadas",
"notImplemented": "no implementado",
"impersonation": "suplantación de identidad",
"spam": "spam",
Expand Down
3 changes: 3 additions & 0 deletions lib/l10n/app_fr.arb
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@
"addToStarterPack": "ajouter au pack de démarrage",
"blockReport": "Bloquer/Signaler",
"blockedUsers": "Utilisateurs bloqués",
"noBlockedUsers": "Aucun utilisateur bloqué",
"addBlockedWord": "Ajouter un mot bloqué",
"noBlockedWords": "Aucun mot bloqué",
"notImplemented": "pas implémenté",
"impersonation": "usurpation d'identité",
"spam": "spam",
Expand Down
3 changes: 3 additions & 0 deletions lib/l10n/app_ja.arb
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@
"addToStarterPack": "スターターパックに追加",
"blockReport": "ブロック/報告",
"blockedUsers": "ブロック済みユーザー",
"noBlockedUsers": "ブロック済みユーザーはいません",
"addBlockedWord": "ブロックする単語を追加",
"noBlockedWords": "ブロック済み単語はありません",
"notImplemented": "実装されていません",
"impersonation": "なりすまし",
"spam": "スパム",
Expand Down
3 changes: 3 additions & 0 deletions lib/l10n/app_pt.arb
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@
"addToStarterPack": "adicionar ao pacote inicial",
"blockReport": "Bloquear/Denunciar",
"blockedUsers": "Usuários Bloqueados",
"noBlockedUsers": "Nenhum usuário bloqueado",
"addBlockedWord": "Adicionar palavra bloqueada",
"noBlockedWords": "Nenhuma palavra bloqueada",
"notImplemented": "não implementado",
"impersonation": "personificação",
"spam": "spam",
Expand Down
3 changes: 3 additions & 0 deletions lib/l10n/app_ru.arb
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@
"addToStarterPack": "добавить в стартовый набор",
"blockReport": "Блокировать/Пожаловаться",
"blockedUsers": "Заблокированные пользователи",
"noBlockedUsers": "Нет заблокированных пользователей",
"addBlockedWord": "Добавить заблокированное слово",
"noBlockedWords": "Нет заблокированных слов",
"notImplemented": "не реализовано",
"impersonation": "выдача себя за другого",
"spam": "спам",
Expand Down
3 changes: 3 additions & 0 deletions lib/l10n/app_th.arb
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@
"addToStarterPack": "เพิ่มไปยังแพ็คเกจเริ่มต้น",
"blockReport": "บล็อก/รายงาน",
"blockedUsers": "ผู้ใช้ที่ถูกบล็อก",
"noBlockedUsers": "ไม่มีผู้ใช้ที่ถูกบล็อก",
"addBlockedWord": "เพิ่มคำที่บล็อก",
"noBlockedWords": "ไม่มีคำที่บล็อก",
"notImplemented": "ยังไม่ได้นำไปใช้",
"impersonation": "แอบอ้าง",
"spam": "สแปม",
Expand Down
3 changes: 3 additions & 0 deletions lib/l10n/app_zh.arb
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@
"addToStarterPack": "添加到新手包",
"blockReport": "屏蔽/举报",
"blockedUsers": "已屏蔽的用户",
"noBlockedUsers": "没有已屏蔽的用户",
"addBlockedWord": "添加屏蔽词",
"noBlockedWords": "没有屏蔽词",
"notImplemented": "未实现",
"impersonation": "冒充",
"spam": "垃圾信息",
Expand Down
Loading