summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/l10n/fa.js4
-rw-r--r--apps/files/l10n/fa.json4
-rw-r--r--apps/files/l10n/id.js1
-rw-r--r--apps/files/l10n/id.json1
-rw-r--r--apps/files/l10n/is.js2
-rw-r--r--apps/files/l10n/is.json2
-rw-r--r--apps/files/l10n/ru.js5
-rw-r--r--apps/files/l10n/ru.json5
8 files changed, 24 insertions, 0 deletions
diff --git a/apps/files/l10n/fa.js b/apps/files/l10n/fa.js
index 3abea769dae..08544fe5597 100644
--- a/apps/files/l10n/fa.js
+++ b/apps/files/l10n/fa.js
@@ -198,6 +198,8 @@ OC.L10N.register(
"List of files and folders." : "لیست فایل ها و پوشه ها",
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "این لیست به دلایل عملکرد به طور کامل ارائه نشده است. در حین حرکت در لیست، فایل ها ارائه می شوند.",
"File not found" : "فایل یافت نشد",
+ "_{count} file_::_{count} files_" : ["{count} پرونده","{count} پرونده"],
+ "_{count} folder_::_{count} folders_" : ["{count} پوشه","{count} پوشه"],
"Storage informations" : "ذخیره سازی اطلاعات ",
"{usedQuotaByte} used" : "{usedQuotaByte} استفاده شده است",
"{relative}% used" : "{نسبی}% استفاده شده است",
@@ -254,6 +256,8 @@ OC.L10N.register(
"Create new templates folder" : "پوشه قالب های جدید ایجاد کنید",
"Templates" : "قالب‌ها",
"Unable to initialize the templates directory" : "راه اندازی دایرکتوری الگوها ممکن نیست",
+ "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} پوشه","{folderCount} پوشه"],
+ "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} پرونده","{fileCount} پرونده"],
"List of favorites files and folders." : "لیست فایل ها و پوشه های مورد علاقه",
"No favorites yet" : "هنوز مورد دلخواه وجود ندارد",
"Files and folders you mark as favorite will show up here" : "فایل‌ها و پوشه‌های انتخاب شده به عنوان برگزیده توسط شما، در اینجا نمایش داده می‌شود",
diff --git a/apps/files/l10n/fa.json b/apps/files/l10n/fa.json
index a2a9541abb6..f9564621141 100644
--- a/apps/files/l10n/fa.json
+++ b/apps/files/l10n/fa.json
@@ -196,6 +196,8 @@
"List of files and folders." : "لیست فایل ها و پوشه ها",
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "این لیست به دلایل عملکرد به طور کامل ارائه نشده است. در حین حرکت در لیست، فایل ها ارائه می شوند.",
"File not found" : "فایل یافت نشد",
+ "_{count} file_::_{count} files_" : ["{count} پرونده","{count} پرونده"],
+ "_{count} folder_::_{count} folders_" : ["{count} پوشه","{count} پوشه"],
"Storage informations" : "ذخیره سازی اطلاعات ",
"{usedQuotaByte} used" : "{usedQuotaByte} استفاده شده است",
"{relative}% used" : "{نسبی}% استفاده شده است",
@@ -252,6 +254,8 @@
"Create new templates folder" : "پوشه قالب های جدید ایجاد کنید",
"Templates" : "قالب‌ها",
"Unable to initialize the templates directory" : "راه اندازی دایرکتوری الگوها ممکن نیست",
+ "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} پوشه","{folderCount} پوشه"],
+ "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} پرونده","{fileCount} پرونده"],
"List of favorites files and folders." : "لیست فایل ها و پوشه های مورد علاقه",
"No favorites yet" : "هنوز مورد دلخواه وجود ندارد",
"Files and folders you mark as favorite will show up here" : "فایل‌ها و پوشه‌های انتخاب شده به عنوان برگزیده توسط شما، در اینجا نمایش داده می‌شود",
diff --git a/apps/files/l10n/id.js b/apps/files/l10n/id.js
index 3b5f35188ca..0a863d559cf 100644
--- a/apps/files/l10n/id.js
+++ b/apps/files/l10n/id.js
@@ -168,6 +168,7 @@ OC.L10N.register(
"File Management" : "Pengelolaan Berkas",
"Folder name" : "Nama folder",
"Select all" : "Pilih Semua",
+ "Unselect all" : "Batalkan semua pemilihan",
"File not found" : "Berkas tidak ditemukan",
"Storage informations" : "Informasi penyimpanan",
"{usedQuotaByte} used" : "{usedQuotaByte} digunakan",
diff --git a/apps/files/l10n/id.json b/apps/files/l10n/id.json
index 5b768e90f9f..830c1cd8cdc 100644
--- a/apps/files/l10n/id.json
+++ b/apps/files/l10n/id.json
@@ -166,6 +166,7 @@
"File Management" : "Pengelolaan Berkas",
"Folder name" : "Nama folder",
"Select all" : "Pilih Semua",
+ "Unselect all" : "Batalkan semua pemilihan",
"File not found" : "Berkas tidak ditemukan",
"Storage informations" : "Informasi penyimpanan",
"{usedQuotaByte} used" : "{usedQuotaByte} digunakan",
diff --git a/apps/files/l10n/is.js b/apps/files/l10n/is.js
index a4ecf4f3237..1697e4d8729 100644
--- a/apps/files/l10n/is.js
+++ b/apps/files/l10n/is.js
@@ -164,6 +164,8 @@ OC.L10N.register(
"Blank" : "Tóm",
"Unable to create new file from template" : "Tekst ekki að búa til nýja skrá út frá sniðmáti",
"Delete permanently" : "Eyða varanlega",
+ "Copy to {target}" : "Afrita í {target}",
+ "Move to {target}" : "Færa í {target}",
"Open details" : "Opna nánari upplýsingar",
"Templates" : "Sniðmát",
"Unable to initialize the templates directory" : "Tókst ekki að frumstilla sniðmátamöppuna",
diff --git a/apps/files/l10n/is.json b/apps/files/l10n/is.json
index fecbc45055d..7b0d740e163 100644
--- a/apps/files/l10n/is.json
+++ b/apps/files/l10n/is.json
@@ -162,6 +162,8 @@
"Blank" : "Tóm",
"Unable to create new file from template" : "Tekst ekki að búa til nýja skrá út frá sniðmáti",
"Delete permanently" : "Eyða varanlega",
+ "Copy to {target}" : "Afrita í {target}",
+ "Move to {target}" : "Færa í {target}",
"Open details" : "Opna nánari upplýsingar",
"Templates" : "Sniðmát",
"Unable to initialize the templates directory" : "Tókst ekki að frumstilla sniðmátamöppuna",
diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js
index 4fcaa84aeef..65ca27066e5 100644
--- a/apps/files/l10n/ru.js
+++ b/apps/files/l10n/ru.js
@@ -171,6 +171,8 @@ OC.L10N.register(
"File Management" : "Управление файлами",
"Reload current directory" : "Обновить текущий каталог",
"Go to the \"{dir}\" directory" : "Перейти в каталог \"{dir}\"",
+ "Drag and drop files here to upload" : "Перетаскивайте файлы сюда для загрузки",
+ "Upload successful" : "Загружено успешно",
"\"{displayName}\" action executed successfully" : "Действие «{displayName}» выполнено успешно",
"\"{displayName}\" action failed" : "Действие «{displayName}» завершилось неудачно",
"Select the row for {displayName}" : "Выбрать строку для {displayName}",
@@ -195,6 +197,7 @@ OC.L10N.register(
"Unselect all" : "Отменить выделение для всех",
"\"{displayName}\" failed on some elements " : "«{displayName}» неудачно для некоторых элементов",
"\"{displayName}\" batch action executed successfully" : "Пакетное действие \"{displayName}\" выполнено успешно",
+ "Sort list by {column}" : "Сортировать список по {column}",
"{summaryFile} and {summaryFolder}" : "{summaryFile} и {summaryFolder}",
"List of files and folders." : "Список файлов и каталогов.",
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Этот список отображается не полностью из соображений производительности. Файлы будут отображаться по мере перемещения по списку.",
@@ -226,6 +229,7 @@ OC.L10N.register(
"Shared by link" : "Доступные по ссылке",
"Shared" : "Опубликованное",
"Switch to list view" : "Переключение в режим просмотра списка",
+ "Switch to grid view" : "Переключиться на режим просмотра сеткой",
"Open the files app settings" : "Открыть параметры приложения «Файлы»",
"Files settings" : "Настройки файлов",
"File cannot be accessed" : "Не удалось получить доступ к файлу",
@@ -233,6 +237,7 @@ OC.L10N.register(
"Sort favorites first" : "Сначала избранное",
"Show hidden files" : "Показывать скрытые файлы",
"Crop image previews" : "Обрезать пред. просмотр",
+ "Enable the grid view" : "Включить режим просмотра сеткой",
"Additional settings" : "Дополнительные параметры",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Копировать в буфер",
diff --git a/apps/files/l10n/ru.json b/apps/files/l10n/ru.json
index 7947771ffb3..7056b830587 100644
--- a/apps/files/l10n/ru.json
+++ b/apps/files/l10n/ru.json
@@ -169,6 +169,8 @@
"File Management" : "Управление файлами",
"Reload current directory" : "Обновить текущий каталог",
"Go to the \"{dir}\" directory" : "Перейти в каталог \"{dir}\"",
+ "Drag and drop files here to upload" : "Перетаскивайте файлы сюда для загрузки",
+ "Upload successful" : "Загружено успешно",
"\"{displayName}\" action executed successfully" : "Действие «{displayName}» выполнено успешно",
"\"{displayName}\" action failed" : "Действие «{displayName}» завершилось неудачно",
"Select the row for {displayName}" : "Выбрать строку для {displayName}",
@@ -193,6 +195,7 @@
"Unselect all" : "Отменить выделение для всех",
"\"{displayName}\" failed on some elements " : "«{displayName}» неудачно для некоторых элементов",
"\"{displayName}\" batch action executed successfully" : "Пакетное действие \"{displayName}\" выполнено успешно",
+ "Sort list by {column}" : "Сортировать список по {column}",
"{summaryFile} and {summaryFolder}" : "{summaryFile} и {summaryFolder}",
"List of files and folders." : "Список файлов и каталогов.",
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Этот список отображается не полностью из соображений производительности. Файлы будут отображаться по мере перемещения по списку.",
@@ -224,6 +227,7 @@
"Shared by link" : "Доступные по ссылке",
"Shared" : "Опубликованное",
"Switch to list view" : "Переключение в режим просмотра списка",
+ "Switch to grid view" : "Переключиться на режим просмотра сеткой",
"Open the files app settings" : "Открыть параметры приложения «Файлы»",
"Files settings" : "Настройки файлов",
"File cannot be accessed" : "Не удалось получить доступ к файлу",
@@ -231,6 +235,7 @@
"Sort favorites first" : "Сначала избранное",
"Show hidden files" : "Показывать скрытые файлы",
"Crop image previews" : "Обрезать пред. просмотр",
+ "Enable the grid view" : "Включить режим просмотра сеткой",
"Additional settings" : "Дополнительные параметры",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Копировать в буфер",