From 584777328c7d514a6515873d8dc3b628abc5c9dc Mon Sep 17 00:00:00 2001 From: codytseng Date: Tue, 2 Sep 2025 23:22:14 +0800 Subject: [PATCH] chore: i18n --- src/i18n/locales/ar.ts | 3 ++- src/i18n/locales/de.ts | 3 ++- src/i18n/locales/en.ts | 3 ++- src/i18n/locales/es.ts | 3 ++- src/i18n/locales/fa.ts | 3 ++- src/i18n/locales/fr.ts | 3 ++- src/i18n/locales/it.ts | 3 ++- src/i18n/locales/ja.ts | 3 ++- src/i18n/locales/ko.ts | 3 ++- src/i18n/locales/pl.ts | 3 ++- src/i18n/locales/pt-BR.ts | 3 ++- src/i18n/locales/pt-PT.ts | 3 ++- src/i18n/locales/ru.ts | 3 ++- src/i18n/locales/th.ts | 3 ++- src/i18n/locales/zh.ts | 3 ++- 15 files changed, 30 insertions(+), 15 deletions(-) diff --git a/src/i18n/locales/ar.ts b/src/i18n/locales/ar.ts index f6310c08..8112dc62 100644 --- a/src/i18n/locales/ar.ts +++ b/src/i18n/locales/ar.ts @@ -374,6 +374,7 @@ export default { 'Type searching for people, keywords, or relays': 'اكتب للبحث عن أشخاص، كلمات مفتاحية، أو ريلايات', 'Hide content mentioning muted users': 'إخفاء المحتوى الذي يذكر المستخدمين المكتومين', - 'This note mentions a user you muted': 'هذه الملاحظة تذكر مستخدماً قمت بكتمه' + 'This note mentions a user you muted': 'هذه الملاحظة تذكر مستخدماً قمت بكتمه', + Filter: 'مرشح' } } diff --git a/src/i18n/locales/de.ts b/src/i18n/locales/de.ts index fc64ed21..b9d069ab 100644 --- a/src/i18n/locales/de.ts +++ b/src/i18n/locales/de.ts @@ -383,6 +383,7 @@ export default { 'Gib ein, um nach Personen, Schlüsselwörtern oder Relays zu suchen', 'Hide content mentioning muted users': 'Inhalte ausblenden, die stumme Benutzer erwähnen', 'This note mentions a user you muted': - 'Diese Notiz erwähnt einen Benutzer, den Sie stumm geschaltet haben' + 'Diese Notiz erwähnt einen Benutzer, den Sie stumm geschaltet haben', + Filter: 'Filter' } } diff --git a/src/i18n/locales/en.ts b/src/i18n/locales/en.ts index c78548ad..9684045b 100644 --- a/src/i18n/locales/en.ts +++ b/src/i18n/locales/en.ts @@ -373,6 +373,7 @@ export default { 'Type searching for people, keywords, or relays': 'Type searching for people, keywords, or relays', 'Hide content mentioning muted users': 'Hide content mentioning muted users', - 'This note mentions a user you muted': 'This note mentions a user you muted' + 'This note mentions a user you muted': 'This note mentions a user you muted', + Filter: 'Filter' } } diff --git a/src/i18n/locales/es.ts b/src/i18n/locales/es.ts index 9f41e3af..b5a616d2 100644 --- a/src/i18n/locales/es.ts +++ b/src/i18n/locales/es.ts @@ -379,6 +379,7 @@ export default { 'Type searching for people, keywords, or relays': 'Escribe para buscar personas, palabras clave o relés', 'Hide content mentioning muted users': 'Ocultar contenido que mencione usuarios silenciados', - 'This note mentions a user you muted': 'Esta nota menciona a un usuario que silenciaste' + 'This note mentions a user you muted': 'Esta nota menciona a un usuario que silenciaste', + Filter: 'Filtro' } } diff --git a/src/i18n/locales/fa.ts b/src/i18n/locales/fa.ts index cfc292ed..64f0f8e9 100644 --- a/src/i18n/locales/fa.ts +++ b/src/i18n/locales/fa.ts @@ -375,6 +375,7 @@ export default { 'Type searching for people, keywords, or relays': 'برای جستجو افراد، کلمات کلیدی یا رله‌ها تایپ کنید', 'Hide content mentioning muted users': 'مخفی کردن محتوای اشاره کننده به کاربران بی‌صدا شده', - 'This note mentions a user you muted': 'این یادداشت به کاربری که بی‌صدا کرده‌اید اشاره می‌کند' + 'This note mentions a user you muted': 'این یادداشت به کاربری که بی‌صدا کرده‌اید اشاره می‌کند', + Filter: 'فیلتر' } } diff --git a/src/i18n/locales/fr.ts b/src/i18n/locales/fr.ts index 831c7f5a..d2e4d04d 100644 --- a/src/i18n/locales/fr.ts +++ b/src/i18n/locales/fr.ts @@ -383,6 +383,7 @@ export default { 'Hide content mentioning muted users': 'Masquer le contenu mentionnant des utilisateurs masqués', 'This note mentions a user you muted': - 'Cette note mentionne un utilisateur que vous avez masqué' + 'Cette note mentionne un utilisateur que vous avez masqué', + Filter: 'Filtre' } } diff --git a/src/i18n/locales/it.ts b/src/i18n/locales/it.ts index 7adc0396..31f87738 100644 --- a/src/i18n/locales/it.ts +++ b/src/i18n/locales/it.ts @@ -379,6 +379,7 @@ export default { 'Type searching for people, keywords, or relays': 'Digita per cercare persone, parole chiave o relays', 'Hide content mentioning muted users': 'Nascondi contenuto che menziona utenti silenziati', - 'This note mentions a user you muted': 'Questa nota menziona un utente che hai silenziato' + 'This note mentions a user you muted': 'Questa nota menziona un utente che hai silenziato', + Filter: 'Filtro' } } diff --git a/src/i18n/locales/ja.ts b/src/i18n/locales/ja.ts index 5f30fd25..c0a02e56 100644 --- a/src/i18n/locales/ja.ts +++ b/src/i18n/locales/ja.ts @@ -376,6 +376,7 @@ export default { 'Type searching for people, keywords, or relays': '人、キーワード、またはリレーを検索するために入力してください', 'Hide content mentioning muted users': 'ミュートしたユーザーを言及するコンテンツを非表示', - 'This note mentions a user you muted': 'このノートはミュートしたユーザーを言及しています' + 'This note mentions a user you muted': 'このノートはミュートしたユーザーを言及しています', + Filter: 'フィルター' } } diff --git a/src/i18n/locales/ko.ts b/src/i18n/locales/ko.ts index 5f4ab06a..2be6a351 100644 --- a/src/i18n/locales/ko.ts +++ b/src/i18n/locales/ko.ts @@ -376,6 +376,7 @@ export default { 'Type searching for people, keywords, or relays': '사람, 키워드 또는 릴레이를 검색하려면 입력하세요', 'Hide content mentioning muted users': '뮤트된 사용자를 언급하는 콘텐츠 숨기기', - 'This note mentions a user you muted': '이 노트는 뮤트한 사용자를 언급합니다' + 'This note mentions a user you muted': '이 노트는 뮤트한 사용자를 언급합니다', + Filter: '필터' } } diff --git a/src/i18n/locales/pl.ts b/src/i18n/locales/pl.ts index d4f248cc..a711aff4 100644 --- a/src/i18n/locales/pl.ts +++ b/src/i18n/locales/pl.ts @@ -380,6 +380,7 @@ export default { 'Type searching for people, keywords, or relays': 'Wpisz, aby wyszukać osoby, słowa kluczowe lub przekaźniki', 'Hide content mentioning muted users': 'Ukryj treści wspominające wyciszonych użytkowników', - 'This note mentions a user you muted': 'Ten wpis wspomina użytkownika, którego wyciszyłeś' + 'This note mentions a user you muted': 'Ten wpis wspomina użytkownika, którego wyciszyłeś', + Filter: 'Filtr' } } diff --git a/src/i18n/locales/pt-BR.ts b/src/i18n/locales/pt-BR.ts index c27555b7..e781ef5a 100644 --- a/src/i18n/locales/pt-BR.ts +++ b/src/i18n/locales/pt-BR.ts @@ -376,6 +376,7 @@ export default { 'Type searching for people, keywords, or relays': 'Digite para buscar pessoas, palavras-chave ou relays', 'Hide content mentioning muted users': 'Ocultar conteúdo que menciona usuários silenciados', - 'This note mentions a user you muted': 'Esta nota menciona um usuário que você silenciou' + 'This note mentions a user you muted': 'Esta nota menciona um usuário que você silenciou', + Filter: 'Filtro' } } diff --git a/src/i18n/locales/pt-PT.ts b/src/i18n/locales/pt-PT.ts index 9195732e..d3c8cd33 100644 --- a/src/i18n/locales/pt-PT.ts +++ b/src/i18n/locales/pt-PT.ts @@ -379,6 +379,7 @@ export default { 'Type searching for people, keywords, or relays': 'Digite para buscar pessoas, palavras-chave ou relays', 'Hide content mentioning muted users': 'Ocultar conteúdo que menciona utilizadores silenciados', - 'This note mentions a user you muted': 'Esta nota menciona um utilizador que silenciou' + 'This note mentions a user you muted': 'Esta nota menciona um utilizador que silenciou', + Filter: 'Filtro' } } diff --git a/src/i18n/locales/ru.ts b/src/i18n/locales/ru.ts index 1d4e9344..db17d971 100644 --- a/src/i18n/locales/ru.ts +++ b/src/i18n/locales/ru.ts @@ -380,6 +380,7 @@ export default { 'Начните ввод для поиска людей, ключевых слов или релеев', 'Hide content mentioning muted users': 'Скрыть контент, упоминающий заглушённых пользователей', 'This note mentions a user you muted': - 'Эта заметка упоминает пользователя, которого вы заглушили' + 'Эта заметка упоминает пользователя, которого вы заглушили', + Filter: 'Фильтр' } } diff --git a/src/i18n/locales/th.ts b/src/i18n/locales/th.ts index 122452d7..69597af3 100644 --- a/src/i18n/locales/th.ts +++ b/src/i18n/locales/th.ts @@ -371,6 +371,7 @@ export default { 'Suitable Relays': 'รีเลย์ที่เหมาะสม', 'Type searching for people, keywords, or relays': 'พิมพ์เพื่อค้นหาผู้คน คีย์เวิร์ด หรือรีเลย์', 'Hide content mentioning muted users': 'ซ่อนเนื้อหาที่กล่าวถึงผู้ใช้ที่ปิดเสียง', - 'This note mentions a user you muted': 'โน้ตนี้กล่าวถึงผู้ใช้ที่คุณปิดเสียง' + 'This note mentions a user you muted': 'โน้ตนี้กล่าวถึงผู้ใช้ที่คุณปิดเสียง', + Filter: 'ตัวกรอง' } } diff --git a/src/i18n/locales/zh.ts b/src/i18n/locales/zh.ts index 2ac07e62..f2be3136 100644 --- a/src/i18n/locales/zh.ts +++ b/src/i18n/locales/zh.ts @@ -369,6 +369,7 @@ export default { 'Suitable Relays': '适合的服务器', 'Type searching for people, keywords, or relays': '输入以搜索用户、关键词或服务器', 'Hide content mentioning muted users': '隐藏提及已屏蔽用户的内容', - 'This note mentions a user you muted': '此笔记提及了您已屏蔽的用户' + 'This note mentions a user you muted': '此笔记提及了您已屏蔽的用户', + Filter: '过滤器' } }