Skip to content

Commit

Permalink
added missing translations in Uzbek
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabek96 committed Jun 17, 2019
1 parent 01001e8 commit 7beaf42
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/locale/lang/uz-UZ.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
'use strict';

exports.__esModule = true;
exports.default = {
export default {
el: {
colorpicker: {
confirm: 'Qabul qilish',
Expand Down Expand Up @@ -70,7 +67,8 @@ exports.default = {
cascader: {
noMatch: 'Mos ma`lumot yo`q',
loading: 'Yuklanmoqda',
placeholder: 'Tanladingiz'
placeholder: 'Tanladingiz',
noData: 'Ma`lumot yo`q'
},
pagination: {
goto: 'Borish',
Expand Down Expand Up @@ -107,6 +105,12 @@ exports.default = {
filterPlaceholder: 'Kalit so`zni kiriting',
noCheckedFormat: '{total} ta element',
hasCheckedFormat: '{checked}/{total} belgilandi'
},
image: {
error: 'Xatolik'
},
pageHeader: {
title: 'Orqaga'
}
}
};

0 comments on commit 7beaf42

Please sign in to comment.