diff options
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/l10n/de.js | 2 | ||||
-rw-r--r-- | apps/files/l10n/de.json | 2 | ||||
-rw-r--r-- | apps/files/l10n/ru.js | 5 | ||||
-rw-r--r-- | apps/files/l10n/ru.json | 5 | ||||
-rw-r--r-- | apps/files/l10n/tr.js | 6 | ||||
-rw-r--r-- | apps/files/l10n/tr.json | 6 |
6 files changed, 16 insertions, 10 deletions
diff --git a/apps/files/l10n/de.js b/apps/files/l10n/de.js index a318be3770e..36c7d86f3b5 100644 --- a/apps/files/l10n/de.js +++ b/apps/files/l10n/de.js @@ -35,7 +35,7 @@ OC.L10N.register( "Uploading..." : "Hochladen…", "..." : "...", "{hours}:{minutes}:{seconds} hour{plural_s} left" : "{hours}:{minutes}:{seconds} Stunde(n) übrig", - "{hours}:{minutes}h" : "{hours}:{minutes}h", + "{hours}:{minutes}h" : "{hours}:{minutes} Std.", "{minutes}:{seconds} minute{plural_s} left" : "{minutes}:{seconds} Minute(n) übrig", "{minutes}:{seconds}m" : "{minutes}:{seconds}m", "{seconds} second{plural_s} left" : "{seconds} Sekund{plural_s} übrig", diff --git a/apps/files/l10n/de.json b/apps/files/l10n/de.json index d16b46eb2f6..1802aedd20c 100644 --- a/apps/files/l10n/de.json +++ b/apps/files/l10n/de.json @@ -33,7 +33,7 @@ "Uploading..." : "Hochladen…", "..." : "...", "{hours}:{minutes}:{seconds} hour{plural_s} left" : "{hours}:{minutes}:{seconds} Stunde(n) übrig", - "{hours}:{minutes}h" : "{hours}:{minutes}h", + "{hours}:{minutes}h" : "{hours}:{minutes} Std.", "{minutes}:{seconds} minute{plural_s} left" : "{minutes}:{seconds} Minute(n) übrig", "{minutes}:{seconds}m" : "{minutes}:{seconds}m", "{seconds} second{plural_s} left" : "{seconds} Sekund{plural_s} übrig", diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index bbeaa1ebe51..8f04e746dab 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -74,6 +74,7 @@ OC.L10N.register( "_%n folder_::_%n folders_" : ["%n каталог","%n каталога","%n каталогов","%n каталогов"], "_%n file_::_%n files_" : ["%n файл","%n файла","%n файлов","%n файлов"], "{dirs} and {files}" : "{dirs} и {files}", + "_including %n hidden_::_including %n hidden_" : ["включая %n скрытый","включая %n скрытых","включая %n скрытых","включая %n скрытых"], "You don’t have permission to upload or create files here" : "У вас нет прав для загрузки или создания файлов здесь.", "_Uploading %n file_::_Uploading %n files_" : ["Закачка %n файла","Закачка %n файлов","Закачка %n файлов","Закачка %n файлов"], "New" : "Новый", @@ -132,6 +133,8 @@ OC.L10N.register( "No favorites" : "Нет избранного", "Files and folders you mark as favorite will show up here" : "Здесь появятся файлы и каталоги, отмеченные как избранные", "Text file" : "Текстовый файл", - "New text file.txt" : "Новый текстовый документ.txt" + "New text file.txt" : "Новый текстовый документ.txt", + "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "Используйте этот адрес для <a href=\"%s\" target=\"_blank\">получения доступа к вашим файлам через WebDAV</a>", + "Cancel upload" : "Отменить загрузку" }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/apps/files/l10n/ru.json b/apps/files/l10n/ru.json index bd4e555203e..f2e6f653c32 100644 --- a/apps/files/l10n/ru.json +++ b/apps/files/l10n/ru.json @@ -72,6 +72,7 @@ "_%n folder_::_%n folders_" : ["%n каталог","%n каталога","%n каталогов","%n каталогов"], "_%n file_::_%n files_" : ["%n файл","%n файла","%n файлов","%n файлов"], "{dirs} and {files}" : "{dirs} и {files}", + "_including %n hidden_::_including %n hidden_" : ["включая %n скрытый","включая %n скрытых","включая %n скрытых","включая %n скрытых"], "You don’t have permission to upload or create files here" : "У вас нет прав для загрузки или создания файлов здесь.", "_Uploading %n file_::_Uploading %n files_" : ["Закачка %n файла","Закачка %n файлов","Закачка %n файлов","Закачка %n файлов"], "New" : "Новый", @@ -130,6 +131,8 @@ "No favorites" : "Нет избранного", "Files and folders you mark as favorite will show up here" : "Здесь появятся файлы и каталоги, отмеченные как избранные", "Text file" : "Текстовый файл", - "New text file.txt" : "Новый текстовый документ.txt" + "New text file.txt" : "Новый текстовый документ.txt", + "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "Используйте этот адрес для <a href=\"%s\" target=\"_blank\">получения доступа к вашим файлам через WebDAV</a>", + "Cancel upload" : "Отменить загрузку" },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" }
\ No newline at end of file diff --git a/apps/files/l10n/tr.js b/apps/files/l10n/tr.js index 0e36dc0a164..41c7a83ffc7 100644 --- a/apps/files/l10n/tr.js +++ b/apps/files/l10n/tr.js @@ -1,13 +1,13 @@ OC.L10N.register( "files", { - "Storage not available" : "Depolama alanı mevcut değil", + "Storage not available" : "Depolama yok", "Storage invalid" : "Depolama geçersiz", "Unknown error" : "Bilinmeyen hata", "Unable to set upload directory." : "Yükleme dizini ayarlanamadı.", "Invalid Token" : "Geçersiz Belirteç", - "No file was uploaded. Unknown error" : "Dosya yüklenmedi. Bilinmeyen hata", - "There is no error, the file uploaded with success" : "Dosya başarıyla yüklendi, hata oluşmadı", + "No file was uploaded. Unknown error" : "Dosya yüklenmedi. Bilinmeyen bir sorun çıktı", + "There is no error, the file uploaded with success" : "Dosya yüklendi, herhangi bir sorun çıkmadı", "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "php.ini dosyasında upload_max_filesize ile belirtilen dosya yükleme sınırı aşıldı:", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Yüklenecek dosyanın boyutu HTML formunda belirtilen MAX_FILE_SIZE limitini aşıyor", "The uploaded file was only partially uploaded" : "Dosya karşıya kısmen yüklenebildi", diff --git a/apps/files/l10n/tr.json b/apps/files/l10n/tr.json index feda086b524..f0a094c6108 100644 --- a/apps/files/l10n/tr.json +++ b/apps/files/l10n/tr.json @@ -1,11 +1,11 @@ { "translations": { - "Storage not available" : "Depolama alanı mevcut değil", + "Storage not available" : "Depolama yok", "Storage invalid" : "Depolama geçersiz", "Unknown error" : "Bilinmeyen hata", "Unable to set upload directory." : "Yükleme dizini ayarlanamadı.", "Invalid Token" : "Geçersiz Belirteç", - "No file was uploaded. Unknown error" : "Dosya yüklenmedi. Bilinmeyen hata", - "There is no error, the file uploaded with success" : "Dosya başarıyla yüklendi, hata oluşmadı", + "No file was uploaded. Unknown error" : "Dosya yüklenmedi. Bilinmeyen bir sorun çıktı", + "There is no error, the file uploaded with success" : "Dosya yüklendi, herhangi bir sorun çıkmadı", "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "php.ini dosyasında upload_max_filesize ile belirtilen dosya yükleme sınırı aşıldı:", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Yüklenecek dosyanın boyutu HTML formunda belirtilen MAX_FILE_SIZE limitini aşıyor", "The uploaded file was only partially uploaded" : "Dosya karşıya kısmen yüklenebildi", |