Skip to content
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

Add ukrainian i18n #396

Closed
wants to merge 1 commit into from
Closed
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 CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

### Upcoming Release

* [FEATURE] Add ukrainian i18n
* [#269] [FEATURE] Add a generator for copying default layout files
* [#328] [FEATURE] Add a generator for copying default sidebar partial
* [#362] [FEATURE] Add a generator for only the dashboard manifest.
Expand Down
23 changes: 23 additions & 0 deletions config/locales/administrate.uk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
uk:
administrate:
actions:
confirm: Ви впевнені?
destroy: Видалити
edit: Редагувати
show: Показати
controller:
create:
success: "%{resource} було успішно створено."
destroy:
success: "%{resource} було успішно видалено."
update:
success: "%{resource} було успішно оновлено."
fields:
has_many:
more: "%{count} із %{total_count}"
none: Немає
polymorphic:
not_supported: Поліморфні відношення у формах не підтримуються.
has_one:
not_supported: HasOne відношення у формах не підтримуються.