Update
This commit is contained in:
parent
d19fdbd76e
commit
120ab22537
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -188,7 +188,7 @@ Kirigami.FormLayout {
|
||||||
ComboBox {
|
ComboBox {
|
||||||
id: favGridModel
|
id: favGridModel
|
||||||
|
|
||||||
Kirigami.FormData.label: i18n("Pinned:")
|
Kirigami.FormData.label: i18n("Pinned item:")
|
||||||
|
|
||||||
model: [i18n("Favourite apps"), i18n("Recent apps"), i18n("Recent documents")]
|
model: [i18n("Favourite apps"), i18n("Recent apps"), i18n("Recent documents")]
|
||||||
}
|
}
|
||||||
|
@ -200,7 +200,7 @@ Kirigami.FormLayout {
|
||||||
ComboBox {
|
ComboBox {
|
||||||
id: recentGridModel
|
id: recentGridModel
|
||||||
|
|
||||||
Kirigami.FormData.label: i18n("Recommended:")
|
Kirigami.FormData.label: i18n("Recommended item:")
|
||||||
|
|
||||||
model: [i18n("Recent documents"), i18n("Recent apps"), i18n("Favourite apps"), i18n("None")]
|
model: [i18n("Recent documents"), i18n("Recent apps"), i18n("Favourite apps"), i18n("None")]
|
||||||
}
|
}
|
||||||
|
|
|
@ -241,7 +241,7 @@ Item {
|
||||||
level: 5
|
level: 5
|
||||||
font.bold: true
|
font.bold: true
|
||||||
font.weight: Font.Bold
|
font.weight: Font.Bold
|
||||||
text: i18n(showAllApps ? "All apps" : showRecents ? "Recommended" : "Pinned")
|
text: showAllApps ? i18n("All apps") : showRecents ? i18n("Recommended") : i18n("Pinned")
|
||||||
visible: !searching
|
visible: !searching
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -35,16 +35,16 @@ Or if you know how to make a pull request
|
||||||
## Status
|
## Status
|
||||||
| Locale | Lines | % Done|
|
| Locale | Lines | % Done|
|
||||||
|----------|---------|-------|
|
|----------|---------|-------|
|
||||||
| Template | 55 | |
|
| Template | 56 | |
|
||||||
| de | 45/55 | 81% |
|
| de | 48/56 | 85% |
|
||||||
| es_ES | 43/55 | 78% |
|
| es_ES | 46/56 | 82% |
|
||||||
| fr | 45/55 | 81% |
|
| fr | 48/56 | 85% |
|
||||||
| he | 45/55 | 81% |
|
| he | 48/56 | 85% |
|
||||||
| hi_IN | 45/55 | 81% |
|
| hi_IN | 48/56 | 85% |
|
||||||
| it | 42/55 | 76% |
|
| it | 45/56 | 80% |
|
||||||
| ko | 37/55 | 67% |
|
| ko | 40/56 | 71% |
|
||||||
| nl | 42/55 | 76% |
|
| nl | 45/56 | 80% |
|
||||||
| pl | 45/55 | 81% |
|
| pl | 48/56 | 85% |
|
||||||
| pt_BR | 45/55 | 81% |
|
| pt_BR | 48/56 | 85% |
|
||||||
| ru | 50/55 | 90% |
|
| ru | 56/56 | 100% |
|
||||||
| tr | 45/55 | 81% |
|
| tr | 48/56 | 85% |
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: menu11\n"
|
"Project-Id-Version: menu11\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/prateekmedia/Menu11\n"
|
"Report-Msgid-Bugs-To: https://github.com/prateekmedia/Menu11\n"
|
||||||
"POT-Creation-Date: 2024-01-03 19:16+0500\n"
|
"POT-Creation-Date: 2024-01-03 19:32+0500\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: Sunsheep afm@hotmail.de\n"
|
"Last-Translator: Sunsheep afm@hotmail.de\n"
|
||||||
"Language: German\n"
|
"Language: German\n"
|
||||||
|
@ -71,8 +71,8 @@ msgid "Auto"
|
||||||
msgstr "Automatisch"
|
msgstr "Automatisch"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "Pinned:"
|
msgid "Pinned item:"
|
||||||
msgstr ""
|
msgstr "Angeheftetes Element:"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "Favourite apps"
|
msgid "Favourite apps"
|
||||||
|
@ -87,8 +87,8 @@ msgid "Recent documents"
|
||||||
msgstr "Neueste Dokumente"
|
msgstr "Neueste Dokumente"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "Recommended:"
|
msgid "Recommended item:"
|
||||||
msgstr ""
|
msgstr "Empfohlener Eintrag:"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "None"
|
msgid "None"
|
||||||
|
@ -226,32 +226,27 @@ msgstr "Tippe hier, um zu suchen"
|
||||||
msgid "All apps"
|
msgid "All apps"
|
||||||
msgstr "Alle Apps"
|
msgstr "Alle Apps"
|
||||||
|
|
||||||
#: ../contents/ui/MainColumnItem.qml
|
|
||||||
msgid "Back"
|
|
||||||
msgstr "Zurück"
|
|
||||||
|
|
||||||
#: ../contents/ui/MainColumnItem.qml
|
#: ../contents/ui/MainColumnItem.qml
|
||||||
msgid "Recommended"
|
msgid "Recommended"
|
||||||
msgstr "Empfohlen"
|
msgstr "Empfohlen"
|
||||||
|
|
||||||
|
#: ../contents/ui/MainColumnItem.qml
|
||||||
|
msgid "Pinned"
|
||||||
|
msgstr "Angeheftet"
|
||||||
|
|
||||||
|
#: ../contents/ui/MainColumnItem.qml
|
||||||
|
msgid "Back"
|
||||||
|
msgstr "Zurück"
|
||||||
|
|
||||||
#: ../contents/ui/main.qml
|
#: ../contents/ui/main.qml
|
||||||
msgid "Edit Applications..."
|
msgid "Edit Applications..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#~ msgid "Pinned item:"
|
|
||||||
#~ msgstr "Angeheftetes Element:"
|
|
||||||
|
|
||||||
#~ msgid "Recommended item:"
|
|
||||||
#~ msgstr "Empfohlener Eintrag:"
|
|
||||||
|
|
||||||
#~ msgid "Menu 11"
|
#~ msgid "Menu 11"
|
||||||
#~ msgstr "Menü 11"
|
#~ msgstr "Menü 11"
|
||||||
|
|
||||||
#~ msgid "A highly customizable launcher inspired from windows 11 menu. Fork of MenuZ."
|
#~ msgid "A highly customizable launcher inspired from windows 11 menu. Fork of MenuZ."
|
||||||
#~ msgstr "Ein hochgradig anpassbarer Launcher, inspiriert vom Windows 11 Menü. Fork von MenuZ."
|
#~ msgstr "Ein hochgradig anpassbarer Launcher, inspiriert vom Windows 11 Menü. Fork von MenuZ."
|
||||||
|
|
||||||
#~ msgid "Pinned"
|
|
||||||
#~ msgstr "Angeheftet"
|
|
||||||
|
|
||||||
#~ msgid "More"
|
#~ msgid "More"
|
||||||
#~ msgstr "Mehr"
|
#~ msgstr "Mehr"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: menu11\n"
|
"Project-Id-Version: menu11\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/prateekmedia/Menu11\n"
|
"Report-Msgid-Bugs-To: https://github.com/prateekmedia/Menu11\n"
|
||||||
"POT-Creation-Date: 2024-01-03 19:16+0500\n"
|
"POT-Creation-Date: 2024-01-03 19:32+0500\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: Ángel Fernández Sánchez <angelfx19@gmail.com>\n"
|
"Last-Translator: Ángel Fernández Sánchez <angelfx19@gmail.com>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -72,8 +72,8 @@ msgid "Auto"
|
||||||
msgstr "Auto"
|
msgstr "Auto"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "Pinned:"
|
msgid "Pinned item:"
|
||||||
msgstr ""
|
msgstr "Elemento anclado"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "Favourite apps"
|
msgid "Favourite apps"
|
||||||
|
@ -88,8 +88,8 @@ msgid "Recent documents"
|
||||||
msgstr "Documentos recientes"
|
msgstr "Documentos recientes"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "Recommended:"
|
msgid "Recommended item:"
|
||||||
msgstr ""
|
msgstr "Elemento recomendado"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "None"
|
msgid "None"
|
||||||
|
@ -227,32 +227,27 @@ msgstr "Escribe aquí para buscar"
|
||||||
msgid "All apps"
|
msgid "All apps"
|
||||||
msgstr "Todas las aplicaciones"
|
msgstr "Todas las aplicaciones"
|
||||||
|
|
||||||
#: ../contents/ui/MainColumnItem.qml
|
|
||||||
msgid "Back"
|
|
||||||
msgstr "Volver"
|
|
||||||
|
|
||||||
#: ../contents/ui/MainColumnItem.qml
|
#: ../contents/ui/MainColumnItem.qml
|
||||||
msgid "Recommended"
|
msgid "Recommended"
|
||||||
msgstr "Recomendado"
|
msgstr "Recomendado"
|
||||||
|
|
||||||
|
#: ../contents/ui/MainColumnItem.qml
|
||||||
|
msgid "Pinned"
|
||||||
|
msgstr "Anclado"
|
||||||
|
|
||||||
|
#: ../contents/ui/MainColumnItem.qml
|
||||||
|
msgid "Back"
|
||||||
|
msgstr "Volver"
|
||||||
|
|
||||||
#: ../contents/ui/main.qml
|
#: ../contents/ui/main.qml
|
||||||
msgid "Edit Applications..."
|
msgid "Edit Applications..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#~ msgid "Pinned item:"
|
|
||||||
#~ msgstr "Elemento anclado"
|
|
||||||
|
|
||||||
#~ msgid "Recommended item:"
|
|
||||||
#~ msgstr "Elemento recomendado"
|
|
||||||
|
|
||||||
#~ msgid "Menu 11"
|
#~ msgid "Menu 11"
|
||||||
#~ msgstr "Menú 11"
|
#~ msgstr "Menú 11"
|
||||||
|
|
||||||
#~ msgid "A highly customizable launcher inspired from windows 11 menu. Fork of MenuZ."
|
#~ msgid "A highly customizable launcher inspired from windows 11 menu. Fork of MenuZ."
|
||||||
#~ msgstr "Launcher con gran capacidad de personalización inspirado en el menú de Windows 11. Fork de MenuZ"
|
#~ msgstr "Launcher con gran capacidad de personalización inspirado en el menú de Windows 11. Fork de MenuZ"
|
||||||
|
|
||||||
#~ msgid "Pinned"
|
|
||||||
#~ msgstr "Anclado"
|
|
||||||
|
|
||||||
#~ msgid "More"
|
#~ msgid "More"
|
||||||
#~ msgstr "Más"
|
#~ msgstr "Más"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: menu11\n"
|
"Project-Id-Version: menu11\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/prateekmedia/Menu11\n"
|
"Report-Msgid-Bugs-To: https://github.com/prateekmedia/Menu11\n"
|
||||||
"POT-Creation-Date: 2024-01-03 19:16+0500\n"
|
"POT-Creation-Date: 2024-01-03 19:32+0500\n"
|
||||||
"PO-Revision-Date: 2021-10-27 HO:MI+ZONE\n"
|
"PO-Revision-Date: 2021-10-27 HO:MI+ZONE\n"
|
||||||
"Last-Translator: Alan Paris <Alan90000@yahoo.com>\n"
|
"Last-Translator: Alan Paris <Alan90000@yahoo.com>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
|
@ -72,8 +72,8 @@ msgid "Auto"
|
||||||
msgstr "Automatique"
|
msgstr "Automatique"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "Pinned:"
|
msgid "Pinned item:"
|
||||||
msgstr ""
|
msgstr "Élément épinglé :"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "Favourite apps"
|
msgid "Favourite apps"
|
||||||
|
@ -88,8 +88,8 @@ msgid "Recent documents"
|
||||||
msgstr "Documents récents"
|
msgstr "Documents récents"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "Recommended:"
|
msgid "Recommended item:"
|
||||||
msgstr ""
|
msgstr "Élément recommandé :"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "None"
|
msgid "None"
|
||||||
|
@ -227,32 +227,27 @@ msgstr "Tapez ici pour effectuer une recherche"
|
||||||
msgid "All apps"
|
msgid "All apps"
|
||||||
msgstr "Toutes les applications"
|
msgstr "Toutes les applications"
|
||||||
|
|
||||||
#: ../contents/ui/MainColumnItem.qml
|
|
||||||
msgid "Back"
|
|
||||||
msgstr "Retour"
|
|
||||||
|
|
||||||
#: ../contents/ui/MainColumnItem.qml
|
#: ../contents/ui/MainColumnItem.qml
|
||||||
msgid "Recommended"
|
msgid "Recommended"
|
||||||
msgstr "Nos recommandations"
|
msgstr "Nos recommandations"
|
||||||
|
|
||||||
|
#: ../contents/ui/MainColumnItem.qml
|
||||||
|
msgid "Pinned"
|
||||||
|
msgstr "Épinglé"
|
||||||
|
|
||||||
|
#: ../contents/ui/MainColumnItem.qml
|
||||||
|
msgid "Back"
|
||||||
|
msgstr "Retour"
|
||||||
|
|
||||||
#: ../contents/ui/main.qml
|
#: ../contents/ui/main.qml
|
||||||
msgid "Edit Applications..."
|
msgid "Edit Applications..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#~ msgid "Pinned item:"
|
|
||||||
#~ msgstr "Élément épinglé :"
|
|
||||||
|
|
||||||
#~ msgid "Recommended item:"
|
|
||||||
#~ msgstr "Élément recommandé :"
|
|
||||||
|
|
||||||
#~ msgid "Menu 11"
|
#~ msgid "Menu 11"
|
||||||
#~ msgstr "Menu 11"
|
#~ msgstr "Menu 11"
|
||||||
|
|
||||||
#~ msgid "A highly customizable launcher inspired from windows 11 menu. Fork of MenuZ."
|
#~ msgid "A highly customizable launcher inspired from windows 11 menu. Fork of MenuZ."
|
||||||
#~ msgstr "Un lanceur hautement personnalisable inspiré du menu Windows 11. Fork de MenuZ."
|
#~ msgstr "Un lanceur hautement personnalisable inspiré du menu Windows 11. Fork de MenuZ."
|
||||||
|
|
||||||
#~ msgid "Pinned"
|
|
||||||
#~ msgstr "Épinglé"
|
|
||||||
|
|
||||||
#~ msgid "More"
|
#~ msgid "More"
|
||||||
#~ msgstr "Plus"
|
#~ msgstr "Plus"
|
||||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: menu11\n"
|
"Project-Id-Version: menu11\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/prateekmedia/Menu11\n"
|
"Report-Msgid-Bugs-To: https://github.com/prateekmedia/Menu11\n"
|
||||||
"POT-Creation-Date: 2024-01-03 19:16+0500\n"
|
"POT-Creation-Date: 2024-01-03 19:32+0500\n"
|
||||||
"PO-Revision-Date: 2021-07-26 14:26+0300\n"
|
"PO-Revision-Date: 2021-07-26 14:26+0300\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Hebrew <he@li.org>\n"
|
"Language-Team: Hebrew <he@li.org>\n"
|
||||||
|
@ -74,8 +74,8 @@ msgid "Auto"
|
||||||
msgstr "אוטומטי"
|
msgstr "אוטומטי"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "Pinned:"
|
msgid "Pinned item:"
|
||||||
msgstr ""
|
msgstr "יישום מוצמד:"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "Favourite apps"
|
msgid "Favourite apps"
|
||||||
|
@ -90,8 +90,8 @@ msgid "Recent documents"
|
||||||
msgstr "מסמכים אחרונים"
|
msgstr "מסמכים אחרונים"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "Recommended:"
|
msgid "Recommended item:"
|
||||||
msgstr ""
|
msgstr "פריט מומלץ:"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "None"
|
msgid "None"
|
||||||
|
@ -229,24 +229,22 @@ msgstr "יש להקליד כאן כדי לחפש"
|
||||||
msgid "All apps"
|
msgid "All apps"
|
||||||
msgstr "כל היישומים"
|
msgstr "כל היישומים"
|
||||||
|
|
||||||
#: ../contents/ui/MainColumnItem.qml
|
|
||||||
msgid "Back"
|
|
||||||
msgstr "חזרה"
|
|
||||||
|
|
||||||
#: ../contents/ui/MainColumnItem.qml
|
#: ../contents/ui/MainColumnItem.qml
|
||||||
msgid "Recommended"
|
msgid "Recommended"
|
||||||
msgstr "מומלצים"
|
msgstr "מומלצים"
|
||||||
|
|
||||||
|
#: ../contents/ui/MainColumnItem.qml
|
||||||
|
msgid "Pinned"
|
||||||
|
msgstr "מוצמדים"
|
||||||
|
|
||||||
|
#: ../contents/ui/MainColumnItem.qml
|
||||||
|
msgid "Back"
|
||||||
|
msgstr "חזרה"
|
||||||
|
|
||||||
#: ../contents/ui/main.qml
|
#: ../contents/ui/main.qml
|
||||||
msgid "Edit Applications..."
|
msgid "Edit Applications..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#~ msgid "Pinned item:"
|
|
||||||
#~ msgstr "יישום מוצמד:"
|
|
||||||
|
|
||||||
#~ msgid "Recommended item:"
|
|
||||||
#~ msgstr "פריט מומלץ:"
|
|
||||||
|
|
||||||
#~ msgid "Menu 11"
|
#~ msgid "Menu 11"
|
||||||
#~ msgstr "Menu 11"
|
#~ msgstr "Menu 11"
|
||||||
|
|
||||||
|
@ -255,8 +253,5 @@ msgstr ""
|
||||||
#~ "MenuZ."
|
#~ "MenuZ."
|
||||||
#~ msgstr "מפעיל יישומים גמיש מאוד בהשראת התפריט של Windows 11. פוצל מ־MenuZ."
|
#~ msgstr "מפעיל יישומים גמיש מאוד בהשראת התפריט של Windows 11. פוצל מ־MenuZ."
|
||||||
|
|
||||||
#~ msgid "Pinned"
|
|
||||||
#~ msgstr "מוצמדים"
|
|
||||||
|
|
||||||
#~ msgid "More"
|
#~ msgid "More"
|
||||||
#~ msgstr "עוד"
|
#~ msgstr "עוד"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: menu11\n"
|
"Project-Id-Version: menu11\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/prateekmedia/Menu11\n"
|
"Report-Msgid-Bugs-To: https://github.com/prateekmedia/Menu11\n"
|
||||||
"POT-Creation-Date: 2024-01-03 19:16+0500\n"
|
"POT-Creation-Date: 2024-01-03 19:32+0500\n"
|
||||||
"PO-Revision-Date: 2021-10-04 16:30+0530\n"
|
"PO-Revision-Date: 2021-10-04 16:30+0530\n"
|
||||||
"Last-Translator: Virendra Carpenter <virendra carpenter>\n"
|
"Last-Translator: Virendra Carpenter <virendra carpenter>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
|
@ -72,8 +72,8 @@ msgid "Auto"
|
||||||
msgstr "ऑटो"
|
msgstr "ऑटो"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "Pinned:"
|
msgid "Pinned item:"
|
||||||
msgstr ""
|
msgstr "पिन किया गया आइटम"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "Favourite apps"
|
msgid "Favourite apps"
|
||||||
|
@ -88,8 +88,8 @@ msgid "Recent documents"
|
||||||
msgstr "हाल के कागजात"
|
msgstr "हाल के कागजात"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "Recommended:"
|
msgid "Recommended item:"
|
||||||
msgstr ""
|
msgstr "अनुशंसित वस्तु:"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "None"
|
msgid "None"
|
||||||
|
@ -227,32 +227,27 @@ msgstr "खोजने के लिए यहां टाइप करें"
|
||||||
msgid "All apps"
|
msgid "All apps"
|
||||||
msgstr "सभी एप्लीकेशन"
|
msgstr "सभी एप्लीकेशन"
|
||||||
|
|
||||||
#: ../contents/ui/MainColumnItem.qml
|
|
||||||
msgid "Back"
|
|
||||||
msgstr "वापस"
|
|
||||||
|
|
||||||
#: ../contents/ui/MainColumnItem.qml
|
#: ../contents/ui/MainColumnItem.qml
|
||||||
msgid "Recommended"
|
msgid "Recommended"
|
||||||
msgstr "अनुशंसित"
|
msgstr "अनुशंसित"
|
||||||
|
|
||||||
|
#: ../contents/ui/MainColumnItem.qml
|
||||||
|
msgid "Pinned"
|
||||||
|
msgstr "पिन की गई"
|
||||||
|
|
||||||
|
#: ../contents/ui/MainColumnItem.qml
|
||||||
|
msgid "Back"
|
||||||
|
msgstr "वापस"
|
||||||
|
|
||||||
#: ../contents/ui/main.qml
|
#: ../contents/ui/main.qml
|
||||||
msgid "Edit Applications..."
|
msgid "Edit Applications..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#~ msgid "Pinned item:"
|
|
||||||
#~ msgstr "पिन किया गया आइटम"
|
|
||||||
|
|
||||||
#~ msgid "Recommended item:"
|
|
||||||
#~ msgstr "अनुशंसित वस्तु:"
|
|
||||||
|
|
||||||
#~ msgid "Menu 11"
|
#~ msgid "Menu 11"
|
||||||
#~ msgstr "मेनू 11"
|
#~ msgstr "मेनू 11"
|
||||||
|
|
||||||
#~ msgid "A highly customizable launcher inspired from windows 11 menu. Fork of MenuZ."
|
#~ msgid "A highly customizable launcher inspired from windows 11 menu. Fork of MenuZ."
|
||||||
#~ msgstr "विंडोज़ 11 मेनू से प्रेरित एक उच्च अनुकूलन योग्य लांचर। मेनूजेड का फोर्क।"
|
#~ msgstr "विंडोज़ 11 मेनू से प्रेरित एक उच्च अनुकूलन योग्य लांचर। मेनूजेड का फोर्क।"
|
||||||
|
|
||||||
#~ msgid "Pinned"
|
|
||||||
#~ msgstr "पिन की गई"
|
|
||||||
|
|
||||||
#~ msgid "More"
|
#~ msgid "More"
|
||||||
#~ msgstr "अधिक"
|
#~ msgstr "अधिक"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: menu11\n"
|
"Project-Id-Version: menu11\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/prateekmedia/Menu11\n"
|
"Report-Msgid-Bugs-To: https://github.com/prateekmedia/Menu11\n"
|
||||||
"POT-Creation-Date: 2024-01-03 19:16+0500\n"
|
"POT-Creation-Date: 2024-01-03 19:32+0500\n"
|
||||||
"PO-Revision-Date: 2021-07-24 13:43+LMT\n"
|
"PO-Revision-Date: 2021-07-24 13:43+LMT\n"
|
||||||
"Last-Translator: Daniele Aliquo' <aliquo93@gmail.com>\n"
|
"Last-Translator: Daniele Aliquo' <aliquo93@gmail.com>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -72,8 +72,8 @@ msgid "Auto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "Pinned:"
|
msgid "Pinned item:"
|
||||||
msgstr ""
|
msgstr "Elementi fissati:"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "Favourite apps"
|
msgid "Favourite apps"
|
||||||
|
@ -88,8 +88,8 @@ msgid "Recent documents"
|
||||||
msgstr "Documenti recenti"
|
msgstr "Documenti recenti"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "Recommended:"
|
msgid "Recommended item:"
|
||||||
msgstr ""
|
msgstr "Articoli consigliati:"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "None"
|
msgid "None"
|
||||||
|
@ -227,32 +227,27 @@ msgstr "Scrivi qui il testo da cercare."
|
||||||
msgid "All apps"
|
msgid "All apps"
|
||||||
msgstr "Tutte le app"
|
msgstr "Tutte le app"
|
||||||
|
|
||||||
#: ../contents/ui/MainColumnItem.qml
|
|
||||||
msgid "Back"
|
|
||||||
msgstr "Indietro"
|
|
||||||
|
|
||||||
#: ../contents/ui/MainColumnItem.qml
|
#: ../contents/ui/MainColumnItem.qml
|
||||||
msgid "Recommended"
|
msgid "Recommended"
|
||||||
msgstr "Articoli consigliati"
|
msgstr "Articoli consigliati"
|
||||||
|
|
||||||
|
#: ../contents/ui/MainColumnItem.qml
|
||||||
|
msgid "Pinned"
|
||||||
|
msgstr "Aggiunto"
|
||||||
|
|
||||||
|
#: ../contents/ui/MainColumnItem.qml
|
||||||
|
msgid "Back"
|
||||||
|
msgstr "Indietro"
|
||||||
|
|
||||||
#: ../contents/ui/main.qml
|
#: ../contents/ui/main.qml
|
||||||
msgid "Edit Applications..."
|
msgid "Edit Applications..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#~ msgid "Pinned item:"
|
|
||||||
#~ msgstr "Elementi fissati:"
|
|
||||||
|
|
||||||
#~ msgid "Recommended item:"
|
|
||||||
#~ msgstr "Articoli consigliati:"
|
|
||||||
|
|
||||||
#~ msgid "Menu 11"
|
#~ msgid "Menu 11"
|
||||||
#~ msgstr "Menu 11"
|
#~ msgstr "Menu 11"
|
||||||
|
|
||||||
#~ msgid "A highly customizable launcher inspired from windows 11 menu. Fork of MenuZ."
|
#~ msgid "A highly customizable launcher inspired from windows 11 menu. Fork of MenuZ."
|
||||||
#~ msgstr "Un launcher altamente personalizzabile ispirato al menu' Start di Windows 11. Fork di MenuZ"
|
#~ msgstr "Un launcher altamente personalizzabile ispirato al menu' Start di Windows 11. Fork di MenuZ"
|
||||||
|
|
||||||
#~ msgid "Pinned"
|
|
||||||
#~ msgstr "Aggiunto"
|
|
||||||
|
|
||||||
#~ msgid "More"
|
#~ msgid "More"
|
||||||
#~ msgstr "Altro"
|
#~ msgstr "Altro"
|
||||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: menu11\n"
|
"Project-Id-Version: menu11\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/prateekmedia/Menu11\n"
|
"Report-Msgid-Bugs-To: https://github.com/prateekmedia/Menu11\n"
|
||||||
"POT-Creation-Date: 2024-01-03 19:16+0500\n"
|
"POT-Creation-Date: 2024-01-03 19:32+0500\n"
|
||||||
"PO-Revision-Date: 2021-08-17 22:06+0900\n"
|
"PO-Revision-Date: 2021-08-17 22:06+0900\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
|
@ -73,8 +73,8 @@ msgid "Auto"
|
||||||
msgstr "자동"
|
msgstr "자동"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "Pinned:"
|
msgid "Pinned item:"
|
||||||
msgstr ""
|
msgstr "고정된 항목:"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "Favourite apps"
|
msgid "Favourite apps"
|
||||||
|
@ -89,8 +89,8 @@ msgid "Recent documents"
|
||||||
msgstr "최근 문서"
|
msgstr "최근 문서"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "Recommended:"
|
msgid "Recommended item:"
|
||||||
msgstr ""
|
msgstr "추천 항목:"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "None"
|
msgid "None"
|
||||||
|
@ -228,29 +228,24 @@ msgstr "검색하려면 여기에 입력하십시오."
|
||||||
msgid "All apps"
|
msgid "All apps"
|
||||||
msgstr "모든 프로그램"
|
msgstr "모든 프로그램"
|
||||||
|
|
||||||
#: ../contents/ui/MainColumnItem.qml
|
|
||||||
msgid "Back"
|
|
||||||
msgstr "뒤로"
|
|
||||||
|
|
||||||
#: ../contents/ui/MainColumnItem.qml
|
#: ../contents/ui/MainColumnItem.qml
|
||||||
msgid "Recommended"
|
msgid "Recommended"
|
||||||
msgstr "추천"
|
msgstr "추천"
|
||||||
|
|
||||||
|
#: ../contents/ui/MainColumnItem.qml
|
||||||
|
msgid "Pinned"
|
||||||
|
msgstr "고정됨"
|
||||||
|
|
||||||
|
#: ../contents/ui/MainColumnItem.qml
|
||||||
|
msgid "Back"
|
||||||
|
msgstr "뒤로"
|
||||||
|
|
||||||
#: ../contents/ui/main.qml
|
#: ../contents/ui/main.qml
|
||||||
msgid "Edit Applications..."
|
msgid "Edit Applications..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#~ msgid "Pinned item:"
|
|
||||||
#~ msgstr "고정된 항목:"
|
|
||||||
|
|
||||||
#~ msgid "Recommended item:"
|
|
||||||
#~ msgstr "추천 항목:"
|
|
||||||
|
|
||||||
#~ msgid "Menu 11"
|
#~ msgid "Menu 11"
|
||||||
#~ msgstr "Menu 11"
|
#~ msgstr "Menu 11"
|
||||||
|
|
||||||
#~ msgid "Pinned"
|
|
||||||
#~ msgstr "고정됨"
|
|
||||||
|
|
||||||
#~ msgid "More"
|
#~ msgid "More"
|
||||||
#~ msgstr "더 보기"
|
#~ msgstr "더 보기"
|
||||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: menu11\n"
|
"Project-Id-Version: menu11\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/prateekmedia/Menu11\n"
|
"Report-Msgid-Bugs-To: https://github.com/prateekmedia/Menu11\n"
|
||||||
"POT-Creation-Date: 2024-01-03 19:16+0500\n"
|
"POT-Creation-Date: 2024-01-03 19:32+0500\n"
|
||||||
"PO-Revision-Date: 2021-07-24 14:40+0200\n"
|
"PO-Revision-Date: 2021-07-24 14:40+0200\n"
|
||||||
"Last-Translator: Heimen Stoffels <vistausss@fastmail.com>\n"
|
"Last-Translator: Heimen Stoffels <vistausss@fastmail.com>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
|
@ -73,8 +73,8 @@ msgid "Auto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "Pinned:"
|
msgid "Pinned item:"
|
||||||
msgstr ""
|
msgstr "Vastgemaakt item:"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "Favourite apps"
|
msgid "Favourite apps"
|
||||||
|
@ -89,8 +89,8 @@ msgid "Recent documents"
|
||||||
msgstr "Recente documenten"
|
msgstr "Recente documenten"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "Recommended:"
|
msgid "Recommended item:"
|
||||||
msgstr ""
|
msgstr "Aanbevolen item:"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "None"
|
msgid "None"
|
||||||
|
@ -228,24 +228,22 @@ msgstr "Typ om te zoeken…"
|
||||||
msgid "All apps"
|
msgid "All apps"
|
||||||
msgstr "Alle programma's"
|
msgstr "Alle programma's"
|
||||||
|
|
||||||
#: ../contents/ui/MainColumnItem.qml
|
|
||||||
msgid "Back"
|
|
||||||
msgstr "Terug"
|
|
||||||
|
|
||||||
#: ../contents/ui/MainColumnItem.qml
|
#: ../contents/ui/MainColumnItem.qml
|
||||||
msgid "Recommended"
|
msgid "Recommended"
|
||||||
msgstr "Aanbevolen"
|
msgstr "Aanbevolen"
|
||||||
|
|
||||||
|
#: ../contents/ui/MainColumnItem.qml
|
||||||
|
msgid "Pinned"
|
||||||
|
msgstr "Vastgemaakt"
|
||||||
|
|
||||||
|
#: ../contents/ui/MainColumnItem.qml
|
||||||
|
msgid "Back"
|
||||||
|
msgstr "Terug"
|
||||||
|
|
||||||
#: ../contents/ui/main.qml
|
#: ../contents/ui/main.qml
|
||||||
msgid "Edit Applications..."
|
msgid "Edit Applications..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#~ msgid "Pinned item:"
|
|
||||||
#~ msgstr "Vastgemaakt item:"
|
|
||||||
|
|
||||||
#~ msgid "Recommended item:"
|
|
||||||
#~ msgstr "Aanbevolen item:"
|
|
||||||
|
|
||||||
#~ msgid "Menu 11"
|
#~ msgid "Menu 11"
|
||||||
#~ msgstr "Menu 11"
|
#~ msgstr "Menu 11"
|
||||||
|
|
||||||
|
@ -256,8 +254,5 @@ msgstr ""
|
||||||
#~ "Een zeer aanpasbaar programmamenu dat veel wegheeft van het Windows 11-"
|
#~ "Een zeer aanpasbaar programmamenu dat veel wegheeft van het Windows 11-"
|
||||||
#~ "startmenu. Afsplitsing van MenuZ."
|
#~ "startmenu. Afsplitsing van MenuZ."
|
||||||
|
|
||||||
#~ msgid "Pinned"
|
|
||||||
#~ msgstr "Vastgemaakt"
|
|
||||||
|
|
||||||
#~ msgid "More"
|
#~ msgid "More"
|
||||||
#~ msgstr "Meer"
|
#~ msgstr "Meer"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: menu11\n"
|
"Project-Id-Version: menu11\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/prateekmedia/Menu11\n"
|
"Report-Msgid-Bugs-To: https://github.com/prateekmedia/Menu11\n"
|
||||||
"POT-Creation-Date: 2024-01-03 19:16+0500\n"
|
"POT-Creation-Date: 2024-01-03 19:32+0500\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -72,8 +72,8 @@ msgid "Auto"
|
||||||
msgstr "Automatyczna"
|
msgstr "Automatyczna"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "Pinned:"
|
msgid "Pinned item:"
|
||||||
msgstr ""
|
msgstr "Przypięty element:"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "Favourite apps"
|
msgid "Favourite apps"
|
||||||
|
@ -88,8 +88,8 @@ msgid "Recent documents"
|
||||||
msgstr "Bieżące dokumenty"
|
msgstr "Bieżące dokumenty"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "Recommended:"
|
msgid "Recommended item:"
|
||||||
msgstr ""
|
msgstr "Polecany element:"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "None"
|
msgid "None"
|
||||||
|
@ -227,32 +227,27 @@ msgstr "Wpisz tutaj, aby szukać"
|
||||||
msgid "All apps"
|
msgid "All apps"
|
||||||
msgstr "Wszystkie aplikacje"
|
msgstr "Wszystkie aplikacje"
|
||||||
|
|
||||||
#: ../contents/ui/MainColumnItem.qml
|
|
||||||
msgid "Back"
|
|
||||||
msgstr "Wstecz"
|
|
||||||
|
|
||||||
#: ../contents/ui/MainColumnItem.qml
|
#: ../contents/ui/MainColumnItem.qml
|
||||||
msgid "Recommended"
|
msgid "Recommended"
|
||||||
msgstr "Polecane"
|
msgstr "Polecane"
|
||||||
|
|
||||||
|
#: ../contents/ui/MainColumnItem.qml
|
||||||
|
msgid "Pinned"
|
||||||
|
msgstr "Przypięte"
|
||||||
|
|
||||||
|
#: ../contents/ui/MainColumnItem.qml
|
||||||
|
msgid "Back"
|
||||||
|
msgstr "Wstecz"
|
||||||
|
|
||||||
#: ../contents/ui/main.qml
|
#: ../contents/ui/main.qml
|
||||||
msgid "Edit Applications..."
|
msgid "Edit Applications..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#~ msgid "Pinned item:"
|
|
||||||
#~ msgstr "Przypięty element:"
|
|
||||||
|
|
||||||
#~ msgid "Recommended item:"
|
|
||||||
#~ msgstr "Polecany element:"
|
|
||||||
|
|
||||||
#~ msgid "Menu 11"
|
#~ msgid "Menu 11"
|
||||||
#~ msgstr "Menu 11"
|
#~ msgstr "Menu 11"
|
||||||
|
|
||||||
#~ msgid "A highly customizable launcher inspired from windows 11 menu. Fork of MenuZ."
|
#~ msgid "A highly customizable launcher inspired from windows 11 menu. Fork of MenuZ."
|
||||||
#~ msgstr "Wysoce konfigurowalny program uruchamiający aplikacje inspirowany menu z systemu Windows 11. Fork MenuZ."
|
#~ msgstr "Wysoce konfigurowalny program uruchamiający aplikacje inspirowany menu z systemu Windows 11. Fork MenuZ."
|
||||||
|
|
||||||
#~ msgid "Pinned"
|
|
||||||
#~ msgstr "Przypięte"
|
|
||||||
|
|
||||||
#~ msgid "More"
|
#~ msgid "More"
|
||||||
#~ msgstr "Więcej"
|
#~ msgstr "Więcej"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: menu11\n"
|
"Project-Id-Version: menu11\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/prateekmedia/Menu11\n"
|
"Report-Msgid-Bugs-To: https://github.com/prateekmedia/Menu11\n"
|
||||||
"POT-Creation-Date: 2024-01-03 19:16+0500\n"
|
"POT-Creation-Date: 2024-01-03 19:32+0500\n"
|
||||||
"PO-Revision-Date: 2021-07-29 11:00+LMT\n"
|
"PO-Revision-Date: 2021-07-29 11:00+LMT\n"
|
||||||
"Last-Translator: Thiago Corbari Feldhaus' <thiago.feldhaus@mrhat.com.br>\n"
|
"Last-Translator: Thiago Corbari Feldhaus' <thiago.feldhaus@mrhat.com.br>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -72,8 +72,8 @@ msgid "Auto"
|
||||||
msgstr "Automático"
|
msgstr "Automático"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "Pinned:"
|
msgid "Pinned item:"
|
||||||
msgstr ""
|
msgstr "Ítem fixo:"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "Favourite apps"
|
msgid "Favourite apps"
|
||||||
|
@ -88,8 +88,8 @@ msgid "Recent documents"
|
||||||
msgstr "Documentos recentes"
|
msgstr "Documentos recentes"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "Recommended:"
|
msgid "Recommended item:"
|
||||||
msgstr ""
|
msgstr "Ítem recomendado:"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "None"
|
msgid "None"
|
||||||
|
@ -227,32 +227,27 @@ msgstr "Digite a busca aqui"
|
||||||
msgid "All apps"
|
msgid "All apps"
|
||||||
msgstr "Todos os aplicativos"
|
msgstr "Todos os aplicativos"
|
||||||
|
|
||||||
#: ../contents/ui/MainColumnItem.qml
|
|
||||||
msgid "Back"
|
|
||||||
msgstr "Voltar"
|
|
||||||
|
|
||||||
#: ../contents/ui/MainColumnItem.qml
|
#: ../contents/ui/MainColumnItem.qml
|
||||||
msgid "Recommended"
|
msgid "Recommended"
|
||||||
msgstr "Recomendado"
|
msgstr "Recomendado"
|
||||||
|
|
||||||
|
#: ../contents/ui/MainColumnItem.qml
|
||||||
|
msgid "Pinned"
|
||||||
|
msgstr "Fixos"
|
||||||
|
|
||||||
|
#: ../contents/ui/MainColumnItem.qml
|
||||||
|
msgid "Back"
|
||||||
|
msgstr "Voltar"
|
||||||
|
|
||||||
#: ../contents/ui/main.qml
|
#: ../contents/ui/main.qml
|
||||||
msgid "Edit Applications..."
|
msgid "Edit Applications..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#~ msgid "Pinned item:"
|
|
||||||
#~ msgstr "Ítem fixo:"
|
|
||||||
|
|
||||||
#~ msgid "Recommended item:"
|
|
||||||
#~ msgstr "Ítem recomendado:"
|
|
||||||
|
|
||||||
#~ msgid "Menu 11"
|
#~ msgid "Menu 11"
|
||||||
#~ msgstr "Menu 11"
|
#~ msgstr "Menu 11"
|
||||||
|
|
||||||
#~ msgid "A highly customizable launcher inspired from windows 11 menu. Fork of MenuZ."
|
#~ msgid "A highly customizable launcher inspired from windows 11 menu. Fork of MenuZ."
|
||||||
#~ msgstr "Um lançador customizado inspirado do menu do windows 11. Fork do MenuZ"
|
#~ msgstr "Um lançador customizado inspirado do menu do windows 11. Fork do MenuZ"
|
||||||
|
|
||||||
#~ msgid "Pinned"
|
|
||||||
#~ msgstr "Fixos"
|
|
||||||
|
|
||||||
#~ msgid "More"
|
#~ msgid "More"
|
||||||
#~ msgstr "Mais"
|
#~ msgstr "Mais"
|
||||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Menu11\n"
|
"Project-Id-Version: Menu11\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/prateekmedia/Menu11\n"
|
"Report-Msgid-Bugs-To: https://github.com/prateekmedia/Menu11\n"
|
||||||
"POT-Creation-Date: 2024-01-03 19:16+0500\n"
|
"POT-Creation-Date: 2024-01-03 19:32+0500\n"
|
||||||
"PO-Revision-Date: 2024-01-03 19:10+0500\n"
|
"PO-Revision-Date: 2024-01-03 19:10+0500\n"
|
||||||
"Last-Translator: Valeria Fadeeva <valeria@fadeeva.me>\n"
|
"Last-Translator: Valeria Fadeeva <valeria@fadeeva.me>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
|
@ -21,23 +21,23 @@ msgstr ""
|
||||||
|
|
||||||
#: ../contents/code/tools.js
|
#: ../contents/code/tools.js
|
||||||
msgid "Remove from Favorites"
|
msgid "Remove from Favorites"
|
||||||
msgstr ""
|
msgstr "Удалить из избранного"
|
||||||
|
|
||||||
#: ../contents/code/tools.js
|
#: ../contents/code/tools.js
|
||||||
msgid "Add to Favorites"
|
msgid "Add to Favorites"
|
||||||
msgstr ""
|
msgstr "Добавить в избранное"
|
||||||
|
|
||||||
#: ../contents/code/tools.js
|
#: ../contents/code/tools.js
|
||||||
msgid "On All Activities"
|
msgid "On All Activities"
|
||||||
msgstr ""
|
msgstr "На всех активностях"
|
||||||
|
|
||||||
#: ../contents/code/tools.js
|
#: ../contents/code/tools.js
|
||||||
msgid "On the Current Activity"
|
msgid "On the Current Activity"
|
||||||
msgstr ""
|
msgstr "На текущей активности"
|
||||||
|
|
||||||
#: ../contents/code/tools.js
|
#: ../contents/code/tools.js
|
||||||
msgid "Show in Favorites"
|
msgid "Show in Favorites"
|
||||||
msgstr ""
|
msgstr "Показать в избранном"
|
||||||
|
|
||||||
#: ../contents/config/config.qml
|
#: ../contents/config/config.qml
|
||||||
msgid "General"
|
msgid "General"
|
||||||
|
@ -50,7 +50,7 @@ msgstr "Иконка:"
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgctxt "@item:inmenu Open icon chooser dialog"
|
msgctxt "@item:inmenu Open icon chooser dialog"
|
||||||
msgid "Choose..."
|
msgid "Choose..."
|
||||||
msgstr "Выбрать"
|
msgstr "Выбрать..."
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgctxt "@item:inmenu Reset icon to default"
|
msgctxt "@item:inmenu Reset icon to default"
|
||||||
|
@ -74,7 +74,7 @@ msgid "Auto"
|
||||||
msgstr "Автоматически"
|
msgstr "Автоматически"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "Pinned:"
|
msgid "Pinned item:"
|
||||||
msgstr "Избранное:"
|
msgstr "Избранное:"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
|
@ -90,7 +90,7 @@ msgid "Recent documents"
|
||||||
msgstr "Недавние документы"
|
msgstr "Недавние документы"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "Recommended:"
|
msgid "Recommended item:"
|
||||||
msgstr "Рекомендуемое:"
|
msgstr "Рекомендуемое:"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
|
@ -229,14 +229,18 @@ msgstr "Нажмите здесь для поиска"
|
||||||
msgid "All apps"
|
msgid "All apps"
|
||||||
msgstr "Все приложения"
|
msgstr "Все приложения"
|
||||||
|
|
||||||
#: ../contents/ui/MainColumnItem.qml
|
|
||||||
msgid "Back"
|
|
||||||
msgstr "Назад"
|
|
||||||
|
|
||||||
#: ../contents/ui/MainColumnItem.qml
|
#: ../contents/ui/MainColumnItem.qml
|
||||||
msgid "Recommended"
|
msgid "Recommended"
|
||||||
msgstr "Рекомендуемые"
|
msgstr "Рекомендуемые"
|
||||||
|
|
||||||
|
#: ../contents/ui/MainColumnItem.qml
|
||||||
|
msgid "Pinned"
|
||||||
|
msgstr "Избранное"
|
||||||
|
|
||||||
|
#: ../contents/ui/MainColumnItem.qml
|
||||||
|
msgid "Back"
|
||||||
|
msgstr "Назад"
|
||||||
|
|
||||||
#: ../contents/ui/main.qml
|
#: ../contents/ui/main.qml
|
||||||
msgid "Edit Applications..."
|
msgid "Edit Applications..."
|
||||||
msgstr "Редактировать список приложений"
|
msgstr "Редактировать список приложений"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Menu11\n"
|
"Project-Id-Version: Menu11\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/prateekmedia/Menu11\n"
|
"Report-Msgid-Bugs-To: https://github.com/prateekmedia/Menu11\n"
|
||||||
"POT-Creation-Date: 2024-01-03 19:16+0500\n"
|
"POT-Creation-Date: 2024-01-03 19:32+0500\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -72,7 +72,7 @@ msgid "Auto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "Pinned:"
|
msgid "Pinned item:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
|
@ -88,7 +88,7 @@ msgid "Recent documents"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "Recommended:"
|
msgid "Recommended item:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
|
@ -228,11 +228,15 @@ msgid "All apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../contents/ui/MainColumnItem.qml
|
#: ../contents/ui/MainColumnItem.qml
|
||||||
msgid "Back"
|
msgid "Recommended"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../contents/ui/MainColumnItem.qml
|
#: ../contents/ui/MainColumnItem.qml
|
||||||
msgid "Recommended"
|
msgid "Pinned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../contents/ui/MainColumnItem.qml
|
||||||
|
msgid "Back"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../contents/ui/main.qml
|
#: ../contents/ui/main.qml
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: menu11\n"
|
"Project-Id-Version: menu11\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/prateekmedia/Menu11\n"
|
"Report-Msgid-Bugs-To: https://github.com/prateekmedia/Menu11\n"
|
||||||
"POT-Creation-Date: 2024-01-03 19:16+0500\n"
|
"POT-Creation-Date: 2024-01-03 19:32+0500\n"
|
||||||
"PO-Revision-Date: 2021-07-25 20:45+0300\n"
|
"PO-Revision-Date: 2021-07-25 20:45+0300\n"
|
||||||
"Last-Translator: Alper Tiryakioğlu\n"
|
"Last-Translator: Alper Tiryakioğlu\n"
|
||||||
"Language-Team:\n"
|
"Language-Team:\n"
|
||||||
|
@ -72,8 +72,8 @@ msgid "Auto"
|
||||||
msgstr "Otomatik"
|
msgstr "Otomatik"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "Pinned:"
|
msgid "Pinned item:"
|
||||||
msgstr ""
|
msgstr "Sabitlenen öğeler:"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "Favourite apps"
|
msgid "Favourite apps"
|
||||||
|
@ -88,8 +88,8 @@ msgid "Recent documents"
|
||||||
msgstr "En son belgeler"
|
msgstr "En son belgeler"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "Recommended:"
|
msgid "Recommended item:"
|
||||||
msgstr ""
|
msgstr "Önerilen öğeler:"
|
||||||
|
|
||||||
#: ../contents/ui/ConfigGeneral.qml
|
#: ../contents/ui/ConfigGeneral.qml
|
||||||
msgid "None"
|
msgid "None"
|
||||||
|
@ -227,32 +227,27 @@ msgstr "Aramak için buraya yazın"
|
||||||
msgid "All apps"
|
msgid "All apps"
|
||||||
msgstr "Tüm uygulamalar"
|
msgstr "Tüm uygulamalar"
|
||||||
|
|
||||||
#: ../contents/ui/MainColumnItem.qml
|
|
||||||
msgid "Back"
|
|
||||||
msgstr "Geri"
|
|
||||||
|
|
||||||
#: ../contents/ui/MainColumnItem.qml
|
#: ../contents/ui/MainColumnItem.qml
|
||||||
msgid "Recommended"
|
msgid "Recommended"
|
||||||
msgstr "Önerilenler"
|
msgstr "Önerilenler"
|
||||||
|
|
||||||
|
#: ../contents/ui/MainColumnItem.qml
|
||||||
|
msgid "Pinned"
|
||||||
|
msgstr "Sabitlenmiş"
|
||||||
|
|
||||||
|
#: ../contents/ui/MainColumnItem.qml
|
||||||
|
msgid "Back"
|
||||||
|
msgstr "Geri"
|
||||||
|
|
||||||
#: ../contents/ui/main.qml
|
#: ../contents/ui/main.qml
|
||||||
msgid "Edit Applications..."
|
msgid "Edit Applications..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#~ msgid "Pinned item:"
|
|
||||||
#~ msgstr "Sabitlenen öğeler:"
|
|
||||||
|
|
||||||
#~ msgid "Recommended item:"
|
|
||||||
#~ msgstr "Önerilen öğeler:"
|
|
||||||
|
|
||||||
#~ msgid "Menu 11"
|
#~ msgid "Menu 11"
|
||||||
#~ msgstr "Menu 11"
|
#~ msgstr "Menu 11"
|
||||||
|
|
||||||
#~ msgid "A highly customizable launcher inspired from windows 11 menu. Fork of MenuZ."
|
#~ msgid "A highly customizable launcher inspired from windows 11 menu. Fork of MenuZ."
|
||||||
#~ msgstr "Windows 11 menüsünden ilham almış, yüksek derecede kişiselleştirilebilir çalıştırıcı. MenuZ çatallaması."
|
#~ msgstr "Windows 11 menüsünden ilham almış, yüksek derecede kişiselleştirilebilir çalıştırıcı. MenuZ çatallaması."
|
||||||
|
|
||||||
#~ msgid "Pinned"
|
|
||||||
#~ msgstr "Sabitlenmiş"
|
|
||||||
|
|
||||||
#~ msgid "More"
|
#~ msgid "More"
|
||||||
#~ msgstr "Daha fazla"
|
#~ msgstr "Daha fazla"
|
||||||
|
|
Loading…
Reference in New Issue