Skip to content

Commit

Permalink
Translated using Weblate (Slovenian)
Browse files Browse the repository at this point in the history
Currently translated at 100.0% (50 of 50 strings)

[CI skip]

Translation: phpMyAdmin/SQL parser
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/sl/
Signed-off-by: Domen <mitenem@outlook.com>
  • Loading branch information
Domen authored and weblate committed Jul 24, 2020
1 parent fc864d3 commit 31b20ef
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 24 deletions.
Binary file modified locale/sl/LC_MESSAGES/sqlparser.mo
Binary file not shown.
36 changes: 12 additions & 24 deletions locale/sl/LC_MESSAGES/sqlparser.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ msgstr ""
"Project-Id-Version: SQL parser 5\n"
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
"POT-Creation-Date: 2020-03-20 21:01+0100\n"
"PO-Revision-Date: 2017-11-09 23:58+0000\n"
"PO-Revision-Date: 2020-07-24 20:41+0000\n"
"Last-Translator: Domen <mitenem@outlook.com>\n"
"Language-Team: Slovenian <https://hosted.weblate.org/projects/phpmyadmin/sql-"
"parser/sl/>\n"
"Language-Team: Slovenian <https://hosted.weblate.org/projects/phpmyadmin/"
"sql-parser/sl/>\n"
"Language: sl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
"%100==4 ? 2 : 3;\n"
"X-Generator: Weblate 2.18-dev\n"
"X-Generator: Weblate 4.2-dev\n"

#: src/Component.php:41 src/Component.php:61
msgid "Not implemented yet."
Expand All @@ -29,7 +29,7 @@ msgstr ""

#: src/Components/AlterOperation.php:290
msgid "Missing comma before start of a new alter operation."
msgstr ""
msgstr "Manjkajoča vejica pred začetkom nove operacije alter."

#: src/Components/AlterOperation.php:302
msgid "Unrecognized alter operation."
Expand Down Expand Up @@ -70,25 +70,21 @@ msgid "Unexpected end of CASE expression"
msgstr "Nepričakovan konec izraza CASE"

#: src/Components/CaseExpression.php:225
#, fuzzy
#| msgid "Unexpected end of CASE expression"
msgid "Potential duplicate alias of CASE expression."
msgstr "Nepričakovan konec izraza CASE"
msgstr "Morebiti podvojen vzdevek izraza CASE."

#: src/Components/CaseExpression.php:236
msgid "An alias expected after AS but got "
msgstr ""
msgstr "Po AS smo pričakovali vzdevek, dobili pa "

#: src/Components/CaseExpression.php:248 src/Components/Expression.php:353
#: src/Components/Expression.php:373 src/Components/Expression.php:408
msgid "An alias was previously found."
msgstr "Vzdevek smo našli že prej."

#: src/Components/CaseExpression.php:262
#, fuzzy
#| msgid "An alias was expected."
msgid "An alias was expected after AS."
msgstr "Pričakovali smo vzdevek."
msgstr "Po AS smo pričakovali vzdevek."

#: src/Components/CreateDefinition.php:252
msgid ""
Expand Down Expand Up @@ -145,16 +141,12 @@ msgid "An offset was expected."
msgstr "Pričakovali smo odmik."

#: src/Components/LockExpression.php:91
#, fuzzy
#| msgid "Unexpected end of CASE expression"
msgid "Unexpected end of LOCK expression."
msgstr "Nepričakovan konec izraza CASE"
msgstr "Nepričakovan konec izraza LOCK."

#: src/Components/LockExpression.php:199
#, fuzzy
#| msgid "Unexpected end of CASE expression"
msgid "Unexpected end of Lock expression."
msgstr "Nepričakovan konec izraza CASE"
msgstr "Nepričakovan konec izraza Lock."

#: src/Components/OptionsArray.php:145
#, php-format
Expand Down Expand Up @@ -251,16 +243,12 @@ msgid "This type of clause is not valid in Multi-table queries."
msgstr "Ta vrsta stavka ni veljavna v večtabelnih poizvedbah."

#: src/Statements/LockStatement.php:116
#, fuzzy
#| msgid "Unexpected beginning of statement."
msgid "Unexpected end of LOCK statement."
msgstr "Nepričakovan začetek stavka."
msgstr "Nepričakovan konec izjave LOCK."

#: src/Statements/PurgeStatement.php:136
#, fuzzy
#| msgid "Unexpected keyword."
msgid "Unexpected keyword"
msgstr "Nepričakovana ključna beseda."
msgstr "Nepričakovana ključna beseda"

#~ msgid "error #1"
#~ msgstr "napaka #1"
Expand Down

0 comments on commit 31b20ef

Please sign in to comment.