From ebd16c834a9d864d08489347cb4df92f9a86b180 Mon Sep 17 00:00:00 2001 From: Luke Gustafson <88517757+LukeGus@users.noreply.github.com> Date: Wed, 31 Dec 2025 01:16:44 -0600 Subject: [PATCH] chore: auto-translate to multiple languages (#469) --- src/locales/ar.json | 3 ++- src/locales/bn.json | 3 ++- src/locales/cs.json | 3 ++- src/locales/de.json | 3 ++- src/locales/el.json | 3 ++- src/locales/es.json | 3 ++- src/locales/fr.json | 3 ++- src/locales/he.json | 3 ++- src/locales/hi.json | 3 ++- src/locales/id.json | 3 ++- src/locales/it.json | 3 ++- src/locales/ja.json | 3 ++- src/locales/ko.json | 3 ++- src/locales/nb.json | 3 ++- src/locales/nl.json | 3 ++- src/locales/pl.json | 3 ++- src/locales/pt.json | 3 ++- src/locales/ro.json | 3 ++- src/locales/ru.json | 3 ++- src/locales/sv.json | 3 ++- src/locales/th.json | 3 ++- src/locales/tr.json | 3 ++- src/locales/uk.json | 3 ++- src/locales/vi.json | 3 ++- src/locales/zh.json | 3 ++- 25 files changed, 50 insertions(+), 25 deletions(-) diff --git a/src/locales/ar.json b/src/locales/ar.json index 999c5446..0ca78f71 100644 --- a/src/locales/ar.json +++ b/src/locales/ar.json @@ -1647,6 +1647,7 @@ "totpInvalidCode": "رمز التحقق غير صالح", "totpCancelled": "تم إلغاء جمع البيانات الإحصائية", "authenticationFailed": "فشلت عملية المصادقة", + "noneAuthNotSupported": "لا يدعم Server Stats نوع المصادقة \"none\".", "load": "حمولة", "editLayout": "تعديل التخطيط", "cancelEdit": "يلغي", @@ -2395,4 +2396,4 @@ "switchToLight": "قم بتشغيل الضوء", "switchToDark": "التبديل إلى الوضع الداكن" } -} +} \ No newline at end of file diff --git a/src/locales/bn.json b/src/locales/bn.json index dfb537de..998aacc7 100644 --- a/src/locales/bn.json +++ b/src/locales/bn.json @@ -1647,6 +1647,7 @@ "totpInvalidCode": "অবৈধ যাচাইকরণ কোড", "totpCancelled": "মেট্রিক্স সংগ্রহ বাতিল করা হয়েছে", "authenticationFailed": "প্রমাণীকরণ ব্যর্থ হয়েছে", + "noneAuthNotSupported": "সার্ভার পরিসংখ্যান 'কিছুই নয়' প্রমাণীকরণ প্রকার সমর্থন করে না।", "load": "লোড", "editLayout": "লেআউট সম্পাদনা করুন", "cancelEdit": "বাতিল করুন", @@ -2395,4 +2396,4 @@ "switchToLight": "আলোতে স্যুইচ করুন", "switchToDark": "ডার্ক এ স্যুইচ করুন" } -} +} \ No newline at end of file diff --git a/src/locales/cs.json b/src/locales/cs.json index 629c19d0..29ef372e 100644 --- a/src/locales/cs.json +++ b/src/locales/cs.json @@ -1647,6 +1647,7 @@ "totpInvalidCode": "Neplatný ověřovací kód", "totpCancelled": "Sběr metrik zrušen", "authenticationFailed": "Ověření se nezdařilo", + "noneAuthNotSupported": "Statistiky serveru nepodporují typ ověřování „žádné“.", "load": "Zatížení", "editLayout": "Upravit rozvržení", "cancelEdit": "Zrušit", @@ -2395,4 +2396,4 @@ "switchToLight": "Přepnout na světlo", "switchToDark": "Přepnout na tmavou" } -} +} \ No newline at end of file diff --git a/src/locales/de.json b/src/locales/de.json index acfb8318..5fc760b6 100644 --- a/src/locales/de.json +++ b/src/locales/de.json @@ -1647,6 +1647,7 @@ "totpInvalidCode": "Ungültiger Bestätigungscode", "totpCancelled": "Datenerfassung abgesagt", "authenticationFailed": "Authentifizierung fehlgeschlagen", + "noneAuthNotSupported": "Server Stats unterstützt den Authentifizierungstyp „none“ nicht.", "load": "Laden", "editLayout": "Layout bearbeiten", "cancelEdit": "Stornieren", @@ -2395,4 +2396,4 @@ "switchToLight": "Auf Licht umschalten", "switchToDark": "Auf Dunkel umschalten" } -} +} \ No newline at end of file diff --git a/src/locales/el.json b/src/locales/el.json index 2dfc790f..02433e88 100644 --- a/src/locales/el.json +++ b/src/locales/el.json @@ -1647,6 +1647,7 @@ "totpInvalidCode": "Μη έγκυρος κωδικός επαλήθευσης", "totpCancelled": "Η συλλογή μετρήσεων ακυρώθηκε", "authenticationFailed": "Η επαλήθευση ταυτότητας απέτυχε", + "noneAuthNotSupported": "Τα Στατιστικά διακομιστή δεν υποστηρίζουν τον τύπο ελέγχου ταυτότητας \"κανένας\".", "load": "Φορτίο", "editLayout": "Επεξεργασία διάταξης", "cancelEdit": "Ματαίωση", @@ -2395,4 +2396,4 @@ "switchToLight": "Αλλαγή σε Φως", "switchToDark": "Αλλαγή σε Σκούρο" } -} +} \ No newline at end of file diff --git a/src/locales/es.json b/src/locales/es.json index b201fb50..b5dd9769 100644 --- a/src/locales/es.json +++ b/src/locales/es.json @@ -1647,6 +1647,7 @@ "totpInvalidCode": "Código de verificación no válido", "totpCancelled": "Recopilación de métricas cancelada", "authenticationFailed": "Falló la autenticación", + "noneAuthNotSupported": "Las estadísticas del servidor no admiten el tipo de autenticación \"ninguno\".", "load": "Carga", "editLayout": "Editar diseño", "cancelEdit": "Cancelar", @@ -2395,4 +2396,4 @@ "switchToLight": "Cambiar a la luz", "switchToDark": "Cambiar a oscuro" } -} +} \ No newline at end of file diff --git a/src/locales/fr.json b/src/locales/fr.json index bd19263e..7a9f303a 100644 --- a/src/locales/fr.json +++ b/src/locales/fr.json @@ -1647,6 +1647,7 @@ "totpInvalidCode": "Code de vérification invalide", "totpCancelled": "Collecte des données annulée", "authenticationFailed": "L'authentification a échoué", + "noneAuthNotSupported": "Server Stats ne prend pas en charge le type d'authentification « aucun ».", "load": "Charger", "editLayout": "Modifier la mise en page", "cancelEdit": "Annuler", @@ -2395,4 +2396,4 @@ "switchToLight": "Passer à la lumière", "switchToDark": "Passer au mode sombre" } -} +} \ No newline at end of file diff --git a/src/locales/he.json b/src/locales/he.json index 2fdb907e..3f9a4f63 100644 --- a/src/locales/he.json +++ b/src/locales/he.json @@ -1647,6 +1647,7 @@ "totpInvalidCode": "קוד אימות לא תקין", "totpCancelled": "איסוף המדדים בוטל", "authenticationFailed": "האימות נכשל", + "noneAuthNotSupported": "סטטיסטיקות השרת אינן תומכות בסוג האימות 'ללא'.", "load": "לִטעוֹן", "editLayout": "עריכת פריסה", "cancelEdit": "לְבַטֵל", @@ -2395,4 +2396,4 @@ "switchToLight": "מעבר לתאורה", "switchToDark": "עבור למצב כהה" } -} +} \ No newline at end of file diff --git a/src/locales/hi.json b/src/locales/hi.json index 12cad703..fae92e6b 100644 --- a/src/locales/hi.json +++ b/src/locales/hi.json @@ -1647,6 +1647,7 @@ "totpInvalidCode": "अवैध सत्यापन संकेत", "totpCancelled": "मैट्रिक्स संग्रह रद्द कर दिया गया", "authenticationFailed": "प्रमाणीकरण विफल होना", + "noneAuthNotSupported": "सर्वर स्टैट्स 'none' प्रमाणीकरण प्रकार का समर्थन नहीं करता है।", "load": "भार", "editLayout": "लेआउट संपादित करें", "cancelEdit": "रद्द करना", @@ -2395,4 +2396,4 @@ "switchToLight": "लाइट पर स्विच करें", "switchToDark": "डार्क मोड पर स्विच करें" } -} +} \ No newline at end of file diff --git a/src/locales/id.json b/src/locales/id.json index 16870b66..3ba8ed90 100644 --- a/src/locales/id.json +++ b/src/locales/id.json @@ -1647,6 +1647,7 @@ "totpInvalidCode": "Kode verifikasi tidak valid", "totpCancelled": "Pengumpulan metrik dibatalkan", "authenticationFailed": "Autentikasi gagal", + "noneAuthNotSupported": "Statistik Server tidak mendukung tipe otentikasi 'none'.", "load": "Memuat", "editLayout": "Edit Tata Letak", "cancelEdit": "Membatalkan", @@ -2395,4 +2396,4 @@ "switchToLight": "Beralih ke Cahaya", "switchToDark": "Beralih ke Gelap" } -} +} \ No newline at end of file diff --git a/src/locales/it.json b/src/locales/it.json index 26916589..8490256d 100644 --- a/src/locales/it.json +++ b/src/locales/it.json @@ -1647,6 +1647,7 @@ "totpInvalidCode": "Codice di verifica non valido", "totpCancelled": "Raccolta di metriche annullata", "authenticationFailed": "Autenticazione fallita", + "noneAuthNotSupported": "Le statistiche del server non supportano il tipo di autenticazione \"nessuno\".", "load": "Carico", "editLayout": "Modifica layout", "cancelEdit": "Cancellare", @@ -2395,4 +2396,4 @@ "switchToLight": "Passa alla luce", "switchToDark": "Passa a Scuro" } -} +} \ No newline at end of file diff --git a/src/locales/ja.json b/src/locales/ja.json index 97e3dfcb..82294ebb 100644 --- a/src/locales/ja.json +++ b/src/locales/ja.json @@ -1647,6 +1647,7 @@ "totpInvalidCode": "無効な確認コード", "totpCancelled": "メトリック収集がキャンセルされました", "authenticationFailed": "認証に失敗しました", + "noneAuthNotSupported": "サーバー統計は「なし」認証タイプをサポートしていません。", "load": "負荷", "editLayout": "レイアウトの編集", "cancelEdit": "キャンセル", @@ -2395,4 +2396,4 @@ "switchToLight": "光に切り替える", "switchToDark": "ダークに切り替える" } -} +} \ No newline at end of file diff --git a/src/locales/ko.json b/src/locales/ko.json index 21bc0672..e28fa81d 100644 --- a/src/locales/ko.json +++ b/src/locales/ko.json @@ -1647,6 +1647,7 @@ "totpInvalidCode": "잘못된 인증 코드입니다.", "totpCancelled": "데이터 수집이 취소되었습니다", "authenticationFailed": "인증 실패", + "noneAuthNotSupported": "서버 통계는 'none' 인증 유형을 지원하지 않습니다.", "load": "짐", "editLayout": "레이아웃 편집", "cancelEdit": "취소", @@ -2395,4 +2396,4 @@ "switchToLight": "조명으로 전환", "switchToDark": "어둡게 전환" } -} +} \ No newline at end of file diff --git a/src/locales/nb.json b/src/locales/nb.json index 5aea52c1..d5332839 100644 --- a/src/locales/nb.json +++ b/src/locales/nb.json @@ -1647,6 +1647,7 @@ "totpInvalidCode": "Ugyldig bekreftelseskode", "totpCancelled": "Innsamling av målinger er avbrutt", "authenticationFailed": "Autentisering mislyktes", + "noneAuthNotSupported": "Serverstatistikk støtter ikke autentiseringstypen «ingen».", "load": "Laste", "editLayout": "Rediger oppsett", "cancelEdit": "Kansellere", @@ -2395,4 +2396,4 @@ "switchToLight": "Bytt til lys", "switchToDark": "Bytt til mørkt" } -} +} \ No newline at end of file diff --git a/src/locales/nl.json b/src/locales/nl.json index 34578278..9d83865e 100644 --- a/src/locales/nl.json +++ b/src/locales/nl.json @@ -1647,6 +1647,7 @@ "totpInvalidCode": "Ongeldige verificatiecode", "totpCancelled": "Gegevensverzameling geannuleerd", "authenticationFailed": "Authenticatie mislukt", + "noneAuthNotSupported": "Serverstatistieken ondersteunen het authenticatietype 'none' niet.", "load": "Laden", "editLayout": "Lay-out bewerken", "cancelEdit": "Annuleren", @@ -2395,4 +2396,4 @@ "switchToLight": "Schakel over naar Licht", "switchToDark": "Schakel over naar Donker" } -} +} \ No newline at end of file diff --git a/src/locales/pl.json b/src/locales/pl.json index 8e65ebcd..1bff7c79 100644 --- a/src/locales/pl.json +++ b/src/locales/pl.json @@ -1647,6 +1647,7 @@ "totpInvalidCode": "Nieprawidłowy kod weryfikacyjny", "totpCancelled": "Anulowano zbieranie danych", "authenticationFailed": "Uwierzytelnianie nie powiodło się", + "noneAuthNotSupported": "Statystyki serwera nie obsługują typu uwierzytelniania „brak”.", "load": "Obciążenie", "editLayout": "Edytuj układ", "cancelEdit": "Anulować", @@ -2395,4 +2396,4 @@ "switchToLight": "Przełącz na światło", "switchToDark": "Przełącz na ciemność" } -} +} \ No newline at end of file diff --git a/src/locales/pt.json b/src/locales/pt.json index ac2644bf..f09a0add 100644 --- a/src/locales/pt.json +++ b/src/locales/pt.json @@ -1647,6 +1647,7 @@ "totpInvalidCode": "Código de verificação inválido", "totpCancelled": "Coleta de métricas cancelada", "authenticationFailed": "A autenticação falhou.", + "noneAuthNotSupported": "As Estatísticas do Servidor não suportam o tipo de autenticação \"nenhum\".", "load": "Carregar", "editLayout": "Editar layout", "cancelEdit": "Cancelar", @@ -2395,4 +2396,4 @@ "switchToLight": "Alternar para luz", "switchToDark": "Mudar para o modo escuro" } -} +} \ No newline at end of file diff --git a/src/locales/ro.json b/src/locales/ro.json index 11dec861..e1182786 100644 --- a/src/locales/ro.json +++ b/src/locales/ro.json @@ -1647,6 +1647,7 @@ "totpInvalidCode": "Cod de verificare nevalid", "totpCancelled": "Colectarea valorilor metrice a fost anulată", "authenticationFailed": "Autentificarea a eșuat", + "noneAuthNotSupported": "Statisticile serverului nu acceptă tipul de autentificare „none”.", "load": "Încărca", "editLayout": "Editați aspectul", "cancelEdit": "Anula", @@ -2395,4 +2396,4 @@ "switchToLight": "Comutare la lumină", "switchToDark": "Comutare la Întuneric" } -} +} \ No newline at end of file diff --git a/src/locales/ru.json b/src/locales/ru.json index b105cedc..73947f58 100644 --- a/src/locales/ru.json +++ b/src/locales/ru.json @@ -1647,6 +1647,7 @@ "totpInvalidCode": "Неверный код подтверждения", "totpCancelled": "Сбор метрик отменен.", "authenticationFailed": "Аутентификация не удалась", + "noneAuthNotSupported": "Server Stats не поддерживает тип аутентификации \"none\".", "load": "Нагрузка", "editLayout": "Редактировать макет", "cancelEdit": "Отмена", @@ -2395,4 +2396,4 @@ "switchToLight": "Переключиться на свет", "switchToDark": "Переключиться на темный" } -} +} \ No newline at end of file diff --git a/src/locales/sv.json b/src/locales/sv.json index c3ac2df3..07afaa62 100644 --- a/src/locales/sv.json +++ b/src/locales/sv.json @@ -1647,6 +1647,7 @@ "totpInvalidCode": "Ogiltig verifieringskod", "totpCancelled": "Insamling av mätvärden avbruten", "authenticationFailed": "Autentiseringen misslyckades", + "noneAuthNotSupported": "Serverstatistik stöder inte autentiseringstypen 'ingen'.", "load": "Ladda", "editLayout": "Redigera layout", "cancelEdit": "Avboka", @@ -2395,4 +2396,4 @@ "switchToLight": "Växla till ljus", "switchToDark": "Växla till mörkt" } -} +} \ No newline at end of file diff --git a/src/locales/th.json b/src/locales/th.json index e9f089d9..56151bdf 100644 --- a/src/locales/th.json +++ b/src/locales/th.json @@ -1647,6 +1647,7 @@ "totpInvalidCode": "รหัสยืนยันไม่ถูกต้อง", "totpCancelled": "การเก็บรวบรวมข้อมูลตัวชี้วัดถูกยกเลิก", "authenticationFailed": "การตรวจสอบสิทธิ์ล้มเหลว", + "noneAuthNotSupported": "สถิติเซิร์ฟเวอร์ไม่รองรับประเภทการตรวจสอบสิทธิ์แบบ 'none'", "load": "โหลด", "editLayout": "แก้ไขเค้าโครง", "cancelEdit": "ยกเลิก", @@ -2395,4 +2396,4 @@ "switchToLight": "เปลี่ยนเป็นโหมดสว่าง", "switchToDark": "เปลี่ยนเป็นโหมดมืด" } -} +} \ No newline at end of file diff --git a/src/locales/tr.json b/src/locales/tr.json index fc84cdd0..5ee3dda4 100644 --- a/src/locales/tr.json +++ b/src/locales/tr.json @@ -1647,6 +1647,7 @@ "totpInvalidCode": "Geçersiz doğrulama kodu", "totpCancelled": "Ölçüm toplama işlemi iptal edildi", "authenticationFailed": "Kimlik doğrulama başarısız oldu", + "noneAuthNotSupported": "Sunucu İstatistikleri, 'none' kimlik doğrulama türünü desteklemiyor.", "load": "Yük", "editLayout": "Düzeni Düzenle", "cancelEdit": "İptal etmek", @@ -2395,4 +2396,4 @@ "switchToLight": "Işığa geç", "switchToDark": "Koyu moda geç" } -} +} \ No newline at end of file diff --git a/src/locales/uk.json b/src/locales/uk.json index 77e6cfbc..37042dad 100644 --- a/src/locales/uk.json +++ b/src/locales/uk.json @@ -1647,6 +1647,7 @@ "totpInvalidCode": "Недійсний код підтвердження", "totpCancelled": "Збір показників скасовано", "authenticationFailed": "Помилка автентифікації", + "noneAuthNotSupported": "Статистика сервера не підтримує тип автентифікації «немає».", "load": "Навантаження", "editLayout": "Редагувати макет", "cancelEdit": "Скасувати", @@ -2395,4 +2396,4 @@ "switchToLight": "Перейти на світлий режим", "switchToDark": "Перейти на темний режим" } -} +} \ No newline at end of file diff --git a/src/locales/vi.json b/src/locales/vi.json index a6fecbdd..1b9c9af9 100644 --- a/src/locales/vi.json +++ b/src/locales/vi.json @@ -1647,6 +1647,7 @@ "totpInvalidCode": "Mã xác minh không hợp lệ", "totpCancelled": "Việc thu thập số liệu đã bị hủy bỏ.", "authenticationFailed": "Xác thực thất bại", + "noneAuthNotSupported": "Server Stats không hỗ trợ loại xác thực 'none'.", "load": "Trọng tải", "editLayout": "Chỉnh sửa bố cục", "cancelEdit": "Hủy bỏ", @@ -2395,4 +2396,4 @@ "switchToLight": "Chuyển sang chế độ sáng", "switchToDark": "Chuyển sang chế độ Tối" } -} +} \ No newline at end of file diff --git a/src/locales/zh.json b/src/locales/zh.json index 5342be6c..99e17441 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -1647,6 +1647,7 @@ "totpInvalidCode": "验证码无效", "totpCancelled": "指标收集已取消", "authenticationFailed": "身份验证失败", + "noneAuthNotSupported": "服务器统计信息不支持“无”身份验证类型。", "load": "加载", "editLayout": "编辑布局", "cancelEdit": "取消", @@ -2395,4 +2396,4 @@ "switchToLight": "切换到灯光", "switchToDark": "切换到黑暗模式" } -} +} \ No newline at end of file