Skip to content

Commit

Permalink
feat ( Localization ) : add Turkish lang. (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
AzizEmir authored Jan 7, 2025
1 parent 51c7b87 commit b062d34
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions resources/lang/tr/page-resource.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?php

return [
'labels' => [
'blocks' => 'Bloklar',
'layout' => 'Düzen',
'page' => 'Sayfa',
'pages' => 'Sayfalar',
'parent' => 'Üst',
'slug' => 'Kısa Ad',
'title' => 'Başlık',
'url' => 'URL',
],

'errors' => [
'slug_starts_or_ends_with_slash' => 'Kısa ad bir eğik çizgi ile başlayamaz veya bitirilemez.',
],

'actions' => [
'save' => 'Kaydet',
'visit' => 'Siteyi Aç',
],
];

0 comments on commit b062d34

Please sign in to comment.