Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1999540

Browse files
committed
feat(lang): Kurdish partial
1 parent81c198b commit1999540

File tree

1 file changed

+236
-0
lines changed

1 file changed

+236
-0
lines changed

‎locales/ku/index.js

Lines changed: 236 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,236 @@
1+
exportdefault{
2+
"vueform":{
3+
"elements":{
4+
"list":{
5+
"add":"+ زیادکردن",
6+
"remove":"×",
7+
},
8+
"file":{
9+
"defaultName":"پەڕگە",
10+
"dndTitle":"بەرزکردنەوەی پەڕگە",
11+
"dndDescription":"پەڕگە فڕێ بدە ئێرە یان کرتە بکە بۆ بارکردن",
12+
"removeConfirm":"لەکاتی سڕینەوەدا پەڕگەکە بەیەکجاریی دەسڕێتەوە. ئایا دڵنیاییت لە بەردەوامبوون؟",
13+
"select":"پەڕگە هەڵبژێرە",
14+
"upload":"بارکردن",
15+
},
16+
"multifile":{
17+
"uploadButton":"بەرزکردنەوەی پەڕگەکان",
18+
"dndTitle":"بەرزکردنەوەی پەڕگەکان",
19+
"dndDescription":"پەڕگەکان فڕێ بدە ئێرە یان کرتە بکە بۆ بارکردن",
20+
},
21+
"gallery":{
22+
"uploadButton":"بەرزکردنەوەی وێنەکان",
23+
"dndTitle":"بەرزکردنەوەی وێنەکان",
24+
"dndDescription":"وێنەکان فڕێ بدە ئێرە یان کرتە بکە بۆ بارکردن",
25+
},
26+
},
27+
"steps":{
28+
"finish":"تەواوبوو",
29+
"next":"دواتر",
30+
"previous":"پێشتر",
31+
},
32+
"editor":{
33+
"acceptedMimesError":"جۆری پەڕگە قبوڵکراوەکان: :mimes",
34+
"acceptedExtensionsError":"پاشگرە قبوڵکراوەکان: :extensions",
35+
},
36+
"datepicker":{
37+
"weekdays":{
38+
"shorthand":["یەکشەممە","دووشەممە","سێشەممە","چوارشەممە","پێنجشەممە","هەینی","شەممە"],
39+
"longhand":[
40+
"یەکشەممە",
41+
"دووشەممە",
42+
"سێشەممە",
43+
"چوارشەممە",
44+
"پێنجشەممە",
45+
"هەینی",
46+
"شەممە",
47+
],
48+
},
49+
"months":{
50+
"shorthand":[
51+
"ڕێبەندان",
52+
"ڕەشەمە",
53+
"نەورۆز",
54+
"گوڵان",
55+
"جۆزەردان",
56+
"پووشپەڕ",
57+
"گەلاوێژ",
58+
"خەرمانان",
59+
"ڕەزبەر",
60+
"گەڵاڕێزان",
61+
"سەرماوەز",
62+
"بەفرانبار",
63+
],
64+
"longhand":[
65+
"ڕێبەندان",
66+
"ڕەشەمە",
67+
"نەورۆز",
68+
"گوڵان",
69+
"جۆزەردان",
70+
"پووشپەڕ",
71+
"گەلاوێژ",
72+
"خەرمانان",
73+
"ڕەزبەر",
74+
"گەڵاڕێزان",
75+
"سەرماوەز",
76+
"بەفرانبار",
77+
],
78+
},
79+
"daysInMonth":[31,28,31,30,31,30,31,31,30,31,30,31],
80+
"firstDayOfWeek":0,
81+
"ordinal":(nth)=>{
82+
consts=nth%100;
83+
if(s>3&&s<21)return"th";
84+
switch(s%10){
85+
case1:
86+
return"st";
87+
case2:
88+
return"nd";
89+
case3:
90+
return"rd";
91+
default:
92+
return"th";
93+
}
94+
},
95+
"rangeSeparator":" to ",
96+
"weekAbbreviation":"Wk",
97+
"scrollTitle":"Scroll to increment",
98+
"toggleTitle":"Click to toggle",
99+
"amPM":["AM","PM"],
100+
"yearAriaLabel":"Year",
101+
"monthAriaLabel":"Month",
102+
"hourAriaLabel":"Hour",
103+
"minuteAriaLabel":"Minute",
104+
},
105+
"dateFormats":{
106+
"datetimeSeconds24":"YYYY-MM-DD HH:mm:ss",
107+
"datetimeSeconds12":"YYYY-MM-DD hh:mm:ss a",
108+
"datetime24":"YYYY-MM-DD HH:mm",
109+
"datetime12":"YYYY-MM-DD hh:mm a",
110+
"timeSeconds24":"HH:mm:ss",
111+
"timeSeconds12":"hh:mm:ss a",
112+
"time24":"HH:mm",
113+
"time12":"hh:mm a",
114+
"date":"YYYY-MM-DD",
115+
},
116+
"multiselect":{
117+
"multipleLabelOne":"یەک بژاردە هەڵبژێردراوە",
118+
"multipleLabelMore":":options بژاردە هەڵبژێراوەکان",
119+
"noResults":"هیچ بژاردەیەک نەدۆزرایەوە",
120+
"noOptions":"لیستەکە بەتاڵە",
121+
},
122+
"defaultMessage":"خانە نادروستە",
123+
"a11y":{
124+
"file":{
125+
"description":"دوگمەی گەڕانەوە دابگرە بۆ سڕینەوە",
126+
},
127+
"list":{
128+
"remove":"دوگمەی سڕینەوەی بابەت",
129+
},
130+
},
131+
},
132+
"validation":{
133+
"accepted":"خانەی :attribute دەبێت قبوڵکراو بێت.",
134+
"active_url":"خانەی :attribute ناونیشانێکی دروست نیە.",
135+
"after":"خانەی :attribute دەبێت بەروارێک بێت لەپاش :date.",
136+
"after_or_equal":"خانەی :attribute دەبێت بەروارێک بێت لەدوای یان یەکسان بێت بە :date.",
137+
"alpha":"خانەی :attribute دەکرێت تەنها پیت لەخۆبگرێت.",
138+
"alpha_dash":"خانەی :attribute دەکرێت تەنها پیت، ژمارە، بەندەک و هێڵی ژێرەوەی تێدابێت.",
139+
"alpha_num":"خانەی :attribute دەکرێت تەنها پیت و ژمارە بێت.",
140+
"array":"خانەی :attribute دەبێت ڕیز بێت.",
141+
"before":"The :attribute must be a date before :date.",
142+
"before_or_equal":"The :attribute must be a date before or equal to :date.",
143+
"between":{
144+
"numeric":"The :attribute must be between :min and :max.",
145+
"file":"The :attribute must be between :min and :max kilobytes.",
146+
"string":"The :attribute must be between :min and :max characters.",
147+
"array":"The :attribute must have between :min and :max items.",
148+
},
149+
"boolean":"The :attribute field must be true or false.",
150+
"confirmed":"The :attribute confirmation does not match.",
151+
"date":"The :attribute is not a valid date.",
152+
"date_format":"The :attribute does not match the format :format.",
153+
"date_equals":"The :attribute must be equal to :date.",
154+
"different":"The :attribute and :other must be different.",
155+
"digits":"The :attribute must be :digits digits.",
156+
"digits_between":"The :attribute must be between :min and :max digits.",
157+
"dimensions":"The :attribute has invalid image dimensions.",
158+
"distinct":"The :attribute field has a duplicate value.",
159+
"email":"The :attribute must be a valid email address.",
160+
"exists":"The selected :attribute is invalid.",
161+
"file":"The :attribute must be a file.",
162+
"filled":"The :attribute field must have a value.",
163+
"gt":{
164+
"numeric":"The :attribute must be greater than :value.",
165+
"file":"The :attribute must be greater than :value kilobytes.",
166+
"string":"The :attribute must be greater than :value characters.",
167+
"array":"The :attribute must have more than :value items.",
168+
},
169+
"gte":{
170+
"numeric":"The :attribute must be greater than or equal :value.",
171+
"file":"The :attribute must be greater than or equal :value kilobytes.",
172+
"string":"The :attribute must be greater than or equal :value characters.",
173+
"array":"The :attribute must have :value items or more.",
174+
},
175+
"image":"The :attribute must be an image.",
176+
"in":"The selected :attribute is invalid.",
177+
"in_array":"The :attribute field does not exist in :other.",
178+
"integer":"The :attribute must be an integer.",
179+
"ip":"The :attribute must be a valid IP address.",
180+
"ipv4":"The :attribute must be a valid IPv4 address.",
181+
"ipv6":"The :attribute must be a valid IPv6 address.",
182+
"json":"The :attribute must be a valid JSON string.",
183+
"lt":{
184+
"numeric":"The :attribute must be less than :value.",
185+
"file":"The :attribute must be less than :value kilobytes.",
186+
"string":"The :attribute must be less than :value characters.",
187+
"array":"The :attribute must have less than :value items.",
188+
},
189+
"lte":{
190+
"numeric":"The :attribute must be less than or equal :value.",
191+
"file":"The :attribute must be less than or equal :value kilobytes.",
192+
"string":"The :attribute must be less than or equal :value characters.",
193+
"array":"The :attribute must not have more than :value items.",
194+
},
195+
"max":{
196+
"numeric":"The :attribute may not be greater than :max.",
197+
"file":"The :attribute may not be greater than :max kilobytes.",
198+
"string":"The :attribute may not be greater than :max characters.",
199+
"array":"The :attribute may not have more than :max items.",
200+
},
201+
"mimes":"The :attribute must be a file of type: :values.",
202+
"mimetypes":"The :attribute must be a file of type: :values.",
203+
"min":{
204+
"numeric":"The :attribute must be at least :min.",
205+
"file":"The :attribute must be at least :min kilobytes.",
206+
"string":"The :attribute must be at least :min characters.",
207+
"array":"The :attribute must have at least :min items.",
208+
},
209+
"not_in":"The selected :attribute is invalid.",
210+
"not_regex":"The :attribute format is invalid.",
211+
"numeric":"The :attribute must be a number.",
212+
"present":"The :attribute field must be present.",
213+
"regex":"The :attribute format is invalid.",
214+
"required":"The :attribute field is required.",
215+
"required_if":"The :attribute field is required when :other is :value.",
216+
"required_unless":"The :attribute field is required unless :other is in :values.",
217+
"required_with":"The :attribute field is required when :values is present.",
218+
"required_with_all":"The :attribute field is required when :values are present.",
219+
"required_without":"The :attribute field is required when :values is not present.",
220+
"required_without_all":"The :attribute field is required when none of :values are present.",
221+
"same":"The :attribute and :other must match.",
222+
"size":{
223+
"numeric":"The :attribute must be :size.",
224+
"file":"The :attribute must be :size kilobytes.",
225+
"string":"The :attribute must be :size characters.",
226+
"array":"The :attribute must contain :size items.",
227+
},
228+
"string":"The :attribute must be a string.",
229+
"timezone":"The :attribute must be a valid zone.",
230+
"unique":"The :attribute has already been taken.",
231+
"uploaded":"The :attribute failed to upload.",
232+
"url":"The :attribute format is invalid.",
233+
"uuid":"The :attribute must be a valid UUID.",
234+
"remote":"The :attribute field is invalid.",
235+
}
236+
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp