-
Notifications
You must be signed in to change notification settings - Fork 495
Add Ukrainian translation #1547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ddabble
merged 3 commits into
django-commons:master
from
denusbtw:feat/ukrainian-translation
Dec 9, 2025
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
Binary file not shown.
This file contains hidden or 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
Binary file not shown.
This file contains hidden or 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
Binary file not shown.
This file contains hidden or 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
Binary file not shown.
This file contains hidden or 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
Binary file not shown.
This file contains hidden or 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
Binary file not shown.
This file contains hidden or 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
Binary file not shown.
This file contains hidden or 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
Binary file not shown.
This file contains hidden or 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
Binary file not shown.
This file contains hidden or 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
Binary file not shown.
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,120 @@ | ||
| # Ukranian translation for django-simple-history | ||
| # Copyright (C) 2025 | ||
| # This file is distributed under the same license as the django-simple-history package. | ||
| # Denys Rozum <denusbtw@github.com>, 2025. | ||
| # | ||
| msgid "" | ||
| msgstr "" | ||
| "Project-Id-Version: django-simple-history\n" | ||
| "Report-Msgid-Bugs-To: \n" | ||
| "POT-Creation-Date: 2025-11-10 00:42+0200\n" | ||
| "PO-Revision-Date: 2025-11-10 00:42+0200\n" | ||
| "Last-Translator: Denys Rozum <denusbtw@github.com>\n" | ||
| "Language-Team: Ukranian <django-commons@github.com>\n" | ||
| "Language: uk\n" | ||
| "MIME-Version: 1.0\n" | ||
| "Content-Type: text/plain; charset=UTF-8\n" | ||
| "Content-Transfer-Encoding: 8bit\n" | ||
| "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != " | ||
| "11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % " | ||
| "100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || " | ||
| "(n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" | ||
|
|
||
| #: admin.py:77 | ||
| #, python-format | ||
| msgid "Change history: %s" | ||
| msgstr "Історія змін: %s" | ||
|
|
||
| #: admin.py:96 | ||
| #, python-format | ||
| msgid "The %(name)s \"%(obj)s\" was changed successfully." | ||
| msgstr "%(name)s \"%(obj)s\" було успішно змінено." | ||
|
|
||
| #: admin.py:102 | ||
| msgid "You may edit it again below" | ||
| msgstr "Ви можете відредагувати його знову нижче" | ||
|
|
||
| #: admin.py:160 | ||
| #, python-format | ||
| msgid "Revert %s" | ||
| msgstr "Відновити %s" | ||
|
|
||
| #: models.py:304 | ||
| msgid "Created" | ||
| msgstr "Створено" | ||
|
|
||
| #: models.py:305 | ||
| msgid "Changed" | ||
| msgstr "Змінено" | ||
|
|
||
| #: models.py:306 | ||
| msgid "Deleted" | ||
| msgstr "Видалено" | ||
|
|
||
| #: templates/simple_history/object_history.html:11 | ||
| msgid "" | ||
| "Choose a date from the list below to revert to a previous version of this " | ||
| "object." | ||
| msgstr "" | ||
| "Виберіть дату із списку нижче, щоб повернутись до минулої версії цього " | ||
| "об’єкта." | ||
|
|
||
| #: templates/simple_history/object_history.html:17 | ||
| msgid "This object doesn't have a change history." | ||
| msgstr "Цей об’єкт не має історії змін." | ||
|
|
||
| #: templates/simple_history/object_history_form.html:7 | ||
| msgid "Home" | ||
| msgstr "Головна" | ||
|
|
||
| #: templates/simple_history/object_history_form.html:11 | ||
| msgid "History" | ||
| msgstr "Історія" | ||
|
|
||
| #: templates/simple_history/object_history_form.html:12 | ||
| #, python-format | ||
| msgid "Revert %(verbose_name)s" | ||
| msgstr "Відновити %(verbose_name)s" | ||
|
|
||
| #: templates/simple_history/object_history_form.html:21 | ||
| msgid "" | ||
| "Press the 'Revert' button below to revert to this version of the object." | ||
| msgstr "" | ||
| "Натисніть кнопку ‘Відновити’ нижче, щоб повернутись до цієї версії " | ||
| "об’єкта." | ||
|
|
||
| #: templates/simple_history/object_history_form.html:21 | ||
| msgid "Or press the 'Change History' button to edit the history." | ||
| msgstr "Або натисніть кнопку ‘Змінити запис’ щоб змінити історію." | ||
|
|
||
| #: templates/simple_history/object_history_list.html:9 | ||
| msgid "Object" | ||
| msgstr "Об’єкт" | ||
|
|
||
| #: templates/simple_history/object_history_list.html:13 | ||
| msgid "Date/time" | ||
| msgstr "Дата/час" | ||
|
|
||
| #: templates/simple_history/object_history_list.html:14 | ||
| msgid "Comment" | ||
| msgstr "Коментар" | ||
|
|
||
| #: templates/simple_history/object_history_list.html:15 | ||
| msgid "Changed by" | ||
| msgstr "Змінено" | ||
|
|
||
| #: templates/simple_history/object_history_list.html:16 | ||
| msgid "Change reason" | ||
| msgstr "Причина зміни" | ||
|
|
||
| #: templates/simple_history/object_history_list.html:42 | ||
| msgid "None" | ||
| msgstr "None" | ||
|
|
||
| #: templates/simple_history/submit_line.html:3 | ||
| msgid "Revert" | ||
| msgstr "Відновити" | ||
|
|
||
| #: templates/simple_history/submit_line.html:4 | ||
| msgid "Change History" | ||
| msgstr "Змінити історію." | ||
Binary file not shown.
This file contains hidden or 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
Binary file not shown.
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.