-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Closed
Cyrillic #5745
Conversation
This file contains 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
Closes #5587
Disable ripple effect
Upgrade test dependencies
Fix Notification component colors
Add component prop to SimpleForm
Change Notification's error color from dark to main
Allow MenuItemLink to receive TooltipPops
@markovicmarco, You have a recent example of this with Malay language #5736 |
Invalid pull request. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
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: 'Унесите важећу е-адресу',
},
},
};