Skip to content

Commit

Permalink
fix(locale): 修复补充哈萨克语翻译 (ant-design#6680)
Browse files Browse the repository at this point in the history
  • Loading branch information
YernarT committed Jul 24, 2024
1 parent 4799993 commit 529c62e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/locales/kk-KZ.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ const kkKZ = mergeLocale(base, {
loading: 'Жүктелуде',
},
Calendar: {
markItems: ['Дү', 'Се', 'Сә', 'Бе', 'Жұ', 'Се', 'Же'],
yearAndMonth: '${year}жыл${month}-ші ай',
markItems: ['Дс', 'Сс', 'Ср', 'Бс', 'Жм', 'Сб', 'Жс'],
yearAndMonth: '${year} жыл ${month} ай',
},
Cascader: {
placeholder: 'Таңдаңыз',
Expand All @@ -31,11 +31,11 @@ const kkKZ = mergeLocale(base, {
},
disconnected: {
title: 'Желі бос емес',
description: 'Қалпына кетіру үшін түртіңіз',
description: 'Бетті жаңартып көріңіз',
},
empty: {
title: 'Сізге қажетті нәрсе табылмады',
description: 'Басқа нәрсені іздеп көріңіз',
description: 'Басқаша іздеп көріңіз',
},
},
Form: {
Expand Down Expand Up @@ -105,8 +105,8 @@ const kkKZ = mergeLocale(base, {
ok: 'Мен түсіндім',
},
PullToRefresh: {
pulling: 'Төмен тартып жаңарту',
canRelease: 'Босатып бірден жаңарту',
pulling: 'Жаңарту үшін тартыңыз',
canRelease: 'Жаңарту үшін жіберіңіз',
complete: 'Сәтті жаңартылды',
},
Switch: {
Expand Down

0 comments on commit 529c62e

Please sign in to comment.