summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-03-23 23:18:10 +0000
committerTDE Weblate <weblate@mirror.git.trinitydesktop.org>2020-03-24 13:46:31 +0000
commit5af90110549b241bce0c9f35875705f8ec06c67f (patch)
tree815595f3f51b003201e01781ed9235ba52508516
parent8adeb4111077df36629317e21fd00066bc00f397 (diff)
downloadabakus-5af90110549b241bce0c9f35875705f8ec06c67f.tar.gz
abakus-5af90110549b241bce0c9f35875705f8ec06c67f.zip
Translated using Weblate (Czech)
Currently translated at 100.0% (49 of 49 strings) Translation: applications/abakus Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/cs/
-rw-r--r--translations/messages/abakus/cs.po109
1 files changed, 60 insertions, 49 deletions
diff --git a/translations/messages/abakus/cs.po b/translations/messages/abakus/cs.po
index 0ce6799..29dfe10 100644
--- a/translations/messages/abakus/cs.po
+++ b/translations/messages/abakus/cs.po
@@ -5,56 +5,61 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2019-01-13 19:05+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"PO-Revision-Date: 2020-03-24 13:46+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"
"Language: cs\n"
"MIME-Version: 1.0\n"
"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"
#: _translatorinfo:1
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
-msgstr ""
+msgstr "Slávek Banko"
#: _translatorinfo:2
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
-msgstr ""
+msgstr "slavek.banko@axis.cz"
#: abakus.cpp:36
msgid "abakus"
-msgstr ""
+msgstr "abakus"
#: abakus.cpp:37
msgid "A simple keyboard-driven calculator"
-msgstr ""
+msgstr "Jednoduchá kalkulačka ovládaná klávesnicí"
#: abakus.cpp:42
msgid "Developer"
-msgstr ""
+msgstr "Vývojář"
#: abakus.cpp:46
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)"
#: abakus.cpp:50
msgid "Came up with the initial idea, along with a Python implementation."
-msgstr ""
+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 ""
+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"
-msgstr ""
+msgstr "Odstranit vybranou proměnnou"
#: abakuslistview.cpp:173
#, c-format
@@ -62,10 +67,13 @@ msgid ""
"_n: Remove all variables (1 variable)\n"
"Remove all variables (%n variables)"
msgstr ""
+"Odstranit všechny proměnné (1 proměnná)\n"
+"Odstranit všechny proměnné (%n proměnné)\n"
+"Odstranit všechny proměnné (%n proměnných)"
#: abakuslistview.cpp:200
msgid "Remove selected function"
-msgstr ""
+msgstr "Odstranit vybranou funkci"
#: abakuslistview.cpp:206
#, c-format
@@ -73,155 +81,158 @@ msgid ""
"_n: Remove all functions (1 function)\n"
"Remove all functions (%n functions)"
msgstr ""
+"Odstranit všechny funkce (1 funkce)\n"
+"Odstranit všechny funkce (%n funkce)\n"
+"Odstranit všechny funkce (%n funkcí)"
#: mainwindow.cpp:69
msgid "History: "
-msgstr ""
+msgstr "Historie: "
#: mainwindow.cpp:81 mainwindow.cpp:509
msgid "&Degrees"
-msgstr ""
+msgstr "&Stupně"
#: mainwindow.cpp:87 mainwindow.cpp:513
msgid "&Radians"
-msgstr ""
+msgstr "&Radiány"
#: mainwindow.cpp:116
msgid "&Evaluate"
-msgstr ""
+msgstr "Vy&hodnotit"
#: mainwindow.cpp:225
#, c-format
msgid "Error: %1"
-msgstr ""
+msgstr "Chyba: %1"
#: mainwindow.cpp:517
msgid "Show &History List"
-msgstr ""
+msgstr "Zobrazit výpis &historie"
#: mainwindow.cpp:520
msgid "Show &Variables"
-msgstr ""
+msgstr "Zobrazit &proměnné"
#: mainwindow.cpp:523
msgid "Show &Functions"
-msgstr ""
+msgstr "Zobrazit &funkce"
#: mainwindow.cpp:526
msgid "Activate &Compact Mode"
-msgstr ""
+msgstr "Zapnout &kompaktní režim"
#: mainwindow.cpp:529
msgid "Use R&PN Mode"
-msgstr ""
+msgstr "Použít režim R&PN"
#: mainwindow.cpp:533
msgid "&Automatic Precision"
-msgstr ""
+msgstr "&Automatická přesnost"
#: mainwindow.cpp:537
msgid "&3 Decimal Digits"
-msgstr ""
+msgstr "&3 desetinná místa"
#: mainwindow.cpp:541
msgid "&8 Decimal Digits"
-msgstr ""
+msgstr "&8 desetinných míst"
#: mainwindow.cpp:545
msgid "&15 Decimal Digits"
-msgstr ""
+msgstr "&15 desetinných míst"
#: mainwindow.cpp:549
msgid "&50 Decimal Digits"
-msgstr ""
+msgstr "&50 desetinných míst"
#: mainwindow.cpp:553
msgid "C&ustom Precision..."
-msgstr ""
+msgstr "&Vlastní přesnost…"
#: mainwindow.cpp:557 resultlistview.cpp:118
msgid "Clear &History"
-msgstr ""
+msgstr "Vyčistit &historii"
#: mainwindow.cpp:559
msgid "Select Editor"
-msgstr ""
+msgstr "Vybrat editor"
#: mainwindow.cpp:717
msgid "Marker %1 isn't set"
-msgstr ""
+msgstr "Značka %1 není nastavena"
#: mainwindow.cpp:760
msgid "Select number of decimal digits to display"
-msgstr ""
+msgstr "Vybrat počet zobrazovaných desetinných míst"
#: mainwindow.cpp:761
msgid "Decimal precision:"
-msgstr ""
+msgstr "Desetinná přesnost:"
#: resultlistview.cpp:43
msgid "Expression"
-msgstr ""
+msgstr "Výraz"
#: resultlistview.cpp:44
msgid "Result"
-msgstr ""
+msgstr "Výsledek"
#: resultlistview.cpp:45
msgid "Shortcut"
-msgstr ""
+msgstr "Odkaz"
#: resultlistview.cpp:120
msgid "Copy Result to Clipboard"
-msgstr ""
+msgstr "Zkopírovat výsledek do schránky"
#: rpnmuncher.cpp:104
msgid "Can't pop from an empty stack."
-msgstr ""
+msgstr "Nelze vyzvednout z prázdného zásobníku."
#: rpnmuncher.cpp:118
#, c-format
msgid "Insufficient operands for function %1"
-msgstr ""
+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 ""
+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."
-msgstr ""
+msgstr "Nedostatečný počet operandů pro operátor umocnění."
#: rpnmuncher.cpp:153
#, c-format
msgid "Unknown token %1"
-msgstr ""
+msgstr "Neznámý token %1"
#: rpnmuncher.cpp:168
msgid "Insufficient operands for addition operator."
-msgstr ""
+msgstr "Nedostatečný počet operandů pro operátor sčítání."
#: rpnmuncher.cpp:180
msgid "Insufficient operands for subtraction operator."
-msgstr ""
+msgstr "Nedostatečný počet operandů pro operátor odečítání."
#: rpnmuncher.cpp:192
msgid "Insufficient operands for multiplication operator."
-msgstr ""
+msgstr "Nedostatečný počet operandů pro operátor násobení."
#: rpnmuncher.cpp:204
msgid "Insufficient operands for division operator."
-msgstr ""
+msgstr "Nedostatečný počet operandů pro operátor dělení."
#: valuemanager.cpp:96
msgid "Natural exponential base - 2.7182818"
-msgstr ""
+msgstr "Eulerovo číslo – 2,7182818284"
#: valuemanager.cpp:98
msgid "pi (π) - 3.1415926"
-msgstr ""
+msgstr "pí (π) – 3,1415926"
#: abakusui.rc:26
#, no-c-format
msgid "&Mode"
-msgstr ""
+msgstr "Reži&m"