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