fix: Update ua locale (#20344)

pull/20347/head
Alex 2020-10-29 04:45:10 +02:00 committed by GitHub
parent eb1c2c5770
commit 3ba2ca9c06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
export default { export default {
el: { el: {
colorpicker: { colorpicker: {
confirm: 'OK', confirm: 'Обрати',
clear: 'Очистити' clear: 'Очистити'
}, },
datepicker: { datepicker: {
@ -107,14 +107,14 @@ export default {
hasCheckedFormat: '{checked}/{total} вибрано' hasCheckedFormat: '{checked}/{total} вибрано'
}, },
image: { image: {
error: 'FAILED' // to be translated error: 'ПОМИЛКА'
}, },
pageHeader: { pageHeader: {
title: 'Back' // to be translated title: 'Назад'
}, },
popconfirm: { popconfirm: {
confirmButtonText: 'Yes', // to be translated confirmButtonText: 'Так',
cancelButtonText: 'No' // to be translated cancelButtonText: 'Ні'
} }
} }
}; };