From 2ff604a944bdba947581b9d55b56774530d8a32c Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Wed, 3 Jan 2024 17:28:35 +0500 Subject: [PATCH] Update --- .github/FUNDING.yml | 15 ---- .../contents/config/main.xml | 16 ++-- .../translate/ReadMe.md | 19 ++-- .../translate/{build.sh => build} | 7 +- com.github.adhec.DittoMenu/translate/fr.po | 22 ++--- com.github.adhec.DittoMenu/translate/ko.po | 18 ++-- .../translate/{merge.sh => merge} | 90 ++++--------------- com.github.adhec.DittoMenu/translate/nl.po | 18 ++-- com.github.adhec.DittoMenu/translate/pl.po | 15 ++-- ...asmoidlocaletest.sh => plasmoidlocaletest} | 0 com.github.adhec.DittoMenu/translate/pt_BR.po | 18 ++-- com.github.adhec.DittoMenu/translate/ru.po | 18 ++-- .../translate/template.pot | 20 ++--- com.github.adhec.DittoMenu/translate/tr.po | 18 ++-- push.sh | 2 + 15 files changed, 103 insertions(+), 193 deletions(-) delete mode 100755 .github/FUNDING.yml rename com.github.adhec.DittoMenu/translate/{build.sh => build} (86%) rename com.github.adhec.DittoMenu/translate/{merge.sh => merge} (71%) rename com.github.adhec.DittoMenu/translate/{plasmoidlocaletest.sh => plasmoidlocaletest} (100%) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100755 index 77389e0..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,15 +0,0 @@ -# These are supported funding model platforms - -#github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] - -#patreon: # Replace with a single Patreon username -#open_collective: # Replace with a single Open Collective username -#ko_fi: # Replace with a single Ko-fi username -#tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -#community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -#liberapay: # Replace with a single Liberapay username -#issuehunt: # Replace with a single IssueHunt username -#otechie: # Replace with a single Otechie username -#custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] -#github: [Valeria-Fadeeva] -custom: ["https://www.tinkoff.ru/rm/fadeeva.valeriya96/9bLRi79066", "https://yoomoney.ru/to/4100115921160758", "https://qiwi.com/n/VALERIAFADEEVA", "valeria.fadeeva.me"] diff --git a/com.github.adhec.DittoMenu/contents/config/main.xml b/com.github.adhec.DittoMenu/contents/config/main.xml index 8993878..ba663f8 100644 --- a/com.github.adhec.DittoMenu/contents/config/main.xml +++ b/com.github.adhec.DittoMenu/contents/config/main.xml @@ -13,7 +13,7 @@ - Center + 2 @@ -31,14 +31,14 @@ - 0 + 2 false - 6 + 7 @@ -46,7 +46,7 @@ - preferred://browser,kontact.desktop,systemsettings.desktop,org.kde.dolphin.desktop,ktp-contactlist.desktop,org.kde.kate.desktop + org.kde.dolphin.desktop,systemsettings.desktop,org.manjaro.pamac.manager.desktop,ar.com.softwareperonista.Pace.desktop,melawy-welcome.desktop,firefoxdeveloperedition.desktop,firefox.desktop,org.kde.kate.desktop,skypeforlinux.desktop,org.telegram.desktop.desktop,discord.desktop,Zoom.desktop,brave-browser.desktop,google-chrome.desktop,gimp.desktop,org.inkscape.Inkscape.desktop,com.obsproject.Studio.desktop,code.desktop,org.kde.kleopatra.desktop,org.kde.konsole.desktop,org.kde.kcalc.desktop,blender.desktop,gparted.desktop,org.kde.partitionmanager.desktop,org.kde.kinfocenter.desktop logout,lock-screen,reboot,shutdown @@ -62,7 +62,7 @@ true - bookmarks,baloosearch + shell,bookmarks,baloosearch,locations true @@ -77,13 +77,13 @@ true - + - false + true - false + true diff --git a/com.github.adhec.DittoMenu/translate/ReadMe.md b/com.github.adhec.DittoMenu/translate/ReadMe.md index 197d7de..cd0a557 100644 --- a/com.github.adhec.DittoMenu/translate/ReadMe.md +++ b/com.github.adhec.DittoMenu/translate/ReadMe.md @@ -4,11 +4,11 @@ With KDE Frameworks v5.37 and above, translations are bundled with the `*.plasmo ## Install Translations -Go to `~/.local/share/plasma/plasmoids/org.kde.plasma.dittomenu/translate/` and run `sh ./build --restartplasma`. +Go to `~/.local/share/plasma/plasmoids/com.github.adhec.DittoMenu/translate/` and run `sh ./build --restartplasma`. ## New Translations -1. Fill out [`template.pot`](template.pot) with your translations then open a [new issue](https://github.com/Zren/plasma-applet-tiledmenu/issues/new), name the file `spanish.txt`, attach the txt file to the issue (drag and drop). +1. Fill out [`template.pot`](template.pot) with your translations then open a [new issue](https://github.com/adhec/dittoMenuKDE/issues/new), name the file `spanish.txt`, attach the txt file to the issue (drag and drop). Or if you know how to make a pull request @@ -35,10 +35,11 @@ Or if you know how to make a pull request ## Status | Locale | Lines | % Done| |----------|---------|-------| -| Template | 30 | | -| ko | 27/30 | 90% | -| nl | 20/30 | 66% | -| pl | 22/30 | 73% | -| pt_BR | 30/30 | 100% | -| ru | 30/30 | 100% | -| tr | 23/30 | 76% | +| Template | 28 | | +| fr | 27/28 | 96% | +| ko | 25/28 | 89% | +| nl | 18/28 | 64% | +| pl | 21/28 | 75% | +| pt_BR | 28/28 | 100% | +| ru | 28/28 | 100% | +| tr | 21/28 | 75% | diff --git a/com.github.adhec.DittoMenu/translate/build.sh b/com.github.adhec.DittoMenu/translate/build similarity index 86% rename from com.github.adhec.DittoMenu/translate/build.sh rename to com.github.adhec.DittoMenu/translate/build index c88cd5d..338bb05 100755 --- a/com.github.adhec.DittoMenu/translate/build.sh +++ b/com.github.adhec.DittoMenu/translate/build @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Version: 6 # This script will convert the *.po files to *.mo files, rebuilding the package/contents/locale folder. @@ -6,8 +6,9 @@ # Eg: contents/locale/fr_CA/LC_MESSAGES/plasma_applet_org.kde.plasma.eventcalendar.mo DIR=`cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd` -plasmoidName=`kreadconfig5 --file="$DIR/../metadata.desktop" --group="Desktop Entry" --key="X-KDE-PluginInfo-Name"` -website=`kreadconfig5 --file="$DIR/../metadata.desktop" --group="Desktop Entry" --key="X-KDE-PluginInfo-Website"` +plasmoidName=com.github.adhec.DittoMenu +widgetName="${plasmoidName##*.}" # Strip namespace +website=https://github.com/adhec/dittoMenuKDE bugAddress="$website" packageRoot=".." # Root of translatable sources projectName="plasma_applet_${plasmoidName}" # project name diff --git a/com.github.adhec.DittoMenu/translate/fr.po b/com.github.adhec.DittoMenu/translate/fr.po index a224a35..ccffaa8 100644 --- a/com.github.adhec.DittoMenu/translate/fr.po +++ b/com.github.adhec.DittoMenu/translate/fr.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: dittomenu\n" -"Report-Msgid-Bugs-To: https://store.kde.org/p/1312669/\n" -"POT-Creation-Date: 2023-05-01 16:59-0300\n" +"Report-Msgid-Bugs-To: https://github.com/adhec/dittoMenuKDE\n" +"POT-Creation-Date: 2024-01-03 17:25+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: omano\n" "Language-Team: LANGUAGE \n" @@ -17,14 +17,6 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../metadata.desktop -msgid "Ditto Menu" -msgstr "Ditto Menu" - -#: ../metadata.desktop -msgid "A configurable launcher menu" -msgstr "Un menu de lancement configurable" - #: ../contents/code/tools.js msgid "Remove from Favorites" msgstr "Enlever des Favoris" @@ -103,6 +95,10 @@ msgstr "Ne plus cacher les applications" msgid "Unhidden!" msgstr "Plus cachées!" +#: ../contents/ui/main.qml +msgid "Edit Applications..." +msgstr "" + #: ../contents/ui/MenuRepresentation.qml msgid "System Preferences" msgstr "Préférences Système" @@ -134,3 +130,9 @@ msgstr "Favoris" #: ../contents/ui/MenuRepresentation.qml msgid "All apps" msgstr "Toutes les applications" + +#~ msgid "Ditto Menu" +#~ msgstr "Ditto Menu" + +#~ msgid "A configurable launcher menu" +#~ msgstr "Un menu de lancement configurable" diff --git a/com.github.adhec.DittoMenu/translate/ko.po b/com.github.adhec.DittoMenu/translate/ko.po index b63b441..5e71c23 100644 --- a/com.github.adhec.DittoMenu/translate/ko.po +++ b/com.github.adhec.DittoMenu/translate/ko.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: https://store.kde.org/p/1312669/\n" -"POT-Creation-Date: 2023-05-01 16:59-0300\n" +"Report-Msgid-Bugs-To: https://github.com/adhec/dittoMenuKDE\n" +"POT-Creation-Date: 2024-01-03 17:25+0500\n" "PO-Revision-Date: 2021-09-29 09:43+0900\n" "Last-Translator: \n" "Language-Team: \n" @@ -14,14 +14,6 @@ msgstr "" "X-Poedit-Basepath: .\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../metadata.desktop -msgid "Ditto Menu" -msgstr "Ditto 메뉴" - -#: ../metadata.desktop -msgid "A configurable launcher menu" -msgstr "프로그램 실행기" - #: ../contents/code/tools.js msgid "Remove from Favorites" msgstr "즐겨찾기에서 제거" @@ -135,3 +127,9 @@ msgstr "즐겨찾기" #: ../contents/ui/MenuRepresentation.qml msgid "All apps" msgstr "모든 프로그램" + +#~ msgid "Ditto Menu" +#~ msgstr "Ditto 메뉴" + +#~ msgid "A configurable launcher menu" +#~ msgstr "프로그램 실행기" diff --git a/com.github.adhec.DittoMenu/translate/merge.sh b/com.github.adhec.DittoMenu/translate/merge similarity index 71% rename from com.github.adhec.DittoMenu/translate/merge.sh rename to com.github.adhec.DittoMenu/translate/merge index 1e6a239..633d0cb 100755 --- a/com.github.adhec.DittoMenu/translate/merge.sh +++ b/com.github.adhec.DittoMenu/translate/merge @@ -1,14 +1,14 @@ -#!/bin/sh -# Version: 20 +#!/bin/bash +# Version: 22 # https://techbase.kde.org/Development/Tutorials/Localization/i18n_Build_Systems # https://techbase.kde.org/Development/Tutorials/Localization/i18n_Build_Systems/Outside_KDE_repositories # https://invent.kde.org/sysadmin/l10n-scripty/-/blob/master/extract-messages.sh DIR=`cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd` -plasmoidName=`kreadconfig5 --file="$DIR/../metadata.desktop" --group="Desktop Entry" --key="X-KDE-PluginInfo-Name"` +plasmoidName=com.github.adhec.DittoMenu widgetName="${plasmoidName##*.}" # Strip namespace -website=`kreadconfig5 --file="$DIR/../metadata.desktop" --group="Desktop Entry" --key="X-KDE-PluginInfo-Website"` +website=https://github.com/adhec/dittoMenuKDE bugAddress="$website" packageRoot=".." # Root of translatable sources projectName="plasma_applet_${plasmoidName}" # project name @@ -30,19 +30,6 @@ fi echo "[merge] Extracting messages" potArgs="--from-code=UTF-8 --width=200 --add-location=file" -find "${packageRoot}" -name '*.desktop' | sort > "${DIR}/infiles.list" -xgettext \ - ${potArgs} \ - --files-from="${DIR}/infiles.list" \ - --language=Desktop \ - -D "${packageRoot}" \ - -D "${DIR}" \ - -o "template.pot.new" \ - || \ - { echo "[merge] error while calling xgettext. aborting."; exit 1; } - -sed -i 's/"Content-Type: text\/plain; charset=CHARSET\\n"/"Content-Type: text\/plain; charset=UTF-8\\n"/' "template.pot.new" - # See Ki18n's extract-messages.sh for a full example: # https://invent.kde.org/sysadmin/l10n-scripty/-/blob/master/extract-messages.sh#L25 # The -kN_ and -kaliasLocale keywords are mentioned in the Outside_KDE_repositories wiki. @@ -68,11 +55,11 @@ xgettext \ --msgid-bugs-address="${bugAddress}" \ -D "${packageRoot}" \ -D "${DIR}" \ - --join-existing \ -o "template.pot.new" \ || \ { echo "[merge] error while calling xgettext. aborting."; exit 1; } +sed -i 's/"Content-Type: text\/plain; charset=CHARSET\\n"/"Content-Type: text\/plain; charset=UTF-8\\n"/' "template.pot.new" sed -i 's/# SOME DESCRIPTIVE TITLE./'"# Translation of ${widgetName} in LANGUAGE"'/' "template.pot.new" sed -i 's/# Copyright (C) YEAR THE PACKAGE'"'"'S COPYRIGHT HOLDER/'"# Copyright (C) $(date +%Y)"'/' "template.pot.new" @@ -128,6 +115,16 @@ for cat in $catalogs; do widthArg="--width=400" fi + compendiumArg="" + if [ ! -z "$COMPENDIUM_DIR" ]; then + langCode=`basename "${cat%.*}"` + compendiumPath=`realpath "$COMPENDIUM_DIR/compendium-${langCode}.po"` + if [ -f "$compendiumPath" ]; then + echo "compendiumPath=$compendiumPath" + compendiumArg="--compendium=$compendiumPath" + fi + fi + cp "$cat" "$cat.new" sed -i 's/"Content-Type: text\/plain; charset=CHARSET\\n"/"Content-Type: text\/plain; charset=UTF-8\\n"/' "$cat.new" @@ -135,6 +132,7 @@ for cat in $catalogs; do ${widthArg} \ --add-location=file \ --no-fuzzy-matching \ + ${compendiumArg} \ -o "$cat.new" \ "$cat.new" "${DIR}/template.pot" @@ -153,62 +151,6 @@ for cat in $catalogs; do done echo "[merge] Done merging messages" -#--- -echo "[merge] Updating .desktop file" - -# Generate LINGUAS for msgfmt -if [ -f "$DIR/LINGUAS" ]; then - rm "$DIR/LINGUAS" -fi -touch "$DIR/LINGUAS" -for cat in $catalogs; do - catLocale=`basename ${cat%.*}` - echo "${catLocale}" >> "$DIR/LINGUAS" -done - -cp -f "$DIR/../metadata.desktop" "$DIR/template.desktop" -sed -i '/^Name\[/ d; /^GenericName\[/ d; /^Comment\[/ d; /^Keywords\[/ d' "$DIR/template.desktop" - -msgfmt \ - --desktop \ - --template="$DIR/template.desktop" \ - -d "$DIR/" \ - -o "$DIR/new.desktop" - -# Delete empty msgid messages that used the po header -if [ ! -z "$(grep '^Name=$' "$DIR/new.desktop")" ]; then - echo "[merge] Name in metadata.desktop is empty!" - sed -i '/^Name\[/ d' "$DIR/new.desktop" -fi -if [ ! -z "$(grep '^GenericName=$' "$DIR/new.desktop")" ]; then - echo "[merge] GenericName in metadata.desktop is empty!" - sed -i '/^GenericName\[/ d' "$DIR/new.desktop" -fi -if [ ! -z "$(grep '^Comment=$' "$DIR/new.desktop")" ]; then - echo "[merge] Comment in metadata.desktop is empty!" - sed -i '/^Comment\[/ d' "$DIR/new.desktop" -fi -if [ ! -z "$(grep '^Keywords=$' "$DIR/new.desktop")" ]; then - echo "[merge] Keywords in metadata.desktop is empty!" - sed -i '/^Keywords\[/ d' "$DIR/new.desktop" -fi - -# Place translations at the bottom of the desktop file. -translatedLines=`cat "$DIR/new.desktop" | grep "]="` -if [ ! -z "${translatedLines}" ]; then - sed -i '/^Name\[/ d; /^GenericName\[/ d; /^Comment\[/ d; /^Keywords\[/ d' "$DIR/new.desktop" - if [ "$(tail -c 2 "$DIR/new.desktop" | wc -l)" != "2" ]; then - # Does not end with 2 empty lines, so add an empty line. - echo "" >> "$DIR/new.desktop" - fi - echo "${translatedLines}" >> "$DIR/new.desktop" -fi - -# Cleanup -mv "$DIR/new.desktop" "$DIR/../metadata.desktop" -rm "$DIR/template.desktop" -rm "$DIR/LINGUAS" - #--- # Populate ReadMe.md echo "[merge] Updating translate/ReadMe.md" diff --git a/com.github.adhec.DittoMenu/translate/nl.po b/com.github.adhec.DittoMenu/translate/nl.po index 477e5ea..778c2f9 100644 --- a/com.github.adhec.DittoMenu/translate/nl.po +++ b/com.github.adhec.DittoMenu/translate/nl.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: dittomenu\n" -"Report-Msgid-Bugs-To: https://store.kde.org/p/1312669/\n" -"POT-Creation-Date: 2023-05-01 16:59-0300\n" +"Report-Msgid-Bugs-To: https://github.com/adhec/dittoMenuKDE\n" +"POT-Creation-Date: 2024-01-03 17:25+0500\n" "PO-Revision-Date: 2022-01-01 20:09+0100\n" "Last-Translator: Heimen Stoffels \n" "Language-Team: \n" @@ -18,14 +18,6 @@ msgstr "" "X-Generator: Poedit 3.0\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../metadata.desktop -msgid "Ditto Menu" -msgstr "Ditto-menu" - -#: ../metadata.desktop -msgid "A configurable launcher menu" -msgstr "Een instelbare programmastarter" - #: ../contents/code/tools.js msgid "Remove from Favorites" msgstr "Verwijderen uit favorieten" @@ -140,6 +132,12 @@ msgstr "" msgid "All apps" msgstr "" +#~ msgid "Ditto Menu" +#~ msgstr "Ditto-menu" + +#~ msgid "A configurable launcher menu" +#~ msgstr "Een instelbare programmastarter" + #~ msgctxt "@action" #~ msgid "Lock Screen" #~ msgstr "Scherm vergrendelen" diff --git a/com.github.adhec.DittoMenu/translate/pl.po b/com.github.adhec.DittoMenu/translate/pl.po index 501335c..d945f0c 100644 --- a/com.github.adhec.DittoMenu/translate/pl.po +++ b/com.github.adhec.DittoMenu/translate/pl.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: dittomenu\n" -"Report-Msgid-Bugs-To: https://store.kde.org/p/1312669/\n" -"POT-Creation-Date: 2023-05-01 16:59-0300\n" +"Report-Msgid-Bugs-To: https://github.com/adhec/dittoMenuKDE\n" +"POT-Creation-Date: 2024-01-03 17:25+0500\n" "PO-Revision-Date: 2022-04-05 10:40+0100\n" "Last-Translator: Krzysztof Korab \n" "Language-Team: \n" @@ -17,14 +17,6 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../metadata.desktop -msgid "Ditto Menu" -msgstr "" - -#: ../metadata.desktop -msgid "A configurable launcher menu" -msgstr "Konfigurowalne menu uruchamiania programów" - #: ../contents/code/tools.js msgid "Remove from Favorites" msgstr "Usuń z ulubionych" @@ -139,6 +131,9 @@ msgstr "" msgid "All apps" msgstr "" +#~ msgid "A configurable launcher menu" +#~ msgstr "Konfigurowalne menu uruchamiania programów" + #~ msgctxt "@action" #~ msgid "Lock Screen" #~ msgstr "Zablokuj ekran" diff --git a/com.github.adhec.DittoMenu/translate/plasmoidlocaletest.sh b/com.github.adhec.DittoMenu/translate/plasmoidlocaletest similarity index 100% rename from com.github.adhec.DittoMenu/translate/plasmoidlocaletest.sh rename to com.github.adhec.DittoMenu/translate/plasmoidlocaletest diff --git a/com.github.adhec.DittoMenu/translate/pt_BR.po b/com.github.adhec.DittoMenu/translate/pt_BR.po index c3df0c0..332c871 100644 --- a/com.github.adhec.DittoMenu/translate/pt_BR.po +++ b/com.github.adhec.DittoMenu/translate/pt_BR.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: dittomenu\n" -"Report-Msgid-Bugs-To: https://store.kde.org/p/1312669/\n" -"POT-Creation-Date: 2023-05-01 16:59-0300\n" +"Report-Msgid-Bugs-To: https://github.com/adhec/dittoMenuKDE\n" +"POT-Creation-Date: 2024-01-03 17:25+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,14 +17,6 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../metadata.desktop -msgid "Ditto Menu" -msgstr "Ditto Menu" - -#: ../metadata.desktop -msgid "A configurable launcher menu" -msgstr "Configuração do Menu Iniciar" - #: ../contents/code/tools.js msgid "Remove from Favorites" msgstr "Remover dos favoritos" @@ -138,3 +130,9 @@ msgstr "Favoritos" #: ../contents/ui/MenuRepresentation.qml msgid "All apps" msgstr "Todos os programas" + +#~ msgid "Ditto Menu" +#~ msgstr "Ditto Menu" + +#~ msgid "A configurable launcher menu" +#~ msgstr "Configuração do Menu Iniciar" diff --git a/com.github.adhec.DittoMenu/translate/ru.po b/com.github.adhec.DittoMenu/translate/ru.po index 5bd501d..66e6995 100644 --- a/com.github.adhec.DittoMenu/translate/ru.po +++ b/com.github.adhec.DittoMenu/translate/ru.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: dittomenu\n" -"Report-Msgid-Bugs-To: https://store.kde.org/p/1312669/\n" -"POT-Creation-Date: 2023-05-01 16:59-0300\n" +"Report-Msgid-Bugs-To: https://github.com/adhec/dittoMenuKDE\n" +"POT-Creation-Date: 2024-01-03 17:25+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Edward Karate \n" "Language-Team: LANGUAGE \n" @@ -17,14 +17,6 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../metadata.desktop -msgid "Ditto Menu" -msgstr "Ditto Menu" - -#: ../metadata.desktop -msgid "A configurable launcher menu" -msgstr "Настраиваемое меню приложений" - #: ../contents/code/tools.js msgid "Remove from Favorites" msgstr "Убрать из избранного" @@ -139,6 +131,12 @@ msgstr "Избранное" msgid "All apps" msgstr "Все приложения" +#~ msgid "Ditto Menu" +#~ msgstr "Ditto Menu" + +#~ msgid "A configurable launcher menu" +#~ msgstr "Настраиваемое меню приложений" + #~ msgctxt "@action" #~ msgid "Lock Screen" #~ msgstr "Заблокировать" diff --git a/com.github.adhec.DittoMenu/translate/template.pot b/com.github.adhec.DittoMenu/translate/template.pot index ab57d31..bb4006b 100644 --- a/com.github.adhec.DittoMenu/translate/template.pot +++ b/com.github.adhec.DittoMenu/translate/template.pot @@ -1,14 +1,14 @@ -# Translation of dittomenu in LANGUAGE -# Copyright (C) 2023 -# This file is distributed under the same license as the dittomenu package. +# Translation of DittoMenu in LANGUAGE +# Copyright (C) 2024 +# This file is distributed under the same license as the DittoMenu package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: dittomenu\n" -"Report-Msgid-Bugs-To: https://store.kde.org/p/1312669/\n" -"POT-Creation-Date: 2023-05-01 16:59-0300\n" +"Project-Id-Version: DittoMenu\n" +"Report-Msgid-Bugs-To: https://github.com/adhec/dittoMenuKDE\n" +"POT-Creation-Date: 2024-01-03 17:25+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,14 +17,6 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../metadata.desktop -msgid "Ditto Menu" -msgstr "" - -#: ../metadata.desktop -msgid "A configurable launcher menu" -msgstr "" - #: ../contents/code/tools.js msgid "Remove from Favorites" msgstr "" diff --git a/com.github.adhec.DittoMenu/translate/tr.po b/com.github.adhec.DittoMenu/translate/tr.po index fa1c50b..c827734 100644 --- a/com.github.adhec.DittoMenu/translate/tr.po +++ b/com.github.adhec.DittoMenu/translate/tr.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: dittomenu\n" -"Report-Msgid-Bugs-To: https://store.kde.org/p/1312669/\n" -"POT-Creation-Date: 2023-05-01 16:59-0300\n" +"Report-Msgid-Bugs-To: https://github.com/adhec/dittoMenuKDE\n" +"POT-Creation-Date: 2024-01-03 17:25+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -20,14 +20,6 @@ msgstr "" "X-Language: tr_TR\n" "X-Source-Language: C\n" -#: ../metadata.desktop -msgid "Ditto Menu" -msgstr "Ditto Menu" - -#: ../metadata.desktop -msgid "A configurable launcher menu" -msgstr "Yapılandırılabilir bir başlatıcı menüsü" - #: ../contents/code/tools.js msgid "Remove from Favorites" msgstr "Favorilerden Çıkar" @@ -142,6 +134,12 @@ msgstr "" msgid "All apps" msgstr "" +#~ msgid "Ditto Menu" +#~ msgstr "Ditto Menu" + +#~ msgid "A configurable launcher menu" +#~ msgstr "Yapılandırılabilir bir başlatıcı menüsü" + #~ msgctxt "@action" #~ msgid "Lock Screen" #~ msgstr "Kilit Ekranı" diff --git a/push.sh b/push.sh index a9a24d8..345883e 100755 --- a/push.sh +++ b/push.sh @@ -1,3 +1,5 @@ #!/bin/bash git add . && git commit -m "Update" && git push + +echo "Ready"