From 4065ed02aa6189e682b6bc25bc878f72e95716b1 Mon Sep 17 00:00:00 2001 From: Lemmy Date: Fri, 23 Jan 2026 19:23:51 -0500 Subject: [PATCH] i18n: added a couple missing translations --- Assets/Translations/de.json | 2 ++ Assets/Translations/en.json | 2 ++ Assets/Translations/es.json | 2 ++ Assets/Translations/fr.json | 2 ++ Assets/Translations/hu.json | 2 ++ Assets/Translations/ja.json | 2 ++ Assets/Translations/ku.json | 2 ++ Assets/Translations/nl.json | 2 ++ Assets/Translations/pl.json | 2 ++ Assets/Translations/pt.json | 2 ++ Assets/Translations/ru.json | 2 ++ Assets/Translations/tr.json | 2 ++ Assets/Translations/uk-UA.json | 2 ++ Assets/Translations/zh-CN.json | 2 ++ Assets/Translations/zh-TW.json | 2 ++ Modules/Panels/Launcher/Providers/CalculatorProvider.qml | 2 +- Services/Theming/ColorSchemeService.qml | 4 ++-- 17 files changed, 33 insertions(+), 3 deletions(-) diff --git a/Assets/Translations/de.json b/Assets/Translations/de.json index b57d3ceb3..4a3d04eec 100644 --- a/Assets/Translations/de.json +++ b/Assets/Translations/de.json @@ -362,6 +362,7 @@ "connecting": "Verbinden...", "continue": "Fortsetzen", "contributors": "Mitwirkende", + "copied-to-clipboard": "In die Zwischenablage kopiert", "countdown": "Countdown", "date": "Datum", "default": "Standard", @@ -411,6 +412,7 @@ "no-results": "Keine Ergebnisse", "no-summary": "Keine Zusammenfassung", "none": "Keine", + "not-found": "Nicht gefunden", "notifications": "Benachrichtigungen", "official": "Offiziell", "output": "Ausgabe", diff --git a/Assets/Translations/en.json b/Assets/Translations/en.json index a3523266f..d4207679a 100644 --- a/Assets/Translations/en.json +++ b/Assets/Translations/en.json @@ -362,6 +362,7 @@ "connecting": "Connecting...", "continue": "Continue", "contributors": "Contributors", + "copied-to-clipboard": "Copied to clipboard", "countdown": "Countdown", "date": "Date", "default": "Default", @@ -411,6 +412,7 @@ "no-results": "No results", "no-summary": "No summary", "none": "None", + "not-found": "Not found", "notifications": "Notifications", "official": "Official", "output": "Output", diff --git a/Assets/Translations/es.json b/Assets/Translations/es.json index 8bc3aa2e4..46d4867d4 100644 --- a/Assets/Translations/es.json +++ b/Assets/Translations/es.json @@ -362,6 +362,7 @@ "connecting": "Conectando...", "continue": "Continuar", "contributors": "Colaboradores", + "copied-to-clipboard": "Copiado al portapapeles", "countdown": "Cuenta regresiva", "date": "Fecha", "default": "Predeterminado", @@ -411,6 +412,7 @@ "no-results": "Sin resultados", "no-summary": "Sin resumen", "none": "Ninguno", + "not-found": "No encontrado", "notifications": "Notificaciones", "official": "Oficial", "output": "Salida", diff --git a/Assets/Translations/fr.json b/Assets/Translations/fr.json index 704b91e3b..4c703c986 100644 --- a/Assets/Translations/fr.json +++ b/Assets/Translations/fr.json @@ -362,6 +362,7 @@ "connecting": "Connexion en cours...", "continue": "Continuer", "contributors": "Contributeurs", + "copied-to-clipboard": "Copié dans le presse-papier", "countdown": "Compte à rebours", "date": "Date", "default": "Par défaut", @@ -411,6 +412,7 @@ "no-results": "Aucun résultat", "no-summary": "Aucun résumé", "none": "Aucun", + "not-found": "Non trouvé", "notifications": "Notifications", "official": "Officiel", "output": "Sortie", diff --git a/Assets/Translations/hu.json b/Assets/Translations/hu.json index 044f936fb..ef4cce626 100644 --- a/Assets/Translations/hu.json +++ b/Assets/Translations/hu.json @@ -362,6 +362,7 @@ "connecting": "Csatlakozás...", "continue": "Folytatás", "contributors": "Közreműködők", + "copied-to-clipboard": "Vágólapra másolva", "countdown": "Visszaszámlálás", "date": "Dátum", "default": "Alapértelmezett", @@ -411,6 +412,7 @@ "no-results": "Nincs találat", "no-summary": "Nincs összefoglaló", "none": "Nincs", + "not-found": "Nem található", "notifications": "Értesítések", "official": "Hivatalos", "output": "Kimenet", diff --git a/Assets/Translations/ja.json b/Assets/Translations/ja.json index 5ffe8e575..3d0419ef4 100644 --- a/Assets/Translations/ja.json +++ b/Assets/Translations/ja.json @@ -362,6 +362,7 @@ "connecting": "接続中...", "continue": "続ける", "contributors": "貢献者", + "copied-to-clipboard": "クリップボードにコピーしました", "countdown": "カウントダウン", "date": "日付", "default": "デフォルト", @@ -411,6 +412,7 @@ "no-results": "結果なし", "no-summary": "要約なし", "none": "なし", + "not-found": "見つかりませんでした", "notifications": "通知", "official": "公式", "output": "出力", diff --git a/Assets/Translations/ku.json b/Assets/Translations/ku.json index 5ff865f95..fb092ec1f 100644 --- a/Assets/Translations/ku.json +++ b/Assets/Translations/ku.json @@ -362,6 +362,7 @@ "connecting": "Tê girêdan...", "continue": "Berdewam", "contributors": "Beşdar", + "copied-to-clipboard": "Hate bîra miqeyd kirin", "countdown": "Jimartin", "date": "Dîrok", "default": "Xwerû", @@ -411,6 +412,7 @@ "no-results": "Ti encam tune", "no-summary": "Kurte tune ye", "none": "Tune", + "not-found": "Nehat dîtin", "notifications": "Agahdarî", "official": "Fermî", "output": "Derket", diff --git a/Assets/Translations/nl.json b/Assets/Translations/nl.json index 686599cb1..e571837d0 100644 --- a/Assets/Translations/nl.json +++ b/Assets/Translations/nl.json @@ -362,6 +362,7 @@ "connecting": "Verbinden...", "continue": "Doorgaan", "contributors": "Medewerkers", + "copied-to-clipboard": "Gekopieerd naar klembord", "countdown": "Aftellen", "date": "Datum", "default": "Standaard", @@ -411,6 +412,7 @@ "no-results": "Geen resultaten", "no-summary": "Geen samenvatting", "none": "Geen", + "not-found": "Niet gevonden", "notifications": "Meldingen", "official": "Officieel", "output": "Uitvoer", diff --git a/Assets/Translations/pl.json b/Assets/Translations/pl.json index f536c1f19..88d7f000a 100644 --- a/Assets/Translations/pl.json +++ b/Assets/Translations/pl.json @@ -362,6 +362,7 @@ "connecting": "Łączenie...", "continue": "Kontynuuj", "contributors": "Współtwórcy", + "copied-to-clipboard": "Skopiowano do schowka", "countdown": "Odliczanie", "date": "Data", "default": "Domyślny", @@ -411,6 +412,7 @@ "no-results": "Brak wyników", "no-summary": "Brak podsumowania", "none": "Brak", + "not-found": "Nie znaleziono", "notifications": "Powiadomienia", "official": "Oficjalne", "output": "Wyjście", diff --git a/Assets/Translations/pt.json b/Assets/Translations/pt.json index 94fff86ea..48181c7e4 100644 --- a/Assets/Translations/pt.json +++ b/Assets/Translations/pt.json @@ -362,6 +362,7 @@ "connecting": "Conectando...", "continue": "Continuar", "contributors": "Colaboradores", + "copied-to-clipboard": "Copiado para a área de transferência", "countdown": "Contagem regressiva", "date": "Data", "default": "Padrão", @@ -411,6 +412,7 @@ "no-results": "Nenhum resultado", "no-summary": "Sem resumo", "none": "Nenhum", + "not-found": "Não encontrado", "notifications": "Notificações", "official": "Oficial", "output": "Saída", diff --git a/Assets/Translations/ru.json b/Assets/Translations/ru.json index 6c112db33..33c8861dc 100644 --- a/Assets/Translations/ru.json +++ b/Assets/Translations/ru.json @@ -362,6 +362,7 @@ "connecting": "Соединение...", "continue": "Продолжить", "contributors": "Участники", + "copied-to-clipboard": "Скопировано в буфер обмена", "countdown": "Обратный отсчёт", "date": "Дата", "default": "По умолчанию", @@ -411,6 +412,7 @@ "no-results": "Нет результатов", "no-summary": "Нет сводки", "none": "Ничего", + "not-found": "Не найдено", "notifications": "Уведомления", "official": "Официальный", "output": "Вывод", diff --git a/Assets/Translations/tr.json b/Assets/Translations/tr.json index 58629ceda..27124ede9 100644 --- a/Assets/Translations/tr.json +++ b/Assets/Translations/tr.json @@ -362,6 +362,7 @@ "connecting": "Bağlanıyor...", "continue": "Devam Et", "contributors": "Katkıda bulunanlar", + "copied-to-clipboard": "Panoya kopyalandı", "countdown": "Geri sayım", "date": "Tarih", "default": "Varsayılan", @@ -411,6 +412,7 @@ "no-results": "Sonuç bulunamadı", "no-summary": "Özet yok", "none": "Hiçbiri", + "not-found": "Bulunamadı", "notifications": "Bildirimler", "official": "Resmi", "output": "Çıktı", diff --git a/Assets/Translations/uk-UA.json b/Assets/Translations/uk-UA.json index 1a91272b7..59f2b153f 100644 --- a/Assets/Translations/uk-UA.json +++ b/Assets/Translations/uk-UA.json @@ -362,6 +362,7 @@ "connecting": "Підключення...", "continue": "Продовжити", "contributors": "Учасники", + "copied-to-clipboard": "Скопійовано до буфера обміну", "countdown": "Зворотний відлік", "date": "Дата", "default": "За замовчуванням", @@ -411,6 +412,7 @@ "no-results": "Немає результатів", "no-summary": "Немає опису", "none": "Жоден", + "not-found": "Не знайдено", "notifications": "Сповіщення", "official": "Офіційний", "output": "Вихід", diff --git a/Assets/Translations/zh-CN.json b/Assets/Translations/zh-CN.json index 9b17cfad7..d84a0065a 100644 --- a/Assets/Translations/zh-CN.json +++ b/Assets/Translations/zh-CN.json @@ -362,6 +362,7 @@ "connecting": "正在连接...", "continue": "继续", "contributors": "贡献者", + "copied-to-clipboard": "已复制到剪贴板", "countdown": "倒计时", "date": "日期", "default": "默认", @@ -411,6 +412,7 @@ "no-results": "没有结果", "no-summary": "无摘要", "none": "无", + "not-found": "未找到", "notifications": "通知", "official": "官方", "output": "输出", diff --git a/Assets/Translations/zh-TW.json b/Assets/Translations/zh-TW.json index a43d9e46f..0e8a92588 100644 --- a/Assets/Translations/zh-TW.json +++ b/Assets/Translations/zh-TW.json @@ -362,6 +362,7 @@ "connecting": "正在連線...", "continue": "繼續", "contributors": "貢獻者", + "copied-to-clipboard": "已複製到剪貼簿", "countdown": "倒數", "date": "日期", "default": "預設", @@ -411,6 +412,7 @@ "no-results": "沒有結果", "no-summary": "沒有摘要", "none": "無", + "not-found": "找不到", "notifications": "通知", "official": "官方", "output": "輸出", diff --git a/Modules/Panels/Launcher/Providers/CalculatorProvider.qml b/Modules/Panels/Launcher/Providers/CalculatorProvider.qml index 26b9d8931..18b73d10e 100644 --- a/Modules/Panels/Launcher/Providers/CalculatorProvider.qml +++ b/Modules/Panels/Launcher/Providers/CalculatorProvider.qml @@ -43,7 +43,7 @@ Item { "onActivate": function () { // Copy result to clipboard via xclip Quickshell.execDetached(["sh", "-c", "echo -n '" + formattedResult.replace(/'/g, "'\\''") + "' | wl-copy"]); - ToastService.showNotice("Copied", formattedResult); + ToastService.showNotice(I18n.tr("common.copied-to-clipboard"), formattedResult); if (launcher) launcher.close(); } diff --git a/Services/Theming/ColorSchemeService.qml b/Services/Theming/ColorSchemeService.qml index 1e7727f69..be2e34e0e 100644 --- a/Services/Theming/ColorSchemeService.qml +++ b/Services/Theming/ColorSchemeService.qml @@ -127,10 +127,10 @@ Singleton { if (schemeExists) { Settings.data.colorSchemes.predefinedScheme = basename; applyScheme(schemeName); - ToastService.showNotice("Color Scheme", `Set to ${basename}`, "settings-color-scheme"); + ToastService.showNotice(I18n.tr("panels.color-scheme.title"), basename, "settings-color-scheme"); } else { Logger.e("ColorScheme", "Scheme not found:", schemeName); - ToastService.showError("Color Scheme", `Scheme '${basename}' not found!`); + ToastService.showError(I18n.tr("panels.color-scheme.title"), `'${basename}' ` + I18n.tr("common.not-found")); } }