Skip to content

Commit e199797

Browse files
authored
Merge pull request #29 from aslanutku/feature/lang-tr
Add Turkish translation for filament-tree.php (lang-tr)
2 parents 40db243 + b337214 commit e199797

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<?php
2+
3+
return [
4+
'root' => 'Kök',
5+
6+
/*
7+
|--------------------------------------------------------------------------
8+
| Buttons
9+
|--------------------------------------------------------------------------
10+
*/
11+
'button.save' => 'Kaydet',
12+
'button.expand_all' => 'Tümünü Genişlet',
13+
'button.collapse_all' => 'Tümünü Daralt',
14+
15+
/*
16+
|--------------------------------------------------------------------------
17+
| Form
18+
|--------------------------------------------------------------------------
19+
*/
20+
'components.tree.buttons.select_all.label' => 'Tümünü Seç',
21+
'components.tree.buttons.deselect_all.label' => 'Seçimi Kaldır',
22+
'components.tree.buttons.expand_all.label' => 'Tümünü Genişlet',
23+
'components.tree.buttons.collapse_all.label' => 'Tümünü Daralt',
24+
25+
/*
26+
|--------------------------------------------------------------------------
27+
| Message
28+
|--------------------------------------------------------------------------
29+
*/
30+
'actions.delete.confirmation.with_children' => 'Bu kaydı ve altındaki kayıtları silmek istediğinize emin misiniz?',
31+
];

0 commit comments

Comments
 (0)