From 4ebf258ff9585ddbfa0f6f7a3c4477e5f5c35b9e Mon Sep 17 00:00:00 2001 From: Lemmy Date: Thu, 8 Jan 2026 22:52:47 -0500 Subject: [PATCH] i18n: removed useless translation --- Assets/Translations/de.json | 1 - Assets/Translations/en.json | 1 - Assets/Translations/es.json | 1 - Assets/Translations/fr.json | 9 ++++----- Assets/Translations/hu.json | 1 - Assets/Translations/ja.json | 1 - Assets/Translations/ku.json | 1 - Assets/Translations/nl.json | 1 - Assets/Translations/pl.json | 1 - Assets/Translations/pt.json | 1 - Assets/Translations/ru.json | 1 - Assets/Translations/tr.json | 1 - Assets/Translations/uk-UA.json | 1 - Assets/Translations/zh-CN.json | 1 - Modules/Panels/Settings/Tabs/GeneralTab.qml | 2 +- 15 files changed, 5 insertions(+), 19 deletions(-) diff --git a/Assets/Translations/de.json b/Assets/Translations/de.json index 69788f93f..b461e3594 100644 --- a/Assets/Translations/de.json +++ b/Assets/Translations/de.json @@ -1342,7 +1342,6 @@ "enter-text-to-collapse": "z.B. 'nothing is playing'. Verwenden Sie /regex/ für Muster.", "enter-tooltip": "Tooltip eingeben", "enter-width-pixels": "Breite in Pixeln eingeben", - "profile-picture-path": "/home/benutzer/.face", "search": "Suchen...", "search-icons": "z.B. noctalia, niri, battery, cloud", "search-launcher": "Einträge suchen... oder > für Befehle verwenden", diff --git a/Assets/Translations/en.json b/Assets/Translations/en.json index d6eedba1d..93d1cb459 100644 --- a/Assets/Translations/en.json +++ b/Assets/Translations/en.json @@ -1342,7 +1342,6 @@ "enter-text-to-collapse": "e.g., 'nothing is playing'. Use /regex/ for patterns.", "enter-tooltip": "Enter tooltip", "enter-width-pixels": "Enter width in pixels", - "profile-picture-path": "/home/user/.face", "search": "Search...", "search-icons": "e.g., noctalia, niri, battery, cloud", "search-launcher": "Search entries... or use > for commands", diff --git a/Assets/Translations/es.json b/Assets/Translations/es.json index 301906e6f..5fca626c7 100644 --- a/Assets/Translations/es.json +++ b/Assets/Translations/es.json @@ -1342,7 +1342,6 @@ "enter-text-to-collapse": "por ejemplo, 'no se está reproduciendo nada'. Usa /regex/ para patrones.", "enter-tooltip": "Introducir información sobre herramientas", "enter-width-pixels": "Ingresa el ancho en píxeles", - "profile-picture-path": "/home/usuario/.face", "search": "Buscar...", "search-icons": "ej., noctalia, niri, battery, cloud", "search-launcher": "Buscar entradas... o usa > para comandos", diff --git a/Assets/Translations/fr.json b/Assets/Translations/fr.json index 115ac97dd..b2c619c62 100644 --- a/Assets/Translations/fr.json +++ b/Assets/Translations/fr.json @@ -310,7 +310,7 @@ "panel": { "buttons-discord": "Rejoindre notre Discord", "buttons-dismiss": "OK", - "buttons-feedback": "Donner un avis.", + "buttons-feedback": "Donner un avis", "empty": "Les notes de version ne sont pas encore disponibles.", "highlight-title": "Points importants", "released": "Publié le {date}", @@ -563,7 +563,7 @@ "density-compact": "Compact", "density-default": "Défaut", "density-mini": "Mini", - "density-spacious": "Spacieux/Spacieuse" + "density-spacious": "Spacieux" }, "control-center": { "quick-settings-style-classic": "Classique", @@ -681,7 +681,7 @@ "tray-blacklist-description": "Ajouter des règles d'exclusion pour la boîte à miniatures, prend en charge les caractères génériques (*).", "tray-blacklist-label": "Liste noire", "tray-blacklist-placeholder": "ex: nm-applet, Fcitx*", - "tray-pin-application": "Épingler l'Application", + "tray-pin-application": "Épingler l'application", "tray-unpin-application": "Désépingler l'Application", "widgets-desc": "Faites glisser les widgets pour modifier leur ordre. Utilisez le menu contextuel (clic droit) pour transférer les widgets entre les sections ou les supprimer.", "widgets-title": "Positionnement des widgets" @@ -964,7 +964,7 @@ "execute-title": "Exécution", "settings-annotation-tool-description": "Commande à exécuter lorsque l'on clique sur le bouton d'annotation dans l'historique du presse-papiers. L'image sera envoyée à cette commande.", "settings-annotation-tool-label": "Outil d'annotation", - "settings-annotation-tool-placeholder": "gradia, satty -f -", + "settings-annotation-tool-placeholder": "ex: 'gradia', 'satty -f -'", "settings-auto-paste-description": "Coller automatiquement l'élément sélectionné du presse-papiers. Nécessite wtype.", "settings-auto-paste-label": "Collage automatique", "settings-clip-preview-description": "Afficher un aperçu du contenu du presse-papiers lors de l'utilisation de la commande >clip.", @@ -1342,7 +1342,6 @@ "enter-text-to-collapse": "par ex., 'rien n’est en lecture'. Utilisez /regex/ pour les modèles.", "enter-tooltip": "Entrer l'infobulle", "enter-width-pixels": "Entrez la largeur en pixels", - "profile-picture-path": "/home/user/.face", "search": "Rechercher...", "search-icons": "ex: noctalia, niri, batterie, nuage", "search-launcher": "Rechercher des entrées... ou utilisez > pour les commandes", diff --git a/Assets/Translations/hu.json b/Assets/Translations/hu.json index 9394efca5..bf5510c6f 100644 --- a/Assets/Translations/hu.json +++ b/Assets/Translations/hu.json @@ -1342,7 +1342,6 @@ "enter-text-to-collapse": "pl. 'semmi sem játszik'. Használjon /regex/-et mintákhoz.", "enter-tooltip": "Adja meg a buboréksúgót", "enter-width-pixels": "Adja meg a szélességet képpontban", - "profile-picture-path": "/home/user/.face", "search": "Keresés...", "search-icons": "pl. noctalia, niri, battery, cloud", "search-launcher": "Bejegyzések keresése... vagy használjon >-t a parancsokhoz", diff --git a/Assets/Translations/ja.json b/Assets/Translations/ja.json index ed7f07f94..5ebd987fe 100644 --- a/Assets/Translations/ja.json +++ b/Assets/Translations/ja.json @@ -1342,7 +1342,6 @@ "enter-text-to-collapse": "例: 'nothing is playing'。正規表現 (/.../) も使用できます。", "enter-tooltip": "ツールチップを入力", "enter-width-pixels": "幅を入力(ピクセル)", - "profile-picture-path": "/home/user/.face", "search": "検索...", "search-icons": "例: noctalia, niri, battery, cloud", "search-launcher": "項目を検索...(または > でコマンド実行)", diff --git a/Assets/Translations/ku.json b/Assets/Translations/ku.json index 3a5838374..07c978fd1 100644 --- a/Assets/Translations/ku.json +++ b/Assets/Translations/ku.json @@ -1342,7 +1342,6 @@ "enter-text-to-collapse": "e.g., 'tiştek nayê lîstin'. Use /regex/ for patterns.", "enter-tooltip": "Têketina sernavê amûrê", "enter-width-pixels": "Firehiya bi pîxel binivîse", - "profile-picture-path": "/home/bikarhêner/.rû", "search": "Bigere...", "search-icons": "b.m., noctalia, niri, betarî, ewr", "search-launcher": "Li navnîşan bigere... an jî ji bo fermanan > bikar bîne", diff --git a/Assets/Translations/nl.json b/Assets/Translations/nl.json index 5872c1140..f87ca82c5 100644 --- a/Assets/Translations/nl.json +++ b/Assets/Translations/nl.json @@ -1342,7 +1342,6 @@ "enter-text-to-collapse": "bijv. 'er wordt niets afgespeeld'. Gebruik /regex/ voor patronen.", "enter-tooltip": "Voer tooltip in", "enter-width-pixels": "Voer breedte in pixels in", - "profile-picture-path": "/home/user/.face", "search": "Zoeken...", "search-icons": "bijv. noctalia, niri, battery, cloud", "search-launcher": "Items zoeken... of gebruik > voor commando's", diff --git a/Assets/Translations/pl.json b/Assets/Translations/pl.json index aec27175f..6e63ea215 100644 --- a/Assets/Translations/pl.json +++ b/Assets/Translations/pl.json @@ -1342,7 +1342,6 @@ "enter-text-to-collapse": "np. 'nic nie jest odtwarzane'. Użyj /regex/ dla wzorców.", "enter-tooltip": "Wpisz tekst podpowiedzi", "enter-width-pixels": "Wpisz szerokość w pikselach", - "profile-picture-path": "/home/użytkownik/.face", "search": "Szukaj...", "search-icons": "np. noctalia, niri, battery, cloud", "search-launcher": "Szukaj wpisów... lub użyj > dla poleceń", diff --git a/Assets/Translations/pt.json b/Assets/Translations/pt.json index 4d43f65be..cc6417184 100644 --- a/Assets/Translations/pt.json +++ b/Assets/Translations/pt.json @@ -1342,7 +1342,6 @@ "enter-text-to-collapse": "por exemplo, 'nada está sendo reproduzido'. Use /regex/ para padrões.", "enter-tooltip": "Inserir dica de ferramenta", "enter-width-pixels": "Digite a largura em pixels", - "profile-picture-path": "/home/usuario/.face", "search": "Pesquisar...", "search-icons": "ex., noctalia, niri, battery, cloud", "search-launcher": "Pesquisar entradas... ou use > para comandos", diff --git a/Assets/Translations/ru.json b/Assets/Translations/ru.json index c04fe29f7..6186d93c0 100644 --- a/Assets/Translations/ru.json +++ b/Assets/Translations/ru.json @@ -1342,7 +1342,6 @@ "enter-text-to-collapse": "например, 'ничего не играет'. Используйте /regex/ для шаблонов.", "enter-tooltip": "Введите подсказку", "enter-width-pixels": "Введите ширину в пикселях", - "profile-picture-path": "/home/user/.face", "search": "Поиск...", "search-icons": "например, noctalia, niri, battery, cloud", "search-launcher": "Поиск записей... или используйте > для команд", diff --git a/Assets/Translations/tr.json b/Assets/Translations/tr.json index 6b0777bcb..3a8b84a41 100644 --- a/Assets/Translations/tr.json +++ b/Assets/Translations/tr.json @@ -1342,7 +1342,6 @@ "enter-text-to-collapse": "örn., 'nothing is playing'. Desenler için /regex/ kullanın.", "enter-tooltip": "Araç ipucunu girin", "enter-width-pixels": "Genişliği piksel olarak girin", - "profile-picture-path": "/home/user/.face", "search": "Ara...", "search-icons": "örn., noctalia, niri, battery, cloud", "search-launcher": "Girişleri arayın... veya > komutları için kullanın", diff --git a/Assets/Translations/uk-UA.json b/Assets/Translations/uk-UA.json index 9cc7e9e1f..ad7f1c07d 100644 --- a/Assets/Translations/uk-UA.json +++ b/Assets/Translations/uk-UA.json @@ -1342,7 +1342,6 @@ "enter-text-to-collapse": "напр., 'нічого не відтворюється'. Використовуйте /regex/ для шаблонів.", "enter-tooltip": "Введіть підказку", "enter-width-pixels": "Введіть ширину в пікселях", - "profile-picture-path": "/home/user/.face", "search": "Пошук...", "search-icons": "напр., noctalia, niri, battery, cloud", "search-launcher": "Пошук записів... або використовуйте > для команд", diff --git a/Assets/Translations/zh-CN.json b/Assets/Translations/zh-CN.json index de794f2de..900d1f273 100644 --- a/Assets/Translations/zh-CN.json +++ b/Assets/Translations/zh-CN.json @@ -1342,7 +1342,6 @@ "enter-text-to-collapse": "例如,“nothing is playing”。使用 /regex/ 表示匹配模式。", "enter-tooltip": "输入工具提示", "enter-width-pixels": "输入宽度(像素)", - "profile-picture-path": "/home/user/.face", "search": "搜索...", "search-icons": "例如:noctalia, niri, battery, cloud", "search-launcher": "搜索条目...或使用 > 执行命令", diff --git a/Modules/Panels/Settings/Tabs/GeneralTab.qml b/Modules/Panels/Settings/Tabs/GeneralTab.qml index eb5f14e3a..8118959bb 100644 --- a/Modules/Panels/Settings/Tabs/GeneralTab.qml +++ b/Modules/Panels/Settings/Tabs/GeneralTab.qml @@ -33,7 +33,7 @@ ColumnLayout { }) description: I18n.tr("panels.general.profile-picture-description") text: Settings.data.general.avatarImage - placeholderText: I18n.tr("placeholders.profile-picture-path") + placeholderText: '~/.face' // don't translate path buttonIcon: "photo" buttonTooltip: I18n.tr("panels.general.profile-tooltip") onInputEditingFinished: Settings.data.general.avatarImage = text