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

Cyrillic #5745

Closed
wants to merge 25 commits into from
Closed

Cyrillic #5745

wants to merge 25 commits into from

Conversation

markovicmarco
Copy link

export default {
ra: {
action: {
add: 'Додај',
add_filter: 'Додај филтер',
search: 'Претражи',
show: 'Прикажи',
select: 'Одабери',
sort:'Сортирај',
save: 'Сачувај',
create: 'Креирај',
confirm: 'Потврди',
clone: 'Клонирај',
clear_input_value: 'Уклони унету вредност',
edit: 'Прикажи',
cancel: 'Откажи',
undo: 'Одустани',
remove_filter: 'Уклоните филтер',
refresh: 'Освежи',
forward: 'Напред',
back: 'Назад',
unselect: 'Уклони одабрано',
list: 'Листа',
delete: 'Уклони',
},
boolean: {
true: 'Да',
false: 'Не',
},
page: {
list: 'Листа %{name}',
edit: '%{name} #%{id}',
show: '%{name} #%{id}',
create: 'Креирај %{name}',
delete: 'Уклони %{name} #%{id}',
dashboard: 'Контролна табла',
not_found: 'Није пронађено',
},
input: {
file: {
upload_several:
'Отпреми датотеке.',
upload_single: 'Отпреми датотеку.',
},
image: {
upload_several:
'Отпреми слике.',
upload_single:
'Отпреми слику.',
},
},
message: {
yes: 'Да',
no: 'Не',
about: 'Инфо',
details: 'Детаљи',
are_you_sure: 'Јесте ли сигурни?',
loading: 'Учитавање',
not_found:
'Није пронађено!',
},
navigation: {
no_results: 'Нема резултата',
page_out_of_boundaries: 'Број страницa %{page} је прекорачен',
page_out_from_end: 'Стигли сте до задње странице',
page_out_from_begin: 'Стигли сте до прве странице',
page_range_info: '%{offsetBegin}-%{offsetEnd} од укупно %{total}',
next: 'Напред',
prev: 'Назад',
},
auth: {
username: 'Корисничко име',
password: 'Лозинка',
sign_in: 'Пријави се',
sign_in_error: 'Идентификација није успјела, покушајте поново',
logout: 'Одјава',
},
notification: {
updated: 'Успешно ажурирање',
created: 'Успешно креирање',
deleted: 'Успешно брисање',
item_doesnt_exist: 'Елемент не постоји',
http_error: 'Грешка приликом повезивању сервера',
},
validation: {
required: 'Обавезно',
minLength: 'Мора садржати најмање %{min} знакова',
maxLength: 'Може садржати највише %{max} знакова',
minValue: 'Мора бити најмање %{min}',
maxValue: 'Може бити највише %{max}',
number: 'Унесите број',
email: 'Унесите важећу е-адресу',
},
},
};

fzaninotto and others added 25 commits November 27, 2020 17:20
Change Notification's error color from dark to main
Allow MenuItemLink to receive TooltipPops
@WiXSL
Copy link
Contributor

WiXSL commented Jan 5, 2021

@markovicmarco,
I suggest you to create a fork of react-admin, then create a new branch, add your changes there and create a pull request against react-admin/master branch

You have a recent example of this with Malay language #5736

@djhi
Copy link
Collaborator

djhi commented Jan 6, 2021

Invalid pull request.

@djhi djhi closed this Jan 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants