X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/968bc8cdf354d9cbe29b88abdc747a7845031fab..refs/pull/5721/head:/lang/tr/common.php diff --git a/lang/tr/common.php b/lang/tr/common.php index 3c592a3f2..5b5e75387 100644 --- a/lang/tr/common.php +++ b/lang/tr/common.php @@ -20,7 +20,7 @@ return [ 'description' => 'Açıklama', 'role' => 'Rol', 'cover_image' => 'Kapak resmi', - 'cover_image_description' => 'Bu görsel yaklaşık 440x250px boyutlarında olmalıdır.', + 'cover_image_description' => 'This image should be approximately 440x250px although it will be flexibly scaled & cropped to fit the user interface in different scenarios as required, so actual dimensions for display will differ.', // Actions 'actions' => 'İşlemler', @@ -30,6 +30,8 @@ return [ 'create' => 'Oluştur', 'update' => 'Güncelle', 'edit' => 'Düzenle', + 'archive' => 'Archive', + 'unarchive' => 'Un-Archive', 'sort' => 'Sırala', 'move' => 'Taşı', 'copy' => 'Kopyala', @@ -107,4 +109,7 @@ return [ // Not directly used but available for convenience to users. 'privacy_policy' => 'Gizlilik Politikası', 'terms_of_service' => 'Hizmet Şartları', + + // OpenSearch + 'opensearch_description' => 'Search :appName', ];