|
5 | 5 | # SERHII HORODILOV <sgorodil@gmail.com>
|
6 | 6 | msgid ""
|
7 | 7 | msgstr ""
|
8 | | -"Project-Id-Version: Python Training Course 2023.11.dev\n" |
| 8 | +"Project-Id-Version: Python Training Course 2024.03.dev\n" |
9 | 9 | "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" |
12 | 12 | "Last-Translator: Serhii Horodilov <sgorodil@gmail.com>\n"
|
13 | 13 | "Language-Team: uk <LL@li.org>\n"
|
14 | 14 | "Language: uk\n"
|
15 | 15 | "MIME-Version: 1.0\n"
|
16 | | -"Content-Type: text/plain; charset=utf-8\n" |
| 16 | +"Content-Type: text/plain; charset=UTF-8\n" |
17 | 17 | "Content-Transfer-Encoding: 8bit\n"
|
18 | 18 | "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
19 | 19 | "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" |
21 | 21 | "X-Generator: Poedit 3.4.2\n"
|
22 | 22 |
|
23 | 23 | #: ../../src/rdbms/query.txt:-1
|
@@ -206,9 +206,9 @@ msgid ""
|
206 | 206 | "derived table such as sub-query, a ``JOIN`` construct, or complex "
|
207 | 207 | "combinations of these. If more than one table reference is listed in the "
|
208 | 208 | "``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." |
212 | 212 | msgstr ""
|
213 | 213 | "Речення ``FROM`` виводить таблицю з однієї або кількох інших таблиць, "
|
214 | 214 | "наведених у списку посилань на таблиці, розділених комами. Посилання на "
|
|
0 commit comments