ant-design-vue/components/locale/ka_GE.tsx
tangjinzhou 2ee3d43534
Feat css var (#5327)
* style: affix & util

* feat(alert): add customIcon slot

* feat(anchor): ts type

* style: auto-complete

* feat: avatar add crossOrigin & maxPopoverTrigger

* style(backTop): v-show instead v-if

* style: badge

* style: breadcrumb

* feat: button add global size

* feat: update i18n

* feat: picker add disabledTime

* test: update snap

* doc: update img url

* style: fix Card tabs of left position

* doc: update cascader doc

* feat: collapse

* style: comment

* style: configprovider

* feat: date-picker add soem icon slot

* style: update descriptions style

* feat: add divider orientationMargin

* doc: update drawer

* feat: dropdown add destroyPopupOnHide & loading

* style: update empty

* feat: form add labelWrap

* style: update grid

* test: update grid snap

* fix: image ts error

* fix: mentions cannot select, close #5233

* doc: update pagination change info, close #5293

* fix: table dynamic expand error, close #5295

* style: remove not use

* release 3.0.0-beta.11

* doc: update typo

* feat: input add showCount

* feat: inputNumber add prefix slot

* style: update layout

* style: update list

* feat: add locale i18

* style: update locale ts

* style: update mentions

* feat: menu divider add dashed

* perf: menu

* perf: menu animate

* feat: modal method add wrapClassName

* style: update pageheader

* feat: update pagination ts

* feat: confirm add showCancel & promise

* doc: update popover

* style: update progress

* style: radio

* style: update rate、result、row

* feat: select add fieldNames

* feat: add skeleton button & input

* feat: spin tip support slot

* style: slider & space

* stype: update steps ts type

* style: update switch

* feat: table add tree filter

* test: update input sanp

* feat: table add filterMode...

* fix: tree autoExpandParent bug

* test: update input snap

* doc: tabs add destroyInactiveTabPane

* style: update tag

* style: update timeline & time-picker

* fix: Tooltip arrowPointAtCenter 1px shift bug

* feat: typography add enterEnterIcon triggerType

* doc: update tree-select

* fix: deps and TypeScript types

* style: udpate transfer

* style: update style

* doc: add colorScheme

* chore: add css var builg

* doc: sort api

* style: lint code

* doc: add css var

* test: update snap

* chore: add pre script

* chore: update lint

* perf: collapse animate

* perf: collapse tree

* perf: typography shaking when edit

* doc: update auto-complete demo

* fix: table tree not have animate

* feat: deprecated dropdown center placement

* feat: deprecated dropdown center placement

* test: update snap
2022-03-12 09:56:32 +08:00

135 lines
5.5 KiB
Vue

/* eslint-disable no-template-curly-in-string */
import Pagination from '../vc-pagination/locale/ka_GE';
import DatePicker from '../date-picker/locale/ka_GE';
import TimePicker from '../time-picker/locale/ka_GE';
import Calendar from '../calendar/locale/ka_GE';
import type { Locale } from '../locale-provider';
const typeTemplate = '${label} არ არის სწორი ${type}';
const localeValues: Locale = {
locale: 'ka',
Pagination,
DatePicker,
TimePicker,
Calendar,
global: {
placeholder: 'გთხოვთ აირჩიოთ',
},
Table: {
filterTitle: 'ფილტრის მენიუ',
filterConfirm: 'კარგი',
filterReset: 'გასუფთავება',
filterEmptyText: 'ფილტრები არაა',
emptyText: 'ინფორმაცია არაა',
selectAll: 'აირჩიეთ მიმდინარე გვერდი',
selectInvert: 'შეაბრუნეთ მიმდინარე გვერდი',
selectNone: 'მონაცემების გასუფთავება',
selectionAll: 'ყველას მონიშვნა',
sortTitle: 'დალაგება',
expand: 'სტრიქონის გაშლა',
collapse: 'სტრიქონის შეკუმშვა',
triggerDesc: 'დაღმავალი დალაგება',
triggerAsc: 'აღმავალი დალაგება',
cancelSort: 'დალაგების გაუქმება',
},
Modal: {
okText: 'კარგი',
cancelText: 'გაუქმება',
justOkText: 'ოკ',
},
Popconfirm: {
okText: 'კარგი',
cancelText: 'გაუქმება',
},
Transfer: {
titles: ['', ''],
searchPlaceholder: 'მოძებნე აქ',
itemUnit: 'ერთეული',
itemsUnit: 'ერთეულები',
remove: 'ამოშლა',
selectCurrent: 'მიმდინარე გვერდის არჩევა',
removeCurrent: 'მიმდინარე გვერდის ამოშლა',
selectAll: 'ყველას მონიშვნა',
removeAll: 'ყველას წაშლა',
selectInvert: 'მიმდინარე გვერდის შებრუნება',
},
Upload: {
uploading: 'იტვირთება...',
removeFile: 'ფაილის ამოშლა',
uploadError: 'ატვირთვის შეცდომა',
previewFile: 'ფაილის გადახედვა',
downloadFile: 'ფაილის ჩამოტვირთვა',
},
Empty: {
description: 'ინფორმაცია არაა',
},
Icon: {
icon: 'ხატულა',
},
Text: {
edit: 'რედაქტირება',
copy: 'ასლი',
copied: 'ასლი აღებულია',
expand: 'გაშლა',
},
PageHeader: {
back: 'უკან',
},
Form: {
optional: '(არასავალდებულო)',
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}',
range: '${label} უნდა იყოს ${min}-${max} შორის',
},
array: {
len: 'უნდა იყოს ${len} ${label}',
min: 'სულ მცირე ${min} ${label}',
max: 'არაუმეტეს ${max} ${label}',
range: '${label}-ის რაოდენობა უნდა იყოს ${min}-${max} შორის',
},
pattern: {
mismatch: '${label} არ ერგება შაბლონს ${pattern}',
},
},
},
Image: {
preview: 'გადახედვა',
},
};
export default localeValues;