Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ Authors
- `Sridhar Marella <https://github.com/sridhar562345>`_
- `Mattia Fantoni <https://github.com/MattFanto>`_
- `Trent Holliday <https://github.com/trumpet2012>`_
- Denys Rozum (`denusbtw <https://github.com/denusbtw>`_)

Background
==========
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Unreleased

- Added support for Python 3.14
- Added support for Django 6.0
- Added Ukrainian localization

3.10.1 (2025-06-20)
-------------------
Expand Down
Binary file added simple_history/locale/uk/LC_MESSAGES/django.mo
Binary file not shown.
121 changes: 121 additions & 0 deletions simple_history/locale/uk/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-10 00:42+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \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 "Змінити історію."