Skip to content

Commit

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

[CI skip]

Translation: phpMyAdmin/SQL parser
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/ia/
Signed-off-by: Giovanni Sora <g.sora@tiscali.it>
  • Loading branch information
Giovanni Sora authored and weblate committed Aug 11, 2020
1 parent 31cab1c commit 4c217e4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 23 deletions.
Binary file modified locale/ia/LC_MESSAGES/sqlparser.mo
Binary file not shown.
34 changes: 11 additions & 23 deletions locale/ia/LC_MESSAGES/sqlparser.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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-14 22:08+0000\n"
"PO-Revision-Date: 2020-08-11 17:32+0000\n"
"Last-Translator: Giovanni Sora <g.sora@tiscali.it>\n"
"Language-Team: Interlingua <https://hosted.weblate.org/projects/phpmyadmin/"
"sql-parser/ia/>\n"
Expand All @@ -17,7 +17,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\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 Down Expand Up @@ -73,10 +73,8 @@ msgid "Unexpected end of CASE expression"
msgstr "Un fin inexpectate del expression CASE"

#: src/Components/CaseExpression.php:225
#, fuzzy
#| msgid "Unexpected end of CASE expression"
msgid "Potential duplicate alias of CASE expression."
msgstr "Un fin inexpectate del expression CASE"
msgstr "Un potential alias duplicate del expression CASE."

#: src/Components/CaseExpression.php:236
msgid "An alias expected after AS but got "
Expand All @@ -85,13 +83,11 @@ msgstr ""
#: 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 "Previemente on trovava un pseudonymo."
msgstr "Previemente on trovava un pseudonymo."

#: src/Components/CaseExpression.php:262
#, fuzzy
#| msgid "An alias was expected."
msgid "An alias was expected after AS."
msgstr "On expectava un alias."
msgstr "On expectava un pseudonymo AS."

#: src/Components/CreateDefinition.php:252
msgid ""
Expand Down Expand Up @@ -148,16 +144,12 @@ msgid "An offset was expected."
msgstr "On expectava un displaciamento."

#: src/Components/LockExpression.php:91
#, fuzzy
#| msgid "Unexpected end of CASE expression"
msgid "Unexpected end of LOCK expression."
msgstr "Un fin inexpectate del expression CASE"
msgstr "Un fin inexpectate del expression LOCK."

#: src/Components/LockExpression.php:199
#, fuzzy
#| msgid "Unexpected end of CASE expression"
msgid "Unexpected end of Lock expression."
msgstr "Un fin inexpectate del expression CASE"
msgstr "Un fin inexpectate del expression Lock."

#: src/Components/OptionsArray.php:145
#, php-format
Expand Down Expand Up @@ -186,7 +178,7 @@ msgstr "Expression mancante."

#: src/Lexer.php:244
msgid "Unexpected character."
msgstr "Un character non expectate."
msgstr "Un character non expectate."

#: src/Lexer.php:285
msgid "Expected whitespace(s) before delimiter."
Expand Down Expand Up @@ -231,7 +223,7 @@ msgstr "Parola clave al fin del instruction."

#: src/Statement.php:551
msgid "Unexpected ordering of clauses."
msgstr "Un ordine de clausas non expectate."
msgstr "Un ordine de clausas non expectate."

#: src/Statements/CreateStatement.php:492
msgid "The name of the entity was expected."
Expand All @@ -254,16 +246,12 @@ msgid "This type of clause is not valid in Multi-table queries."
msgstr "Iste typo de proposition non es valide in query de multi-tabella."

#: src/Statements/LockStatement.php:116
#, fuzzy
#| msgid "Unexpected beginning of statement."
msgid "Unexpected end of LOCK statement."
msgstr "Un initio de instruction non expectate."
msgstr "Un initio de instruction LOCK non expectate."

#: src/Statements/PurgeStatement.php:136
#, fuzzy
#| msgid "Unexpected keyword."
msgid "Unexpected keyword"
msgstr "Un parola clave non expectate."
msgstr "Un parola clave non expectate"

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

0 comments on commit 4c217e4

Please sign in to comment.