From 0b5f9610874a9083b29b188ad5f604ac2e619e2e Mon Sep 17 00:00:00 2001 From: codytseng Date: Tue, 8 Jul 2025 16:51:31 +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/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 ++- 14 files changed, 28 insertions(+), 14 deletions(-) diff --git a/src/i18n/locales/ar.ts b/src/i18n/locales/ar.ts index 7f9396f2..f2738e34 100644 --- a/src/i18n/locales/ar.ts +++ b/src/i18n/locales/ar.ts @@ -286,6 +286,7 @@ export default { Group: 'المجموعة', 'Live event': 'حدث مباشر', Article: 'مقالة', - Unfavorite: 'إلغاء المفضلة' + Unfavorite: 'إلغاء المفضلة', + 'Recommended relays': 'الريلايات الموصى بها' } } diff --git a/src/i18n/locales/de.ts b/src/i18n/locales/de.ts index 7484f8aa..021c5691 100644 --- a/src/i18n/locales/de.ts +++ b/src/i18n/locales/de.ts @@ -293,6 +293,7 @@ export default { Group: 'Gruppe', 'Live event': 'Live-Event', Article: 'Artikel', - Unfavorite: 'Nicht mehr favorisieren' + Unfavorite: 'Nicht mehr favorisieren', + 'Recommended relays': 'Empfohlene Relays' } } diff --git a/src/i18n/locales/en.ts b/src/i18n/locales/en.ts index e04a8c8e..2f91bf8a 100644 --- a/src/i18n/locales/en.ts +++ b/src/i18n/locales/en.ts @@ -286,6 +286,7 @@ export default { Group: 'Group', 'Live event': 'Live event', Article: 'Article', - Unfavorite: 'Unfavorite' + Unfavorite: 'Unfavorite', + 'Recommended relays': 'Recommended relays' } } diff --git a/src/i18n/locales/es.ts b/src/i18n/locales/es.ts index 6ad2674c..4463a6d6 100644 --- a/src/i18n/locales/es.ts +++ b/src/i18n/locales/es.ts @@ -291,6 +291,7 @@ export default { Group: 'Grupo', 'Live event': 'Evento en vivo', Article: 'Artículo', - Unfavorite: 'Desfavoritar' + Unfavorite: 'Desfavoritar', + 'Recommended relays': 'Relés recomendados' } } diff --git a/src/i18n/locales/fr.ts b/src/i18n/locales/fr.ts index b3efac87..18c4f854 100644 --- a/src/i18n/locales/fr.ts +++ b/src/i18n/locales/fr.ts @@ -291,6 +291,7 @@ export default { Group: 'Groupe', 'Live event': 'Événement en direct', Article: 'Article', - Unfavorite: 'Ne plus aimer' + Unfavorite: 'Ne plus aimer', + 'Recommended relays': 'Relais recommandés' } } diff --git a/src/i18n/locales/it.ts b/src/i18n/locales/it.ts index f18999b2..f6c40a5c 100644 --- a/src/i18n/locales/it.ts +++ b/src/i18n/locales/it.ts @@ -290,6 +290,7 @@ export default { Group: 'Gruppo', 'Live event': 'Evento dal vivo', Article: 'Articolo', - Unfavorite: 'Rimuovi dai preferiti' + Unfavorite: 'Rimuovi dai preferiti', + 'Recommended relays': 'Relay consigliati' } } diff --git a/src/i18n/locales/ja.ts b/src/i18n/locales/ja.ts index c5e6a08b..b59ee8d8 100644 --- a/src/i18n/locales/ja.ts +++ b/src/i18n/locales/ja.ts @@ -288,6 +288,7 @@ export default { Group: 'グループ', 'Live event': 'ライブイベント', Article: '記事', - Unfavorite: 'お気に入り解除' + Unfavorite: 'お気に入り解除', + 'Recommended relays': 'おすすめのリレイ' } } diff --git a/src/i18n/locales/ko.ts b/src/i18n/locales/ko.ts index bb08d939..b4c023ac 100644 --- a/src/i18n/locales/ko.ts +++ b/src/i18n/locales/ko.ts @@ -288,6 +288,7 @@ export default { Group: '그룹', 'Live event': '라이브 이벤트', Article: '기사', - Unfavorite: '즐겨찾기 취소' + Unfavorite: '즐겨찾기 취소', + 'Recommended relays': '추천 릴레이' } } diff --git a/src/i18n/locales/pl.ts b/src/i18n/locales/pl.ts index e397fa6d..86d40bc2 100644 --- a/src/i18n/locales/pl.ts +++ b/src/i18n/locales/pl.ts @@ -289,6 +289,7 @@ export default { Group: 'Grupa', 'Live event': 'Wydarzenie na żywo', Article: 'Artykuł', - Unfavorite: 'Usuń z ulubionych' + Unfavorite: 'Usuń z ulubionych', + 'Recommended relays': 'Rekomendowane transmitery' } } diff --git a/src/i18n/locales/pt-BR.ts b/src/i18n/locales/pt-BR.ts index edada4a7..d833cc29 100644 --- a/src/i18n/locales/pt-BR.ts +++ b/src/i18n/locales/pt-BR.ts @@ -289,6 +289,7 @@ export default { Group: 'Grupo', 'Live event': 'Evento ao vivo', Article: 'Artigo', - Unfavorite: 'Desfavoritar' + Unfavorite: 'Desfavoritar', + 'Recommended relays': 'Relés recomendados' } } diff --git a/src/i18n/locales/pt-PT.ts b/src/i18n/locales/pt-PT.ts index 52a6b528..039f6ed0 100644 --- a/src/i18n/locales/pt-PT.ts +++ b/src/i18n/locales/pt-PT.ts @@ -290,6 +290,7 @@ export default { Group: 'Grupo', 'Live event': 'Evento ao vivo', Article: 'Artigo', - Unfavorite: 'Desfavoritar' + Unfavorite: 'Desfavoritar', + 'Recommended relays': 'Relés recomendados' } } diff --git a/src/i18n/locales/ru.ts b/src/i18n/locales/ru.ts index 15a9a062..8018f593 100644 --- a/src/i18n/locales/ru.ts +++ b/src/i18n/locales/ru.ts @@ -291,6 +291,7 @@ export default { Group: 'Группа', 'Live event': 'Живое событие', Article: 'Статья', - Unfavorite: 'Убрать из избранного' + Unfavorite: 'Убрать из избранного', + 'Recommended relays': 'Рекомендуемые ретрансляторы' } } diff --git a/src/i18n/locales/th.ts b/src/i18n/locales/th.ts index ea6b54e5..e86dfa40 100644 --- a/src/i18n/locales/th.ts +++ b/src/i18n/locales/th.ts @@ -285,6 +285,7 @@ export default { Group: 'กลุ่ม', 'Live event': 'เหตุการณ์สด', Article: 'บทความ', - Unfavorite: 'เลิกชื่นชอบ' + Unfavorite: 'เลิกชื่นชอบ', + 'Recommended relays': 'รีเลย์ที่แนะนำ' } } diff --git a/src/i18n/locales/zh.ts b/src/i18n/locales/zh.ts index e16f1447..50dd93a5 100644 --- a/src/i18n/locales/zh.ts +++ b/src/i18n/locales/zh.ts @@ -286,6 +286,7 @@ export default { Group: '群组', 'Live event': '直播', Article: '文章', - Unfavorite: '取消收藏' + Unfavorite: '取消收藏', + 'Recommended relays': '推荐服务器' } }