diff options
Diffstat (limited to 'apps/files/l10n/tr.js')
-rw-r--r-- | apps/files/l10n/tr.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files/l10n/tr.js b/apps/files/l10n/tr.js index 172b508313b..59841803af1 100644 --- a/apps/files/l10n/tr.js +++ b/apps/files/l10n/tr.js @@ -235,6 +235,8 @@ OC.L10N.register( "Failed to convert files: {message}" : "Dosyalar dönüştürülemedi: {message}", "All files failed to be converted" : "Tüm dosyalar dönüştürülemedi", "One file could not be converted: {message}" : "Bir dosya dönüştürülemedi: {message}", + "_One file could not be converted_::_%n files could not be converted_" : ["Bir dosya dönüştürülemedi","%n dosya dönüştürülemedi"], + "_One file successfully converted_::_%n files successfully converted_" : ["Bir dosya dönüştürüldü","%n dosya dönüştürüldü"], "Files successfully converted" : "Dosyalar dönüştürüldü", "Failed to convert files" : "Dosyalar dönüştürülemedi", "Converting file …" : "Dosya dönüştürülüyor…", @@ -329,6 +331,7 @@ OC.L10N.register( "_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)"], "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.", |