From bddd2d5200fd6f8a400cc1b7b18c8272b0e170b6 Mon Sep 17 00:00:00 2001 From: Automated System Date: Tue, 2 Nov 2021 22:03:50 +0000 Subject: [PATCH] Merge translation files from master branch. --- .../desktop_files/abakus.desktop/es.po | 17 +- translations/messages/es.po | 229 ++++++++++++++++++ 2 files changed, 238 insertions(+), 8 deletions(-) create mode 100644 translations/messages/es.po diff --git a/translations/desktop_files/abakus.desktop/es.po b/translations/desktop_files/abakus.desktop/es.po index 4255579..3e37f65 100644 --- a/translations/desktop_files/abakus.desktop/es.po +++ b/translations/desktop_files/abakus.desktop/es.po @@ -1,30 +1,31 @@ # SOME DESCRIPTIVE TITLE. # This file is put in the public domain. -# FIRST AUTHOR , YEAR. -# -#, fuzzy +# SALOMON ALEJANDRO L , 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: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"PO-Revision-Date: 2021-10-31 18:05+0000\n" +"Last-Translator: SALOMON ALEJANDRO L \n" +"Language-Team: Spanish \n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.8.1\n" #. Comment #: abakus.desktop:7 msgid "A simple keyboard-driven calculator" -msgstr "" +msgstr "Una simple calculadora comandada por teclado" #. Name #: abakus.desktop:9 msgid "Abakus" -msgstr "" +msgstr "Ábaco" #. GenericName #: abakus.desktop:10 diff --git a/translations/messages/es.po b/translations/messages/es.po new file mode 100644 index 0000000..0826890 --- /dev/null +++ b/translations/messages/es.po @@ -0,0 +1,229 @@ +# SOME DESCRIPTIVE TITLE. +# SALOMON ALEJANDRO L , 2021. +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2020-05-09 01:25+0200\n" +"PO-Revision-Date: 2021-10-31 18:05+0000\n" +"Last-Translator: SALOMON ALEJANDRO L \n" +"Language-Team: Spanish \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.8.1\n" + +#. Instead of a literal translation, add your name to the end of the list (separated by a comma). +msgid "" +"_: NAME OF TRANSLATORS\n" +"Your names" +msgstr "Alejandro Salomón" + +#. Instead of a literal translation, add your email to the end of the list (separated by a comma). +msgid "" +"_: EMAIL OF TRANSLATORS\n" +"Your emails" +msgstr "asalomon@agro.uba.ar" + +#: abakus.cpp:36 +msgid "abakus" +msgstr "abakus" + +#: abakus.cpp:37 +msgid "A simple keyboard-driven calculator" +msgstr "Una simple calculadora comandada por teclado" + +#: abakus.cpp:42 +msgid "Developer" +msgstr "Desarrollador" + +#: abakus.cpp:46 +msgid "" +"High precision math routines, and inspiration for the new design came from " +"his C++ implementation (SpeedCrunch)" +msgstr "" + +#: abakus.cpp:50 +msgid "Came up with the initial idea, along with a Python implementation." +msgstr "" + +#: abakus.cpp:54 +msgid "" +"Inspiration/code for the initial design came from his Ruby implementation." +msgstr "" + +#: abakuslistview.cpp:158 +msgid "Remove selected variable" +msgstr "" + +#: abakuslistview.cpp:173 +#, c-format +msgid "" +"_n: Remove all variables (1 variable)\n" +"Remove all variables (%n variables)" +msgstr "" + +#: abakuslistview.cpp:200 +msgid "Remove selected function" +msgstr "" + +#: abakuslistview.cpp:206 +#, c-format +msgid "" +"_n: Remove all functions (1 function)\n" +"Remove all functions (%n functions)" +msgstr "" + +#: mainwindow.cpp:69 +msgid "History: " +msgstr "Historial " + +#: mainwindow.cpp:81 mainwindow.cpp:509 +msgid "&Degrees" +msgstr "Grados" + +#: mainwindow.cpp:87 mainwindow.cpp:513 +msgid "&Radians" +msgstr "Radianes" + +#: mainwindow.cpp:116 +msgid "&Evaluate" +msgstr "Evaluar" + +#: mainwindow.cpp:225 +#, c-format +msgid "Error: %1" +msgstr "" + +#: mainwindow.cpp:517 +msgid "Show &History List" +msgstr "" + +#: mainwindow.cpp:520 +msgid "Show &Variables" +msgstr "" + +#: mainwindow.cpp:523 +msgid "Show &Functions" +msgstr "" + +#: mainwindow.cpp:526 +msgid "Activate &Compact Mode" +msgstr "" + +#: mainwindow.cpp:529 +msgid "Use R&PN Mode" +msgstr "" + +#: mainwindow.cpp:533 +msgid "&Automatic Precision" +msgstr "" + +#: mainwindow.cpp:537 +msgid "&3 Decimal Digits" +msgstr "" + +#: mainwindow.cpp:541 +msgid "&8 Decimal Digits" +msgstr "" + +#: mainwindow.cpp:545 +msgid "&15 Decimal Digits" +msgstr "" + +#: mainwindow.cpp:549 +msgid "&50 Decimal Digits" +msgstr "" + +#: mainwindow.cpp:553 +msgid "C&ustom Precision..." +msgstr "" + +#: mainwindow.cpp:557 resultlistview.cpp:118 +msgid "Clear &History" +msgstr "" + +#: mainwindow.cpp:559 +msgid "Select Editor" +msgstr "" + +#: mainwindow.cpp:717 +msgid "Marker %1 isn't set" +msgstr "" + +#: mainwindow.cpp:760 +msgid "Select number of decimal digits to display" +msgstr "" + +#: mainwindow.cpp:761 +msgid "Decimal precision:" +msgstr "" + +#: resultlistview.cpp:43 +msgid "Expression" +msgstr "" + +#: resultlistview.cpp:44 +msgid "Result" +msgstr "" + +#: resultlistview.cpp:45 +msgid "Shortcut" +msgstr "" + +#: resultlistview.cpp:120 +msgid "Copy Result to Clipboard" +msgstr "" + +#: rpnmuncher.cpp:104 +msgid "Can't pop from an empty stack." +msgstr "" + +#: rpnmuncher.cpp:118 +#, c-format +msgid "Insufficient operands for function %1" +msgstr "" + +#: rpnmuncher.cpp:135 +msgid "The set and remove commands can only be used in normal mode." +msgstr "" + +#: rpnmuncher.cpp:142 +msgid "Insufficient operands for exponentiation operator." +msgstr "" + +#: rpnmuncher.cpp:153 +#, c-format +msgid "Unknown token %1" +msgstr "" + +#: rpnmuncher.cpp:168 +msgid "Insufficient operands for addition operator." +msgstr "" + +#: rpnmuncher.cpp:180 +msgid "Insufficient operands for subtraction operator." +msgstr "" + +#: rpnmuncher.cpp:192 +msgid "Insufficient operands for multiplication operator." +msgstr "" + +#: rpnmuncher.cpp:204 +msgid "Insufficient operands for division operator." +msgstr "" + +#: valuemanager.cpp:96 +msgid "Natural exponential base - 2.7182818" +msgstr "" + +#: valuemanager.cpp:98 +msgid "pi (π) - 3.1415926" +msgstr "" + +#: abakusui.rc:26 +#, no-c-format +msgid "&Mode" +msgstr ""