Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Turkish translations #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add Turkish translations
mavisland committed May 23, 2020
commit 88b141c99e0e25b99bbc06fa57f33213b12f754b
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
25 changes: 25 additions & 0 deletions translations/tr/filemanager.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?php
return [
'title' => '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',
];