From 88b141c99e0e25b99bbc06fa57f33213b12f754b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tanju=20Y=C4=B1ld=C4=B1z?= Date: Sat, 23 May 2020 15:27:42 +0300 Subject: [PATCH 1/3] Add Turkish translations --- README.md | 2 +- translations/tr/filemanager.php | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 translations/tr/filemanager.php diff --git a/README.md b/README.md index 1e983f5..c9d2d1b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ![Image description](previews/preview-desktop.png) ## Features -- Multi-Language support (English, বাংলা, हिन्दी, العربية, German, Indonesian, 日本語). +- Multi-Language support (English, বাংলা, हिन्दी, العربية, German, Indonesian, 日本語, Turkish). - Clean & fresh responsive UI - Easy to install - Configurable middleware diff --git a/translations/tr/filemanager.php b/translations/tr/filemanager.php new file mode 100644 index 0000000..4cc6320 --- /dev/null +++ b/translations/tr/filemanager.php @@ -0,0 +1,25 @@ + 'Dosya Yöneticisi', + 'upload' => 'Yükle', + 'upload-message' => 'Yükleyeceğiniz dosyayı sürükleyip bırakın', + 'success-upload' => 'Başarıyla yüklendi!', + 'search' => 'Ara', + 'doc' => 'Belgeler', + 'bulk-delete' => 'Çoklu Sil', + 'preview' => 'Önizleme', + 'name' => 'Ad', + 'size' => 'Boyut', + 'type' => 'Tür', + 'modified' => 'Değiştirme tarihi', + 'created' => 'Oluşturma tarihi', + 'dimension' => 'Ölçüler', + 'action' => 'İşlemler', + 'bulk-select' => 'Çoklu Seçim', + 'showing-files' => ':total dosyadan :current öğe gösteriliyor', + 'edit' => 'Düzenle', + 'update' => 'Güncelle', + 'convert' => 'Dönüştür', + 'format' => 'Dosya tipi', + 'choose_format' => 'Dosya tipi seçiniz', +]; From 6130a8f01e0b76e8b660c58e28afababe128481e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tanju=20Y=C4=B1ld=C4=B1z?= Date: Sat, 23 May 2020 15:39:30 +0300 Subject: [PATCH 2/3] Add title to action buttons --- src/views/partials/action.blade.php | 38 +++++++++++++++++++++-------- translations/en/filemanager.php | 3 +++ 2 files changed, 31 insertions(+), 10 deletions(-) diff --git a/src/views/partials/action.blade.php b/src/views/partials/action.blade.php index 6c09e49..bc21219 100644 --- a/src/views/partials/action.blade.php +++ b/src/views/partials/action.blade.php @@ -2,34 +2,52 @@ class="btn_desktop_preview select" type="button" title="{{trans('filemanager::filemanager.preview')}}" - ng-click="previewPhoto(photo)"> + ng-click="previewPhoto(photo)"> + + class="default"> + + + class="default"> + + + class="select"> + + - - \ No newline at end of file + diff --git a/translations/en/filemanager.php b/translations/en/filemanager.php index b75e3ae..65bf00b 100644 --- a/translations/en/filemanager.php +++ b/translations/en/filemanager.php @@ -17,9 +17,12 @@ 'action' => 'Action', 'bulk-select' => 'Bulk Select', 'showing-files' => 'Showing :current of :total files', + 'select' => 'Select', + 'download' => 'İndir', 'edit' => 'Edit', 'update' => 'Update', 'convert' => 'Convert', 'format' => 'Format', 'choose_format' => 'Choose Format', + 'delete' => 'Delete', ]; From 1679b2533c7c9c8b8be9ecbfd280d89b20399e1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tanju=20Y=C4=B1ld=C4=B1z?= Date: Sat, 23 May 2020 15:39:50 +0300 Subject: [PATCH 3/3] Update Turkish translations --- translations/tr/filemanager.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/translations/tr/filemanager.php b/translations/tr/filemanager.php index 4cc6320..85edbe7 100644 --- a/translations/tr/filemanager.php +++ b/translations/tr/filemanager.php @@ -17,9 +17,12 @@ 'action' => 'İşlemler', 'bulk-select' => 'Çoklu Seçim', 'showing-files' => ':total dosyadan :current öğe gösteriliyor', + 'select' => 'Seç', + 'download' => 'İndir', 'edit' => 'Düzenle', 'update' => 'Güncelle', 'convert' => 'Dönüştür', 'format' => 'Dosya tipi', 'choose_format' => 'Dosya tipi seçiniz', + 'delete' => 'Sil', ];