Skip to content

Commit

Permalink
Merge pull request #143 from AzizEmir/2.x
Browse files Browse the repository at this point in the history
feat ( Localization ) : add Turkish lang.
  • Loading branch information
pboivin authored Jan 3, 2025
2 parents 3ce3e78 + e586d65 commit c9e0664
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions resources/lang/tr/ui.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php

return [
'preview-action-label' => 'Önizleme',

'preview-modal-title' => 'Önizleme',

'close-modal-action-label' => 'Kapat',

'builder-editor-title' => 'Editör',

'refresh-action-label' => 'Önizlemeyi Yenile',

'editor-settings-label' => 'Ayarlar',

'editor-auto-refresh-label' => 'Otomatik Yenile',

'accept-action-label' => 'Kabul Et',

'discard-action-label' => 'Vazgeç',
];

0 comments on commit c9e0664

Please sign in to comment.