Skip to content

Commit

Permalink
Fixed version displaying in advanced settings
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-harchenko committed Oct 13, 2024
1 parent 3e8b18d commit ab67189
Show file tree
Hide file tree
Showing 42 changed files with 142 additions and 149 deletions.
2 changes: 1 addition & 1 deletion package/contents/ui/config/ConfigAdvanced.qml
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ KCM.SimpleKCM {
RowLayout {
Layout.alignment: Qt.AlignRight
Label {
text: i18n("Redshift version:")
text: i18n("%1 version:", backendString)
verticalAlignment: Text.AlignVCenter
font.bold: true
}
Expand Down
2 changes: 1 addition & 1 deletion package/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"Description[zh_TW]": "用來控制 redshift 的 Plasmoid。",
"Icon": "redshift-status-on",
"Id": "org.kde.redshiftControl6",
"Version": "2.2",
"Version": "3.0",
"License": "GPL2",
"Website": "https://github.com/evgeniy-harchenko/plasma6-redshift-control"
},
Expand Down
6 changes: 3 additions & 3 deletions po/az/plasma_applet_org.kde.redshiftControl6.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: plasma6-redshift-control\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-13 20:49+0300\n"
"PO-Revision-Date: 2024-10-13 19:08+0300\n"
"POT-Creation-Date: 2024-10-13 22:38+0300\n"
"PO-Revision-Date: 2024-10-13 22:44+0300\n"
"Last-Translator: Evgeniy Harchenko <[email protected]>\n"
"Language-Team: Azerbaijani <>\n"
"Language: az\n"
Expand Down Expand Up @@ -101,7 +101,7 @@ msgid "Insert custom mode options"
msgstr "İstifadəşi rejimi ayarlarını daxil etmək"

#: ../package/contents/ui/config/ConfigAdvanced.qml:458
msgid "Redshift version:"
msgid "%1 version:"
msgstr "%1 versiyası:"

#: ../package/contents/ui/config/ConfigGeneral.qml:43
Expand Down
16 changes: 8 additions & 8 deletions po/be/plasma_applet_org.kde.redshiftControl6.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@ msgid ""
msgstr ""
"Project-Id-Version: 86ff119b1606fcaa910d6b44fc14b611\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-13 20:49+0300\n"
"PO-Revision-Date: 2024-10-13 19:08+0300\n"
"POT-Creation-Date: 2024-10-13 22:38+0300\n"
"PO-Revision-Date: 2024-10-13 22:44+0300\n"
"Last-Translator: Evgeniy Harchenko <[email protected]>\n"
"Language-Team: Russian <>\n"
"Language: be\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || n%10>=5 && n%10<=9 || "
"n%100>=11 && n%100<=14 ? 2 : 3);\n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<="
"4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || n%10>=5 && n%10<=9 || n%100>=11 &"
"& n%100<=14 ? 2 : 3);\n"
"X-Generator: Lokalize 24.08.1\n"
"X-Crowdin-Project: 86ff119b1606fcaa910d6b44fc14b611\n"
"X-Crowdin-Project-ID: 127\n"
"X-Crowdin-Language: be\n"
"X-Crowdin-File: /main/be/plasma6-redshift-control/plasma_applet_org.kde."
"redshiftControl.po\n"
"X-Crowdin-File: /main/be/plasma6-redshift-control/plasma_applet_org.kde.redshi"
"ftControl.po\n"
"X-Crowdin-File-ID: 9094\n"

#: ../package/contents/config/config.qml:11
Expand Down Expand Up @@ -106,7 +106,7 @@ msgid "Insert custom mode options"
msgstr "Уставіць параметры адвольнага рэжыму"

#: ../package/contents/ui/config/ConfigAdvanced.qml:458
msgid "Redshift version:"
msgid "%1 version:"
msgstr "Версія %1:"

#: ../package/contents/ui/config/ConfigGeneral.qml:43
Expand Down
6 changes: 3 additions & 3 deletions po/ca/plasma_applet_org.kde.redshiftControl6.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: plasma6-redshift-control\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-13 20:49+0300\n"
"PO-Revision-Date: 2024-10-13 19:08+0300\n"
"POT-Creation-Date: 2024-10-13 22:38+0300\n"
"PO-Revision-Date: 2024-10-13 22:46+0300\n"
"Last-Translator: Evgeniy Harchenko <[email protected]>\n"
"Language-Team: Catalan <>\n"
"Language: ca\n"
Expand Down Expand Up @@ -104,7 +104,7 @@ msgid "Insert custom mode options"
msgstr "Opcions per al mode d'inserció personalitzat"

#: ../package/contents/ui/config/ConfigAdvanced.qml:458
msgid "Redshift version:"
msgid "%1 version:"
msgstr "Versió del %1:"

#: ../package/contents/ui/config/ConfigGeneral.qml:43
Expand Down
6 changes: 3 additions & 3 deletions po/ca@valencia/plasma_applet_org.kde.redshiftControl6.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: plasma6-redshift-control\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-13 20:49+0300\n"
"PO-Revision-Date: 2024-10-13 19:08+0300\n"
"POT-Creation-Date: 2024-10-13 22:38+0300\n"
"PO-Revision-Date: 2024-10-13 22:46+0300\n"
"Last-Translator: Evgeniy Harchenko <[email protected]>\n"
"Language-Team: Catalan <>\n"
"Language: ca@valencia\n"
Expand Down Expand Up @@ -104,7 +104,7 @@ msgid "Insert custom mode options"
msgstr "Opcions per al mode d'inserció personalitzat"

#: ../package/contents/ui/config/ConfigAdvanced.qml:458
msgid "Redshift version:"
msgid "%1 version:"
msgstr "Versió de %1:"

#: ../package/contents/ui/config/ConfigGeneral.qml:43
Expand Down
6 changes: 3 additions & 3 deletions po/cs/plasma_applet_org.kde.redshiftControl6.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-13 20:49+0300\n"
"PO-Revision-Date: 2024-10-13 19:09+0300\n"
"POT-Creation-Date: 2024-10-13 22:38+0300\n"
"PO-Revision-Date: 2024-10-13 22:46+0300\n"
"Last-Translator: Evgeniy Harchenko <[email protected]>\n"
"Language-Team: Czech <>\n"
"Language: cs\n"
Expand Down Expand Up @@ -101,7 +101,7 @@ msgid "Insert custom mode options"
msgstr ""

#: ../package/contents/ui/config/ConfigAdvanced.qml:458
msgid "Redshift version:"
msgid "%1 version:"
msgstr "Verze %1:"

#: ../package/contents/ui/config/ConfigGeneral.qml:43
Expand Down
9 changes: 4 additions & 5 deletions po/da/plasma_applet_org.kde.redshiftControl6.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: plasma6-redshift-control\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-13 20:49+0300\n"
"PO-Revision-Date: 2024-10-13 19:08+0300\n"
"POT-Creation-Date: 2024-10-13 22:38+0300\n"
"PO-Revision-Date: 2024-10-13 22:46+0300\n"
"Last-Translator: Evgeniy Harchenko <[email protected]>\n"
"Language-Team: Russian <>\n"
"Language: da\n"
Expand Down Expand Up @@ -106,9 +106,8 @@ msgid "Insert custom mode options"
msgstr "Indsæt valgmuligheder for tilpasset tilstand"

#: ../package/contents/ui/config/ConfigAdvanced.qml:458
#, fuzzy
msgid "Redshift version:"
msgstr "%1-version"
msgid "%1 version:"
msgstr "%1-version:"

#: ../package/contents/ui/config/ConfigGeneral.qml:43
msgid "Backend"
Expand Down
4 changes: 2 additions & 2 deletions po/de/plasma_applet_org.kde.redshiftControl6.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-13 20:49+0300\n"
"POT-Creation-Date: 2024-10-13 22:38+0300\n"
"PO-Revision-Date: 2024-10-13 19:08+0300\n"
"Last-Translator: Evgeniy Harchenko <[email protected]>\n"
"Language-Team: German <>\n"
Expand Down Expand Up @@ -103,7 +103,7 @@ msgstr "Benutzerdefinierte Moduseinstellungen verwenden"

#: ../package/contents/ui/config/ConfigAdvanced.qml:458
#, fuzzy
msgid "Redshift version:"
msgid "%1 version:"
msgstr "Rotverschiebung-Version"

#: ../package/contents/ui/config/ConfigGeneral.qml:43
Expand Down
4 changes: 2 additions & 2 deletions po/el/plasma_applet_org.kde.redshiftControl6.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: plasma6-redshift-control\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-13 20:49+0300\n"
"POT-Creation-Date: 2024-10-13 22:38+0300\n"
"PO-Revision-Date: 2024-10-13 19:08+0300\n"
"Last-Translator: Evgeniy Harchenko <[email protected]>\n"
"Language-Team: Greek <>\n"
Expand Down Expand Up @@ -102,7 +102,7 @@ msgstr "Εισαγωγή επιλογών προσαρμοσμένης λειτ

#: ../package/contents/ui/config/ConfigAdvanced.qml:458
#, fuzzy
msgid "Redshift version:"
msgid "%1 version:"
msgstr "Έκδοση μετατόπισης ερυθρού"

#: ../package/contents/ui/config/ConfigGeneral.qml:43
Expand Down
6 changes: 3 additions & 3 deletions po/en_GB/plasma_applet_org.kde.redshiftControl6.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-13 20:49+0300\n"
"PO-Revision-Date: 2024-10-13 19:08+0300\n"
"POT-Creation-Date: 2024-10-13 22:38+0300\n"
"PO-Revision-Date: 2024-10-13 22:47+0300\n"
"Last-Translator: Evgeniy Harchenko <[email protected]>\n"
"Language-Team: Russian <>\n"
"Language: en_GB\n"
Expand Down Expand Up @@ -101,7 +101,7 @@ msgid "Insert custom mode options"
msgstr "Insert custom mode options"

#: ../package/contents/ui/config/ConfigAdvanced.qml:458
msgid "Redshift version:"
msgid "%1 version:"
msgstr "%1 version:"

#: ../package/contents/ui/config/ConfigGeneral.qml:43
Expand Down
6 changes: 3 additions & 3 deletions po/es/plasma_applet_org.kde.redshiftControl6.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: plasma_applet_org\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-13 20:49+0300\n"
"PO-Revision-Date: 2024-10-13 19:08+0300\n"
"POT-Creation-Date: 2024-10-13 22:38+0300\n"
"PO-Revision-Date: 2024-10-13 22:47+0300\n"
"Last-Translator: Evgeniy Harchenko <[email protected]>\n"
"Language-Team: Spanish <>\n"
"Language: es\n"
Expand Down Expand Up @@ -103,7 +103,7 @@ msgid "Insert custom mode options"
msgstr "Insertar opciones de modo personalizado"

#: ../package/contents/ui/config/ConfigAdvanced.qml:458
msgid "Redshift version:"
msgid "%1 version:"
msgstr "Versión de %1:"

#: ../package/contents/ui/config/ConfigGeneral.qml:43
Expand Down
9 changes: 4 additions & 5 deletions po/et/plasma_applet_org.kde.redshiftControl6.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: plasma6-redshift-control\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-13 20:49+0300\n"
"PO-Revision-Date: 2024-10-13 19:08+0300\n"
"POT-Creation-Date: 2024-10-13 22:38+0300\n"
"PO-Revision-Date: 2024-10-13 22:47+0300\n"
"Last-Translator: Evgeniy Harchenko <[email protected]>\n"
"Language-Team: Estonian <>\n"
"Language: et\n"
Expand Down Expand Up @@ -101,9 +101,8 @@ msgid "Insert custom mode options"
msgstr "Lisa kohandatud režiimi valikud"

#: ../package/contents/ui/config/ConfigAdvanced.qml:458
#, fuzzy
msgid "Redshift version:"
msgstr "%1i versioon"
msgid "%1 version:"
msgstr "%1 versioon:"

#: ../package/contents/ui/config/ConfigGeneral.qml:43
msgid "Backend"
Expand Down
6 changes: 3 additions & 3 deletions po/eu/plasma_applet_org.kde.redshiftControl6.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: plasma6-redshift-control\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-13 20:49+0300\n"
"PO-Revision-Date: 2024-10-13 19:08+0300\n"
"POT-Creation-Date: 2024-10-13 22:38+0300\n"
"PO-Revision-Date: 2024-10-13 22:48+0300\n"
"Last-Translator: Evgeniy Harchenko <[email protected]>\n"
"Language-Team: Russian <>\n"
"Language: eu\n"
Expand Down Expand Up @@ -104,7 +104,7 @@ msgid "Insert custom mode options"
msgstr "Txertatu norberak finkatutako moduko aukerak"

#: ../package/contents/ui/config/ConfigAdvanced.qml:458
msgid "Redshift version:"
msgid "%1 version:"
msgstr "%1 bertsioa:"

#: ../package/contents/ui/config/ConfigGeneral.qml:43
Expand Down
8 changes: 4 additions & 4 deletions po/fi/plasma_applet_org.kde.redshiftControl6.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-13 20:49+0300\n"
"PO-Revision-Date: 2024-10-13 19:08+0300\n"
"POT-Creation-Date: 2024-10-13 22:38+0300\n"
"PO-Revision-Date: 2024-10-13 22:48+0300\n"
"Last-Translator: Evgeniy Harchenko <[email protected]>\n"
"Language-Team: Finnish <>\n"
"Language: fi\n"
Expand Down Expand Up @@ -101,8 +101,8 @@ msgid "Insert custom mode options"
msgstr "Lisää mukautetut tilavalinnat"

#: ../package/contents/ui/config/ConfigAdvanced.qml:458
msgid "Redshift version:"
msgstr "%1in versio:"
msgid "%1 version:"
msgstr "%1 versio:"

#: ../package/contents/ui/config/ConfigGeneral.qml:43
msgid "Backend"
Expand Down
6 changes: 3 additions & 3 deletions po/fr/plasma_applet_org.kde.redshiftControl6.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ msgid ""
msgstr ""
"Project-Id-Version: plasma_applet_org.kde.redshiftControl6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-13 20:49+0300\n"
"PO-Revision-Date: 2024-10-13 19:10+0300\n"
"POT-Creation-Date: 2024-10-13 22:38+0300\n"
"PO-Revision-Date: 2024-10-13 22:48+0300\n"
"Last-Translator: Evgeniy Harchenko <[email protected]>\n"
"Language-Team: Russian <>\n"
"Language: fr\n"
Expand Down Expand Up @@ -103,7 +103,7 @@ msgid "Insert custom mode options"
msgstr "Insérer des options personnalisées de mode"

#: ../package/contents/ui/config/ConfigAdvanced.qml:458
msgid "Redshift version:"
msgid "%1 version:"
msgstr "Version de %1:"

#: ../package/contents/ui/config/ConfigGeneral.qml:43
Expand Down
9 changes: 4 additions & 5 deletions po/gl/plasma_applet_org.kde.redshiftControl6.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-13 20:49+0300\n"
"PO-Revision-Date: 2024-10-13 19:08+0300\n"
"POT-Creation-Date: 2024-10-13 22:38+0300\n"
"PO-Revision-Date: 2024-10-13 22:47+0300\n"
"Last-Translator: Evgeniy Harchenko <[email protected]>\n"
"Language-Team: Galician <>\n"
"Language: gl\n"
Expand Down Expand Up @@ -101,9 +101,8 @@ msgid "Insert custom mode options"
msgstr "Inserir opcións de modo personalizadas"

#: ../package/contents/ui/config/ConfigAdvanced.qml:458
#, fuzzy
msgid "Redshift version:"
msgstr "Versión de %1"
msgid "%1 version:"
msgstr "Versión de %1:"

#: ../package/contents/ui/config/ConfigGeneral.qml:43
msgid "Backend"
Expand Down
9 changes: 4 additions & 5 deletions po/hu/plasma_applet_org.kde.redshiftControl6.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: plasma6-redshift-control\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-13 20:49+0300\n"
"PO-Revision-Date: 2024-10-13 19:08+0300\n"
"POT-Creation-Date: 2024-10-13 22:38+0300\n"
"PO-Revision-Date: 2024-10-13 22:48+0300\n"
"Last-Translator: Evgeniy Harchenko <[email protected]>\n"
"Language-Team: Hungarian <>\n"
"Language: hu\n"
Expand Down Expand Up @@ -101,9 +101,8 @@ msgid "Insert custom mode options"
msgstr "Saját módopciók beszúrása"

#: ../package/contents/ui/config/ConfigAdvanced.qml:458
#, fuzzy
msgid "Redshift version:"
msgstr "%1 verzió"
msgid "%1 version:"
msgstr "%1 verzió:"

#: ../package/contents/ui/config/ConfigGeneral.qml:43
msgid "Backend"
Expand Down
8 changes: 4 additions & 4 deletions po/ia/plasma_applet_org.kde.redshiftControl6.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: plasma6-redshift-control\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-13 20:49+0300\n"
"PO-Revision-Date: 2024-10-13 19:08+0300\n"
"POT-Creation-Date: 2024-10-13 22:38+0300\n"
"PO-Revision-Date: 2024-10-13 22:51+0300\n"
"Last-Translator: Evgeniy Harchenko <[email protected]>\n"
"Language-Team: Interlingua <>\n"
"Language: ia\n"
Expand Down Expand Up @@ -101,8 +101,8 @@ msgid "Insert custom mode options"
msgstr ""

#: ../package/contents/ui/config/ConfigAdvanced.qml:458
msgid "Redshift version:"
msgstr "Version de %1 (Torno al rubie):"
msgid "%1 version:"
msgstr "Version de %1:"

#: ../package/contents/ui/config/ConfigGeneral.qml:43
msgid "Backend"
Expand Down
Loading

0 comments on commit ab67189

Please sign in to comment.