diff options
Diffstat (limited to 'apps/files/l10n/tr.js')
-rw-r--r-- | apps/files/l10n/tr.js | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/apps/files/l10n/tr.js b/apps/files/l10n/tr.js index 59841803af1..e699bf8bd42 100644 --- a/apps/files/l10n/tr.js +++ b/apps/files/l10n/tr.js @@ -326,12 +326,8 @@ OC.L10N.register( "This directory is unavailable, please check the logs or contact the administrator" : "Bu klasör yazılabilir değil. Lütfen günlük kayıtlarına bakın ya da BT yöneticiniz ile görüşün", "Storage is temporarily not available" : "Depolama geçici olarak kullanılamıyor", "Unexpected error: {error}" : "Beklenmeyen bir sorun çıktı: {error}", - "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} klasör","{folderCount} klasör"], - "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} dosya","{fileCount} dosya"], - "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 dosya ve {folderCount} klasör","1 dosya ve {folderCount} klasör"], - "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} dosya ve 1 klasör","{fileCount} dosya ve 1 klasör"], - "{fileCount} files and {folderCount} folders" : "{fileCount} dosya ve {folderCount} klasör", - "_(%n hidden)_::_ (%n hidden)_" : ["(%n gizli)"," (%n gizli)"], + "_%n file_::_%n files_" : ["%n dosya","%n dosya"], + "_%n folder_::_%n folders_" : ["%n klasör","%n klasör"], "Filename must not be empty." : "Dosya adı boş olamaz.", "\"{char}\" is not allowed inside a filename." : "Dosya adlarında \"{char}\" kullanılamaz.", "\"{segment}\" is a reserved name and not allowed for filenames." : "\"{segment}\" ayrılmış bir ad olduğundan dosya adlarında kullanılamaz.", @@ -405,8 +401,6 @@ OC.L10N.register( "Error deleting file \"{fileName}\"." : "\"{fileName}\" dosyası silinirken sorun çıktı.", "No search results in other folders for {tag}{filter}{endtag}" : "{tag}{filter}{endtag} için diğer klasörlerde herhangi bir arama sonucu yok", "Enter more than two characters to search in other folders" : "Diğer klasörlerde aramak için iki karakterden fazla yazın", - "_%n folder_::_%n folders_" : ["%n klasör","%n klasör"], - "_%n file_::_%n files_" : ["%n dosya","%n dosya"], "{dirs} and {files}" : "{dirs} ve {files}", "_including %n hidden_::_including %n hidden_" : ["%n gizli ile birlikte","%n gizli ile birlikte"], "You do not have permission to upload or create files here" : "Buraya dosya yükleme ya da ekleme izniniz yok", @@ -446,6 +440,11 @@ OC.L10N.register( "Edit file locally" : "Dosyayı yerel olarak düzenle", "Edit online" : "Çevrim içi düzenle", "Create new templates folder" : "Yeni kalıp klasörü oluştur", + "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} klasör","{folderCount} klasör"], + "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} dosya","{fileCount} dosya"], + "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 dosya ve {folderCount} klasör","1 dosya ve {folderCount} klasör"], + "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} dosya ve 1 klasör","{fileCount} dosya ve 1 klasör"], + "{fileCount} files and {folderCount} folders" : "{fileCount} dosya ve {folderCount} klasör", "List of favorites files and folders." : "Sık kullanılan dosya ve klasör listesi.", "Personal Files" : "Kişisel dosyalar", "Text file" : "Metin dosyası", |