44# SERHII HORODILOV <sgorodil@gmail.com>
55msgid ""
66msgstr ""
7- "Project-Id-Version : Python Training Course 2022.11 .dev\n "
7+ "Project-Id-Version : Python Training Course 2024.03 .dev\n "
88"Report-Msgid-Bugs-To : https://github.com/edu-python-course/edu-python-course. "
99"github.io/issues\n "
1010"POT-Creation-Date : 2023-12-16 13:55+0000\n "
11- "PO-Revision-Date : 2023-12-21 03:58 +0200\n "
11+ "PO-Revision-Date : 2024-03-05 16:17 +0200\n "
1212"Last-Translator : Serhii Horodilov <sgorodil@gmail.com>\n "
13- "Language-Team : ua <LL@li.org> \n "
14- "Language : ua \n "
13+ "Language-Team : \n "
14+ "Language : uk_UA \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"Generated-By : Babel 2.12.1\n "
19- "X-Generator : Poedit 3.4.1 \n "
19+ "X-Generator : Poedit 3.4.2 \n "
2020
2121#: ../../src/rdbms/index.txt: -1
2222msgid "Relational databases"
@@ -32,15 +32,15 @@ msgstr "sql, db, database, intro, introduction, index"
3232
3333#: ../../src/rdbms/index.txt
3434msgid "PostgreSQL"
35- msgstr ""
35+ msgstr "PostgreSQL "
3636
3737#: ../../src/rdbms/index.txt
3838msgid "SQLite"
39- msgstr ""
39+ msgstr "SQLite "
4040
4141#: ../../src/rdbms/index.txt
4242msgid "MySQL"
43- msgstr ""
43+ msgstr "MySQL "
4444
4545#: ../../src/rdbms/index.txt:23
4646msgid "Relational Database"
@@ -96,44 +96,60 @@ msgid ""
9696"Security is a paramount aspect of managing databases. Even at the "
9797"introductory level, it's crucial to be aware of the basic security measures:"
9898msgstr ""
99+ "Безпека - найважливіший аспект управління базами даних. Навіть на "
100+ "початковому рівні важливо знати основні заходи безпеки:"
99101
100102#: ../../src/rdbms/index.txt:46
101103msgid ""
102104"**Authentication and Authorization**: Ensuring that only authorized users "
103105"have access to the database."
104106msgstr ""
107+ "**Аутентифікація та авторизація**: Забезпечення доступу до бази даних лише "
108+ "авторизованим користувачам."
105109
106110#: ../../src/rdbms/index.txt:48
107111msgid ""
108112"**Role-Based Access Control**: Assigning permissions based on roles within "
109113"the organization."
110114msgstr ""
115+ "**Контроль доступу на основі ролей**: Призначення дозволів на основі ролей в "
116+ "організації."
111117
112118#: ../../src/rdbms/index.txt:50
113119msgid ""
114120"**Data Encryption**: Protecting sensitive data both at rest and in transit."
115121msgstr ""
122+ "**Шифрування даних**: Захист конфіденційних даних як у стані спокою, так і "
123+ "під час передачі."
116124
117125#: ../../src/rdbms/index.txt:52
118126msgid ""
119127"There are dozens of RDBMS, used in nowadays projects. But most widespread "
120128"are:"
121129msgstr ""
130+ "Існують десятки СУБД, які використовуються в сучасних проектах. Але "
131+ "найпоширенішими є наступні:"
122132
123133#: ../../src/rdbms/index.txt:54
124134msgid ""
125135"|postgres| **PostgreSQL**: A Powerful, open source object-relational "
126136"database system."
127137msgstr ""
138+ "|postgres| **PostgreSQL**: Потужна об'єктно-реляційна система баз даних з "
139+ "відкритим вихідним кодом."
128140
129141#: ../../src/rdbms/index.txt:56
130142msgid ""
131143"|sqlite| **SQLite**: A C-library that implements a small, full featured SQL "
132144"database engine."
133145msgstr ""
146+ "|sqlite| **SQLite**: C-бібліотека, яка реалізує невеликий, проте "
147+ "повнофункціональний рушій баз даних SQL."
134148
135149#: ../../src/rdbms/index.txt:58
136150msgid ""
137151"|mysql| **MySQL**: A fast, multithread, multi-user, and robust SQL database "
138152"server."
139153msgstr ""
154+ "|mysql| **MySQL**: Швидкий, багатопотоковий, багатокористувацький і надійний "
155+ "сервер баз даних SQL."
0 commit comments