Доброе утро!
Оказалось, что пропущены вызовы для выпадающего списка в виджете «Подключаемые устройства».
Можно увидеть на картинке ниже текста «The Device Notifier applet»
на этой страничке https://pointieststick.com/
Попробовал добавить приложенный патч, и с ним перевод работает без проблем.
 
-- 
С Уважением,
Виктор
 
[email protected]
 
diff -urN plasma-workspace/applets/devicenotifier/package/contents/ui/FullRepresentation.qml plasma-workspace-patched/applets/devicenotifier/package/contents/ui/FullRepresentation.qml
--- plasma-workspace/applets/devicenotifier/package/contents/ui/FullRepresentation.qml	2020-08-22 02:04:39.000000000 +0300
+++ plasma-workspace-patched/applets/devicenotifier/package/contents/ui/FullRepresentation.qml	2020-08-22 13:04:51.267132296 +0300
@@ -50,9 +50,9 @@
 
             PlasmaComponents3.ComboBox {
                 Layout.preferredWidth: units.gridUnit * 11
-                model: ["Removable devices",
-                        "Non-removable devices",
-                        "All devices"
+                model: [i18n("Removable devices"),
+                        i18n("Non-removable devices"),
+                        i18n("All devices")
                        ]
                 currentIndex: {
                     if (plasmoid.configuration.removableDevices) {
_______________________________________________
kde-russian mailing list
[email protected]
https://lists.kde.ru/mailman/listinfo/kde-russian

Ответить