You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ant-design-vue/components/locale/kk_KZ.tsx

130 lines
4.7 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

/* eslint-disable no-template-curly-in-string */
import Pagination from '../vc-pagination/locale/kk_KZ';
import DatePicker from '../date-picker/locale/kk_KZ';
import TimePicker from '../time-picker/locale/kk_KZ';
import Calendar from '../calendar/locale/kk_KZ';
import type { Locale } from '../locale-provider';
const typeTemplate = '${label} ${type} типі емес';
const localeValues: Locale = {
locale: 'kk',
Pagination,
DatePicker,
TimePicker,
Calendar,
global: {
placeholder: 'Таңдаңыз',
},
Table: {
filterTitle: 'Фильтр',
filterConfirm: 'Ok',
filterReset: 'Тазарту',
filterEmptyText: 'Фильтр жоқ',
emptyText: 'Деректер жоқ',
selectAll: 'Барлығын таңдау',
selectInvert: 'Таңдауды төңкеру',
selectionAll: 'Барлық деректерді таңдаңыз',
sortTitle: 'Сұрыптау',
expand: 'Жолды жазу',
collapse: 'Жолды бүктеу',
triggerDesc: 'Төмендеуді сұрыптау үшін басыңыз',
triggerAsc: 'Өсу ретімен сұрыптау үшін басыңыз',
cancelSort: 'Сұрыптаудан бас тарту үшін басыңыз',
},
Modal: {
okText: 'Жарайды',
cancelText: 'Болдырмау',
justOkText: 'Жарайды',
},
Popconfirm: {
okText: 'Жарайды',
cancelText: 'Болдырмау',
},
Transfer: {
titles: ['', ''],
searchPlaceholder: 'Іздеу',
itemUnit: 'элемент.',
itemsUnit: 'элемент.',
remove: 'Жою',
selectAll: 'Барлық деректерді таңдау',
selectCurrent: 'Ағымдағы бетті таңдау',
selectInvert: 'Кері тәртіпте көрсету',
removeAll: 'Барлық деректерді жою',
removeCurrent: 'Ағымдағы парақты өшіру',
},
Upload: {
uploading: 'Жүктеу...',
removeFile: 'Файлды жою',
uploadError: 'Жүктеу кезінде қате пайда болды',
previewFile: 'Файлды алдын ала қарау',
downloadFile: 'Файлды жүктеу',
},
Empty: {
description: 'Деректер жоқ',
},
Icon: {
icon: 'белгішесі',
},
Text: {
edit: 'Өңдеу',
copy: 'Көшіру',
copied: 'Көшірілді',
expand: 'Жазу',
},
PageHeader: {
back: 'Артқа',
},
Form: {
defaultValidateMessages: {
default: '${label} өрісін тексеру қателігі',
required: '${label} енгізіңіз',
enum: '${label} [${enum}] қатарынан болуы керек',
whitespace: '${label} бос болмауы керек',
date: {
format: '${label} жарамды күн форматы емес',
parse: '${label} күнге түрлендірілмейді',
invalid: '${label} жарамды күн емес',
},
types: {
string: typeTemplate,
method: typeTemplate,
array: typeTemplate,
object: typeTemplate,
number: typeTemplate,
date: typeTemplate,
boolean: typeTemplate,
integer: typeTemplate,
float: typeTemplate,
regexp: typeTemplate,
email: typeTemplate,
url: typeTemplate,
hex: typeTemplate,
},
string: {
len: '${label} ${len} таңбадан тұруы керек',
min: '${label} ${min} таңбадан үлкен немесе оған тең болуы керек',
max: '${label} ${max} таңбадан кем немесе оған тең болуы керек',
range: '${label} ұзындығы ${min}-${max} таңба аралығында болуы керек',
},
number: {
len: '${label} ${len} тең болуы керек',
min: '${label} ${min} мәнінен үлкен немесе оған тең болуы керек',
max: '${label} ${max} мәнінен аз немесе оған тең болуы керек',
},
array: {
len: '${label} элементтерінің саны ${len} тең болуы керек',
min: '${label} элементтерінің саны ${min} көп немесе оған тең болуы керек',
max: '${label} элементтерінің саны ${max} аз немесе оған тең болуы керек',
range: '${label} элементтерінің саны ${min} - ${max} аралығында болуы керек',
},
pattern: {
mismatch: '${label} ${pattern} мен сәйкес келмейді',
},
},
},
};
export default localeValues;