Browse Source

i18n: Update Uighur locale (#20177)

IlhamTahir 4 years ago
parent
commit
5ce89b8e00
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/locale/lang/ug-CN.js

+ 4 - 4
src/locale/lang/ug-CN.js

@@ -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: 'ياق'
     }
   }
 };