diff options
-rw-r--r-- | translations/desktop_files/abakus.desktop/ru.po | 30 | ||||
-rw-r--r-- | translations/messages/cs.po | 19 |
2 files changed, 39 insertions, 10 deletions
diff --git a/translations/desktop_files/abakus.desktop/ru.po b/translations/desktop_files/abakus.desktop/ru.po new file mode 100644 index 0000000..7db2fe1 --- /dev/null +++ b/translations/desktop_files/abakus.desktop/ru.po @@ -0,0 +1,30 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# Andrey (Андрей) <sosic.heh@ya.ru>, 2021. +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-03-18 04:00+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Comment +#: abakus.desktop:7 +msgid "A simple keyboard-driven calculator" +msgstr "" + +#. Name +#: abakus.desktop:9 +msgid "Abakus" +msgstr "" + +#. GenericName +#: abakus.desktop:10 +msgid "Calculator" +msgstr "" diff --git a/translations/messages/cs.po b/translations/messages/cs.po index 5ef5071..11acf83 100644 --- a/translations/messages/cs.po +++ b/translations/messages/cs.po @@ -1,11 +1,10 @@ # SOME DESCRIPTIVE TITLE. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# +# Slávek Banko <slavek.banko@axis.cz>, 2021. msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2020-05-09 01:25+0200\n" -"PO-Revision-Date: 2020-03-24 13:46+0000\n" +"PO-Revision-Date: 2021-09-03 08:53+0000\n" "Last-Translator: Slávek Banko <slavek.banko@axis.cz>\n" "Language-Team: Czech <https://mirror.git.trinitydesktop.org/weblate/projects/" "applications/abakus/cs/>\n" @@ -14,7 +13,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Weblate 3.11.3\n" +"X-Generator: Weblate 4.8\n" #. Instead of a literal translation, add your name to the end of the list (separated by a comma). msgid "" @@ -45,17 +44,17 @@ msgid "" "High precision math routines, and inspiration for the new design came from " "his C++ implementation (SpeedCrunch)" msgstr "" -"Vysoce přesné matematické postupy a inspirace pro nový návrh vycházející z " -"jeho implementace v C++ (SpeedCrunch)" +"Vysoce přesné matematické postupy a inspirace pro nový návrh vycházející " +"z jeho implementace v C++ (SpeedCrunch)" #: abakus.cpp:50 msgid "Came up with the initial idea, along with a Python implementation." -msgstr "Přišel s počáteční myšlenkou, spolu s implementací v Pythonu." +msgstr "Přišel s počáteční myšlenkou, spolu s implementací v Pythonu." #: abakus.cpp:54 msgid "" "Inspiration/code for the initial design came from his Ruby implementation." -msgstr "Inspirace/kód pro počáteční návrh přišel z jeho implementace v Ruby." +msgstr "Inspirace/kód pro počáteční návrh přišel z jeho implementace v Ruby." #: abakuslistview.cpp:158 msgid "Remove selected variable" @@ -188,7 +187,7 @@ msgstr "Zkopírovat výsledek do schránky" #: rpnmuncher.cpp:104 msgid "Can't pop from an empty stack." -msgstr "Nelze vyzvednout z prázdného zásobníku." +msgstr "Nelze vyzvednout z prázdného zásobníku." #: rpnmuncher.cpp:118 #, c-format @@ -197,7 +196,7 @@ msgstr "Nedostatečný počet operandů pro funkci %1" #: rpnmuncher.cpp:135 msgid "The set and remove commands can only be used in normal mode." -msgstr "Příkazy nastavit a odstranit lze použít pouze v normálním režimu." +msgstr "Příkazy nastavit a odstranit lze použít pouze v normálním režimu." #: rpnmuncher.cpp:142 msgid "Insufficient operands for exponentiation operator." |