Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit c1f0810

Browse files
committed
Update translations (Ukrainian)
1 parent b6ced0f commit c1f0810

File tree

1 file changed

+8
-8
lines changed
  • src/_locales/uk/LC_MESSAGES/rdbms

1 file changed

+8
-8
lines changed

src/_locales/uk/LC_MESSAGES/rdbms/query.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
# SERHII HORODILOV <sgorodil@gmail.com>
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: Python Training Course 2023.11.dev\n"
8+
"Project-Id-Version: Python Training Course 2024.03.dev\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2023-12-16 13:55+0000\n"
11-
"PO-Revision-Date: 2024-02-18 17:54+0200\n"
10+
"POT-Creation-Date: 2024-03-05 14:17+0200\n"
11+
"PO-Revision-Date: 2024-03-05 14:20+0200\n"
1212
"Last-Translator: Serhii Horodilov <sgorodil@gmail.com>\n"
1313
"Language-Team: uk <LL@li.org>\n"
1414
"Language: uk\n"
1515
"MIME-Version: 1.0\n"
16-
"Content-Type: text/plain; charset=utf-8\n"
16+
"Content-Type: text/plain; charset=UTF-8\n"
1717
"Content-Transfer-Encoding: 8bit\n"
1818
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
1919
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
20-
"Generated-By: Babel 2.13.1\n"
20+
"Generated-By: Babel 2.14.0\n"
2121
"X-Generator: Poedit 3.4.2\n"
2222

2323
#: ../../src/rdbms/query.txt:-1
@@ -206,9 +206,9 @@ msgid ""
206206
"derived table such as sub-query, a ``JOIN`` construct, or complex "
207207
"combinations of these. If more than one table reference is listed in the "
208208
"``FROM`` clause, the table are cross-joined. The result of the ``FROM`` list "
209-
"is an intermediate virtual table tant can then be subject to transformations "
210-
"by the ``WHERE``, ``GROUP BY``, and ``HAVING`` clauses and is finally the "
211-
"result of the overall table expression."
209+
"is an intermediate virtual table which can then be subject to "
210+
"transformations by the ``WHERE``, ``GROUP BY``, and ``HAVING`` clauses and "
211+
"is finally the result of the overall table expression."
212212
msgstr ""
213213
"Речення ``FROM`` виводить таблицю з однієї або кількох інших таблиць, "
214214
"наведених у списку посилань на таблиці, розділених комами. Посилання на "

0 commit comments

Comments
 (0)