From b8c9662ae488211454b7a9d7bfdb851d846f0654 Mon Sep 17 00:00:00 2001 From: Elie Habib Date: Thu, 26 Feb 2026 12:53:06 +0400 Subject: [PATCH] fix: rename settings modal title from "PANELS" to "SETTINGS" in all 17 locales MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The header.settings i18n key was incorrectly set to "PANELS" (and its translations) for the settings modal title. The modal contains General, Panels, and Sources tabs — the overall title should be "SETTINGS". --- src/locales/ar.json | 2 +- src/locales/de.json | 2 +- src/locales/el.json | 2 +- src/locales/en.json | 2 +- src/locales/es.json | 2 +- src/locales/fr.json | 2 +- src/locales/it.json | 2 +- src/locales/ja.json | 2 +- src/locales/nl.json | 2 +- src/locales/pl.json | 2 +- src/locales/pt.json | 2 +- src/locales/ru.json | 2 +- src/locales/sv.json | 2 +- src/locales/th.json | 2 +- src/locales/tr.json | 2 +- src/locales/vi.json | 2 +- src/locales/zh.json | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/locales/ar.json b/src/locales/ar.json index 098aba3a8..b60b10449 100644 --- a/src/locales/ar.json +++ b/src/locales/ar.json @@ -80,7 +80,7 @@ "tech": "التقنية", "live": "مباشر", "search": "بحث", - "settings": "اللوحات", + "settings": "الإعدادات", "sources": "المصادر", "copyLink": "نسخ الرابط", "fullscreen": "ملء الشاشة", diff --git a/src/locales/de.json b/src/locales/de.json index a4fb180e8..92733867f 100644 --- a/src/locales/de.json +++ b/src/locales/de.json @@ -80,7 +80,7 @@ "tech": "TECH", "live": "LIVE", "search": "Suche", - "settings": "PANEELE", + "settings": "EINSTELLUNGEN", "sources": "QUELLEN", "copyLink": "Link kopieren", "fullscreen": "Vollbild", diff --git a/src/locales/el.json b/src/locales/el.json index c806643ed..bd9243810 100644 --- a/src/locales/el.json +++ b/src/locales/el.json @@ -80,7 +80,7 @@ "tech": "TECH", "live": "ΖΩΝΤΑΝΑ", "search": "Αναζήτηση", - "settings": "ΠΑΝΕΛ", + "settings": "ΡΥΘΜΙΣΕΙΣ", "sources": "ΠΗΓΕΣ", "copyLink": "Αντιγραφή Συνδέσμου", "fullscreen": "Πλήρης Οθόνη", diff --git a/src/locales/en.json b/src/locales/en.json index 1fb27a561..097ea30c0 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -80,7 +80,7 @@ "tech": "TECH", "live": "LIVE", "search": "Search", - "settings": "PANELS", + "settings": "SETTINGS", "sources": "SOURCES", "copyLink": "Copy Link", "fullscreen": "Fullscreen", diff --git a/src/locales/es.json b/src/locales/es.json index 4321e7eab..da6d87f2c 100644 --- a/src/locales/es.json +++ b/src/locales/es.json @@ -80,7 +80,7 @@ "tech": "TECH", "live": "VIVO", "search": "Buscar", - "settings": "PANELES", + "settings": "AJUSTES", "sources": "FUENTES", "copyLink": "Copiar enlace", "fullscreen": "Pantalla completa", diff --git a/src/locales/fr.json b/src/locales/fr.json index 3b060b9e8..747ae3236 100644 --- a/src/locales/fr.json +++ b/src/locales/fr.json @@ -80,7 +80,7 @@ "tech": "TECH", "live": "EN DIRECT", "search": "Recherche", - "settings": "PANNEAUX", + "settings": "PARAMÈTRES", "sources": "SOURCES", "copyLink": "Copier le lien", "fullscreen": "Plein écran", diff --git a/src/locales/it.json b/src/locales/it.json index aee3e89f0..5d76960fe 100644 --- a/src/locales/it.json +++ b/src/locales/it.json @@ -80,7 +80,7 @@ "tech": "TECH", "live": "IN DIRETTA", "search": "Cerca", - "settings": "PANNELLI", + "settings": "IMPOSTAZIONI", "sources": "FONTI", "copyLink": "Copia link", "fullscreen": "Schermo intero", diff --git a/src/locales/ja.json b/src/locales/ja.json index 973267d08..2fa1140e7 100644 --- a/src/locales/ja.json +++ b/src/locales/ja.json @@ -80,7 +80,7 @@ "tech": "テック", "live": "LIVE", "search": "検索", - "settings": "パネル", + "settings": "設定", "sources": "ソース", "copyLink": "リンクをコピー", "fullscreen": "全画面", diff --git a/src/locales/nl.json b/src/locales/nl.json index 9f3b0f8c7..482be8a7e 100644 --- a/src/locales/nl.json +++ b/src/locales/nl.json @@ -1789,7 +1789,7 @@ "search": "Zoekopdracht", "copyLink": "Kopieer link", "fullscreen": "Volledig scherm", - "settings": "PANELEN", + "settings": "INSTELLINGEN", "sources": "BRONNEN", "pinMap": "Kaart bovenaan vastzetten", "filterSources": "Bronnen filteren...", diff --git a/src/locales/pl.json b/src/locales/pl.json index f33061d0a..27fe279a5 100644 --- a/src/locales/pl.json +++ b/src/locales/pl.json @@ -80,7 +80,7 @@ "tech": "TECH", "live": "NA ŻYWO", "search": "Szukaj", - "settings": "PANELE", + "settings": "USTAWIENIA", "sources": "ŹRÓDŁA", "copyLink": "Kopiuj link", "fullscreen": "Pełny ekran", diff --git a/src/locales/pt.json b/src/locales/pt.json index e3e77bb34..cdb1b3580 100644 --- a/src/locales/pt.json +++ b/src/locales/pt.json @@ -1789,7 +1789,7 @@ "search": "Procurar", "copyLink": "Copiar link", "fullscreen": "Tela cheia", - "settings": "PAINÉIS", + "settings": "CONFIGURAÇÕES", "sources": "FONTES", "pinMap": "Fixar mapa no topo", "filterSources": "Filtrar fontes...", diff --git a/src/locales/ru.json b/src/locales/ru.json index 31f683516..9492d608b 100644 --- a/src/locales/ru.json +++ b/src/locales/ru.json @@ -80,7 +80,7 @@ "tech": "ТЕХНО", "live": "ПРЯМОЙ ЭФИР", "search": "Поиск", - "settings": "ПАНЕЛИ", + "settings": "НАСТРОЙКИ", "sources": "ИСТОЧНИКИ", "copyLink": "Копировать ссылку", "fullscreen": "Полный экран", diff --git a/src/locales/sv.json b/src/locales/sv.json index 3cf696dd8..51cdc9a4e 100644 --- a/src/locales/sv.json +++ b/src/locales/sv.json @@ -1789,7 +1789,7 @@ "search": "Söka", "copyLink": "Kopiera länk", "fullscreen": "Helskärm", - "settings": "PANELER", + "settings": "INSTÄLLNINGAR", "sources": "KÄLLOR", "pinMap": "Fäst kartan överst", "filterSources": "Filtrera källor...", diff --git a/src/locales/th.json b/src/locales/th.json index 0ee972da6..52a0121a7 100644 --- a/src/locales/th.json +++ b/src/locales/th.json @@ -80,7 +80,7 @@ "tech": "เทคโนโลยี", "live": "สด", "search": "ค้นหา", - "settings": "แผง", + "settings": "การตั้งค่า", "sources": "แหล่งข้อมูล", "copyLink": "คัดลอกลิงก์", "fullscreen": "เต็มจอ", diff --git a/src/locales/tr.json b/src/locales/tr.json index 0453c7ed1..4131790bb 100644 --- a/src/locales/tr.json +++ b/src/locales/tr.json @@ -80,7 +80,7 @@ "tech": "TEKNOLOJI", "live": "CANLI", "search": "Ara", - "settings": "PANELLER", + "settings": "AYARLAR", "sources": "KAYNAKLAR", "copyLink": "Baglanti Kopyala", "fullscreen": "Tam Ekran", diff --git a/src/locales/vi.json b/src/locales/vi.json index f4e174e55..a09458406 100644 --- a/src/locales/vi.json +++ b/src/locales/vi.json @@ -80,7 +80,7 @@ "tech": "CÔNG NGHỆ", "live": "TRỰC TIẾP", "search": "Tìm kiếm", - "settings": "BẢNG ĐIỀU KHIỂN", + "settings": "CÀI ĐẶT", "sources": "NGUỒN", "copyLink": "Sao chép Liên kết", "fullscreen": "Toàn màn hình", diff --git a/src/locales/zh.json b/src/locales/zh.json index 18c2c22d8..c8c243fa6 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -80,7 +80,7 @@ "tech": "科技", "live": "实时", "search": "搜索", - "settings": "面板", + "settings": "设置", "sources": "数据源", "copyLink": "复制链接", "fullscreen": "全屏",