Skip to content

Commit b65a383

Browse files
authored
Merge pull request #8 from swarakaka/master
Add Kurdish (ckb) language support for UI components
2 parents 5c41a72 + 0efa3eb commit b65a383

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

lang/ckb/schemas.php

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?php
2+
3+
return [
4+
// Wizard Component
5+
'wizard' => [
6+
'submit_button_label' => 'ناردن',
7+
'next_button_label' => 'داواتر',
8+
'previous_button_label' => 'پێشتر',
9+
'skip_button_label' => 'تێپەڕاندن',
10+
],
11+
12+
// Tabs Component
13+
'tabs' => [
14+
'tab_label' => 'بازدەر',
15+
],
16+
17+
// Section Component
18+
'section' => [
19+
'expand' => 'فراوانکردن',
20+
'collapse' => 'نووشتانه‌وه‌',
21+
],
22+
23+
// Common
24+
'common' => [
25+
'loading' => 'بارکردن...',
26+
'error' => 'هەڵەیەک ڕوویدا',
27+
],
28+
];

0 commit comments

Comments
 (0)