Files
2023-02-04 18:09:15 +02:00
..
2023-02-04 18:09:15 +02:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#
msgid ""
msgstr ""
"Project-Id-Version: DesignPatternsPHP 1.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-02-04 12:00+0200\n"
"PO-Revision-Date: 2023-02-04 12:00+0200\n"
"Last-Translator: Petro Ostapuk <petroostapuk@gmail.com>\n"
"Language-Team: \n"
"Language: uk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 3.1.1\n"

#: ../../More/Repository/README.rst:2
msgid "Repository"
msgstr "Репозиторій (Repository)"

#: ../../More/Repository/README.rst:5
msgid "Purpose"
msgstr "Призначення"

#: ../../More/Repository/README.rst:7
msgid ""
"Mediates between the domain and data mapping layers using a collection-like "
"interface for accessing domain objects. Repository encapsulates the set of "
"objects persisted in a data store and the operations performed over them, "
"providing a more object-oriented view of the persistence layer. Repository "
"also supports the objective of achieving a clean separation and one-way "
"dependency between the domain and data mapping layers."
msgstr ""
"Посередник між рівнями області визначення (сховища) та розподілу "
"даних. Використовує інтерфейс, схожий на колекції, для доступу до об'єктів "
"області визначення. Репозиторій інкапсулює набір об'єктів, що зберігаються "
"у сховищі даних, і операції, що виконуються над ними, забезпечуючи більш "
"об'єктно-орієнтоване подання реальних даних. Репозиторій також "
"переслідує мету досягнення повного поділу та односторонньої залежності "
"між рівнями області визначення та розподілу даних."

#: ../../More/Repository/README.rst:16
msgid "Examples"
msgstr "Приклади"

#: ../../More/Repository/README.rst:18
msgid ""
"Doctrine 2 ORM: there is Repository that mediates between Entity and DBAL "
"and contains methods to retrieve objects"
msgstr ""
"Doctrine 2 ORM: у ній є Repository, який є сполучною ланкою "
"між Entity та DBAL і містить методи для отримання об'єктів."

#: ../../More/Repository/README.rst:20
msgid "Laravel Framework"
msgstr "Laravel Framework"

#: ../../More/Repository/README.rst:23
msgid "UML Diagram"
msgstr "Діаграма UML"

#: ../../More/Repository/README.rst:30
msgid "Code"
msgstr "Код"

#: ../../More/Repository/README.rst:32
msgid "You can also find this code on `GitHub`_"
msgstr "Ви можете знайти цей код на `GitHub`_"

#: ../../More/Repository/README.rst:59
msgid "Test"
msgstr "Тест"