-
-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translated using Weblate (Macedonian)
Currently translated at 96.2% (51 of 53 strings) [CI skip] Translation: phpMyAdmin/SQL parser Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/mk/ Signed-off-by: "Kristijan \"Fremen\" Velkovski" <[email protected]>
- Loading branch information
1 parent
0c2e830
commit cbd2770
Showing
2 changed files
with
4 additions
and
7 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ msgstr "" | |
"Project-Id-Version: SQL parser 5\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2023-02-26 22:46+0100\n" | ||
"PO-Revision-Date: 2023-12-23 01:06+0000\n" | ||
"PO-Revision-Date: 2023-12-24 03:06+0000\n" | ||
"Last-Translator: \"Kristijan \\\"Fremen\\\" Velkovski\" <[email protected]>\n" | ||
"Language-Team: Macedonian <https://hosted.weblate.org/projects/phpmyadmin/" | ||
"sql-parser/mk/>\n" | ||
|
@@ -231,7 +231,7 @@ msgstr "Беше очекувана барем една дефиниција з | |
|
||
#: src/Statements/CreateStatement.php:707 | ||
msgid "A \"RETURNS\" keyword was expected." | ||
msgstr "" | ||
msgstr "Беше очекуван клучниот збор \"RETURNS\"." | ||
|
||
#: src/Statements/DeleteStatement.php:329 | ||
msgid "This type of clause is not valid in Multi-table queries." | ||
|
@@ -250,15 +250,12 @@ msgid "The name of the CTE was expected." | |
msgstr "Бече очекувано име на CTE." | ||
|
||
#: src/Statements/WithStatement.php:137 | ||
#, fuzzy | ||
#| msgid "No rows selected" | ||
msgid "AS keyword was expected." | ||
msgstr "Нема селектирани записи" | ||
msgstr "Беше очекуван клучниот збор AS." | ||
|
||
#: src/Statements/WithStatement.php:149 | ||
#, fuzzy | ||
msgid "Subquery of the CTE was expected." | ||
msgstr "Табелата %s е избришана" | ||
msgstr "Беше очекувано подбарањето на CTE." | ||
|
||
#: src/Statements/WithStatement.php:266 | ||
msgid "Unexpected end of the WITH CTE." | ||
|