diff --git a/apps/federatedfilesharing/l10n/ru.js b/apps/federatedfilesharing/l10n/ru.js
index e1ef8e82c71f2..6e534039f4282 100644
--- a/apps/federatedfilesharing/l10n/ru.js
+++ b/apps/federatedfilesharing/l10n/ru.js
@@ -9,6 +9,7 @@ OC.L10N.register(
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Не удалось установить межсерверный общий доступ, на другом сервере установлена устаревшая версия Nextcloud (версия 9.x или более ранняя).",
"It is not allowed to send federated group shares from this server." : "Не допускается предоставление межсерверного общего доступа группам пользователей.",
"Sharing %1$s failed, because this item is already shared with the account %2$s" : "Не удалось предоставить доступ к %1$s, так как этот ресурс уже доступен пользователю %2$s",
+ "Not allowed to create a federated share to the same account" : "Запрещено создавать федеративный общий доступ к одной и той же учетной записи",
"Federated shares require read permissions" : "Для федеративных ресурсов требуются разрешения на чтение",
"File is already shared with %s" : "Доступ к файлу уже предоставлен %s",
"Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "Не удалось предоставить доступ к «%1$s», не удалось найти %2$s. Возможно, сервер недоступен или использует самоподписанный сертификат.",
diff --git a/apps/federatedfilesharing/l10n/ru.json b/apps/federatedfilesharing/l10n/ru.json
index 163d2604ca0cc..57794f9af54c7 100644
--- a/apps/federatedfilesharing/l10n/ru.json
+++ b/apps/federatedfilesharing/l10n/ru.json
@@ -7,6 +7,7 @@
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Не удалось установить межсерверный общий доступ, на другом сервере установлена устаревшая версия Nextcloud (версия 9.x или более ранняя).",
"It is not allowed to send federated group shares from this server." : "Не допускается предоставление межсерверного общего доступа группам пользователей.",
"Sharing %1$s failed, because this item is already shared with the account %2$s" : "Не удалось предоставить доступ к %1$s, так как этот ресурс уже доступен пользователю %2$s",
+ "Not allowed to create a federated share to the same account" : "Запрещено создавать федеративный общий доступ к одной и той же учетной записи",
"Federated shares require read permissions" : "Для федеративных ресурсов требуются разрешения на чтение",
"File is already shared with %s" : "Доступ к файлу уже предоставлен %s",
"Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "Не удалось предоставить доступ к «%1$s», не удалось найти %2$s. Возможно, сервер недоступен или использует самоподписанный сертификат.",
diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js
index f66f28a465761..b34d3e73869ed 100644
--- a/apps/files/l10n/ru.js
+++ b/apps/files/l10n/ru.js
@@ -235,6 +235,7 @@ OC.L10N.register(
"Copy to {target}" : "Скопировать в «{target}»",
"Move to {target}" : "Переместить в «{target}»",
"Move or copy operation failed" : "Ошибка перемещение или копирования",
+ "Cancelled move or copy of \"{filename}\"." : "Отменено перемещение или копирование \"{filename}\".",
"Cancelled move or copy operation" : "Копирование или перемещение отменено",
"Open folder {displayName}" : "Открыть папку «{displayName}»",
"Open in Files" : "Открыть в приложении «Файлы»",
@@ -308,6 +309,10 @@ OC.L10N.register(
"Copy direct link (only works for users who have access to this file/folder)" : "Копировать прямую ссылку (работает только для пользователей с правами доступа к этому файлу или каталогу)",
"\"remote user\"" : "«пользователь с другого сервера»",
"{newName} already exists." : "«{newName}» уже существует.",
+ "\"{segment}\" is not allowed inside a filename." : "\"{segment}\" не допускается внутри имени файла.",
+ "\"{segment}\" is a forbidden file or folder name." : "\"{segment}\" это запрещенное имя файла или папки.",
+ "\"{segment}\" is not an allowed filetype." : "\"{segment}\" это недопустимый тип файла.",
+ "Filenames must not end with \"{segment}\"." : "Имена файлов не должны заканчиваться на \"{segment}\".",
"Name cannot be empty" : "Имя не может быть пустым",
"Another entry with the same name already exists" : "Другая запись с таким названием уже существует",
"\"{displayName}\" failed on some elements " : "«{displayName}» неудачно для некоторых элементов",
diff --git a/apps/files/l10n/ru.json b/apps/files/l10n/ru.json
index 6ba1ad21dbadf..55bfa6f457891 100644
--- a/apps/files/l10n/ru.json
+++ b/apps/files/l10n/ru.json
@@ -233,6 +233,7 @@
"Copy to {target}" : "Скопировать в «{target}»",
"Move to {target}" : "Переместить в «{target}»",
"Move or copy operation failed" : "Ошибка перемещение или копирования",
+ "Cancelled move or copy of \"{filename}\"." : "Отменено перемещение или копирование \"{filename}\".",
"Cancelled move or copy operation" : "Копирование или перемещение отменено",
"Open folder {displayName}" : "Открыть папку «{displayName}»",
"Open in Files" : "Открыть в приложении «Файлы»",
@@ -306,6 +307,10 @@
"Copy direct link (only works for users who have access to this file/folder)" : "Копировать прямую ссылку (работает только для пользователей с правами доступа к этому файлу или каталогу)",
"\"remote user\"" : "«пользователь с другого сервера»",
"{newName} already exists." : "«{newName}» уже существует.",
+ "\"{segment}\" is not allowed inside a filename." : "\"{segment}\" не допускается внутри имени файла.",
+ "\"{segment}\" is a forbidden file or folder name." : "\"{segment}\" это запрещенное имя файла или папки.",
+ "\"{segment}\" is not an allowed filetype." : "\"{segment}\" это недопустимый тип файла.",
+ "Filenames must not end with \"{segment}\"." : "Имена файлов не должны заканчиваться на \"{segment}\".",
"Name cannot be empty" : "Имя не может быть пустым",
"Another entry with the same name already exists" : "Другая запись с таким названием уже существует",
"\"{displayName}\" failed on some elements " : "«{displayName}» неудачно для некоторых элементов",
diff --git a/apps/files/l10n/sv.js b/apps/files/l10n/sv.js
index 3910e0f7c73da..84e00f2621e47 100644
--- a/apps/files/l10n/sv.js
+++ b/apps/files/l10n/sv.js
@@ -207,6 +207,7 @@ OC.L10N.register(
"Remove filter" : "Ta bort filter",
"Total rows summary" : "Sammanfattning antal rader",
"Toggle selection for all files and folders" : "Växla markering för alla filer och mappar",
+ "(selected)" : "(vald)",
"Deletion cancelled" : "Radering avbruten",
"Delete permanently" : "Ta bort permanent",
"Delete and unshare" : "Radera och sluta dela",
diff --git a/apps/files/l10n/sv.json b/apps/files/l10n/sv.json
index 57da295a1fc9d..32c91a482993c 100644
--- a/apps/files/l10n/sv.json
+++ b/apps/files/l10n/sv.json
@@ -205,6 +205,7 @@
"Remove filter" : "Ta bort filter",
"Total rows summary" : "Sammanfattning antal rader",
"Toggle selection for all files and folders" : "Växla markering för alla filer och mappar",
+ "(selected)" : "(vald)",
"Deletion cancelled" : "Radering avbruten",
"Delete permanently" : "Ta bort permanent",
"Delete and unshare" : "Radera och sluta dela",
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js
index 2275d27355f03..e16be36a0030f 100644
--- a/apps/files/l10n/zh_CN.js
+++ b/apps/files/l10n/zh_CN.js
@@ -157,6 +157,8 @@ OC.L10N.register(
"A file or folder has been changed" : "文件或文件夹已经被修改",
"A favorite file or folder has been changed" : "一个收藏的文件或文件夹已经被修改",
"Failed to authorize" : "授权失败",
+ "Invalid folder path" : "无效文件夹路径",
+ "Folder not found" : "未找到文件夹",
"Upload (max. %s)" : "上传 (最大 %s)",
"Files compatibility" : "文件兼容性",
"Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "允许限制文件名称以确保文件可以与所有客户端同步。默认状态下,所有POSIX(例如 Linux 或 macOS)系统有效的文件名都是被允许的。",
@@ -187,6 +189,8 @@ OC.L10N.register(
"\"{displayName}\" action failed" : "“{displayName}”操作执行失败",
"Toggle selection for file \"{displayName}\"" : "切换文件 “{displayName}” 的选择",
"Toggle selection for folder \"{displayName}\"" : "切换文件夹 “{displayName}” 的选择",
+ "File is loading" : "正在加载文件",
+ "Folder is loading" : "正在加载文件夹",
"Rename file" : "重命名文件",
"Filename" : "文件名",
"Folder name" : "文件夹名称",
@@ -203,6 +207,7 @@ OC.L10N.register(
"Remove filter" : "移除过滤条件",
"Total rows summary" : "总行摘要",
"Toggle selection for all files and folders" : "切换所有文件和文件夹 “{displayName}” 的选择",
+ "(selected)" : "(选中)",
"Deletion cancelled" : "已取消删除",
"Delete permanently" : "彻底删除",
"Delete and unshare" : "删除并取消分享",
@@ -214,7 +219,10 @@ OC.L10N.register(
"_You are about to delete {count} item_::_You are about to delete {count} items_" : ["您正要删除 {count} 个项目"],
"Confirm deletion" : "确认删除",
"Cancel" : "取消",
+ "Edit file locally" : "本地编辑",
"The file should now open locally. If you don't see this happening, make sure that the desktop client is installed on your system." : "文件应在本地打开。如果你看不到任何文件被打开,请先确保在你的电脑中已安装相关的桌面客户端。",
+ "Retry local edit" : "重试本地编辑",
+ "Edit online" : "在线编辑",
"Destination is not a folder" : "目标不是一个文件夹",
"This file/folder is already in that directory" : "该文件/文件夹已经存在与该目录中",
"You cannot move a file/folder onto itself or into a subfolder of itself" : "你无法将文件/文件夹移动至其自身或子文件夹中",
@@ -228,6 +236,7 @@ OC.L10N.register(
"Copy to {target}" : "复制到 {target}",
"Move to {target}" : "移动到 {target}",
"Move or copy operation failed" : "移动或复制失败",
+ "Cancelled move or copy of \"{filename}\"." : "取消移动或复制“{filename}”。",
"Cancelled move or copy operation" : "已取消移动或复制操作",
"Open folder {displayName}" : "打开文件夹{displayName}",
"Open in Files" : "在文件中打开",
@@ -243,9 +252,12 @@ OC.L10N.register(
"PDFs" : "PDF",
"Folders" : "文件夹",
"Audio" : "声音提醒",
+ "Photos and images" : "照片和影像",
"Videos" : "视频",
+ "New folder creation cancelled" : "取消创建新文件夹",
"Created new folder \"{name}\"" : "创建了新文件夹「{name}」",
"Unable to initialize the templates directory" : "无法初始化模板目录",
+ "Create templates folder" : "创建模板文件夹",
"Templates" : "模板",
"New template folder" : "新建模板文件夹",
"In folder" : "文件夹内",
@@ -298,6 +310,10 @@ OC.L10N.register(
"Copy direct link (only works for users who have access to this file/folder)" : "复制直接链接(仅适用于有权访问此文件/文件夹的用户)",
"\"remote user\"" : "“远程用户”",
"{newName} already exists." : "{newName}已经存在。",
+ "\"{segment}\" is not allowed inside a filename." : "文件名不允许使用“{segment}”。",
+ "\"{segment}\" is a forbidden file or folder name." : "文件夹或文件名禁止使用“{segment}”。",
+ "\"{segment}\" is not an allowed filetype." : "文件类型不允许使用“{segment}”。",
+ "Filenames must not end with \"{segment}\"." : "文件名不能以“{segment}”结尾。",
"Name cannot be empty" : "名称不能为空",
"Another entry with the same name already exists" : "已经存在另一个使用该名称的条目",
"\"{displayName}\" failed on some elements " : "“{displayName}”在某些元素上失败",
@@ -376,6 +392,7 @@ OC.L10N.register(
"Submit" : "使用",
"Upload was cancelled by user" : "用户已取消上传",
"Filter filenames…" : "过滤文件名...",
- "Views" : "视图"
+ "Views" : "视图",
+ "Enable folder tree" : "启用文件夹树"
},
"nplurals=1; plural=0;");
diff --git a/apps/files/l10n/zh_CN.json b/apps/files/l10n/zh_CN.json
index 40032a644d1fa..db6975b07ca72 100644
--- a/apps/files/l10n/zh_CN.json
+++ b/apps/files/l10n/zh_CN.json
@@ -155,6 +155,8 @@
"A file or folder has been changed" : "文件或文件夹已经被修改",
"A favorite file or folder has been changed" : "一个收藏的文件或文件夹已经被修改",
"Failed to authorize" : "授权失败",
+ "Invalid folder path" : "无效文件夹路径",
+ "Folder not found" : "未找到文件夹",
"Upload (max. %s)" : "上传 (最大 %s)",
"Files compatibility" : "文件兼容性",
"Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "允许限制文件名称以确保文件可以与所有客户端同步。默认状态下,所有POSIX(例如 Linux 或 macOS)系统有效的文件名都是被允许的。",
@@ -185,6 +187,8 @@
"\"{displayName}\" action failed" : "“{displayName}”操作执行失败",
"Toggle selection for file \"{displayName}\"" : "切换文件 “{displayName}” 的选择",
"Toggle selection for folder \"{displayName}\"" : "切换文件夹 “{displayName}” 的选择",
+ "File is loading" : "正在加载文件",
+ "Folder is loading" : "正在加载文件夹",
"Rename file" : "重命名文件",
"Filename" : "文件名",
"Folder name" : "文件夹名称",
@@ -201,6 +205,7 @@
"Remove filter" : "移除过滤条件",
"Total rows summary" : "总行摘要",
"Toggle selection for all files and folders" : "切换所有文件和文件夹 “{displayName}” 的选择",
+ "(selected)" : "(选中)",
"Deletion cancelled" : "已取消删除",
"Delete permanently" : "彻底删除",
"Delete and unshare" : "删除并取消分享",
@@ -212,7 +217,10 @@
"_You are about to delete {count} item_::_You are about to delete {count} items_" : ["您正要删除 {count} 个项目"],
"Confirm deletion" : "确认删除",
"Cancel" : "取消",
+ "Edit file locally" : "本地编辑",
"The file should now open locally. If you don't see this happening, make sure that the desktop client is installed on your system." : "文件应在本地打开。如果你看不到任何文件被打开,请先确保在你的电脑中已安装相关的桌面客户端。",
+ "Retry local edit" : "重试本地编辑",
+ "Edit online" : "在线编辑",
"Destination is not a folder" : "目标不是一个文件夹",
"This file/folder is already in that directory" : "该文件/文件夹已经存在与该目录中",
"You cannot move a file/folder onto itself or into a subfolder of itself" : "你无法将文件/文件夹移动至其自身或子文件夹中",
@@ -226,6 +234,7 @@
"Copy to {target}" : "复制到 {target}",
"Move to {target}" : "移动到 {target}",
"Move or copy operation failed" : "移动或复制失败",
+ "Cancelled move or copy of \"{filename}\"." : "取消移动或复制“{filename}”。",
"Cancelled move or copy operation" : "已取消移动或复制操作",
"Open folder {displayName}" : "打开文件夹{displayName}",
"Open in Files" : "在文件中打开",
@@ -241,9 +250,12 @@
"PDFs" : "PDF",
"Folders" : "文件夹",
"Audio" : "声音提醒",
+ "Photos and images" : "照片和影像",
"Videos" : "视频",
+ "New folder creation cancelled" : "取消创建新文件夹",
"Created new folder \"{name}\"" : "创建了新文件夹「{name}」",
"Unable to initialize the templates directory" : "无法初始化模板目录",
+ "Create templates folder" : "创建模板文件夹",
"Templates" : "模板",
"New template folder" : "新建模板文件夹",
"In folder" : "文件夹内",
@@ -296,6 +308,10 @@
"Copy direct link (only works for users who have access to this file/folder)" : "复制直接链接(仅适用于有权访问此文件/文件夹的用户)",
"\"remote user\"" : "“远程用户”",
"{newName} already exists." : "{newName}已经存在。",
+ "\"{segment}\" is not allowed inside a filename." : "文件名不允许使用“{segment}”。",
+ "\"{segment}\" is a forbidden file or folder name." : "文件夹或文件名禁止使用“{segment}”。",
+ "\"{segment}\" is not an allowed filetype." : "文件类型不允许使用“{segment}”。",
+ "Filenames must not end with \"{segment}\"." : "文件名不能以“{segment}”结尾。",
"Name cannot be empty" : "名称不能为空",
"Another entry with the same name already exists" : "已经存在另一个使用该名称的条目",
"\"{displayName}\" failed on some elements " : "“{displayName}”在某些元素上失败",
@@ -374,6 +390,7 @@
"Submit" : "使用",
"Upload was cancelled by user" : "用户已取消上传",
"Filter filenames…" : "过滤文件名...",
- "Views" : "视图"
+ "Views" : "视图",
+ "Enable folder tree" : "启用文件夹树"
},"pluralForm" :"nplurals=1; plural=0;"
}
\ No newline at end of file
diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js
index 8d06ec81d1513..d5b065a752229 100644
--- a/apps/files/l10n/zh_TW.js
+++ b/apps/files/l10n/zh_TW.js
@@ -207,6 +207,7 @@ OC.L10N.register(
"Remove filter" : "移除過濾條件",
"Total rows summary" : "總列摘要",
"Toggle selection for all files and folders" : "切換所有檔案和資料夾的選取",
+ "(selected)" : "(已選取)",
"Deletion cancelled" : "刪除已取消",
"Delete permanently" : "永久刪除",
"Delete and unshare" : "刪除並取消分享",
diff --git a/apps/files/l10n/zh_TW.json b/apps/files/l10n/zh_TW.json
index 844e67ad30271..9bbfc0ade87db 100644
--- a/apps/files/l10n/zh_TW.json
+++ b/apps/files/l10n/zh_TW.json
@@ -205,6 +205,7 @@
"Remove filter" : "移除過濾條件",
"Total rows summary" : "總列摘要",
"Toggle selection for all files and folders" : "切換所有檔案和資料夾的選取",
+ "(selected)" : "(已選取)",
"Deletion cancelled" : "刪除已取消",
"Delete permanently" : "永久刪除",
"Delete and unshare" : "刪除並取消分享",
diff --git a/apps/files_external/l10n/ru.js b/apps/files_external/l10n/ru.js
index b74042edf463f..57e173bc14480 100644
--- a/apps/files_external/l10n/ru.js
+++ b/apps/files_external/l10n/ru.js
@@ -18,6 +18,7 @@ OC.L10N.register(
"Once every direct access" : "Каждый раз при прямом доступе",
"Read only" : "Только чтение",
"Disconnect" : "Отключить",
+ "Unknown backend: {backendName}" : "Неизвестный бэкэнд: {backendName}",
"Admin defined" : "Определено администратором",
"Automatic status checking is disabled due to the large number of configured storages, click to check status" : "Автоматическая проверка статуса отключена из-за большого количества настроенных хранилищ, нажмите для проверки статуса",
"Are you sure you want to disconnect this external storage? It will make the storage unavailable in Nextcloud and will lead to a deletion of these files and folders on any sync client that is currently connected but will not delete any files and folders on the external storage itself." : "Вы уверены, что хотите отключить это внешнее хранилище? Это сделает хранилище недоступным в Nextcloud и приведёт к удалению этих файлов и папок на любом клиенте синхронизации, который в данный момент подключён, но не удалит файлы и папки на самом внешнем хранилище.",
@@ -103,6 +104,7 @@ OC.L10N.register(
"Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "Проверьте список контроля доступа для каждого файла или папки внутри каталога, чтобы отфильтровать элементы, для которых учетная запись не имеет прав на чтение, что приводит к снижению производительности",
"Timeout" : "Тайм-аут",
"SMB/CIFS using OC login" : "SMB/CIFS с использованием реквизитов входа",
+ "Login as share" : "Войдите в систему как общий доступ",
"OpenStack Object Storage" : "Хранилище объектов OpenStack",
"Service name" : "Название сервиса",
"Request timeout (seconds)" : "Таймаут запроса (в секундах)",
diff --git a/apps/files_external/l10n/ru.json b/apps/files_external/l10n/ru.json
index 4190423f9e5c2..9f763053704be 100644
--- a/apps/files_external/l10n/ru.json
+++ b/apps/files_external/l10n/ru.json
@@ -16,6 +16,7 @@
"Once every direct access" : "Каждый раз при прямом доступе",
"Read only" : "Только чтение",
"Disconnect" : "Отключить",
+ "Unknown backend: {backendName}" : "Неизвестный бэкэнд: {backendName}",
"Admin defined" : "Определено администратором",
"Automatic status checking is disabled due to the large number of configured storages, click to check status" : "Автоматическая проверка статуса отключена из-за большого количества настроенных хранилищ, нажмите для проверки статуса",
"Are you sure you want to disconnect this external storage? It will make the storage unavailable in Nextcloud and will lead to a deletion of these files and folders on any sync client that is currently connected but will not delete any files and folders on the external storage itself." : "Вы уверены, что хотите отключить это внешнее хранилище? Это сделает хранилище недоступным в Nextcloud и приведёт к удалению этих файлов и папок на любом клиенте синхронизации, который в данный момент подключён, но не удалит файлы и папки на самом внешнем хранилище.",
@@ -101,6 +102,7 @@
"Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "Проверьте список контроля доступа для каждого файла или папки внутри каталога, чтобы отфильтровать элементы, для которых учетная запись не имеет прав на чтение, что приводит к снижению производительности",
"Timeout" : "Тайм-аут",
"SMB/CIFS using OC login" : "SMB/CIFS с использованием реквизитов входа",
+ "Login as share" : "Войдите в систему как общий доступ",
"OpenStack Object Storage" : "Хранилище объектов OpenStack",
"Service name" : "Название сервиса",
"Request timeout (seconds)" : "Таймаут запроса (в секундах)",
diff --git a/apps/files_sharing/l10n/ar.js b/apps/files_sharing/l10n/ar.js
index b245004bd3643..96a156553d447 100644
--- a/apps/files_sharing/l10n/ar.js
+++ b/apps/files_sharing/l10n/ar.js
@@ -207,7 +207,6 @@ OC.L10N.register(
"Password protection" : "الحماية بكلمة مرور",
"Enter a password" : "إدخِل كلمة المرور",
"Expiration date (enforced)" : "تاريخ انتهاء الصلاحية (إلزامي)",
- "Enter a date" : "أدخِل تاريخاً",
"Create share" : "إنشاء مشاركة",
"Customize link" : "خصِّص الرابط",
"Generate QR code" : "توليد كود \"كيو آر\" QR",
@@ -394,6 +393,7 @@ OC.L10N.register(
"Bundled permissions" : "أذونات مُجمّعة",
"Only works for users with access to this folder" : "صالحٌ فقط للمستخدمين الذين لديهم حق الوصول إلى هذا المجلد",
"Only works for users with access to this file" : "صالحٌ فقط للمستخدمين الذين لديهم حق الوصول إلى هذا الملف",
+ "Enter a date" : "أدخِل تاريخاً",
"Circle" : "الدائرة ",
"Allow download" : "إسمَح بالتنزيل",
"No other users with access found" : "لم يتم العثور على مستخدمين آخرين لهم حق الوصول",
diff --git a/apps/files_sharing/l10n/ar.json b/apps/files_sharing/l10n/ar.json
index cd67b250939f8..d153ccb54ed76 100644
--- a/apps/files_sharing/l10n/ar.json
+++ b/apps/files_sharing/l10n/ar.json
@@ -205,7 +205,6 @@
"Password protection" : "الحماية بكلمة مرور",
"Enter a password" : "إدخِل كلمة المرور",
"Expiration date (enforced)" : "تاريخ انتهاء الصلاحية (إلزامي)",
- "Enter a date" : "أدخِل تاريخاً",
"Create share" : "إنشاء مشاركة",
"Customize link" : "خصِّص الرابط",
"Generate QR code" : "توليد كود \"كيو آر\" QR",
@@ -392,6 +391,7 @@
"Bundled permissions" : "أذونات مُجمّعة",
"Only works for users with access to this folder" : "صالحٌ فقط للمستخدمين الذين لديهم حق الوصول إلى هذا المجلد",
"Only works for users with access to this file" : "صالحٌ فقط للمستخدمين الذين لديهم حق الوصول إلى هذا الملف",
+ "Enter a date" : "أدخِل تاريخاً",
"Circle" : "الدائرة ",
"Allow download" : "إسمَح بالتنزيل",
"No other users with access found" : "لم يتم العثور على مستخدمين آخرين لهم حق الوصول",
diff --git a/apps/files_sharing/l10n/ast.js b/apps/files_sharing/l10n/ast.js
index 5c76fd9a20bed..647a05ac6fb90 100644
--- a/apps/files_sharing/l10n/ast.js
+++ b/apps/files_sharing/l10n/ast.js
@@ -159,7 +159,6 @@ OC.L10N.register(
"Password protection" : "Proteición con contraseña",
"Enter a password" : "Introduz una contraseña",
"Expiration date (enforced)" : "Data de caducidá (obligatoria)",
- "Enter a date" : "Introduz una data",
"Create share" : "Crear l'elementu compartíu",
"Customize link" : "Personalizar l'enllaz",
"Generate QR code" : "Xenerar un códigu QR",
@@ -320,6 +319,7 @@ OC.L10N.register(
"Bundled permissions" : "Permisos agrupaos",
"Only works for users with access to this folder" : "Namás funciona pa los usuarios con accesu a esta carpeta",
"Only works for users with access to this file" : "Namás funciona pa los usuarios con accesu a esti ficheru",
+ "Enter a date" : "Introduz una data",
"Circle" : "Círculu",
"Allow download" : "Permitir la descarga",
"No other users with access found" : "Nun s'atopó nengún usuariu más con accesu",
diff --git a/apps/files_sharing/l10n/ast.json b/apps/files_sharing/l10n/ast.json
index 04877a2d9afa5..45208d33fd13f 100644
--- a/apps/files_sharing/l10n/ast.json
+++ b/apps/files_sharing/l10n/ast.json
@@ -157,7 +157,6 @@
"Password protection" : "Proteición con contraseña",
"Enter a password" : "Introduz una contraseña",
"Expiration date (enforced)" : "Data de caducidá (obligatoria)",
- "Enter a date" : "Introduz una data",
"Create share" : "Crear l'elementu compartíu",
"Customize link" : "Personalizar l'enllaz",
"Generate QR code" : "Xenerar un códigu QR",
@@ -318,6 +317,7 @@
"Bundled permissions" : "Permisos agrupaos",
"Only works for users with access to this folder" : "Namás funciona pa los usuarios con accesu a esta carpeta",
"Only works for users with access to this file" : "Namás funciona pa los usuarios con accesu a esti ficheru",
+ "Enter a date" : "Introduz una data",
"Circle" : "Círculu",
"Allow download" : "Permitir la descarga",
"No other users with access found" : "Nun s'atopó nengún usuariu más con accesu",
diff --git a/apps/files_sharing/l10n/bg.js b/apps/files_sharing/l10n/bg.js
index a2057b40f8d8c..efc1d2cab4f48 100644
--- a/apps/files_sharing/l10n/bg.js
+++ b/apps/files_sharing/l10n/bg.js
@@ -138,7 +138,6 @@ OC.L10N.register(
"Password protection" : "Password protection",
"Enter a password" : "Въведете парола",
"Expiration date (enforced)" : "Дата на изтичане (приложена)",
- "Enter a date" : "Въведи дата",
"Create share" : "Създаване на споделяне",
"Add another link" : "Добави още една връзка",
"Create a new share link" : "Създаване на нова връзка за споделяне",
@@ -259,6 +258,7 @@ OC.L10N.register(
"Bundled permissions" : "Пакет от права",
"Only works for users with access to this folder" : "Работи само за потребители, които имат достъп до тази папка",
"Only works for users with access to this file" : "Работи само за потребители, които имат достъп до този файл",
+ "Enter a date" : "Въведи дата",
"Circle" : "Кръг",
"Allow download" : "Позволяване на изтегляне/сваляне/",
"No other users with access found" : "Няма намерени други потребители с достъп",
diff --git a/apps/files_sharing/l10n/bg.json b/apps/files_sharing/l10n/bg.json
index d7a636a8da87a..bd3a65d961621 100644
--- a/apps/files_sharing/l10n/bg.json
+++ b/apps/files_sharing/l10n/bg.json
@@ -136,7 +136,6 @@
"Password protection" : "Password protection",
"Enter a password" : "Въведете парола",
"Expiration date (enforced)" : "Дата на изтичане (приложена)",
- "Enter a date" : "Въведи дата",
"Create share" : "Създаване на споделяне",
"Add another link" : "Добави още една връзка",
"Create a new share link" : "Създаване на нова връзка за споделяне",
@@ -257,6 +256,7 @@
"Bundled permissions" : "Пакет от права",
"Only works for users with access to this folder" : "Работи само за потребители, които имат достъп до тази папка",
"Only works for users with access to this file" : "Работи само за потребители, които имат достъп до този файл",
+ "Enter a date" : "Въведи дата",
"Circle" : "Кръг",
"Allow download" : "Позволяване на изтегляне/сваляне/",
"No other users with access found" : "Няма намерени други потребители с достъп",
diff --git a/apps/files_sharing/l10n/ca.js b/apps/files_sharing/l10n/ca.js
index 79e21e1bd70da..e82f612ab3ebf 100644
--- a/apps/files_sharing/l10n/ca.js
+++ b/apps/files_sharing/l10n/ca.js
@@ -143,7 +143,6 @@ OC.L10N.register(
"Password protection" : "Protecció amb contrasenya",
"Enter a password" : "Introduïu una contrasenya",
"Expiration date (enforced)" : "Data de venciment (obligatori)",
- "Enter a date" : "Introduïu una data",
"Create share" : "Crea l'element compartit",
"Customize link" : "Personalitza l'enllaç",
"Generate QR code" : "Genera un codi QR",
@@ -301,6 +300,7 @@ OC.L10N.register(
"Bundled permissions" : "Permisos agrupats",
"Only works for users with access to this folder" : "Només funciona per als usuaris amb accés a aquesta carpeta",
"Only works for users with access to this file" : "Només funciona per als usuaris amb accés a aquest fitxer",
+ "Enter a date" : "Introduïu una data",
"Circle" : "Cercle",
"Allow download" : "Permet la baixada",
"No other users with access found" : "No s'ha trobat cap altre usuari amb accés",
diff --git a/apps/files_sharing/l10n/ca.json b/apps/files_sharing/l10n/ca.json
index 0a8642559af43..0b33894b08143 100644
--- a/apps/files_sharing/l10n/ca.json
+++ b/apps/files_sharing/l10n/ca.json
@@ -141,7 +141,6 @@
"Password protection" : "Protecció amb contrasenya",
"Enter a password" : "Introduïu una contrasenya",
"Expiration date (enforced)" : "Data de venciment (obligatori)",
- "Enter a date" : "Introduïu una data",
"Create share" : "Crea l'element compartit",
"Customize link" : "Personalitza l'enllaç",
"Generate QR code" : "Genera un codi QR",
@@ -299,6 +298,7 @@
"Bundled permissions" : "Permisos agrupats",
"Only works for users with access to this folder" : "Només funciona per als usuaris amb accés a aquesta carpeta",
"Only works for users with access to this file" : "Només funciona per als usuaris amb accés a aquest fitxer",
+ "Enter a date" : "Introduïu una data",
"Circle" : "Cercle",
"Allow download" : "Permet la baixada",
"No other users with access found" : "No s'ha trobat cap altre usuari amb accés",
diff --git a/apps/files_sharing/l10n/cs.js b/apps/files_sharing/l10n/cs.js
index 6307062845acd..a05f9614fab3a 100644
--- a/apps/files_sharing/l10n/cs.js
+++ b/apps/files_sharing/l10n/cs.js
@@ -153,7 +153,6 @@ OC.L10N.register(
"Password protection" : "Ochrana heslem",
"Enter a password" : "Zadejte heslo",
"Expiration date (enforced)" : "Datum skončení platnosti (vynuceno)",
- "Enter a date" : "Zadejte datum",
"Create share" : "Vytvořit sdílení",
"Customize link" : "Přizpůsobit odkaz",
"Add another link" : "Přidat další odkaz",
@@ -307,6 +306,7 @@ OC.L10N.register(
"Bundled permissions" : "Předvolená oprávnění",
"Only works for users with access to this folder" : "Funguje pouze pro uživatele, kteří mají přístup k této složce",
"Only works for users with access to this file" : "Funguje pouze pro uživatele, kteří mají přístup k tomuto souboru",
+ "Enter a date" : "Zadejte datum",
"Circle" : "Okruh",
"Allow download" : "Umožnit stahování",
"No other users with access found" : "Nenalezeni žádní další uživatelé, kteří mají přístup",
diff --git a/apps/files_sharing/l10n/cs.json b/apps/files_sharing/l10n/cs.json
index 05ac9613971dd..2dfbd50cf476c 100644
--- a/apps/files_sharing/l10n/cs.json
+++ b/apps/files_sharing/l10n/cs.json
@@ -151,7 +151,6 @@
"Password protection" : "Ochrana heslem",
"Enter a password" : "Zadejte heslo",
"Expiration date (enforced)" : "Datum skončení platnosti (vynuceno)",
- "Enter a date" : "Zadejte datum",
"Create share" : "Vytvořit sdílení",
"Customize link" : "Přizpůsobit odkaz",
"Add another link" : "Přidat další odkaz",
@@ -305,6 +304,7 @@
"Bundled permissions" : "Předvolená oprávnění",
"Only works for users with access to this folder" : "Funguje pouze pro uživatele, kteří mají přístup k této složce",
"Only works for users with access to this file" : "Funguje pouze pro uživatele, kteří mají přístup k tomuto souboru",
+ "Enter a date" : "Zadejte datum",
"Circle" : "Okruh",
"Allow download" : "Umožnit stahování",
"No other users with access found" : "Nenalezeni žádní další uživatelé, kteří mají přístup",
diff --git a/apps/files_sharing/l10n/da.js b/apps/files_sharing/l10n/da.js
index e1e21c31bafba..5f8fc82fb69c5 100644
--- a/apps/files_sharing/l10n/da.js
+++ b/apps/files_sharing/l10n/da.js
@@ -118,7 +118,6 @@ OC.L10N.register(
"Link copied" : "Link kopieret",
"Password protection" : "Adgangskodebeskyttelse",
"Enter a password" : "Indtast en adgangskode",
- "Enter a date" : "Indtast en dato",
"Add another link" : "Tilføj et link mere",
"Create a new share link" : "Opret et nyt delingslink",
"View only" : "Kun visning",
@@ -199,6 +198,7 @@ OC.L10N.register(
"Upload" : "Send",
"Only works for users with access to this folder" : "Virker kun for brugere med adgang til denne folder",
"Only works for users with access to this file" : "Virker kun for brugere med adgang til denne fil",
+ "Enter a date" : "Indtast en dato",
"Circle" : "Cirkel",
"No other users with access found" : "Ingen andre brugere med adgang fundet",
"No entries found in this folder" : "Der blev ikke fundet poster i denne mappe",
diff --git a/apps/files_sharing/l10n/da.json b/apps/files_sharing/l10n/da.json
index deda91e7439e9..c4882e230d89d 100644
--- a/apps/files_sharing/l10n/da.json
+++ b/apps/files_sharing/l10n/da.json
@@ -116,7 +116,6 @@
"Link copied" : "Link kopieret",
"Password protection" : "Adgangskodebeskyttelse",
"Enter a password" : "Indtast en adgangskode",
- "Enter a date" : "Indtast en dato",
"Add another link" : "Tilføj et link mere",
"Create a new share link" : "Opret et nyt delingslink",
"View only" : "Kun visning",
@@ -197,6 +196,7 @@
"Upload" : "Send",
"Only works for users with access to this folder" : "Virker kun for brugere med adgang til denne folder",
"Only works for users with access to this file" : "Virker kun for brugere med adgang til denne fil",
+ "Enter a date" : "Indtast en dato",
"Circle" : "Cirkel",
"No other users with access found" : "Ingen andre brugere med adgang fundet",
"No entries found in this folder" : "Der blev ikke fundet poster i denne mappe",
diff --git a/apps/files_sharing/l10n/de.js b/apps/files_sharing/l10n/de.js
index ac2b4c57cd456..283f477f892de 100644
--- a/apps/files_sharing/l10n/de.js
+++ b/apps/files_sharing/l10n/de.js
@@ -204,7 +204,6 @@ OC.L10N.register(
"Password protection" : "Passwortschutz",
"Enter a password" : "Passwort eingeben",
"Expiration date (enforced)" : "Ablaufdatum (erzwungen)",
- "Enter a date" : "Datum eingeben",
"Create share" : "Freigabe erstellen",
"Customize link" : "Freigabelink anpassen",
"Generate QR code" : "QR-Code erzeugen",
@@ -378,6 +377,7 @@ OC.L10N.register(
"Bundled permissions" : "Gebündelte Berechtigungen",
"Only works for users with access to this folder" : "Funktioniert nur für Benutzer, die Zugriff auf diesen Ordner haben",
"Only works for users with access to this file" : "Funktioniert nur für Benutzer, die Zugriff auf diese Datei haben",
+ "Enter a date" : "Datum eingeben",
"Circle" : "Kreis",
"Allow download" : "Download erlauben",
"No other users with access found" : "Keine anderen Benutzer mit Zugriff gefunden",
diff --git a/apps/files_sharing/l10n/de.json b/apps/files_sharing/l10n/de.json
index ad641f1d71540..51bd50ccbc690 100644
--- a/apps/files_sharing/l10n/de.json
+++ b/apps/files_sharing/l10n/de.json
@@ -202,7 +202,6 @@
"Password protection" : "Passwortschutz",
"Enter a password" : "Passwort eingeben",
"Expiration date (enforced)" : "Ablaufdatum (erzwungen)",
- "Enter a date" : "Datum eingeben",
"Create share" : "Freigabe erstellen",
"Customize link" : "Freigabelink anpassen",
"Generate QR code" : "QR-Code erzeugen",
@@ -376,6 +375,7 @@
"Bundled permissions" : "Gebündelte Berechtigungen",
"Only works for users with access to this folder" : "Funktioniert nur für Benutzer, die Zugriff auf diesen Ordner haben",
"Only works for users with access to this file" : "Funktioniert nur für Benutzer, die Zugriff auf diese Datei haben",
+ "Enter a date" : "Datum eingeben",
"Circle" : "Kreis",
"Allow download" : "Download erlauben",
"No other users with access found" : "Keine anderen Benutzer mit Zugriff gefunden",
diff --git a/apps/files_sharing/l10n/de_DE.js b/apps/files_sharing/l10n/de_DE.js
index 0b213dba8c6bc..3feddce332249 100644
--- a/apps/files_sharing/l10n/de_DE.js
+++ b/apps/files_sharing/l10n/de_DE.js
@@ -207,7 +207,6 @@ OC.L10N.register(
"Password protection" : "Passwortschutz",
"Enter a password" : "Passwort eingeben",
"Expiration date (enforced)" : "Ablaufdatum (erzwungen)",
- "Enter a date" : "Datum eingeben",
"Create share" : "Freigabe erstellen",
"Customize link" : "Link anpassen",
"Generate QR code" : "QR-Code erzeugen",
@@ -394,6 +393,7 @@ OC.L10N.register(
"Bundled permissions" : "Gebündelte Berechtigungen",
"Only works for users with access to this folder" : "Funktioniert nur für Benutzer, die Zugriff auf diesen Ordner haben",
"Only works for users with access to this file" : "Funktioniert nur für Benutzer, die Zugriff auf diese Datei haben",
+ "Enter a date" : "Datum eingeben",
"Circle" : "Kreis",
"Allow download" : "Download erlauben",
"No other users with access found" : "Keine anderen Benutzer mit Zugriff gefunden",
diff --git a/apps/files_sharing/l10n/de_DE.json b/apps/files_sharing/l10n/de_DE.json
index 8c5f1ca3c8f1d..f6655fedc0a8f 100644
--- a/apps/files_sharing/l10n/de_DE.json
+++ b/apps/files_sharing/l10n/de_DE.json
@@ -205,7 +205,6 @@
"Password protection" : "Passwortschutz",
"Enter a password" : "Passwort eingeben",
"Expiration date (enforced)" : "Ablaufdatum (erzwungen)",
- "Enter a date" : "Datum eingeben",
"Create share" : "Freigabe erstellen",
"Customize link" : "Link anpassen",
"Generate QR code" : "QR-Code erzeugen",
@@ -392,6 +391,7 @@
"Bundled permissions" : "Gebündelte Berechtigungen",
"Only works for users with access to this folder" : "Funktioniert nur für Benutzer, die Zugriff auf diesen Ordner haben",
"Only works for users with access to this file" : "Funktioniert nur für Benutzer, die Zugriff auf diese Datei haben",
+ "Enter a date" : "Datum eingeben",
"Circle" : "Kreis",
"Allow download" : "Download erlauben",
"No other users with access found" : "Keine anderen Benutzer mit Zugriff gefunden",
diff --git a/apps/files_sharing/l10n/el.js b/apps/files_sharing/l10n/el.js
index 23e9507fb82b3..41eb4bd1238f0 100644
--- a/apps/files_sharing/l10n/el.js
+++ b/apps/files_sharing/l10n/el.js
@@ -138,7 +138,6 @@ OC.L10N.register(
"Password protection" : "Προστασία συνθηματικού",
"Enter a password" : "Εισάγετε ένα συνθηματικό",
"Expiration date (enforced)" : "Ημερομηνία λήξης (υποχρεωτικά)",
- "Enter a date" : "Προσθέστε ημερομηνία",
"Create share" : "Δημιουργήστε κοινή χρήση",
"Customize link" : "Προσαρμογή συνδέσμου",
"Generate QR code" : "Δημιουργία QR code",
@@ -276,6 +275,7 @@ OC.L10N.register(
"Bundled permissions" : "Ομαδοποιημένα δικαιώματα",
"Only works for users with access to this folder" : "Δουλεύει μόνο για χρήστες με πρόσβαση σε αυτό το φάκελο",
"Only works for users with access to this file" : "Δουλεύει μόνο για χρήστες με πρόσβαση στο αρχείο",
+ "Enter a date" : "Προσθέστε ημερομηνία",
"Circle" : "Κύκλος",
"Allow download" : "Να επιτρέπεται η λήψη",
"No other users with access found" : "Δεν βρέθηκαν άλλοι χρήστες με πρόσβαση",
diff --git a/apps/files_sharing/l10n/el.json b/apps/files_sharing/l10n/el.json
index 3d2d73bcd7958..93a3416a37011 100644
--- a/apps/files_sharing/l10n/el.json
+++ b/apps/files_sharing/l10n/el.json
@@ -136,7 +136,6 @@
"Password protection" : "Προστασία συνθηματικού",
"Enter a password" : "Εισάγετε ένα συνθηματικό",
"Expiration date (enforced)" : "Ημερομηνία λήξης (υποχρεωτικά)",
- "Enter a date" : "Προσθέστε ημερομηνία",
"Create share" : "Δημιουργήστε κοινή χρήση",
"Customize link" : "Προσαρμογή συνδέσμου",
"Generate QR code" : "Δημιουργία QR code",
@@ -274,6 +273,7 @@
"Bundled permissions" : "Ομαδοποιημένα δικαιώματα",
"Only works for users with access to this folder" : "Δουλεύει μόνο για χρήστες με πρόσβαση σε αυτό το φάκελο",
"Only works for users with access to this file" : "Δουλεύει μόνο για χρήστες με πρόσβαση στο αρχείο",
+ "Enter a date" : "Προσθέστε ημερομηνία",
"Circle" : "Κύκλος",
"Allow download" : "Να επιτρέπεται η λήψη",
"No other users with access found" : "Δεν βρέθηκαν άλλοι χρήστες με πρόσβαση",
diff --git a/apps/files_sharing/l10n/en_GB.js b/apps/files_sharing/l10n/en_GB.js
index 04e75f95d8998..ce4486da202c7 100644
--- a/apps/files_sharing/l10n/en_GB.js
+++ b/apps/files_sharing/l10n/en_GB.js
@@ -207,7 +207,6 @@ OC.L10N.register(
"Password protection" : "Password protection",
"Enter a password" : "Enter a password",
"Expiration date (enforced)" : "Expiration date (enforced)",
- "Enter a date" : "Enter a date",
"Create share" : "Create share",
"Customize link" : "Customise link",
"Generate QR code" : "Generate QR code",
@@ -394,6 +393,7 @@ OC.L10N.register(
"Bundled permissions" : "Bundled permissions",
"Only works for users with access to this folder" : "Only works for users with access to this folder",
"Only works for users with access to this file" : "Only works for users with access to this file",
+ "Enter a date" : "Enter a date",
"Circle" : "Circle",
"Allow download" : "Allow download",
"No other users with access found" : "No other users with access found",
diff --git a/apps/files_sharing/l10n/en_GB.json b/apps/files_sharing/l10n/en_GB.json
index ce122eff70a6d..f702d77f9210a 100644
--- a/apps/files_sharing/l10n/en_GB.json
+++ b/apps/files_sharing/l10n/en_GB.json
@@ -205,7 +205,6 @@
"Password protection" : "Password protection",
"Enter a password" : "Enter a password",
"Expiration date (enforced)" : "Expiration date (enforced)",
- "Enter a date" : "Enter a date",
"Create share" : "Create share",
"Customize link" : "Customise link",
"Generate QR code" : "Generate QR code",
@@ -392,6 +391,7 @@
"Bundled permissions" : "Bundled permissions",
"Only works for users with access to this folder" : "Only works for users with access to this folder",
"Only works for users with access to this file" : "Only works for users with access to this file",
+ "Enter a date" : "Enter a date",
"Circle" : "Circle",
"Allow download" : "Allow download",
"No other users with access found" : "No other users with access found",
diff --git a/apps/files_sharing/l10n/eo.js b/apps/files_sharing/l10n/eo.js
index 8123adbfb83a0..9e1cc24982bb0 100644
--- a/apps/files_sharing/l10n/eo.js
+++ b/apps/files_sharing/l10n/eo.js
@@ -115,7 +115,6 @@ OC.L10N.register(
"Password protection" : "Protektita per pasvorto",
"Enter a password" : "Entajpu pasvorton",
"Expiration date (enforced)" : "Limdato (efektiva)",
- "Enter a date" : "Entajpu daton",
"Add another link" : "Aldoni plian ligilon",
"Create a new share link" : "Krei novan kunhavan ligilon",
"Shared via link by {initiator}" : "Kunhavata per ligilo de {initiator}",
@@ -195,6 +194,7 @@ OC.L10N.register(
"Upload" : "Alŝuti",
"Only works for users with access to this folder" : "Nur validas por uzantoj, kiuj povas aliri al tiu dosierujo",
"Only works for users with access to this file" : "Nur validas por uzantoj, kiuj povas aliri al tiu dosiero",
+ "Enter a date" : "Entajpu daton",
"Circle" : "Rondo",
"No entries found in this folder" : "Neniu enigo troviĝis en ĉi tiu dosierujo",
"Name" : "Nomo",
diff --git a/apps/files_sharing/l10n/eo.json b/apps/files_sharing/l10n/eo.json
index 24cb01842f3ed..f852a74222fc6 100644
--- a/apps/files_sharing/l10n/eo.json
+++ b/apps/files_sharing/l10n/eo.json
@@ -113,7 +113,6 @@
"Password protection" : "Protektita per pasvorto",
"Enter a password" : "Entajpu pasvorton",
"Expiration date (enforced)" : "Limdato (efektiva)",
- "Enter a date" : "Entajpu daton",
"Add another link" : "Aldoni plian ligilon",
"Create a new share link" : "Krei novan kunhavan ligilon",
"Shared via link by {initiator}" : "Kunhavata per ligilo de {initiator}",
@@ -193,6 +192,7 @@
"Upload" : "Alŝuti",
"Only works for users with access to this folder" : "Nur validas por uzantoj, kiuj povas aliri al tiu dosierujo",
"Only works for users with access to this file" : "Nur validas por uzantoj, kiuj povas aliri al tiu dosiero",
+ "Enter a date" : "Entajpu daton",
"Circle" : "Rondo",
"No entries found in this folder" : "Neniu enigo troviĝis en ĉi tiu dosierujo",
"Name" : "Nomo",
diff --git a/apps/files_sharing/l10n/es.js b/apps/files_sharing/l10n/es.js
index c5f04425c8495..6fe449822f71b 100644
--- a/apps/files_sharing/l10n/es.js
+++ b/apps/files_sharing/l10n/es.js
@@ -145,7 +145,6 @@ OC.L10N.register(
"Password protection" : "Protección por contraseña",
"Enter a password" : "Introduzca una contraseña",
"Expiration date (enforced)" : "Fecha de caducidad (impuesta)",
- "Enter a date" : "Introduzca una fecha",
"Create share" : "Crear un recurso compartido",
"Customize link" : "Personalizar enlace",
"Generate QR code" : "Generar código QR",
@@ -306,6 +305,7 @@ OC.L10N.register(
"Bundled permissions" : "Permisos agrupados",
"Only works for users with access to this folder" : "Sólo funciona para usuarios con acceso a esta carpeta",
"Only works for users with access to this file" : "Sólo funciona para usuarios con acceso a este archivo",
+ "Enter a date" : "Introduzca una fecha",
"Circle" : "Círculo",
"Allow download" : "Permitir descarga",
"No other users with access found" : "No se encontraron otros usuarios con acceso",
diff --git a/apps/files_sharing/l10n/es.json b/apps/files_sharing/l10n/es.json
index 1a80fdd3d4d3f..6dc669df105be 100644
--- a/apps/files_sharing/l10n/es.json
+++ b/apps/files_sharing/l10n/es.json
@@ -143,7 +143,6 @@
"Password protection" : "Protección por contraseña",
"Enter a password" : "Introduzca una contraseña",
"Expiration date (enforced)" : "Fecha de caducidad (impuesta)",
- "Enter a date" : "Introduzca una fecha",
"Create share" : "Crear un recurso compartido",
"Customize link" : "Personalizar enlace",
"Generate QR code" : "Generar código QR",
@@ -304,6 +303,7 @@
"Bundled permissions" : "Permisos agrupados",
"Only works for users with access to this folder" : "Sólo funciona para usuarios con acceso a esta carpeta",
"Only works for users with access to this file" : "Sólo funciona para usuarios con acceso a este archivo",
+ "Enter a date" : "Introduzca una fecha",
"Circle" : "Círculo",
"Allow download" : "Permitir descarga",
"No other users with access found" : "No se encontraron otros usuarios con acceso",
diff --git a/apps/files_sharing/l10n/es_EC.js b/apps/files_sharing/l10n/es_EC.js
index 2172d34da36e5..62822ea7b379a 100644
--- a/apps/files_sharing/l10n/es_EC.js
+++ b/apps/files_sharing/l10n/es_EC.js
@@ -135,7 +135,6 @@ OC.L10N.register(
"Password protection" : "Protección con contraseña",
"Enter a password" : "Ingresa una contraseña",
"Expiration date (enforced)" : "Fecha de vencimiento (exigida)",
- "Enter a date" : "Ingresa una fecha",
"Create share" : "Crear compartición",
"Add another link" : "Agregar otro enlace",
"Create a new share link" : "Crear un nuevo enlace compartido",
@@ -270,6 +269,7 @@ OC.L10N.register(
"Bundled permissions" : "Permisos integrados",
"Only works for users with access to this folder" : "Solo funciona para usuarios con acceso a esta carpeta",
"Only works for users with access to this file" : "Solo funciona para usuarios con acceso a este archivo",
+ "Enter a date" : "Ingresa una fecha",
"Circle" : "Círculo",
"Allow download" : "Permitir descarga",
"No other users with access found" : "No se encontraron otros usuarios con acceso",
diff --git a/apps/files_sharing/l10n/es_EC.json b/apps/files_sharing/l10n/es_EC.json
index bfa967dc048d2..6b390e8983812 100644
--- a/apps/files_sharing/l10n/es_EC.json
+++ b/apps/files_sharing/l10n/es_EC.json
@@ -133,7 +133,6 @@
"Password protection" : "Protección con contraseña",
"Enter a password" : "Ingresa una contraseña",
"Expiration date (enforced)" : "Fecha de vencimiento (exigida)",
- "Enter a date" : "Ingresa una fecha",
"Create share" : "Crear compartición",
"Add another link" : "Agregar otro enlace",
"Create a new share link" : "Crear un nuevo enlace compartido",
@@ -268,6 +267,7 @@
"Bundled permissions" : "Permisos integrados",
"Only works for users with access to this folder" : "Solo funciona para usuarios con acceso a esta carpeta",
"Only works for users with access to this file" : "Solo funciona para usuarios con acceso a este archivo",
+ "Enter a date" : "Ingresa una fecha",
"Circle" : "Círculo",
"Allow download" : "Permitir descarga",
"No other users with access found" : "No se encontraron otros usuarios con acceso",
diff --git a/apps/files_sharing/l10n/es_MX.js b/apps/files_sharing/l10n/es_MX.js
index 5aac4e46e9ae4..844570f448ed9 100644
--- a/apps/files_sharing/l10n/es_MX.js
+++ b/apps/files_sharing/l10n/es_MX.js
@@ -203,7 +203,6 @@ OC.L10N.register(
"Password protection" : "Protección con contraseña",
"Enter a password" : "Ingresa una contraseña",
"Expiration date (enforced)" : "Fecha de caducidad (impuesta)",
- "Enter a date" : "Ingrese una fecha",
"Create share" : "Crear recurso compartido",
"Customize link" : "Personalizar enlace",
"Generate QR code" : "Generar código QR",
@@ -375,6 +374,7 @@ OC.L10N.register(
"Bundled permissions" : "Permisos integrados",
"Only works for users with access to this folder" : "Sólo funciona para usuarios con acceso a esta carpeta",
"Only works for users with access to this file" : "Sólo funciona para usuarios con acceso a este archivo",
+ "Enter a date" : "Ingrese una fecha",
"Circle" : "Círculo",
"Allow download" : "Permitir descarga",
"No other users with access found" : "No se encontraron otros usuarios con acceso",
diff --git a/apps/files_sharing/l10n/es_MX.json b/apps/files_sharing/l10n/es_MX.json
index 264f501eefb62..c8e56df9f4af2 100644
--- a/apps/files_sharing/l10n/es_MX.json
+++ b/apps/files_sharing/l10n/es_MX.json
@@ -201,7 +201,6 @@
"Password protection" : "Protección con contraseña",
"Enter a password" : "Ingresa una contraseña",
"Expiration date (enforced)" : "Fecha de caducidad (impuesta)",
- "Enter a date" : "Ingrese una fecha",
"Create share" : "Crear recurso compartido",
"Customize link" : "Personalizar enlace",
"Generate QR code" : "Generar código QR",
@@ -373,6 +372,7 @@
"Bundled permissions" : "Permisos integrados",
"Only works for users with access to this folder" : "Sólo funciona para usuarios con acceso a esta carpeta",
"Only works for users with access to this file" : "Sólo funciona para usuarios con acceso a este archivo",
+ "Enter a date" : "Ingrese una fecha",
"Circle" : "Círculo",
"Allow download" : "Permitir descarga",
"No other users with access found" : "No se encontraron otros usuarios con acceso",
diff --git a/apps/files_sharing/l10n/eu.js b/apps/files_sharing/l10n/eu.js
index 07273e710fe69..ca9ad8c9f4940 100644
--- a/apps/files_sharing/l10n/eu.js
+++ b/apps/files_sharing/l10n/eu.js
@@ -204,7 +204,6 @@ OC.L10N.register(
"Password protection" : "Pasahitz bidezko babesa",
"Enter a password" : "Sartu pasahitz bat",
"Expiration date (enforced)" : "Iraungitze-data (betearazita)",
- "Enter a date" : "Sartu data bat",
"Create share" : "Sortu partekatzea",
"Customize link" : "Pertsonalizatu esteka",
"Generate QR code" : "Sortu QR kodea",
@@ -379,6 +378,7 @@ OC.L10N.register(
"Bundled permissions" : "Baimen multzoak",
"Only works for users with access to this folder" : "Karpeta atzitu dezaketen erabiltzaileentzat bakarrik funtzionatzen du",
"Only works for users with access to this file" : "Fitxategi hau atzitu dezaketen erabiltzaileentzat bakarrik funtzionatzen du",
+ "Enter a date" : "Sartu data bat",
"Circle" : "Zirkulua",
"Allow download" : "Baimendu deskarga",
"No other users with access found" : "Ez da sarbidea duen erabiltzailerik aurkitu",
diff --git a/apps/files_sharing/l10n/eu.json b/apps/files_sharing/l10n/eu.json
index 4b39e5fcba79a..716b9dc699873 100644
--- a/apps/files_sharing/l10n/eu.json
+++ b/apps/files_sharing/l10n/eu.json
@@ -202,7 +202,6 @@
"Password protection" : "Pasahitz bidezko babesa",
"Enter a password" : "Sartu pasahitz bat",
"Expiration date (enforced)" : "Iraungitze-data (betearazita)",
- "Enter a date" : "Sartu data bat",
"Create share" : "Sortu partekatzea",
"Customize link" : "Pertsonalizatu esteka",
"Generate QR code" : "Sortu QR kodea",
@@ -377,6 +376,7 @@
"Bundled permissions" : "Baimen multzoak",
"Only works for users with access to this folder" : "Karpeta atzitu dezaketen erabiltzaileentzat bakarrik funtzionatzen du",
"Only works for users with access to this file" : "Fitxategi hau atzitu dezaketen erabiltzaileentzat bakarrik funtzionatzen du",
+ "Enter a date" : "Sartu data bat",
"Circle" : "Zirkulua",
"Allow download" : "Baimendu deskarga",
"No other users with access found" : "Ez da sarbidea duen erabiltzailerik aurkitu",
diff --git a/apps/files_sharing/l10n/fa.js b/apps/files_sharing/l10n/fa.js
index 009ac51a3660a..40fc26c3b5e3f 100644
--- a/apps/files_sharing/l10n/fa.js
+++ b/apps/files_sharing/l10n/fa.js
@@ -138,7 +138,6 @@ OC.L10N.register(
"Password protection" : "Password protection",
"Enter a password" : "یک گذرواژه وارد کنید",
"Expiration date (enforced)" : "تاریخ انقضا (اجباری)",
- "Enter a date" : "تاریخ را وارد کنید",
"Create share" : "ساختن اشتراک",
"Add another link" : "پیوند دیگری اضافه کنید",
"Create a new share link" : "پیوند اشتراک گذاری جدیدی ایجاد کنید",
@@ -278,6 +277,7 @@ OC.L10N.register(
"Bundled permissions" : "Bundled permissions",
"Only works for users with access to this folder" : "فقط برای کاربران دارای دسترسی به این پوشه کار می کند",
"Only works for users with access to this file" : "فقط برای کاربران با دسترسی به این پرونده کار می کند",
+ "Enter a date" : "تاریخ را وارد کنید",
"Circle" : "حلقه",
"Allow download" : "Allow download",
"No other users with access found" : "هیچ کاربر دیگری با دسترسی یافت نشد",
diff --git a/apps/files_sharing/l10n/fa.json b/apps/files_sharing/l10n/fa.json
index 4d3997a788762..beb88f9579c80 100644
--- a/apps/files_sharing/l10n/fa.json
+++ b/apps/files_sharing/l10n/fa.json
@@ -136,7 +136,6 @@
"Password protection" : "Password protection",
"Enter a password" : "یک گذرواژه وارد کنید",
"Expiration date (enforced)" : "تاریخ انقضا (اجباری)",
- "Enter a date" : "تاریخ را وارد کنید",
"Create share" : "ساختن اشتراک",
"Add another link" : "پیوند دیگری اضافه کنید",
"Create a new share link" : "پیوند اشتراک گذاری جدیدی ایجاد کنید",
@@ -276,6 +275,7 @@
"Bundled permissions" : "Bundled permissions",
"Only works for users with access to this folder" : "فقط برای کاربران دارای دسترسی به این پوشه کار می کند",
"Only works for users with access to this file" : "فقط برای کاربران با دسترسی به این پرونده کار می کند",
+ "Enter a date" : "تاریخ را وارد کنید",
"Circle" : "حلقه",
"Allow download" : "Allow download",
"No other users with access found" : "هیچ کاربر دیگری با دسترسی یافت نشد",
diff --git a/apps/files_sharing/l10n/fi.js b/apps/files_sharing/l10n/fi.js
index 6cd2cc8bdfdf7..367139f2ef88f 100644
--- a/apps/files_sharing/l10n/fi.js
+++ b/apps/files_sharing/l10n/fi.js
@@ -135,7 +135,6 @@ OC.L10N.register(
"Password protection" : "Salasanasuojaus",
"Enter a password" : "Syötä salasana",
"Expiration date (enforced)" : "Vanhenemispäivä (pakotettu)",
- "Enter a date" : "Syötä päivämäärä",
"Create share" : "Luo jako",
"Customize link" : "Mukauta linkkiä",
"Generate QR code" : "Luo QR-koodi",
@@ -280,6 +279,7 @@ OC.L10N.register(
"Upload" : "Lähetä",
"Only works for users with access to this folder" : "Toimii vain käyttäjille, joilla on oikeus tähän kansioon",
"Only works for users with access to this file" : "Toimii vain käyttäjille, joilla on käyttöoikeus tähän tiedostoon",
+ "Enter a date" : "Syötä päivämäärä",
"Circle" : "Piiri",
"Allow download" : "Salli lataus",
"No other users with access found" : "Ei löytynyt muita käyttäjiä, joilla olisi käyttöoikeus",
diff --git a/apps/files_sharing/l10n/fi.json b/apps/files_sharing/l10n/fi.json
index 60ff75a5c6915..e98f77fbe309a 100644
--- a/apps/files_sharing/l10n/fi.json
+++ b/apps/files_sharing/l10n/fi.json
@@ -133,7 +133,6 @@
"Password protection" : "Salasanasuojaus",
"Enter a password" : "Syötä salasana",
"Expiration date (enforced)" : "Vanhenemispäivä (pakotettu)",
- "Enter a date" : "Syötä päivämäärä",
"Create share" : "Luo jako",
"Customize link" : "Mukauta linkkiä",
"Generate QR code" : "Luo QR-koodi",
@@ -278,6 +277,7 @@
"Upload" : "Lähetä",
"Only works for users with access to this folder" : "Toimii vain käyttäjille, joilla on oikeus tähän kansioon",
"Only works for users with access to this file" : "Toimii vain käyttäjille, joilla on käyttöoikeus tähän tiedostoon",
+ "Enter a date" : "Syötä päivämäärä",
"Circle" : "Piiri",
"Allow download" : "Salli lataus",
"No other users with access found" : "Ei löytynyt muita käyttäjiä, joilla olisi käyttöoikeus",
diff --git a/apps/files_sharing/l10n/fr.js b/apps/files_sharing/l10n/fr.js
index aa527602114c5..960ab8c35711d 100644
--- a/apps/files_sharing/l10n/fr.js
+++ b/apps/files_sharing/l10n/fr.js
@@ -207,7 +207,6 @@ OC.L10N.register(
"Password protection" : "Protection par mot de passe",
"Enter a password" : "Saisissez un mot de passe",
"Expiration date (enforced)" : "Date d’expiration (forcée)",
- "Enter a date" : "Saisissez une date",
"Create share" : "Créer un partage",
"Customize link" : "Personnaliser le lien",
"Generate QR code" : "Générer un QR code",
@@ -381,6 +380,7 @@ OC.L10N.register(
"Bundled permissions" : "Autorisations groupées",
"Only works for users with access to this folder" : "Fonctionne uniquement pour les utilisateurs ayant accès à ce dossier",
"Only works for users with access to this file" : "Fonctionne uniquement pour les utilisateurs ayant accès à ce fichier",
+ "Enter a date" : "Saisissez une date",
"Circle" : "Cercle",
"Allow download" : "Autoriser le téléchargement",
"No other users with access found" : "Aucun autre utilisateur ayant un accès n'a été trouvé",
diff --git a/apps/files_sharing/l10n/fr.json b/apps/files_sharing/l10n/fr.json
index 1839426eb7ecb..a72bfed364326 100644
--- a/apps/files_sharing/l10n/fr.json
+++ b/apps/files_sharing/l10n/fr.json
@@ -205,7 +205,6 @@
"Password protection" : "Protection par mot de passe",
"Enter a password" : "Saisissez un mot de passe",
"Expiration date (enforced)" : "Date d’expiration (forcée)",
- "Enter a date" : "Saisissez une date",
"Create share" : "Créer un partage",
"Customize link" : "Personnaliser le lien",
"Generate QR code" : "Générer un QR code",
@@ -379,6 +378,7 @@
"Bundled permissions" : "Autorisations groupées",
"Only works for users with access to this folder" : "Fonctionne uniquement pour les utilisateurs ayant accès à ce dossier",
"Only works for users with access to this file" : "Fonctionne uniquement pour les utilisateurs ayant accès à ce fichier",
+ "Enter a date" : "Saisissez une date",
"Circle" : "Cercle",
"Allow download" : "Autoriser le téléchargement",
"No other users with access found" : "Aucun autre utilisateur ayant un accès n'a été trouvé",
diff --git a/apps/files_sharing/l10n/ga.js b/apps/files_sharing/l10n/ga.js
index b57fd58ca1678..23ab82deffb28 100644
--- a/apps/files_sharing/l10n/ga.js
+++ b/apps/files_sharing/l10n/ga.js
@@ -207,7 +207,6 @@ OC.L10N.register(
"Password protection" : "Cosaint pasfhocal",
"Enter a password" : "Cuir isteach pasfhocal",
"Expiration date (enforced)" : "Dáta éaga (curtha i bhfeidhm)",
- "Enter a date" : "Cuir isteach dáta",
"Create share" : "Cruthaigh sciar",
"Customize link" : "Saincheap nasc",
"Generate QR code" : "Gin cód QR",
@@ -394,6 +393,7 @@ OC.L10N.register(
"Bundled permissions" : "Ceadanna cuachta",
"Only works for users with access to this folder" : "Ní oibríonn sé ach d’úsáideoirí a bhfuil rochtain acu ar an bhfillteán seo",
"Only works for users with access to this file" : "Ní oibríonn ach d’úsáideoirí a bhfuil rochtain acu ar an gcomhad seo",
+ "Enter a date" : "Cuir isteach dáta",
"Circle" : "Ciorcal",
"Allow download" : "Ceadaigh íoslódáil",
"No other users with access found" : "Níor aimsíodh aon úsáideoir eile a bhfuil rochtain acu",
diff --git a/apps/files_sharing/l10n/ga.json b/apps/files_sharing/l10n/ga.json
index 087f2a6aa5218..c291a385bc469 100644
--- a/apps/files_sharing/l10n/ga.json
+++ b/apps/files_sharing/l10n/ga.json
@@ -205,7 +205,6 @@
"Password protection" : "Cosaint pasfhocal",
"Enter a password" : "Cuir isteach pasfhocal",
"Expiration date (enforced)" : "Dáta éaga (curtha i bhfeidhm)",
- "Enter a date" : "Cuir isteach dáta",
"Create share" : "Cruthaigh sciar",
"Customize link" : "Saincheap nasc",
"Generate QR code" : "Gin cód QR",
@@ -392,6 +391,7 @@
"Bundled permissions" : "Ceadanna cuachta",
"Only works for users with access to this folder" : "Ní oibríonn sé ach d’úsáideoirí a bhfuil rochtain acu ar an bhfillteán seo",
"Only works for users with access to this file" : "Ní oibríonn ach d’úsáideoirí a bhfuil rochtain acu ar an gcomhad seo",
+ "Enter a date" : "Cuir isteach dáta",
"Circle" : "Ciorcal",
"Allow download" : "Ceadaigh íoslódáil",
"No other users with access found" : "Níor aimsíodh aon úsáideoir eile a bhfuil rochtain acu",
diff --git a/apps/files_sharing/l10n/gl.js b/apps/files_sharing/l10n/gl.js
index 58f7e9b258efd..1a9d099a8f47f 100644
--- a/apps/files_sharing/l10n/gl.js
+++ b/apps/files_sharing/l10n/gl.js
@@ -207,7 +207,6 @@ OC.L10N.register(
"Password protection" : "Protección por contrasinal",
"Enter a password" : "Introduza un contrasinal",
"Expiration date (enforced)" : "Data de caducidade (obrigada)",
- "Enter a date" : "Introduza unha data",
"Create share" : "Crear elemento compartido",
"Customize link" : "Personalizar a ligazón",
"Generate QR code" : "Xerar un código QR",
@@ -394,6 +393,7 @@ OC.L10N.register(
"Bundled permissions" : "Permisos agrupados",
"Only works for users with access to this folder" : "Só funciona para usuarios con acceso a este cartafol",
"Only works for users with access to this file" : "Só funciona para usuarios con acceso a este ficheiro",
+ "Enter a date" : "Introduza unha data",
"Circle" : "Círculo",
"Allow download" : "Permitir a descarga",
"No other users with access found" : "Non se atoparon outros usuarios con acceso",
diff --git a/apps/files_sharing/l10n/gl.json b/apps/files_sharing/l10n/gl.json
index e133d37ebcc72..1c23dd9cd741e 100644
--- a/apps/files_sharing/l10n/gl.json
+++ b/apps/files_sharing/l10n/gl.json
@@ -205,7 +205,6 @@
"Password protection" : "Protección por contrasinal",
"Enter a password" : "Introduza un contrasinal",
"Expiration date (enforced)" : "Data de caducidade (obrigada)",
- "Enter a date" : "Introduza unha data",
"Create share" : "Crear elemento compartido",
"Customize link" : "Personalizar a ligazón",
"Generate QR code" : "Xerar un código QR",
@@ -392,6 +391,7 @@
"Bundled permissions" : "Permisos agrupados",
"Only works for users with access to this folder" : "Só funciona para usuarios con acceso a este cartafol",
"Only works for users with access to this file" : "Só funciona para usuarios con acceso a este ficheiro",
+ "Enter a date" : "Introduza unha data",
"Circle" : "Círculo",
"Allow download" : "Permitir a descarga",
"No other users with access found" : "Non se atoparon outros usuarios con acceso",
diff --git a/apps/files_sharing/l10n/he.js b/apps/files_sharing/l10n/he.js
index 298ca3c77a8cd..22342a54ede31 100644
--- a/apps/files_sharing/l10n/he.js
+++ b/apps/files_sharing/l10n/he.js
@@ -122,7 +122,6 @@ OC.L10N.register(
"Password protection" : "Password protection",
"Enter a password" : "נא להקליד ססמה",
"Expiration date (enforced)" : "תאריך תפוגה (נאכף)",
- "Enter a date" : "נא למלא תאריך",
"Create share" : "צור שיתוף",
"Add another link" : "הוספת קישור נוסף",
"Create a new share link" : "יצירת קישור שיתוף חדש",
@@ -220,6 +219,7 @@ OC.L10N.register(
"Upload" : "העלאה",
"Only works for users with access to this folder" : "עובד רק עבור משתמשים עם גישה לתיקייה הזו",
"Only works for users with access to this file" : "עובד רק עבור משתמשים עם גישה לקובץ הזה",
+ "Enter a date" : "נא למלא תאריך",
"Circle" : "מעגל",
"No other users with access found" : "לא נמצאו משתמשים נוספים עם גישה",
"No entries found in this folder" : "לא נמצאו כניסות לתיקייה זו",
diff --git a/apps/files_sharing/l10n/he.json b/apps/files_sharing/l10n/he.json
index ef3ad349d8a6e..01b46cc598667 100644
--- a/apps/files_sharing/l10n/he.json
+++ b/apps/files_sharing/l10n/he.json
@@ -120,7 +120,6 @@
"Password protection" : "Password protection",
"Enter a password" : "נא להקליד ססמה",
"Expiration date (enforced)" : "תאריך תפוגה (נאכף)",
- "Enter a date" : "נא למלא תאריך",
"Create share" : "צור שיתוף",
"Add another link" : "הוספת קישור נוסף",
"Create a new share link" : "יצירת קישור שיתוף חדש",
@@ -218,6 +217,7 @@
"Upload" : "העלאה",
"Only works for users with access to this folder" : "עובד רק עבור משתמשים עם גישה לתיקייה הזו",
"Only works for users with access to this file" : "עובד רק עבור משתמשים עם גישה לקובץ הזה",
+ "Enter a date" : "נא למלא תאריך",
"Circle" : "מעגל",
"No other users with access found" : "לא נמצאו משתמשים נוספים עם גישה",
"No entries found in this folder" : "לא נמצאו כניסות לתיקייה זו",
diff --git a/apps/files_sharing/l10n/hr.js b/apps/files_sharing/l10n/hr.js
index 272f9f5b92981..c0bfed0eac63e 100644
--- a/apps/files_sharing/l10n/hr.js
+++ b/apps/files_sharing/l10n/hr.js
@@ -127,7 +127,6 @@ OC.L10N.register(
"Password protection" : "Zaštita zaporkom",
"Enter a password" : "Unesite zaporku",
"Expiration date (enforced)" : "Datum isteka (provedeno)",
- "Enter a date" : "Unesi datum",
"Create share" : "Stvori dijeljenje",
"Add another link" : "Dodaj drugu poveznicu",
"Create a new share link" : "Stvori novu poveznicu dijeljenja",
@@ -232,6 +231,7 @@ OC.L10N.register(
"Upload" : "Otpremi",
"Only works for users with access to this folder" : "Samo za korisnike koji smiju pristupiti ovoj mapi",
"Only works for users with access to this file" : "Samo za korisnike koji smiju pristupiti ovoj datoteci",
+ "Enter a date" : "Unesi datum",
"Circle" : "Krug",
"No other users with access found" : "Nije pronađen nijedan drugi korisnik s omogućenim pristupom",
"No entries found in this folder" : "U ovoj mapi nisu pronađeni nikakvi zapisi",
diff --git a/apps/files_sharing/l10n/hr.json b/apps/files_sharing/l10n/hr.json
index f4c303823da9d..c9e72fbb38e34 100644
--- a/apps/files_sharing/l10n/hr.json
+++ b/apps/files_sharing/l10n/hr.json
@@ -125,7 +125,6 @@
"Password protection" : "Zaštita zaporkom",
"Enter a password" : "Unesite zaporku",
"Expiration date (enforced)" : "Datum isteka (provedeno)",
- "Enter a date" : "Unesi datum",
"Create share" : "Stvori dijeljenje",
"Add another link" : "Dodaj drugu poveznicu",
"Create a new share link" : "Stvori novu poveznicu dijeljenja",
@@ -230,6 +229,7 @@
"Upload" : "Otpremi",
"Only works for users with access to this folder" : "Samo za korisnike koji smiju pristupiti ovoj mapi",
"Only works for users with access to this file" : "Samo za korisnike koji smiju pristupiti ovoj datoteci",
+ "Enter a date" : "Unesi datum",
"Circle" : "Krug",
"No other users with access found" : "Nije pronađen nijedan drugi korisnik s omogućenim pristupom",
"No entries found in this folder" : "U ovoj mapi nisu pronađeni nikakvi zapisi",
diff --git a/apps/files_sharing/l10n/hu.js b/apps/files_sharing/l10n/hu.js
index b57bd7a8aa342..cbd0113797096 100644
--- a/apps/files_sharing/l10n/hu.js
+++ b/apps/files_sharing/l10n/hu.js
@@ -150,7 +150,6 @@ OC.L10N.register(
"Password protection" : "Jelszavas védelem",
"Enter a password" : "Adja meg a jelszót",
"Expiration date (enforced)" : "Lejárati idő (megkövetelve)",
- "Enter a date" : "Adjon meg egy dátumot",
"Create share" : "Megosztás létrehozása",
"Customize link" : "Hivatkozás testreszabása",
"Generate QR code" : "QR-kód készítése",
@@ -299,6 +298,7 @@ OC.L10N.register(
"Bundled permissions" : "Összetartozó jogosultságok",
"Only works for users with access to this folder" : "Csak azoknál a felhasználóknál működik, akiknek hozzáférésük van ehhez a mappához",
"Only works for users with access to this file" : "Csak azoknál a felhasználóknál működik, akiknek hozzáférésük van ehhez a fájlhoz",
+ "Enter a date" : "Adjon meg egy dátumot",
"Circle" : "Kör",
"Allow download" : "Letöltés engedélyezése",
"No other users with access found" : "Nincs más felhasználó, aki hozzáféréssel rendelkezik",
diff --git a/apps/files_sharing/l10n/hu.json b/apps/files_sharing/l10n/hu.json
index 12e80b8d023c9..be3c256f32aca 100644
--- a/apps/files_sharing/l10n/hu.json
+++ b/apps/files_sharing/l10n/hu.json
@@ -148,7 +148,6 @@
"Password protection" : "Jelszavas védelem",
"Enter a password" : "Adja meg a jelszót",
"Expiration date (enforced)" : "Lejárati idő (megkövetelve)",
- "Enter a date" : "Adjon meg egy dátumot",
"Create share" : "Megosztás létrehozása",
"Customize link" : "Hivatkozás testreszabása",
"Generate QR code" : "QR-kód készítése",
@@ -297,6 +296,7 @@
"Bundled permissions" : "Összetartozó jogosultságok",
"Only works for users with access to this folder" : "Csak azoknál a felhasználóknál működik, akiknek hozzáférésük van ehhez a mappához",
"Only works for users with access to this file" : "Csak azoknál a felhasználóknál működik, akiknek hozzáférésük van ehhez a fájlhoz",
+ "Enter a date" : "Adjon meg egy dátumot",
"Circle" : "Kör",
"Allow download" : "Letöltés engedélyezése",
"No other users with access found" : "Nincs más felhasználó, aki hozzáféréssel rendelkezik",
diff --git a/apps/files_sharing/l10n/is.js b/apps/files_sharing/l10n/is.js
index 306ddf006d5df..8143b92246549 100644
--- a/apps/files_sharing/l10n/is.js
+++ b/apps/files_sharing/l10n/is.js
@@ -139,7 +139,6 @@ OC.L10N.register(
"Password protection" : "Verndun með lykilorði",
"Enter a password" : "Settu inn lykilorð",
"Expiration date (enforced)" : "Gildistími (nauðsynlegur)",
- "Enter a date" : "Settu inn dagsetningu",
"Create share" : "Búa til sameign",
"Customize link" : "Sérsníða tengil",
"Add another link" : "Bæta við öðrum tengli",
@@ -287,6 +286,7 @@ OC.L10N.register(
"Bundled permissions" : "Meðfylgjandi heimildir",
"Only works for users with access to this folder" : "Virkar bara fyrir notendur sem hafa aðgang að þessari möppu",
"Only works for users with access to this file" : "Virkar bara fyrir notendur sem hafa aðgang að þessari skrá",
+ "Enter a date" : "Settu inn dagsetningu",
"Circle" : "Hringur",
"Allow download" : "Leyfa niðurhal",
"No other users with access found" : "Engir aðrir notendur með aðgang fundust",
diff --git a/apps/files_sharing/l10n/is.json b/apps/files_sharing/l10n/is.json
index b082cf421f978..fba3c6355cd51 100644
--- a/apps/files_sharing/l10n/is.json
+++ b/apps/files_sharing/l10n/is.json
@@ -137,7 +137,6 @@
"Password protection" : "Verndun með lykilorði",
"Enter a password" : "Settu inn lykilorð",
"Expiration date (enforced)" : "Gildistími (nauðsynlegur)",
- "Enter a date" : "Settu inn dagsetningu",
"Create share" : "Búa til sameign",
"Customize link" : "Sérsníða tengil",
"Add another link" : "Bæta við öðrum tengli",
@@ -285,6 +284,7 @@
"Bundled permissions" : "Meðfylgjandi heimildir",
"Only works for users with access to this folder" : "Virkar bara fyrir notendur sem hafa aðgang að þessari möppu",
"Only works for users with access to this file" : "Virkar bara fyrir notendur sem hafa aðgang að þessari skrá",
+ "Enter a date" : "Settu inn dagsetningu",
"Circle" : "Hringur",
"Allow download" : "Leyfa niðurhal",
"No other users with access found" : "Engir aðrir notendur með aðgang fundust",
diff --git a/apps/files_sharing/l10n/it.js b/apps/files_sharing/l10n/it.js
index 07be4a89dbd67..0825ee4eddfba 100644
--- a/apps/files_sharing/l10n/it.js
+++ b/apps/files_sharing/l10n/it.js
@@ -207,7 +207,6 @@ OC.L10N.register(
"Password protection" : "Protezione con password",
"Enter a password" : "Digita una password",
"Expiration date (enforced)" : "Data di scadenza (applicata)",
- "Enter a date" : "Digita una data",
"Create share" : "Crea condivisione",
"Customize link" : "Personalizza il collegamento",
"Generate QR code" : "Genera codice QR",
@@ -381,6 +380,7 @@ OC.L10N.register(
"Bundled permissions" : "Permessi raggruppati",
"Only works for users with access to this folder" : "Funziona solo per gli utenti con accesso a questa cartella",
"Only works for users with access to this file" : "Funziona solo per gli utenti con accesso a questo file",
+ "Enter a date" : "Digita una data",
"Circle" : "Cerchia",
"Allow download" : "Consenti scaricamento",
"No other users with access found" : "Nessun altro utente con accesso trovato",
diff --git a/apps/files_sharing/l10n/it.json b/apps/files_sharing/l10n/it.json
index 66a2b7af8fa6b..38f13b7b7f8e4 100644
--- a/apps/files_sharing/l10n/it.json
+++ b/apps/files_sharing/l10n/it.json
@@ -205,7 +205,6 @@
"Password protection" : "Protezione con password",
"Enter a password" : "Digita una password",
"Expiration date (enforced)" : "Data di scadenza (applicata)",
- "Enter a date" : "Digita una data",
"Create share" : "Crea condivisione",
"Customize link" : "Personalizza il collegamento",
"Generate QR code" : "Genera codice QR",
@@ -379,6 +378,7 @@
"Bundled permissions" : "Permessi raggruppati",
"Only works for users with access to this folder" : "Funziona solo per gli utenti con accesso a questa cartella",
"Only works for users with access to this file" : "Funziona solo per gli utenti con accesso a questo file",
+ "Enter a date" : "Digita una data",
"Circle" : "Cerchia",
"Allow download" : "Consenti scaricamento",
"No other users with access found" : "Nessun altro utente con accesso trovato",
diff --git a/apps/files_sharing/l10n/ja.js b/apps/files_sharing/l10n/ja.js
index 4a0357d676531..d9996ba4e0795 100644
--- a/apps/files_sharing/l10n/ja.js
+++ b/apps/files_sharing/l10n/ja.js
@@ -207,7 +207,6 @@ OC.L10N.register(
"Password protection" : "パスワード保護",
"Enter a password" : "パスワードを入力",
"Expiration date (enforced)" : "有効期限(強制)",
- "Enter a date" : "日付を入力してください",
"Create share" : "共有を作成",
"Customize link" : "共有のカスタマイズ",
"Generate QR code" : "QRコードを生成",
@@ -380,6 +379,7 @@ OC.L10N.register(
"Bundled permissions" : "バンドルされているパーミッション",
"Only works for users with access to this folder" : "このフォルダーにアクセスできるユーザーにのみ機能します",
"Only works for users with access to this file" : "このファイルへのアクセス権を持つユーザーに対してのみ機能します",
+ "Enter a date" : "日付を入力してください",
"Circle" : "サークル",
"Allow download" : "ダウンロードを許可",
"No other users with access found" : "アクセス権を持つ他のユーザーは見つかりませんでした",
diff --git a/apps/files_sharing/l10n/ja.json b/apps/files_sharing/l10n/ja.json
index e6cfab4218a53..c6d76dd1025ce 100644
--- a/apps/files_sharing/l10n/ja.json
+++ b/apps/files_sharing/l10n/ja.json
@@ -205,7 +205,6 @@
"Password protection" : "パスワード保護",
"Enter a password" : "パスワードを入力",
"Expiration date (enforced)" : "有効期限(強制)",
- "Enter a date" : "日付を入力してください",
"Create share" : "共有を作成",
"Customize link" : "共有のカスタマイズ",
"Generate QR code" : "QRコードを生成",
@@ -378,6 +377,7 @@
"Bundled permissions" : "バンドルされているパーミッション",
"Only works for users with access to this folder" : "このフォルダーにアクセスできるユーザーにのみ機能します",
"Only works for users with access to this file" : "このファイルへのアクセス権を持つユーザーに対してのみ機能します",
+ "Enter a date" : "日付を入力してください",
"Circle" : "サークル",
"Allow download" : "ダウンロードを許可",
"No other users with access found" : "アクセス権を持つ他のユーザーは見つかりませんでした",
diff --git a/apps/files_sharing/l10n/ka.js b/apps/files_sharing/l10n/ka.js
index 0389546e45f61..f02d80a040788 100644
--- a/apps/files_sharing/l10n/ka.js
+++ b/apps/files_sharing/l10n/ka.js
@@ -136,7 +136,6 @@ OC.L10N.register(
"Password protection" : "Password protection",
"Enter a password" : "Enter a password",
"Expiration date (enforced)" : "Expiration date (enforced)",
- "Enter a date" : "Enter a date",
"Create share" : "Create share",
"Customize link" : "Customize link",
"Add another link" : "Add another link",
@@ -286,6 +285,7 @@ OC.L10N.register(
"Bundled permissions" : "Bundled permissions",
"Only works for users with access to this folder" : "Only works for users with access to this folder",
"Only works for users with access to this file" : "Only works for users with access to this file",
+ "Enter a date" : "Enter a date",
"Circle" : "Circle",
"Allow download" : "Allow download",
"No other users with access found" : "No other users with access found",
diff --git a/apps/files_sharing/l10n/ka.json b/apps/files_sharing/l10n/ka.json
index 24e65f8de3b13..c05458cbae334 100644
--- a/apps/files_sharing/l10n/ka.json
+++ b/apps/files_sharing/l10n/ka.json
@@ -134,7 +134,6 @@
"Password protection" : "Password protection",
"Enter a password" : "Enter a password",
"Expiration date (enforced)" : "Expiration date (enforced)",
- "Enter a date" : "Enter a date",
"Create share" : "Create share",
"Customize link" : "Customize link",
"Add another link" : "Add another link",
@@ -284,6 +283,7 @@
"Bundled permissions" : "Bundled permissions",
"Only works for users with access to this folder" : "Only works for users with access to this folder",
"Only works for users with access to this file" : "Only works for users with access to this file",
+ "Enter a date" : "Enter a date",
"Circle" : "Circle",
"Allow download" : "Allow download",
"No other users with access found" : "No other users with access found",
diff --git a/apps/files_sharing/l10n/ko.js b/apps/files_sharing/l10n/ko.js
index acf897ae04282..847577aeceb16 100644
--- a/apps/files_sharing/l10n/ko.js
+++ b/apps/files_sharing/l10n/ko.js
@@ -143,7 +143,6 @@ OC.L10N.register(
"Password protection" : "암호 보호",
"Enter a password" : "Enter a password",
"Expiration date (enforced)" : "만료일 (강제됨)",
- "Enter a date" : "날짜 입력",
"Create share" : "공유 만들기",
"Customize link" : "링크 맞춤설정",
"Generate QR code" : "QR코드 생성",
@@ -293,6 +292,7 @@ OC.L10N.register(
"Bundled permissions" : "번들 권한",
"Only works for users with access to this folder" : "이 폴더의 접근 권한이 있는 사용자만 사용 가능",
"Only works for users with access to this file" : "이 파일에 접근할 수 있는 사용자에게만 작동",
+ "Enter a date" : "날짜 입력",
"Circle" : "서클",
"Allow download" : "다운로드 허용",
"No other users with access found" : "액세스 권한이 있는 사용자 없음",
diff --git a/apps/files_sharing/l10n/ko.json b/apps/files_sharing/l10n/ko.json
index 57697db0e26f0..eadfb66dc8db2 100644
--- a/apps/files_sharing/l10n/ko.json
+++ b/apps/files_sharing/l10n/ko.json
@@ -141,7 +141,6 @@
"Password protection" : "암호 보호",
"Enter a password" : "Enter a password",
"Expiration date (enforced)" : "만료일 (강제됨)",
- "Enter a date" : "날짜 입력",
"Create share" : "공유 만들기",
"Customize link" : "링크 맞춤설정",
"Generate QR code" : "QR코드 생성",
@@ -291,6 +290,7 @@
"Bundled permissions" : "번들 권한",
"Only works for users with access to this folder" : "이 폴더의 접근 권한이 있는 사용자만 사용 가능",
"Only works for users with access to this file" : "이 파일에 접근할 수 있는 사용자에게만 작동",
+ "Enter a date" : "날짜 입력",
"Circle" : "서클",
"Allow download" : "다운로드 허용",
"No other users with access found" : "액세스 권한이 있는 사용자 없음",
diff --git a/apps/files_sharing/l10n/lt_LT.js b/apps/files_sharing/l10n/lt_LT.js
index a0b50674bdd04..f3ccc0227d1c2 100644
--- a/apps/files_sharing/l10n/lt_LT.js
+++ b/apps/files_sharing/l10n/lt_LT.js
@@ -131,7 +131,6 @@ OC.L10N.register(
"Password protection" : "Apsauga slaptažodžiu",
"Enter a password" : "Enter a password",
"Expiration date (enforced)" : "Galiojimo pabaigos data (nustatyta)",
- "Enter a date" : "Įveskite datą",
"Create share" : "Sukurti viešinį",
"Add another link" : "Pridėti kitą nuorodą",
"Create a new share link" : "Sukurti naują bendrinimo nuorodą",
@@ -234,6 +233,7 @@ OC.L10N.register(
"Upload" : "Įkelti",
"Only works for users with access to this folder" : "Veikia tik naudotojams, turintiems prieigą prie šio aplanko",
"Only works for users with access to this file" : "Veikia tik naudotojams, turintiems prieigą prie šio failo",
+ "Enter a date" : "Įveskite datą",
"Circle" : "Ratas",
"Allow download" : "Leisti atsisiųsti",
"No other users with access found" : "Nerasta kitų naudotojų, turinčių prieigą",
diff --git a/apps/files_sharing/l10n/lt_LT.json b/apps/files_sharing/l10n/lt_LT.json
index 72b1d83fd0f37..a765471f98245 100644
--- a/apps/files_sharing/l10n/lt_LT.json
+++ b/apps/files_sharing/l10n/lt_LT.json
@@ -129,7 +129,6 @@
"Password protection" : "Apsauga slaptažodžiu",
"Enter a password" : "Enter a password",
"Expiration date (enforced)" : "Galiojimo pabaigos data (nustatyta)",
- "Enter a date" : "Įveskite datą",
"Create share" : "Sukurti viešinį",
"Add another link" : "Pridėti kitą nuorodą",
"Create a new share link" : "Sukurti naują bendrinimo nuorodą",
@@ -232,6 +231,7 @@
"Upload" : "Įkelti",
"Only works for users with access to this folder" : "Veikia tik naudotojams, turintiems prieigą prie šio aplanko",
"Only works for users with access to this file" : "Veikia tik naudotojams, turintiems prieigą prie šio failo",
+ "Enter a date" : "Įveskite datą",
"Circle" : "Ratas",
"Allow download" : "Leisti atsisiųsti",
"No other users with access found" : "Nerasta kitų naudotojų, turinčių prieigą",
diff --git a/apps/files_sharing/l10n/mk.js b/apps/files_sharing/l10n/mk.js
index 3dae236627b28..0236b820c8815 100644
--- a/apps/files_sharing/l10n/mk.js
+++ b/apps/files_sharing/l10n/mk.js
@@ -140,7 +140,6 @@ OC.L10N.register(
"Password protection" : "Заштитено со лозинка",
"Enter a password" : "Внесете лозинка",
"Expiration date (enforced)" : "Рок на траење (enforced)",
- "Enter a date" : "Внесете датум",
"Create share" : "Ново споделување",
"Customize link" : "Прилагоди линк",
"Add another link" : "Додади линк",
@@ -285,6 +284,7 @@ OC.L10N.register(
"Bundled permissions" : "Пакет дозволи",
"Only works for users with access to this folder" : "Функционира само за корисници со пристап до оваа папка",
"Only works for users with access to this file" : "Функционира само за корисници со пристап до оваа датотека",
+ "Enter a date" : "Внесете датум",
"Circle" : "Круг",
"Allow download" : "Дозволи преземање",
"No other users with access found" : "Не се пројандени други корисници со простап",
diff --git a/apps/files_sharing/l10n/mk.json b/apps/files_sharing/l10n/mk.json
index 34959eb91e68f..834a4bef2a7c8 100644
--- a/apps/files_sharing/l10n/mk.json
+++ b/apps/files_sharing/l10n/mk.json
@@ -138,7 +138,6 @@
"Password protection" : "Заштитено со лозинка",
"Enter a password" : "Внесете лозинка",
"Expiration date (enforced)" : "Рок на траење (enforced)",
- "Enter a date" : "Внесете датум",
"Create share" : "Ново споделување",
"Customize link" : "Прилагоди линк",
"Add another link" : "Додади линк",
@@ -283,6 +282,7 @@
"Bundled permissions" : "Пакет дозволи",
"Only works for users with access to this folder" : "Функционира само за корисници со пристап до оваа папка",
"Only works for users with access to this file" : "Функционира само за корисници со пристап до оваа датотека",
+ "Enter a date" : "Внесете датум",
"Circle" : "Круг",
"Allow download" : "Дозволи преземање",
"No other users with access found" : "Не се пројандени други корисници со простап",
diff --git a/apps/files_sharing/l10n/nb.js b/apps/files_sharing/l10n/nb.js
index 472678b272cf4..e84301f6b985f 100644
--- a/apps/files_sharing/l10n/nb.js
+++ b/apps/files_sharing/l10n/nb.js
@@ -204,7 +204,6 @@ OC.L10N.register(
"Password protection" : "Passordbeskyttelse",
"Enter a password" : "Skriv inn et passord",
"Expiration date (enforced)" : "Utløpsdato (håndhevet)",
- "Enter a date" : "Skriv inn dato",
"Create share" : "Opprett deling",
"Customize link" : "Tilpass lenke",
"Generate QR code" : "Generer QR-kode",
@@ -377,6 +376,7 @@ OC.L10N.register(
"Bundled permissions" : "Medfølgende tillatelser",
"Only works for users with access to this folder" : "Virker kun for brukere med tilgang til mappen",
"Only works for users with access to this file" : "Virker kun for brukere med tilgang til denne filen",
+ "Enter a date" : "Skriv inn dato",
"Circle" : "Sirkel",
"Allow download" : "Tillat nedlasting",
"No other users with access found" : "Ingen andre brukere med tilgang funnet",
diff --git a/apps/files_sharing/l10n/nb.json b/apps/files_sharing/l10n/nb.json
index cb1a00fa79081..2717c976d9ed3 100644
--- a/apps/files_sharing/l10n/nb.json
+++ b/apps/files_sharing/l10n/nb.json
@@ -202,7 +202,6 @@
"Password protection" : "Passordbeskyttelse",
"Enter a password" : "Skriv inn et passord",
"Expiration date (enforced)" : "Utløpsdato (håndhevet)",
- "Enter a date" : "Skriv inn dato",
"Create share" : "Opprett deling",
"Customize link" : "Tilpass lenke",
"Generate QR code" : "Generer QR-kode",
@@ -375,6 +374,7 @@
"Bundled permissions" : "Medfølgende tillatelser",
"Only works for users with access to this folder" : "Virker kun for brukere med tilgang til mappen",
"Only works for users with access to this file" : "Virker kun for brukere med tilgang til denne filen",
+ "Enter a date" : "Skriv inn dato",
"Circle" : "Sirkel",
"Allow download" : "Tillat nedlasting",
"No other users with access found" : "Ingen andre brukere med tilgang funnet",
diff --git a/apps/files_sharing/l10n/nl.js b/apps/files_sharing/l10n/nl.js
index ba161bebcab8e..5d195d1c759df 100644
--- a/apps/files_sharing/l10n/nl.js
+++ b/apps/files_sharing/l10n/nl.js
@@ -137,7 +137,6 @@ OC.L10N.register(
"Password protection" : "Wachtwoordbeveiliging",
"Enter a password" : "Voer een wachtwoord in",
"Expiration date (enforced)" : "Vervaldatum (afgedwongen)",
- "Enter a date" : "Voeg een datum toe",
"Create share" : "Creëren share",
"Add another link" : "Nog een link toevoegen ",
"Create a new share link" : "Creëer een nieuwe deellink",
@@ -251,6 +250,7 @@ OC.L10N.register(
"Upload" : "Uploaden",
"Only works for users with access to this folder" : "Dit werkt alleen voor gebruikers met toegang tot deze map",
"Only works for users with access to this file" : "Dit werkt alleen voor gebruikers met toegang tot dit bestand",
+ "Enter a date" : "Voeg een datum toe",
"Circle" : "Kring",
"Allow download" : "Downloaden toestaan",
"No other users with access found" : "Geen andere gebruikers met toegang gevonden",
diff --git a/apps/files_sharing/l10n/nl.json b/apps/files_sharing/l10n/nl.json
index 042d07e4e0e80..bb86047ab205d 100644
--- a/apps/files_sharing/l10n/nl.json
+++ b/apps/files_sharing/l10n/nl.json
@@ -135,7 +135,6 @@
"Password protection" : "Wachtwoordbeveiliging",
"Enter a password" : "Voer een wachtwoord in",
"Expiration date (enforced)" : "Vervaldatum (afgedwongen)",
- "Enter a date" : "Voeg een datum toe",
"Create share" : "Creëren share",
"Add another link" : "Nog een link toevoegen ",
"Create a new share link" : "Creëer een nieuwe deellink",
@@ -249,6 +248,7 @@
"Upload" : "Uploaden",
"Only works for users with access to this folder" : "Dit werkt alleen voor gebruikers met toegang tot deze map",
"Only works for users with access to this file" : "Dit werkt alleen voor gebruikers met toegang tot dit bestand",
+ "Enter a date" : "Voeg een datum toe",
"Circle" : "Kring",
"Allow download" : "Downloaden toestaan",
"No other users with access found" : "Geen andere gebruikers met toegang gevonden",
diff --git a/apps/files_sharing/l10n/pl.js b/apps/files_sharing/l10n/pl.js
index 16fe4fa0d2f0f..ae45e209ccf97 100644
--- a/apps/files_sharing/l10n/pl.js
+++ b/apps/files_sharing/l10n/pl.js
@@ -143,7 +143,6 @@ OC.L10N.register(
"Password protection" : "Ochrona hasła",
"Enter a password" : "Wprowadź hasło",
"Expiration date (enforced)" : "Data ważności (wymuszona)",
- "Enter a date" : "Podaj datę",
"Create share" : "Utwórz udostępnienie",
"Customize link" : "Dostosuj link",
"Add another link" : "Dodaj kolejny link",
@@ -292,6 +291,7 @@ OC.L10N.register(
"Bundled permissions" : "Uprawnienia w pakiecie",
"Only works for users with access to this folder" : "Działa tylko dla użytkowników mającym dostęp do tego katalogu",
"Only works for users with access to this file" : "Działa tylko dla użytkowników mającym dostęp do tego pliku",
+ "Enter a date" : "Podaj datę",
"Circle" : "Krąg",
"Allow download" : "Zezwól na pobieranie",
"No other users with access found" : "Nie znaleziono innych użytkowników z dostępem",
diff --git a/apps/files_sharing/l10n/pl.json b/apps/files_sharing/l10n/pl.json
index 05750f8c8376f..1135f064aef5e 100644
--- a/apps/files_sharing/l10n/pl.json
+++ b/apps/files_sharing/l10n/pl.json
@@ -141,7 +141,6 @@
"Password protection" : "Ochrona hasła",
"Enter a password" : "Wprowadź hasło",
"Expiration date (enforced)" : "Data ważności (wymuszona)",
- "Enter a date" : "Podaj datę",
"Create share" : "Utwórz udostępnienie",
"Customize link" : "Dostosuj link",
"Add another link" : "Dodaj kolejny link",
@@ -290,6 +289,7 @@
"Bundled permissions" : "Uprawnienia w pakiecie",
"Only works for users with access to this folder" : "Działa tylko dla użytkowników mającym dostęp do tego katalogu",
"Only works for users with access to this file" : "Działa tylko dla użytkowników mającym dostęp do tego pliku",
+ "Enter a date" : "Podaj datę",
"Circle" : "Krąg",
"Allow download" : "Zezwól na pobieranie",
"No other users with access found" : "Nie znaleziono innych użytkowników z dostępem",
diff --git a/apps/files_sharing/l10n/pt_BR.js b/apps/files_sharing/l10n/pt_BR.js
index 5247b0867dbcb..1745032a2410f 100644
--- a/apps/files_sharing/l10n/pt_BR.js
+++ b/apps/files_sharing/l10n/pt_BR.js
@@ -204,7 +204,6 @@ OC.L10N.register(
"Password protection" : "Proteger com senha",
"Enter a password" : "Digite uma senha",
"Expiration date (enforced)" : "Data de vencimento (imposta)",
- "Enter a date" : "Digite uma data",
"Create share" : "Criar compartilhamento",
"Customize link" : "Personalizar o link",
"Generate QR code" : "Gerar código QR",
@@ -378,6 +377,7 @@ OC.L10N.register(
"Bundled permissions" : "Permissões agrupadas",
"Only works for users with access to this folder" : "Funciona apenas para usuários com acesso a esta pasta",
"Only works for users with access to this file" : "Funciona apenas para usuários com acesso a este arquivo",
+ "Enter a date" : "Digite uma data",
"Circle" : "Círculo",
"Allow download" : "Permitir baixar",
"No other users with access found" : "Nenhum usuário com acesso encontrado",
diff --git a/apps/files_sharing/l10n/pt_BR.json b/apps/files_sharing/l10n/pt_BR.json
index afd6658bb0d03..057f61577a88f 100644
--- a/apps/files_sharing/l10n/pt_BR.json
+++ b/apps/files_sharing/l10n/pt_BR.json
@@ -202,7 +202,6 @@
"Password protection" : "Proteger com senha",
"Enter a password" : "Digite uma senha",
"Expiration date (enforced)" : "Data de vencimento (imposta)",
- "Enter a date" : "Digite uma data",
"Create share" : "Criar compartilhamento",
"Customize link" : "Personalizar o link",
"Generate QR code" : "Gerar código QR",
@@ -376,6 +375,7 @@
"Bundled permissions" : "Permissões agrupadas",
"Only works for users with access to this folder" : "Funciona apenas para usuários com acesso a esta pasta",
"Only works for users with access to this file" : "Funciona apenas para usuários com acesso a este arquivo",
+ "Enter a date" : "Digite uma data",
"Circle" : "Círculo",
"Allow download" : "Permitir baixar",
"No other users with access found" : "Nenhum usuário com acesso encontrado",
diff --git a/apps/files_sharing/l10n/ro.js b/apps/files_sharing/l10n/ro.js
index 1df99f865a606..24909e8912f03 100644
--- a/apps/files_sharing/l10n/ro.js
+++ b/apps/files_sharing/l10n/ro.js
@@ -125,7 +125,6 @@ OC.L10N.register(
"Link copied" : "Link copiat",
"Password protection" : "Password protection",
"Enter a password" : "Enter a password",
- "Enter a date" : "Introdu data",
"Add another link" : "Adaugă un alt link",
"View only" : "Numai se vizualizează",
"Can edit" : "Poate edita",
@@ -201,6 +200,7 @@ OC.L10N.register(
"File drop (upload only)" : "Aruncă fișierul (numai încărcare)",
"Upload" : "Încărcare",
"Bundled permissions" : "Permisiuni încorporate",
+ "Enter a date" : "Introdu data",
"Circle" : "Cerc",
"No entries found in this folder" : "Niciun element găsit în acest director",
"Name" : "Nume",
diff --git a/apps/files_sharing/l10n/ro.json b/apps/files_sharing/l10n/ro.json
index d49acad44e97c..a350be1009a34 100644
--- a/apps/files_sharing/l10n/ro.json
+++ b/apps/files_sharing/l10n/ro.json
@@ -123,7 +123,6 @@
"Link copied" : "Link copiat",
"Password protection" : "Password protection",
"Enter a password" : "Enter a password",
- "Enter a date" : "Introdu data",
"Add another link" : "Adaugă un alt link",
"View only" : "Numai se vizualizează",
"Can edit" : "Poate edita",
@@ -199,6 +198,7 @@
"File drop (upload only)" : "Aruncă fișierul (numai încărcare)",
"Upload" : "Încărcare",
"Bundled permissions" : "Permisiuni încorporate",
+ "Enter a date" : "Introdu data",
"Circle" : "Cerc",
"No entries found in this folder" : "Niciun element găsit în acest director",
"Name" : "Nume",
diff --git a/apps/files_sharing/l10n/ru.js b/apps/files_sharing/l10n/ru.js
index 7b871e3ae7a75..eef18d0c819fa 100644
--- a/apps/files_sharing/l10n/ru.js
+++ b/apps/files_sharing/l10n/ru.js
@@ -86,11 +86,21 @@ OC.L10N.register(
"Not a directory" : "Это не каталог",
"Could not lock node" : "Не удалось заблокировать узел",
"Could not lock path" : "Не удалось заблокировать путь",
+ "no sharing rights on this item" : "нет прав на распространение этого элемента",
+ "You are not allowed to edit incoming shares" : "Вам не разрешается редактировать входящие общие материалы",
"Wrong or no update parameter given" : "Параметр для изменения неправилен или не задан",
+ "You are not allowed to edit link shares that you don't own" : "Вам не разрешается редактировать ссылки, которыми вы не владеете",
"Share must at least have READ or CREATE permissions" : "Общий ресурс должен, по крайней мере, иметь разрешения READ или CREATE",
"Share must have READ permission if UPDATE or DELETE permission is set" : "Общий ресурс должен иметь разрешение READ, если установлено разрешение UPDATE или DELETE",
"\"Sending the password by Nextcloud Talk\" for sharing a file or folder failed because Nextcloud Talk is not enabled." : "Не удалось отправить пароль для доступа, так как приложение Nextcloud Talk отключено.",
+ "Invalid date. Format must be YYYY-MM-DD" : "Неверная дата. Формат должен быть ГГГГ-ММ-ДД",
+ "No sharing rights on this item" : "Нет прав на распространение этого элемента",
+ "Invalid share attributes provided: \"%s\"" : "Предоставлены недопустимые атрибуты общего доступа: \"%s\"",
+ "You are not allowed to send mail notifications" : "Вам не разрешено отправлять уведомления по почте",
+ "No mail notification configured for this share type" : "Для этого типа общего доступа не настроено почтовое уведомление",
"Wrong password" : "Неверный пароль",
+ "Error while sending mail notification" : "Ошибка при отправке почтового уведомления",
+ "This share does not exist or is no longer available" : "Этот общий доступ не существует или больше недоступен",
"shared by %s" : "доступ предоставлен пользователем %s",
"Download" : "Скачать",
"Add to your %s" : "Добавить в свой %s",
@@ -103,13 +113,26 @@ OC.L10N.register(
"You received {share} to group {group} as a share by {user}" : "Вы получили от {user} доступ к ресурсу {share}, предназначенный группе {group}",
"Accept" : "Принять",
"Decline" : "Отклонить",
+ "Remember to upload the files to %s" : "Не забудьте загрузить файлы на %s",
+ "We would like to kindly remind you that you have not yet uploaded any files to the shared folder." : "Напоминаем вам, что вы еще не загрузили ни одного файла в общую папку.",
+ "Open \"%s\"" : "Открыть \"%s\"",
"This application enables people to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable people can then share files and folders with other accounts and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other people outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Это приложение позволяет пользователям обмениваться файлами в Nextcloud. Если оно включено, администратор может выбирать, какие группы могут обмениваться файлами. Соответствующие пользователи могут обмениваться файлами и папками с другими учетными записями и группами в Nextcloud. Кроме того, если администратор активирует функцию \"Поделиться ссылкой\", можно использовать внешнюю ссылку для обмена файлами с другими пользователями за пределами Nextcloud. Администраторы также могут устанавливать пароли, даты истечения срока действия и разрешать общий доступ с сервера на сервер с помощью общих ссылок, а также с мобильных устройств.\nПри отключении этой функции удаляются общие файлы и папки на сервере для всех получателей общего доступа, а также на клиентах синхронизации и в мобильных приложениях. Дополнительная информация доступна в документации Nextcloud.",
"People" : "Люди",
+ "Filter accounts" : "Фильтровать аккаунты",
+ "When should the request expire?" : "Когда истекает срок действия запроса?",
+ "Set a submission expiration date" : "Установите дату истечения срока действия заявки",
"Expiration date" : "Срок действия",
+ "Select a date" : "Выберите дату",
"Your administrator has enforced a {count} days expiration policy." : "Ваш администратор ввел в действие {count} политику истечения срока действия дней.",
+ "What password should be used for the request?" : "Какой пароль следует использовать для запроса?",
"Set a password" : "Задать пароль",
"Password" : "Пароль",
+ "Enter a valid password" : "Введите действительный пароль",
+ "Generate a new password" : "Сгенерируйте новый пароль",
"Your administrator has enforced a password protection." : "Ваш администратор ввел в действие защиту паролем.",
+ "The request will expire on {date} at midnight and will be password protected." : "Срок действия запроса истекает {date} в полночь, и он будет защищен паролем.",
+ "The request will expire on {date} at midnight." : "Срок действия запроса истекает {date} в полночь.",
+ "The request will be password protected." : "Запрос будет защищен паролем.",
"You can now share the link below to allow people to upload files to your directory." : "Теперь вы можете поделиться приведенной ниже ссылкой, чтобы люди могли загружать файлы в ваш каталог.",
"Share link" : "Общий доступ по ссылке",
"Copy to clipboard" : "Копировать в буфер обмена",
@@ -180,7 +203,6 @@ OC.L10N.register(
"Password protection" : "Защита паролем",
"Enter a password" : "Введите пароль",
"Expiration date (enforced)" : "Срок действия (требуется системой)",
- "Enter a date" : "Введите дату",
"Create share" : "Создать общий ресурс",
"Customize link" : "Индивидуальная ссылка",
"Generate QR code" : "Сгенерировать QR-код",
@@ -190,12 +212,14 @@ OC.L10N.register(
"Shared via link by {initiator}" : "{initiator} предоставил(а) доступ по ссылке",
"Mail share ({label})" : "Отправка почты ({label})",
"Share link ({label})" : "Ссылка общего доступа ({label})",
+ "Mail share" : "Общий доступ к почте",
"Share link ({index})" : "Ссылка общего доступа ({index})",
"Actions for \"{title}\"" : "Действия над «{title}»",
"Copy public link of \"{title}\" to clipboard" : "Скопировать общедоступную ссылку для доступа к «{title}» в буфер обмена",
"Error, please enter proper password and/or expiration date" : "Введите действительный пароль и/или дату истечения",
"Link share created" : "Ссылка создана",
"Error while creating the share" : "Не удалось создать общий ресурс",
+ "Quick share options, the current selected is \"{selectedOption}\"" : "Параметры быстрого обмена, выбранный в данный момент \"{selectedOption}\"",
"View only" : "Для просмотра",
"Can edit" : "Можно редактировать",
"Custom permissions" : "Пользовательские права доступа",
@@ -210,15 +234,24 @@ OC.L10N.register(
"Guest" : "Гость",
"Group" : "Группа",
"Email" : "Электронная почта",
+ "Team" : "Команда",
"Talk conversation" : "Название обсуждения",
"Deck board" : "Доска",
"ScienceMesh" : "ScienceMesh",
"on {server}" : "на {server}",
+ "Note from" : "Примечание от",
"Note:" : "Примечание:",
"File drop" : "Принимать файлы",
+ "Upload files to {foldername}." : "Загрузить файлы в {foldername}.",
+ "By uploading files, you agree to the terms of service." : "Загружая файлы, вы соглашаетесь с условиями обслуживания.",
+ "View terms of service" : "Ознакомиться с условиями предоставления услуг",
"Terms of service" : "Условия использования",
+ "{ownerDisplayName} shared a folder with you." : "{ownerDisplayName} поделился с вами папкой.",
"To upload files, you need to provide your name first." : "Чтобы загрузить файлы, вам необходимо сначала указать свое имя.",
+ "Nickname" : "Псевдоним",
+ "Enter your nickname" : "Введите свой никнейм",
"Upload files to {folder}" : "Загрузить файлы в {folder}",
+ "Submit name" : "Отправить имя",
"Allow upload and editing" : "Разрешить приём и редактирование",
"Allow editing" : "Разрешить редактирование",
"Upload only" : "Только загружать",
@@ -240,6 +273,7 @@ OC.L10N.register(
"Delete" : "Удалить",
"Delete share" : "Удалить общий ресурс",
"Share with {userName}" : "Поделиться с {userName}",
+ "Share with email {email}" : "Поделитесь с помощью электронной почты",
"Share with group" : "Поделиться с группой",
"Share in conversation" : "Поделиться в чате",
"Share with remote group" : "Поделиться с удалённой группой",
@@ -251,6 +285,7 @@ OC.L10N.register(
"Toggle list of others with access to this directory" : "Свернуть или развернуть список пользователей, имеющих доступ к этой папке",
"Toggle list of others with access to this file" : "Свернуть или развернуть список пользователей, имеющих доступ к этому файлу",
"Unable to fetch inherited shares" : "Невозможно получить список унаследованных общих ресурсов ",
+ "Link shares" : "Общие ссылки",
"Shares" : "Опубликованные ресурсы",
"Unable to load the shares list" : "Невозможно загрузить список общих ресурсов",
"Expires {relativetime}" : "Истекает {relativetime}",
@@ -267,8 +302,15 @@ OC.L10N.register(
"Show sharing options" : "Показать опции доступа",
"Shared with others" : "Доступные для других",
"Create file request" : "Создать запрос на создание файла",
+ "Upload files to {foldername}" : "Загружать файлы в {foldername}",
+ "Public file share" : "Общий доступ к файлам",
+ "Public shared file." : "Публичный общий файл.",
"No file" : "Нет файла",
+ "The file shared with you will show up here" : "Файл, которым вы поделились, появится здесь",
"Public share" : "Общедоступные ссылки",
+ "Public shared files." : "Публичные общие файлы.",
+ "No files" : "Нет файлов",
+ "Files and folders shared with you will show up here" : "Здесь будут отображаться файлы и папки, которыми с вами поделились.",
"Overview of shared files." : "Предпросмотр общих файлов.",
"No shares" : "Нет ресурсов общего доступа",
"Files and folders you shared or have been shared with you will show up here" : "Файлы и папки, которыми вы поделились или к которым Вам был предоставлен доступ, будут отображаться здесь",
@@ -312,6 +354,7 @@ OC.L10N.register(
"Show list view" : "Просмотр списком",
"Show grid view" : "Просмотр сеткой",
"Upload files to %s" : "Загрузка файлов в %s",
+ "%s shared a folder with you." : "%s поделился с вами папкой.",
"Note" : "Примечание",
"Select or drop files" : "Выберите или перетащите файлы",
"Uploading files" : "Загрузка файлов",
@@ -343,6 +386,7 @@ OC.L10N.register(
"Bundled permissions" : "Связанные права доступа",
"Only works for users with access to this folder" : "Только для пользователей с доступом к этой папке",
"Only works for users with access to this file" : "Только для пользователей с доступом к этому файлу",
+ "Enter a date" : "Введите дату",
"Circle" : "Круг",
"Allow download" : "Разрешить скачивать",
"No other users with access found" : "Не найдено пользователей, имеющих доступ",
diff --git a/apps/files_sharing/l10n/ru.json b/apps/files_sharing/l10n/ru.json
index da25e4d570f7b..5b31bc18c2343 100644
--- a/apps/files_sharing/l10n/ru.json
+++ b/apps/files_sharing/l10n/ru.json
@@ -84,11 +84,21 @@
"Not a directory" : "Это не каталог",
"Could not lock node" : "Не удалось заблокировать узел",
"Could not lock path" : "Не удалось заблокировать путь",
+ "no sharing rights on this item" : "нет прав на распространение этого элемента",
+ "You are not allowed to edit incoming shares" : "Вам не разрешается редактировать входящие общие материалы",
"Wrong or no update parameter given" : "Параметр для изменения неправилен или не задан",
+ "You are not allowed to edit link shares that you don't own" : "Вам не разрешается редактировать ссылки, которыми вы не владеете",
"Share must at least have READ or CREATE permissions" : "Общий ресурс должен, по крайней мере, иметь разрешения READ или CREATE",
"Share must have READ permission if UPDATE or DELETE permission is set" : "Общий ресурс должен иметь разрешение READ, если установлено разрешение UPDATE или DELETE",
"\"Sending the password by Nextcloud Talk\" for sharing a file or folder failed because Nextcloud Talk is not enabled." : "Не удалось отправить пароль для доступа, так как приложение Nextcloud Talk отключено.",
+ "Invalid date. Format must be YYYY-MM-DD" : "Неверная дата. Формат должен быть ГГГГ-ММ-ДД",
+ "No sharing rights on this item" : "Нет прав на распространение этого элемента",
+ "Invalid share attributes provided: \"%s\"" : "Предоставлены недопустимые атрибуты общего доступа: \"%s\"",
+ "You are not allowed to send mail notifications" : "Вам не разрешено отправлять уведомления по почте",
+ "No mail notification configured for this share type" : "Для этого типа общего доступа не настроено почтовое уведомление",
"Wrong password" : "Неверный пароль",
+ "Error while sending mail notification" : "Ошибка при отправке почтового уведомления",
+ "This share does not exist or is no longer available" : "Этот общий доступ не существует или больше недоступен",
"shared by %s" : "доступ предоставлен пользователем %s",
"Download" : "Скачать",
"Add to your %s" : "Добавить в свой %s",
@@ -101,13 +111,26 @@
"You received {share} to group {group} as a share by {user}" : "Вы получили от {user} доступ к ресурсу {share}, предназначенный группе {group}",
"Accept" : "Принять",
"Decline" : "Отклонить",
+ "Remember to upload the files to %s" : "Не забудьте загрузить файлы на %s",
+ "We would like to kindly remind you that you have not yet uploaded any files to the shared folder." : "Напоминаем вам, что вы еще не загрузили ни одного файла в общую папку.",
+ "Open \"%s\"" : "Открыть \"%s\"",
"This application enables people to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable people can then share files and folders with other accounts and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other people outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Это приложение позволяет пользователям обмениваться файлами в Nextcloud. Если оно включено, администратор может выбирать, какие группы могут обмениваться файлами. Соответствующие пользователи могут обмениваться файлами и папками с другими учетными записями и группами в Nextcloud. Кроме того, если администратор активирует функцию \"Поделиться ссылкой\", можно использовать внешнюю ссылку для обмена файлами с другими пользователями за пределами Nextcloud. Администраторы также могут устанавливать пароли, даты истечения срока действия и разрешать общий доступ с сервера на сервер с помощью общих ссылок, а также с мобильных устройств.\nПри отключении этой функции удаляются общие файлы и папки на сервере для всех получателей общего доступа, а также на клиентах синхронизации и в мобильных приложениях. Дополнительная информация доступна в документации Nextcloud.",
"People" : "Люди",
+ "Filter accounts" : "Фильтровать аккаунты",
+ "When should the request expire?" : "Когда истекает срок действия запроса?",
+ "Set a submission expiration date" : "Установите дату истечения срока действия заявки",
"Expiration date" : "Срок действия",
+ "Select a date" : "Выберите дату",
"Your administrator has enforced a {count} days expiration policy." : "Ваш администратор ввел в действие {count} политику истечения срока действия дней.",
+ "What password should be used for the request?" : "Какой пароль следует использовать для запроса?",
"Set a password" : "Задать пароль",
"Password" : "Пароль",
+ "Enter a valid password" : "Введите действительный пароль",
+ "Generate a new password" : "Сгенерируйте новый пароль",
"Your administrator has enforced a password protection." : "Ваш администратор ввел в действие защиту паролем.",
+ "The request will expire on {date} at midnight and will be password protected." : "Срок действия запроса истекает {date} в полночь, и он будет защищен паролем.",
+ "The request will expire on {date} at midnight." : "Срок действия запроса истекает {date} в полночь.",
+ "The request will be password protected." : "Запрос будет защищен паролем.",
"You can now share the link below to allow people to upload files to your directory." : "Теперь вы можете поделиться приведенной ниже ссылкой, чтобы люди могли загружать файлы в ваш каталог.",
"Share link" : "Общий доступ по ссылке",
"Copy to clipboard" : "Копировать в буфер обмена",
@@ -178,7 +201,6 @@
"Password protection" : "Защита паролем",
"Enter a password" : "Введите пароль",
"Expiration date (enforced)" : "Срок действия (требуется системой)",
- "Enter a date" : "Введите дату",
"Create share" : "Создать общий ресурс",
"Customize link" : "Индивидуальная ссылка",
"Generate QR code" : "Сгенерировать QR-код",
@@ -188,12 +210,14 @@
"Shared via link by {initiator}" : "{initiator} предоставил(а) доступ по ссылке",
"Mail share ({label})" : "Отправка почты ({label})",
"Share link ({label})" : "Ссылка общего доступа ({label})",
+ "Mail share" : "Общий доступ к почте",
"Share link ({index})" : "Ссылка общего доступа ({index})",
"Actions for \"{title}\"" : "Действия над «{title}»",
"Copy public link of \"{title}\" to clipboard" : "Скопировать общедоступную ссылку для доступа к «{title}» в буфер обмена",
"Error, please enter proper password and/or expiration date" : "Введите действительный пароль и/или дату истечения",
"Link share created" : "Ссылка создана",
"Error while creating the share" : "Не удалось создать общий ресурс",
+ "Quick share options, the current selected is \"{selectedOption}\"" : "Параметры быстрого обмена, выбранный в данный момент \"{selectedOption}\"",
"View only" : "Для просмотра",
"Can edit" : "Можно редактировать",
"Custom permissions" : "Пользовательские права доступа",
@@ -208,15 +232,24 @@
"Guest" : "Гость",
"Group" : "Группа",
"Email" : "Электронная почта",
+ "Team" : "Команда",
"Talk conversation" : "Название обсуждения",
"Deck board" : "Доска",
"ScienceMesh" : "ScienceMesh",
"on {server}" : "на {server}",
+ "Note from" : "Примечание от",
"Note:" : "Примечание:",
"File drop" : "Принимать файлы",
+ "Upload files to {foldername}." : "Загрузить файлы в {foldername}.",
+ "By uploading files, you agree to the terms of service." : "Загружая файлы, вы соглашаетесь с условиями обслуживания.",
+ "View terms of service" : "Ознакомиться с условиями предоставления услуг",
"Terms of service" : "Условия использования",
+ "{ownerDisplayName} shared a folder with you." : "{ownerDisplayName} поделился с вами папкой.",
"To upload files, you need to provide your name first." : "Чтобы загрузить файлы, вам необходимо сначала указать свое имя.",
+ "Nickname" : "Псевдоним",
+ "Enter your nickname" : "Введите свой никнейм",
"Upload files to {folder}" : "Загрузить файлы в {folder}",
+ "Submit name" : "Отправить имя",
"Allow upload and editing" : "Разрешить приём и редактирование",
"Allow editing" : "Разрешить редактирование",
"Upload only" : "Только загружать",
@@ -238,6 +271,7 @@
"Delete" : "Удалить",
"Delete share" : "Удалить общий ресурс",
"Share with {userName}" : "Поделиться с {userName}",
+ "Share with email {email}" : "Поделитесь с помощью электронной почты",
"Share with group" : "Поделиться с группой",
"Share in conversation" : "Поделиться в чате",
"Share with remote group" : "Поделиться с удалённой группой",
@@ -249,6 +283,7 @@
"Toggle list of others with access to this directory" : "Свернуть или развернуть список пользователей, имеющих доступ к этой папке",
"Toggle list of others with access to this file" : "Свернуть или развернуть список пользователей, имеющих доступ к этому файлу",
"Unable to fetch inherited shares" : "Невозможно получить список унаследованных общих ресурсов ",
+ "Link shares" : "Общие ссылки",
"Shares" : "Опубликованные ресурсы",
"Unable to load the shares list" : "Невозможно загрузить список общих ресурсов",
"Expires {relativetime}" : "Истекает {relativetime}",
@@ -265,8 +300,15 @@
"Show sharing options" : "Показать опции доступа",
"Shared with others" : "Доступные для других",
"Create file request" : "Создать запрос на создание файла",
+ "Upload files to {foldername}" : "Загружать файлы в {foldername}",
+ "Public file share" : "Общий доступ к файлам",
+ "Public shared file." : "Публичный общий файл.",
"No file" : "Нет файла",
+ "The file shared with you will show up here" : "Файл, которым вы поделились, появится здесь",
"Public share" : "Общедоступные ссылки",
+ "Public shared files." : "Публичные общие файлы.",
+ "No files" : "Нет файлов",
+ "Files and folders shared with you will show up here" : "Здесь будут отображаться файлы и папки, которыми с вами поделились.",
"Overview of shared files." : "Предпросмотр общих файлов.",
"No shares" : "Нет ресурсов общего доступа",
"Files and folders you shared or have been shared with you will show up here" : "Файлы и папки, которыми вы поделились или к которым Вам был предоставлен доступ, будут отображаться здесь",
@@ -310,6 +352,7 @@
"Show list view" : "Просмотр списком",
"Show grid view" : "Просмотр сеткой",
"Upload files to %s" : "Загрузка файлов в %s",
+ "%s shared a folder with you." : "%s поделился с вами папкой.",
"Note" : "Примечание",
"Select or drop files" : "Выберите или перетащите файлы",
"Uploading files" : "Загрузка файлов",
@@ -341,6 +384,7 @@
"Bundled permissions" : "Связанные права доступа",
"Only works for users with access to this folder" : "Только для пользователей с доступом к этой папке",
"Only works for users with access to this file" : "Только для пользователей с доступом к этому файлу",
+ "Enter a date" : "Введите дату",
"Circle" : "Круг",
"Allow download" : "Разрешить скачивать",
"No other users with access found" : "Не найдено пользователей, имеющих доступ",
diff --git a/apps/files_sharing/l10n/sc.js b/apps/files_sharing/l10n/sc.js
index 1b13e3c36e7dd..6a343af89bcd6 100644
--- a/apps/files_sharing/l10n/sc.js
+++ b/apps/files_sharing/l10n/sc.js
@@ -126,7 +126,6 @@ OC.L10N.register(
"Password protection" : "Bardiadura cun crae",
"Enter a password" : "Inserta una crae",
"Expiration date (enforced)" : "Data de iscadèntzia (posta)",
- "Enter a date" : "Inserta una data",
"Create share" : "Crea cumpartzidura",
"Customize link" : "Personaliza su ligòngiu",
"Add another link" : "Agiunghe un'àteru ligòngiu",
@@ -234,6 +233,7 @@ OC.L10N.register(
"Upload" : "Càrriga",
"Only works for users with access to this folder" : "Funtzionat isceti pro utentes cun atzessu a custa cartella",
"Only works for users with access to this file" : "Funtzionat isceti pro utentes cun atzessu a custu archìviu",
+ "Enter a date" : "Inserta una data",
"Circle" : "Giru",
"No other users with access found" : "Peruna utèntzia cun atzessu agatada",
"No entries found in this folder" : "Perunu elementu agatadu in custa cartella",
diff --git a/apps/files_sharing/l10n/sc.json b/apps/files_sharing/l10n/sc.json
index ac1ec20fb4e48..558bc1e5adbbe 100644
--- a/apps/files_sharing/l10n/sc.json
+++ b/apps/files_sharing/l10n/sc.json
@@ -124,7 +124,6 @@
"Password protection" : "Bardiadura cun crae",
"Enter a password" : "Inserta una crae",
"Expiration date (enforced)" : "Data de iscadèntzia (posta)",
- "Enter a date" : "Inserta una data",
"Create share" : "Crea cumpartzidura",
"Customize link" : "Personaliza su ligòngiu",
"Add another link" : "Agiunghe un'àteru ligòngiu",
@@ -232,6 +231,7 @@
"Upload" : "Càrriga",
"Only works for users with access to this folder" : "Funtzionat isceti pro utentes cun atzessu a custa cartella",
"Only works for users with access to this file" : "Funtzionat isceti pro utentes cun atzessu a custu archìviu",
+ "Enter a date" : "Inserta una data",
"Circle" : "Giru",
"No other users with access found" : "Peruna utèntzia cun atzessu agatada",
"No entries found in this folder" : "Perunu elementu agatadu in custa cartella",
diff --git a/apps/files_sharing/l10n/sk.js b/apps/files_sharing/l10n/sk.js
index c32f0f024d5bf..4603fa9e92afe 100644
--- a/apps/files_sharing/l10n/sk.js
+++ b/apps/files_sharing/l10n/sk.js
@@ -146,7 +146,6 @@ OC.L10N.register(
"Password protection" : "Ochrana heslom",
"Enter a password" : "Zadajte heslo",
"Expiration date (enforced)" : "Dátum ukončenia platnosti (vynútené)",
- "Enter a date" : "Zadajte dátum",
"Create share" : "Vytvoriť sprístupnenie",
"Customize link" : "Prispôsobiť odkaz",
"Generate QR code" : "Vygenerovať QR kód",
@@ -305,6 +304,7 @@ OC.L10N.register(
"Bundled permissions" : "Združené práva",
"Only works for users with access to this folder" : "Funguje len pre používateľov s prístupom k tomuto priečinku",
"Only works for users with access to this file" : "Funguje iba pre pužívateľov, ktorí majú prístup k tomuto súboru",
+ "Enter a date" : "Zadajte dátum",
"Circle" : "Kruh",
"Allow download" : "Povoliť sťahovanie",
"No other users with access found" : "Neboli nájdení ďalší používatelia s prístupom",
diff --git a/apps/files_sharing/l10n/sk.json b/apps/files_sharing/l10n/sk.json
index 16534b3af06c0..31fdaee5d4175 100644
--- a/apps/files_sharing/l10n/sk.json
+++ b/apps/files_sharing/l10n/sk.json
@@ -144,7 +144,6 @@
"Password protection" : "Ochrana heslom",
"Enter a password" : "Zadajte heslo",
"Expiration date (enforced)" : "Dátum ukončenia platnosti (vynútené)",
- "Enter a date" : "Zadajte dátum",
"Create share" : "Vytvoriť sprístupnenie",
"Customize link" : "Prispôsobiť odkaz",
"Generate QR code" : "Vygenerovať QR kód",
@@ -303,6 +302,7 @@
"Bundled permissions" : "Združené práva",
"Only works for users with access to this folder" : "Funguje len pre používateľov s prístupom k tomuto priečinku",
"Only works for users with access to this file" : "Funguje iba pre pužívateľov, ktorí majú prístup k tomuto súboru",
+ "Enter a date" : "Zadajte dátum",
"Circle" : "Kruh",
"Allow download" : "Povoliť sťahovanie",
"No other users with access found" : "Neboli nájdení ďalší používatelia s prístupom",
diff --git a/apps/files_sharing/l10n/sl.js b/apps/files_sharing/l10n/sl.js
index a815064ad3db0..9ba7ddc612a12 100644
--- a/apps/files_sharing/l10n/sl.js
+++ b/apps/files_sharing/l10n/sl.js
@@ -160,7 +160,6 @@ OC.L10N.register(
"Password protection" : "Zaščita z geslom",
"Enter a password" : "Vpis gesla",
"Expiration date (enforced)" : "Datum preteka (vsiljeno)",
- "Enter a date" : "Vpis datuma ...",
"Create share" : "Ustvari predmet souporabe",
"Customize link" : "Prilagodi povezavo",
"Generate QR code" : "Ustvari kodo QR",
@@ -288,6 +287,7 @@ OC.L10N.register(
"Bundled permissions" : "Paket dovoljenj",
"Only works for users with access to this folder" : "Možnost deluje le za uporabnike, ki imajo dostop do te mape",
"Only works for users with access to this file" : "Deluje le za uporabnike z dostopom do te datoteke",
+ "Enter a date" : "Vpis datuma ...",
"Circle" : "Krog",
"Allow download" : "Dovoli prejem datotek",
"No other users with access found" : "Ni najdenih drugih uporabnikov z dostopom",
diff --git a/apps/files_sharing/l10n/sl.json b/apps/files_sharing/l10n/sl.json
index d543c1a46d645..6ccaaf318ba69 100644
--- a/apps/files_sharing/l10n/sl.json
+++ b/apps/files_sharing/l10n/sl.json
@@ -158,7 +158,6 @@
"Password protection" : "Zaščita z geslom",
"Enter a password" : "Vpis gesla",
"Expiration date (enforced)" : "Datum preteka (vsiljeno)",
- "Enter a date" : "Vpis datuma ...",
"Create share" : "Ustvari predmet souporabe",
"Customize link" : "Prilagodi povezavo",
"Generate QR code" : "Ustvari kodo QR",
@@ -286,6 +285,7 @@
"Bundled permissions" : "Paket dovoljenj",
"Only works for users with access to this folder" : "Možnost deluje le za uporabnike, ki imajo dostop do te mape",
"Only works for users with access to this file" : "Deluje le za uporabnike z dostopom do te datoteke",
+ "Enter a date" : "Vpis datuma ...",
"Circle" : "Krog",
"Allow download" : "Dovoli prejem datotek",
"No other users with access found" : "Ni najdenih drugih uporabnikov z dostopom",
diff --git a/apps/files_sharing/l10n/sr.js b/apps/files_sharing/l10n/sr.js
index 1b50fe8ad9432..7978eb468953b 100644
--- a/apps/files_sharing/l10n/sr.js
+++ b/apps/files_sharing/l10n/sr.js
@@ -204,7 +204,6 @@ OC.L10N.register(
"Password protection" : "Заштита лозинком",
"Enter a password" : "Унесите лозинку",
"Expiration date (enforced)" : "Захтевано постављање датума истека",
- "Enter a date" : "Унеси датум",
"Create share" : "Kreirajte deljenje",
"Customize link" : "Прилагоди линк",
"Generate QR code" : "Генериши QR кôд",
@@ -378,6 +377,7 @@ OC.L10N.register(
"Bundled permissions" : "Прикупљене дозволе",
"Only works for users with access to this folder" : "Радиће само за кориснике са приступом овој фасцикли",
"Only works for users with access to this file" : "Радиће само за кориснике са приступом овом фајлу",
+ "Enter a date" : "Унеси датум",
"Circle" : "Круг",
"Allow download" : "Дозволи преузимање",
"No other users with access found" : "Нису нађени други корисници са приступом",
diff --git a/apps/files_sharing/l10n/sr.json b/apps/files_sharing/l10n/sr.json
index ef66837063e3b..5879dc362faa4 100644
--- a/apps/files_sharing/l10n/sr.json
+++ b/apps/files_sharing/l10n/sr.json
@@ -202,7 +202,6 @@
"Password protection" : "Заштита лозинком",
"Enter a password" : "Унесите лозинку",
"Expiration date (enforced)" : "Захтевано постављање датума истека",
- "Enter a date" : "Унеси датум",
"Create share" : "Kreirajte deljenje",
"Customize link" : "Прилагоди линк",
"Generate QR code" : "Генериши QR кôд",
@@ -376,6 +375,7 @@
"Bundled permissions" : "Прикупљене дозволе",
"Only works for users with access to this folder" : "Радиће само за кориснике са приступом овој фасцикли",
"Only works for users with access to this file" : "Радиће само за кориснике са приступом овом фајлу",
+ "Enter a date" : "Унеси датум",
"Circle" : "Круг",
"Allow download" : "Дозволи преузимање",
"No other users with access found" : "Нису нађени други корисници са приступом",
diff --git a/apps/files_sharing/l10n/sv.js b/apps/files_sharing/l10n/sv.js
index 50462eda232ad..78137b85756a0 100644
--- a/apps/files_sharing/l10n/sv.js
+++ b/apps/files_sharing/l10n/sv.js
@@ -207,7 +207,6 @@ OC.L10N.register(
"Password protection" : "Lösenordsskydd",
"Enter a password" : "Ange ett lösenord",
"Expiration date (enforced)" : "Förfallodatum (obligatorisk)",
- "Enter a date" : "Ange datum",
"Create share" : "Skapa delning",
"Customize link" : "Anpassa länk",
"Generate QR code" : "Generera QR-kod",
@@ -221,7 +220,7 @@ OC.L10N.register(
"Mail share" : "E-postdelning",
"Share link ({index})" : "Dela länk ({index})",
"Actions for \"{title}\"" : "Åtgärder för \"{title}\"",
- "Copy public link of \"{title}\" to clipboard" : "Kopiera publika länken för \"{title}\" till urklipp",
+ "Copy public link of \"{title}\" to clipboard" : "Kopiera offentliga länken för \"{title}\" till urklipp",
"Error, please enter proper password and/or expiration date" : "Fel, ange korrekt lösenord och/eller utgångsdatum",
"Link share created" : "Delningslänk skapad",
"Error while creating the share" : "Det gick inte att skapa delningen",
@@ -248,9 +247,14 @@ OC.L10N.register(
"Note from" : "Anteckning från",
"Note:" : "Notering:",
"File drop" : "Göm fillista",
+ "Upload files to {foldername}." : "Ladda upp filer till {foldername}.",
+ "By uploading files, you agree to the terms of service." : "Genom att ladda upp filer godkänner du användarvillkoren.",
+ "View terms of service" : "Visa användarvillkoren",
"Terms of service" : "Användarvilkor",
"{ownerDisplayName} shared a folder with you." : "{ownerDisplayName} delade en mapp med dig.",
"To upload files, you need to provide your name first." : "För att ladda upp filer måste du först ange ditt namn.",
+ "Nickname" : "Smeknamn",
+ "Enter your nickname" : "Ange ditt smeknamn",
"Upload files to {folder}" : "Ladda upp filer till {folder}",
"Submit name" : "Skicka namn",
"Allow upload and editing" : "Tillåt uppladdning och redigering",
@@ -288,6 +292,7 @@ OC.L10N.register(
"Toggle list of others with access to this file" : "Växla lista över andra med access till den här filen",
"Unable to fetch inherited shares" : "Kan inte hämta ärvda delningar",
"_The following email address is not valid: {emails}_::_The following email addresses are not valid: {emails}_" : ["Följande e-postadress är inte giltig: {emails}","Följande e-postadresser är inte giltiga: {emails}"],
+ "Link shares" : "Länkdelningar",
"Shares" : "Delningar",
"Unable to load the shares list" : "Kunde inte läsa in delningslistan",
"Expires {relativetime}" : "Upphör {relativetime}",
@@ -304,6 +309,15 @@ OC.L10N.register(
"Show sharing options" : "Visa delningsalternativ",
"Shared with others" : "Delas med andra",
"Create file request" : "Skapa filförfrågan",
+ "Upload files to {foldername}" : "Ladda upp filer till {foldername}",
+ "Public file share" : "Offentlig fildelning",
+ "Public shared file." : "Offentlig delad fil.",
+ "No file" : "Ingen fil",
+ "The file shared with you will show up here" : "Filen som delas med dig kommer att visas här",
+ "Public share" : "Offentlig delning",
+ "Public shared files." : "Offentligt delade filer.",
+ "No files" : "Inga filer",
+ "Files and folders shared with you will show up here" : "Filer och mappar som delas med dig kommer att visas här",
"Overview of shared files." : "Översikt över delade filer.",
"No shares" : "Inga delningar",
"Files and folders you shared or have been shared with you will show up here" : "Filer och mappar som du delat eller har delats med dig kommer att visas här",
@@ -379,6 +393,7 @@ OC.L10N.register(
"Bundled permissions" : "Medföljande behörigheter",
"Only works for users with access to this folder" : "Fungerar bara för användare med åtkomst till den här mappen",
"Only works for users with access to this file" : "Fungerar bara för användare med åtkomst till den här mappen",
+ "Enter a date" : "Ange datum",
"Circle" : "Cirkel",
"Allow download" : "Tillåt nedladdning",
"No other users with access found" : "Inga andra användare med åtkomst hittades",
diff --git a/apps/files_sharing/l10n/sv.json b/apps/files_sharing/l10n/sv.json
index 2468b353b6050..98c8ff804a214 100644
--- a/apps/files_sharing/l10n/sv.json
+++ b/apps/files_sharing/l10n/sv.json
@@ -205,7 +205,6 @@
"Password protection" : "Lösenordsskydd",
"Enter a password" : "Ange ett lösenord",
"Expiration date (enforced)" : "Förfallodatum (obligatorisk)",
- "Enter a date" : "Ange datum",
"Create share" : "Skapa delning",
"Customize link" : "Anpassa länk",
"Generate QR code" : "Generera QR-kod",
@@ -219,7 +218,7 @@
"Mail share" : "E-postdelning",
"Share link ({index})" : "Dela länk ({index})",
"Actions for \"{title}\"" : "Åtgärder för \"{title}\"",
- "Copy public link of \"{title}\" to clipboard" : "Kopiera publika länken för \"{title}\" till urklipp",
+ "Copy public link of \"{title}\" to clipboard" : "Kopiera offentliga länken för \"{title}\" till urklipp",
"Error, please enter proper password and/or expiration date" : "Fel, ange korrekt lösenord och/eller utgångsdatum",
"Link share created" : "Delningslänk skapad",
"Error while creating the share" : "Det gick inte att skapa delningen",
@@ -246,9 +245,14 @@
"Note from" : "Anteckning från",
"Note:" : "Notering:",
"File drop" : "Göm fillista",
+ "Upload files to {foldername}." : "Ladda upp filer till {foldername}.",
+ "By uploading files, you agree to the terms of service." : "Genom att ladda upp filer godkänner du användarvillkoren.",
+ "View terms of service" : "Visa användarvillkoren",
"Terms of service" : "Användarvilkor",
"{ownerDisplayName} shared a folder with you." : "{ownerDisplayName} delade en mapp med dig.",
"To upload files, you need to provide your name first." : "För att ladda upp filer måste du först ange ditt namn.",
+ "Nickname" : "Smeknamn",
+ "Enter your nickname" : "Ange ditt smeknamn",
"Upload files to {folder}" : "Ladda upp filer till {folder}",
"Submit name" : "Skicka namn",
"Allow upload and editing" : "Tillåt uppladdning och redigering",
@@ -286,6 +290,7 @@
"Toggle list of others with access to this file" : "Växla lista över andra med access till den här filen",
"Unable to fetch inherited shares" : "Kan inte hämta ärvda delningar",
"_The following email address is not valid: {emails}_::_The following email addresses are not valid: {emails}_" : ["Följande e-postadress är inte giltig: {emails}","Följande e-postadresser är inte giltiga: {emails}"],
+ "Link shares" : "Länkdelningar",
"Shares" : "Delningar",
"Unable to load the shares list" : "Kunde inte läsa in delningslistan",
"Expires {relativetime}" : "Upphör {relativetime}",
@@ -302,6 +307,15 @@
"Show sharing options" : "Visa delningsalternativ",
"Shared with others" : "Delas med andra",
"Create file request" : "Skapa filförfrågan",
+ "Upload files to {foldername}" : "Ladda upp filer till {foldername}",
+ "Public file share" : "Offentlig fildelning",
+ "Public shared file." : "Offentlig delad fil.",
+ "No file" : "Ingen fil",
+ "The file shared with you will show up here" : "Filen som delas med dig kommer att visas här",
+ "Public share" : "Offentlig delning",
+ "Public shared files." : "Offentligt delade filer.",
+ "No files" : "Inga filer",
+ "Files and folders shared with you will show up here" : "Filer och mappar som delas med dig kommer att visas här",
"Overview of shared files." : "Översikt över delade filer.",
"No shares" : "Inga delningar",
"Files and folders you shared or have been shared with you will show up here" : "Filer och mappar som du delat eller har delats med dig kommer att visas här",
@@ -377,6 +391,7 @@
"Bundled permissions" : "Medföljande behörigheter",
"Only works for users with access to this folder" : "Fungerar bara för användare med åtkomst till den här mappen",
"Only works for users with access to this file" : "Fungerar bara för användare med åtkomst till den här mappen",
+ "Enter a date" : "Ange datum",
"Circle" : "Cirkel",
"Allow download" : "Tillåt nedladdning",
"No other users with access found" : "Inga andra användare med åtkomst hittades",
diff --git a/apps/files_sharing/l10n/tr.js b/apps/files_sharing/l10n/tr.js
index 4bab314ab23d0..6b69393fe248f 100644
--- a/apps/files_sharing/l10n/tr.js
+++ b/apps/files_sharing/l10n/tr.js
@@ -207,7 +207,6 @@ OC.L10N.register(
"Password protection" : "Parola koruması",
"Enter a password" : "Bir parola yazın",
"Expiration date (enforced)" : "Geçerlilik sonu tarihi (dayatılmış)",
- "Enter a date" : "Bir tarih yazın",
"Create share" : "Paylaşım ekle",
"Customize link" : "Bağlantıyı özelleştir",
"Generate QR code" : "QR kodu oluştur",
@@ -382,6 +381,7 @@ OC.L10N.register(
"Bundled permissions" : "Bağlı izinler",
"Only works for users with access to this folder" : "Yalnızca bu klasöre erişebilen kullanıcılar için geçerlidir",
"Only works for users with access to this file" : "Yalnızca bu dosyaya erişebilen kullanıcılar için geçerlidir",
+ "Enter a date" : "Bir tarih yazın",
"Circle" : "Takım",
"Allow download" : "İndirilebilsin",
"No other users with access found" : "Erişebilen başka bir kullanıcı bulunamadı",
diff --git a/apps/files_sharing/l10n/tr.json b/apps/files_sharing/l10n/tr.json
index 4a5b317f62a17..efb5c2fd2a610 100644
--- a/apps/files_sharing/l10n/tr.json
+++ b/apps/files_sharing/l10n/tr.json
@@ -205,7 +205,6 @@
"Password protection" : "Parola koruması",
"Enter a password" : "Bir parola yazın",
"Expiration date (enforced)" : "Geçerlilik sonu tarihi (dayatılmış)",
- "Enter a date" : "Bir tarih yazın",
"Create share" : "Paylaşım ekle",
"Customize link" : "Bağlantıyı özelleştir",
"Generate QR code" : "QR kodu oluştur",
@@ -380,6 +379,7 @@
"Bundled permissions" : "Bağlı izinler",
"Only works for users with access to this folder" : "Yalnızca bu klasöre erişebilen kullanıcılar için geçerlidir",
"Only works for users with access to this file" : "Yalnızca bu dosyaya erişebilen kullanıcılar için geçerlidir",
+ "Enter a date" : "Bir tarih yazın",
"Circle" : "Takım",
"Allow download" : "İndirilebilsin",
"No other users with access found" : "Erişebilen başka bir kullanıcı bulunamadı",
diff --git a/apps/files_sharing/l10n/uk.js b/apps/files_sharing/l10n/uk.js
index 59d0640f491b8..b0bb76f1b2fa0 100644
--- a/apps/files_sharing/l10n/uk.js
+++ b/apps/files_sharing/l10n/uk.js
@@ -203,7 +203,6 @@ OC.L10N.register(
"Password protection" : "Password protection",
"Enter a password" : "Зазначте пароль",
"Expiration date (enforced)" : "Термін дії (обов'язково)",
- "Enter a date" : "Зазначте дату",
"Create share" : "Створити спільний ресурс",
"Customize link" : "Власне посилання",
"Generate QR code" : "Створити QR-код",
@@ -377,6 +376,7 @@ OC.L10N.register(
"Bundled permissions" : "Збірні дозволи",
"Only works for users with access to this folder" : "Стосується користувачів, які мають доступ до цього каталогу",
"Only works for users with access to this file" : "Стосується користувачів, які мають доступ до цього файлу",
+ "Enter a date" : "Зазначте дату",
"Circle" : "Коло",
"Allow download" : "Дозволити звантаження",
"No other users with access found" : "Більше немає користувачів, які мають доступ",
diff --git a/apps/files_sharing/l10n/uk.json b/apps/files_sharing/l10n/uk.json
index 928ef45ecb442..4f942160b3cad 100644
--- a/apps/files_sharing/l10n/uk.json
+++ b/apps/files_sharing/l10n/uk.json
@@ -201,7 +201,6 @@
"Password protection" : "Password protection",
"Enter a password" : "Зазначте пароль",
"Expiration date (enforced)" : "Термін дії (обов'язково)",
- "Enter a date" : "Зазначте дату",
"Create share" : "Створити спільний ресурс",
"Customize link" : "Власне посилання",
"Generate QR code" : "Створити QR-код",
@@ -375,6 +374,7 @@
"Bundled permissions" : "Збірні дозволи",
"Only works for users with access to this folder" : "Стосується користувачів, які мають доступ до цього каталогу",
"Only works for users with access to this file" : "Стосується користувачів, які мають доступ до цього файлу",
+ "Enter a date" : "Зазначте дату",
"Circle" : "Коло",
"Allow download" : "Дозволити звантаження",
"No other users with access found" : "Більше немає користувачів, які мають доступ",
diff --git a/apps/files_sharing/l10n/vi.js b/apps/files_sharing/l10n/vi.js
index b645d3e305d34..a1a58ce0be37e 100644
--- a/apps/files_sharing/l10n/vi.js
+++ b/apps/files_sharing/l10n/vi.js
@@ -136,7 +136,6 @@ OC.L10N.register(
"Password protection" : "Password protection",
"Enter a password" : "Nhập mật khẩu",
"Expiration date (enforced)" : "Ngày hết hạn (bắt buộc)",
- "Enter a date" : "Nhập ngày",
"Create share" : "Tạo chia sẻ",
"Customize link" : "Tùy chỉnh liên kết",
"Add another link" : "Thêm một liên kết khác",
@@ -279,6 +278,7 @@ OC.L10N.register(
"Bundled permissions" : "Quyền đi kèm",
"Only works for users with access to this folder" : "Chỉ hoạt động đối với người dùng có quyền truy cập vào thư mục này",
"Only works for users with access to this file" : "Chỉ hoạt động đối với người dùng có quyền truy cập vào tệp này",
+ "Enter a date" : "Nhập ngày",
"Circle" : "Vòng kết nối",
"Allow download" : "Cho phép tải xuống",
"No other users with access found" : "Không tìm thấy người dùng khác có quyền truy cập",
diff --git a/apps/files_sharing/l10n/vi.json b/apps/files_sharing/l10n/vi.json
index 0fffdd2613175..0c8ff254e77a5 100644
--- a/apps/files_sharing/l10n/vi.json
+++ b/apps/files_sharing/l10n/vi.json
@@ -134,7 +134,6 @@
"Password protection" : "Password protection",
"Enter a password" : "Nhập mật khẩu",
"Expiration date (enforced)" : "Ngày hết hạn (bắt buộc)",
- "Enter a date" : "Nhập ngày",
"Create share" : "Tạo chia sẻ",
"Customize link" : "Tùy chỉnh liên kết",
"Add another link" : "Thêm một liên kết khác",
@@ -277,6 +276,7 @@
"Bundled permissions" : "Quyền đi kèm",
"Only works for users with access to this folder" : "Chỉ hoạt động đối với người dùng có quyền truy cập vào thư mục này",
"Only works for users with access to this file" : "Chỉ hoạt động đối với người dùng có quyền truy cập vào tệp này",
+ "Enter a date" : "Nhập ngày",
"Circle" : "Vòng kết nối",
"Allow download" : "Cho phép tải xuống",
"No other users with access found" : "Không tìm thấy người dùng khác có quyền truy cập",
diff --git a/apps/files_sharing/l10n/zh_CN.js b/apps/files_sharing/l10n/zh_CN.js
index d85da1e82a5df..cba4bb7d07be9 100644
--- a/apps/files_sharing/l10n/zh_CN.js
+++ b/apps/files_sharing/l10n/zh_CN.js
@@ -145,7 +145,6 @@ OC.L10N.register(
"Password protection" : "密码保护",
"Enter a password" : "输入密码",
"Expiration date (enforced)" : "过期日期(强制)",
- "Enter a date" : "输入日期",
"Create share" : "创建共享",
"Customize link" : "自定义链接",
"Generate QR code" : "生成二维码",
@@ -303,6 +302,7 @@ OC.L10N.register(
"Bundled permissions" : "权限包",
"Only works for users with access to this folder" : "仅适用于有权限访问此文件夹的用户",
"Only works for users with access to this file" : "仅适用于有权限访问此文件的用户",
+ "Enter a date" : "输入日期",
"Circle" : "圈子",
"Allow download" : "允许下载",
"No other users with access found" : "找不到其他具有访问权限的用户",
diff --git a/apps/files_sharing/l10n/zh_CN.json b/apps/files_sharing/l10n/zh_CN.json
index 5743096480875..06394be11b01e 100644
--- a/apps/files_sharing/l10n/zh_CN.json
+++ b/apps/files_sharing/l10n/zh_CN.json
@@ -143,7 +143,6 @@
"Password protection" : "密码保护",
"Enter a password" : "输入密码",
"Expiration date (enforced)" : "过期日期(强制)",
- "Enter a date" : "输入日期",
"Create share" : "创建共享",
"Customize link" : "自定义链接",
"Generate QR code" : "生成二维码",
@@ -301,6 +300,7 @@
"Bundled permissions" : "权限包",
"Only works for users with access to this folder" : "仅适用于有权限访问此文件夹的用户",
"Only works for users with access to this file" : "仅适用于有权限访问此文件的用户",
+ "Enter a date" : "输入日期",
"Circle" : "圈子",
"Allow download" : "允许下载",
"No other users with access found" : "找不到其他具有访问权限的用户",
diff --git a/apps/files_sharing/l10n/zh_HK.js b/apps/files_sharing/l10n/zh_HK.js
index c4ff937480d33..fe3c43f153b98 100644
--- a/apps/files_sharing/l10n/zh_HK.js
+++ b/apps/files_sharing/l10n/zh_HK.js
@@ -207,7 +207,6 @@ OC.L10N.register(
"Password protection" : "密碼保護",
"Enter a password" : "輸入密碼",
"Expiration date (enforced)" : "屆滿日期(強制)",
- "Enter a date" : "輸入日期",
"Create share" : "創建分享",
"Customize link" : "自訂連結",
"Generate QR code" : "生成 QR Code",
@@ -394,6 +393,7 @@ OC.L10N.register(
"Bundled permissions" : "權限包",
"Only works for users with access to this folder" : "只對可以存取此資料夾的用戶生效",
"Only works for users with access to this file" : "僅適用於有權存取此檔案的用戶",
+ "Enter a date" : "輸入日期",
"Circle" : "社交圈子",
"Allow download" : "允許下載",
"No other users with access found" : "找不到其他擁有存取權限的用戶",
diff --git a/apps/files_sharing/l10n/zh_HK.json b/apps/files_sharing/l10n/zh_HK.json
index 01123c9541ddf..3aef4f0b93036 100644
--- a/apps/files_sharing/l10n/zh_HK.json
+++ b/apps/files_sharing/l10n/zh_HK.json
@@ -205,7 +205,6 @@
"Password protection" : "密碼保護",
"Enter a password" : "輸入密碼",
"Expiration date (enforced)" : "屆滿日期(強制)",
- "Enter a date" : "輸入日期",
"Create share" : "創建分享",
"Customize link" : "自訂連結",
"Generate QR code" : "生成 QR Code",
@@ -392,6 +391,7 @@
"Bundled permissions" : "權限包",
"Only works for users with access to this folder" : "只對可以存取此資料夾的用戶生效",
"Only works for users with access to this file" : "僅適用於有權存取此檔案的用戶",
+ "Enter a date" : "輸入日期",
"Circle" : "社交圈子",
"Allow download" : "允許下載",
"No other users with access found" : "找不到其他擁有存取權限的用戶",
diff --git a/apps/files_sharing/l10n/zh_TW.js b/apps/files_sharing/l10n/zh_TW.js
index 2d997952ef089..e05aef0442024 100644
--- a/apps/files_sharing/l10n/zh_TW.js
+++ b/apps/files_sharing/l10n/zh_TW.js
@@ -207,7 +207,6 @@ OC.L10N.register(
"Password protection" : "密碼保護",
"Enter a password" : "輸入密碼",
"Expiration date (enforced)" : "到期日(強制)",
- "Enter a date" : "輸入日期",
"Create share" : "建立分享",
"Customize link" : "自訂連結",
"Generate QR code" : "產生 QR code",
@@ -248,9 +247,14 @@ OC.L10N.register(
"Note from" : "備註來自",
"Note:" : "備註:",
"File drop" : "檔案投放",
+ "Upload files to {foldername}." : "上傳檔案至 {foldername}。",
+ "By uploading files, you agree to the terms of service." : "上傳檔案即表示您同意服務條款。",
+ "View terms of service" : "檢視服務條款",
"Terms of service" : "服務條款",
"{ownerDisplayName} shared a folder with you." : "{ownerDisplayName} 與您分享了一個資料夾。",
"To upload files, you need to provide your name first." : "要上傳檔案,您必須先提供您的名字。",
+ "Nickname" : "暱稱",
+ "Enter your nickname" : "輸入您的暱稱",
"Upload files to {folder}" : "上傳檔案到 {folder}",
"Submit name" : "遞交名稱",
"Allow upload and editing" : "允許上傳及編輯",
@@ -288,6 +292,7 @@ OC.L10N.register(
"Toggle list of others with access to this file" : "切換有權存取此檔案的其他人的列表",
"Unable to fetch inherited shares" : "無法擷取繼承的分享",
"_The following email address is not valid: {emails}_::_The following email addresses are not valid: {emails}_" : ["以下電子郵件地址無效:{emails}"],
+ "Link shares" : "連結分享",
"Shares" : "分享",
"Unable to load the shares list" : "無法載入分享列表",
"Expires {relativetime}" : "過期於 {relativetime}",
@@ -304,8 +309,15 @@ OC.L10N.register(
"Show sharing options" : "顯示分享選項",
"Shared with others" : "與其他人分享",
"Create file request" : "建立檔案請求",
+ "Upload files to {foldername}" : "上傳檔案至 {foldername}",
+ "Public file share" : "公開連結分享",
+ "Public shared file." : "公開分享的檔案。",
"No file" : "無檔案",
+ "The file shared with you will show up here" : "與您分享的檔案將會在此顯示",
"Public share" : "公開分享",
+ "Public shared files." : "公開分享的檔案。",
+ "No files" : "沒有檔案",
+ "Files and folders shared with you will show up here" : "與您分享的檔案與資料夾將會在此顯示",
"Overview of shared files." : "已分享檔案的概覽。",
"No shares" : "無分享",
"Files and folders you shared or have been shared with you will show up here" : "您分享或已與您分享的檔案與資料夾將顯示在此處",
@@ -381,6 +393,7 @@ OC.L10N.register(
"Bundled permissions" : "權限套裝",
"Only works for users with access to this folder" : "僅對可存取此資料夾的使用者有效",
"Only works for users with access to this file" : "僅對可存取此檔案的使用者有效",
+ "Enter a date" : "輸入日期",
"Circle" : "圈子",
"Allow download" : "允許下載",
"No other users with access found" : "找不到其他有存取權的使用者",
diff --git a/apps/files_sharing/l10n/zh_TW.json b/apps/files_sharing/l10n/zh_TW.json
index bd16e19487504..4bd4770364840 100644
--- a/apps/files_sharing/l10n/zh_TW.json
+++ b/apps/files_sharing/l10n/zh_TW.json
@@ -205,7 +205,6 @@
"Password protection" : "密碼保護",
"Enter a password" : "輸入密碼",
"Expiration date (enforced)" : "到期日(強制)",
- "Enter a date" : "輸入日期",
"Create share" : "建立分享",
"Customize link" : "自訂連結",
"Generate QR code" : "產生 QR code",
@@ -246,9 +245,14 @@
"Note from" : "備註來自",
"Note:" : "備註:",
"File drop" : "檔案投放",
+ "Upload files to {foldername}." : "上傳檔案至 {foldername}。",
+ "By uploading files, you agree to the terms of service." : "上傳檔案即表示您同意服務條款。",
+ "View terms of service" : "檢視服務條款",
"Terms of service" : "服務條款",
"{ownerDisplayName} shared a folder with you." : "{ownerDisplayName} 與您分享了一個資料夾。",
"To upload files, you need to provide your name first." : "要上傳檔案,您必須先提供您的名字。",
+ "Nickname" : "暱稱",
+ "Enter your nickname" : "輸入您的暱稱",
"Upload files to {folder}" : "上傳檔案到 {folder}",
"Submit name" : "遞交名稱",
"Allow upload and editing" : "允許上傳及編輯",
@@ -286,6 +290,7 @@
"Toggle list of others with access to this file" : "切換有權存取此檔案的其他人的列表",
"Unable to fetch inherited shares" : "無法擷取繼承的分享",
"_The following email address is not valid: {emails}_::_The following email addresses are not valid: {emails}_" : ["以下電子郵件地址無效:{emails}"],
+ "Link shares" : "連結分享",
"Shares" : "分享",
"Unable to load the shares list" : "無法載入分享列表",
"Expires {relativetime}" : "過期於 {relativetime}",
@@ -302,8 +307,15 @@
"Show sharing options" : "顯示分享選項",
"Shared with others" : "與其他人分享",
"Create file request" : "建立檔案請求",
+ "Upload files to {foldername}" : "上傳檔案至 {foldername}",
+ "Public file share" : "公開連結分享",
+ "Public shared file." : "公開分享的檔案。",
"No file" : "無檔案",
+ "The file shared with you will show up here" : "與您分享的檔案將會在此顯示",
"Public share" : "公開分享",
+ "Public shared files." : "公開分享的檔案。",
+ "No files" : "沒有檔案",
+ "Files and folders shared with you will show up here" : "與您分享的檔案與資料夾將會在此顯示",
"Overview of shared files." : "已分享檔案的概覽。",
"No shares" : "無分享",
"Files and folders you shared or have been shared with you will show up here" : "您分享或已與您分享的檔案與資料夾將顯示在此處",
@@ -379,6 +391,7 @@
"Bundled permissions" : "權限套裝",
"Only works for users with access to this folder" : "僅對可存取此資料夾的使用者有效",
"Only works for users with access to this file" : "僅對可存取此檔案的使用者有效",
+ "Enter a date" : "輸入日期",
"Circle" : "圈子",
"Allow download" : "允許下載",
"No other users with access found" : "找不到其他有存取權的使用者",
diff --git a/apps/files_trashbin/l10n/ru.js b/apps/files_trashbin/l10n/ru.js
index 6a2e8d2854dd2..53a73c2b02833 100644
--- a/apps/files_trashbin/l10n/ru.js
+++ b/apps/files_trashbin/l10n/ru.js
@@ -9,7 +9,9 @@ OC.L10N.register(
"Restore" : "Восстановить",
"Unknown" : "Неизвестно",
"All files" : "Все файлы",
+ "You" : "Вы",
"Original location" : "Первоначальное местоположение",
+ "Deleted by" : "Удалено",
"Deleted" : "Удалён",
"A long time ago" : "Очень давно",
"List of files that have been deleted." : "Список файлов, которые были удалены.",
diff --git a/apps/files_trashbin/l10n/ru.json b/apps/files_trashbin/l10n/ru.json
index 3dd8d6d559b9e..971234124613d 100644
--- a/apps/files_trashbin/l10n/ru.json
+++ b/apps/files_trashbin/l10n/ru.json
@@ -7,7 +7,9 @@
"Restore" : "Восстановить",
"Unknown" : "Неизвестно",
"All files" : "Все файлы",
+ "You" : "Вы",
"Original location" : "Первоначальное местоположение",
+ "Deleted by" : "Удалено",
"Deleted" : "Удалён",
"A long time ago" : "Очень давно",
"List of files that have been deleted." : "Список файлов, которые были удалены.",
diff --git a/apps/files_versions/l10n/ru.js b/apps/files_versions/l10n/ru.js
index eea0d91ab3a30..a6dbe552c4209 100644
--- a/apps/files_versions/l10n/ru.js
+++ b/apps/files_versions/l10n/ru.js
@@ -3,6 +3,7 @@ OC.L10N.register(
{
"Versions" : "Версии",
"This application automatically maintains older versions of files that are changed." : "Приложение служит для обработки старых версий изменённых файлов.",
+ "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the account does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the account's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Это приложение автоматически поддерживает старые версии файлов, которые были изменены. Если оно включено, в каталоге каждого пользователя создается папка \"Скрытые версии\", которая используется для хранения старых версий файлов. Пользователь может в любой момент вернуться к более старой версии через веб-интерфейс, при этом замененный файл станет версией. Приложение автоматически управляет папкой версий, чтобы гарантировать, что квота учетной записи не исчерпается из-за изменений версий.\n\t\tВ дополнение к истечению срока действия версий, приложение \"Версии\" гарантирует, что вы никогда не будете использовать более 50% доступного в данный момент свободного места в учетной записи. Если сохраненные версии превысят это ограничение, приложение сначала удалит самые старые версии, пока не достигнет этого ограничения. Более подробная информация доступна в документации по версиям.",
"Name this version" : "Обозначить версию",
"Edit version name" : "Изменить название версии",
"Compare to current version" : "Сравнить с текущей версией",
@@ -19,6 +20,7 @@ OC.L10N.register(
"Initial version restored" : "Восстановлена первоначальная версия",
"Version restored" : "Версия восстановлена",
"Could not restore version" : "Не удалось восстановить версию",
+ "Could not set version label" : "Не удалось установить метку версии",
"Could not delete version" : "Не удалось удалить версию",
"${version.label} restored" : "Восстановлена версия «${version.label}»",
"This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Это приложение предназначено для автоматического управления предыдущими версиями изменённых файлов. При включении этого приложения в каталогах пользователей создаются скрытые папки, предназначенные для хранения предыдущих версий изменённых файлов. Выбор нужной предыдущей версии и возврат к ней выполняется через веб-интерфейс, при этом актуальная версия файла будет заменена выбранной версией. Приложение также автоматически управляет глубиной хранения версий файлов, чтобы не превышать выделенные для пользователя квоты.\n\t\tПомимо управления сроком хранения предыдущих версий, приложение следит за тем, что бы общий размер сохранённых версий файлов не превышал 50% выделенного пользователю дискового пространства. При превышении такого лимита будет запущен механизм удаления самых старых версий файлов. Удаление будет производиться до тех пор, пока общий размер всех сохранённых версий файлов вновь не станет менее 50% от квоты использования дискового пространства. Дополнительная информация приведена в руководстве к приложению «Версии»."
diff --git a/apps/files_versions/l10n/ru.json b/apps/files_versions/l10n/ru.json
index 6df67f26a888e..6368519953258 100644
--- a/apps/files_versions/l10n/ru.json
+++ b/apps/files_versions/l10n/ru.json
@@ -1,6 +1,7 @@
{ "translations": {
"Versions" : "Версии",
"This application automatically maintains older versions of files that are changed." : "Приложение служит для обработки старых версий изменённых файлов.",
+ "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the account does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the account's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Это приложение автоматически поддерживает старые версии файлов, которые были изменены. Если оно включено, в каталоге каждого пользователя создается папка \"Скрытые версии\", которая используется для хранения старых версий файлов. Пользователь может в любой момент вернуться к более старой версии через веб-интерфейс, при этом замененный файл станет версией. Приложение автоматически управляет папкой версий, чтобы гарантировать, что квота учетной записи не исчерпается из-за изменений версий.\n\t\tВ дополнение к истечению срока действия версий, приложение \"Версии\" гарантирует, что вы никогда не будете использовать более 50% доступного в данный момент свободного места в учетной записи. Если сохраненные версии превысят это ограничение, приложение сначала удалит самые старые версии, пока не достигнет этого ограничения. Более подробная информация доступна в документации по версиям.",
"Name this version" : "Обозначить версию",
"Edit version name" : "Изменить название версии",
"Compare to current version" : "Сравнить с текущей версией",
@@ -17,6 +18,7 @@
"Initial version restored" : "Восстановлена первоначальная версия",
"Version restored" : "Версия восстановлена",
"Could not restore version" : "Не удалось восстановить версию",
+ "Could not set version label" : "Не удалось установить метку версии",
"Could not delete version" : "Не удалось удалить версию",
"${version.label} restored" : "Восстановлена версия «${version.label}»",
"This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Это приложение предназначено для автоматического управления предыдущими версиями изменённых файлов. При включении этого приложения в каталогах пользователей создаются скрытые папки, предназначенные для хранения предыдущих версий изменённых файлов. Выбор нужной предыдущей версии и возврат к ней выполняется через веб-интерфейс, при этом актуальная версия файла будет заменена выбранной версией. Приложение также автоматически управляет глубиной хранения версий файлов, чтобы не превышать выделенные для пользователя квоты.\n\t\tПомимо управления сроком хранения предыдущих версий, приложение следит за тем, что бы общий размер сохранённых версий файлов не превышал 50% выделенного пользователю дискового пространства. При превышении такого лимита будет запущен механизм удаления самых старых версий файлов. Удаление будет производиться до тех пор, пока общий размер всех сохранённых версий файлов вновь не станет менее 50% от квоты использования дискового пространства. Дополнительная информация приведена в руководстве к приложению «Версии»."
diff --git a/apps/oauth2/l10n/ru.js b/apps/oauth2/l10n/ru.js
index fa2b04289e579..0e10cc71e4496 100644
--- a/apps/oauth2/l10n/ru.js
+++ b/apps/oauth2/l10n/ru.js
@@ -13,9 +13,11 @@ OC.L10N.register(
"Client Identifier" : "Идентификатор клиента",
"Secret key" : "Секретный ключ",
"Delete client" : "Удалить клиент",
+ "Make sure you store the secret key, it cannot be recovered." : "Убедитесь, что вы сохранили секретный ключ, он не может быть восстановлен.",
"Add client" : "Добавить клиент",
"Add" : "Добавить",
"Delete" : "Удалить",
- "Show client secret" : "Показать секретный ключ клиента"
+ "Show client secret" : "Показать секретный ключ клиента",
+ "Hide client secret" : "Скрыть секрет клиента"
},
"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/oauth2/l10n/ru.json b/apps/oauth2/l10n/ru.json
index 60042c493e515..fcfefde1b25bc 100644
--- a/apps/oauth2/l10n/ru.json
+++ b/apps/oauth2/l10n/ru.json
@@ -11,9 +11,11 @@
"Client Identifier" : "Идентификатор клиента",
"Secret key" : "Секретный ключ",
"Delete client" : "Удалить клиент",
+ "Make sure you store the secret key, it cannot be recovered." : "Убедитесь, что вы сохранили секретный ключ, он не может быть восстановлен.",
"Add client" : "Добавить клиент",
"Add" : "Добавить",
"Delete" : "Удалить",
- "Show client secret" : "Показать секретный ключ клиента"
+ "Show client secret" : "Показать секретный ключ клиента",
+ "Hide client secret" : "Скрыть секрет клиента"
},"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/settings/l10n/ar.js b/apps/settings/l10n/ar.js
index ad067cf67fa25..067d240853617 100644
--- a/apps/settings/l10n/ar.js
+++ b/apps/settings/l10n/ar.js
@@ -331,7 +331,6 @@ OC.L10N.register(
"None of your currently installed apps provide image generation functionality" : "لا أحد من تطبيقاتك المثبتة يوفر وظيفة توليد الصور.",
"Text processing" : "معالجة النصوص",
"Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "يمكن تنفيذ مهام معالجة النصوص بواسطة تطبيقات مختلفة. هنا يمكنك تعيين التطبيق الذي يجب استخدامه لأي مهمة",
- "None of your currently installed apps provide custom Text processing functionality." : "لا أحد من تطبيقاتك المثبتة حاليّاً يوفر وظيفة مخصصة لمعالجة النصوص.",
"Here you can decide which group can access certain sections of the administration settings." : "هنا يمكنك تحديد المجموعة التي يمكنها الوصول إلى أقسام معينة من إعدادات الإدارة.",
"None" : "لا شيء",
"Unable to modify setting" : "تعذّر تعديل الإعداد",
@@ -885,6 +884,7 @@ OC.L10N.register(
"SMTP Username" : "اسم مستخدم الـ SMTP",
"To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "للسماح بتشغيل هذا الفحص، عليك التأكد من أن خادوم الويب عندك يمكنه الاتصال بنفسه. ولذلك، يجب أن يكون قادراً على حل المشكلة والاتصال بنطاق واحد على الأقل من \"النطاقات_الموثوقة\" أو 'overwrite.cli.url'.",
"Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "تعذر التحقُّق من دعم JavaScript عبر أيٍّ من \"النطاقات_الموثوقة\" أو \"overwrite.cli.url\". قد يكون هذا نتيجة عدم تطابق DNS من جانب الخادوم أو بسبب إحدى سياسات إدارة الحركة الصادرة في جدار الحماية. يرجى التحقق يدويًا مما إذا كان خادوم الويب عندك يقدم ملفات `.mjs` باستخدام نوع JavaScript MIME.",
- "Active accounts" : "حسابات نشطة"
+ "Active accounts" : "حسابات نشطة",
+ "None of your currently installed apps provide custom Text processing functionality." : "لا أحد من تطبيقاتك المثبتة حاليّاً يوفر وظيفة مخصصة لمعالجة النصوص."
},
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");
diff --git a/apps/settings/l10n/ar.json b/apps/settings/l10n/ar.json
index 15af36f9dd581..d1819fa1453b1 100644
--- a/apps/settings/l10n/ar.json
+++ b/apps/settings/l10n/ar.json
@@ -329,7 +329,6 @@
"None of your currently installed apps provide image generation functionality" : "لا أحد من تطبيقاتك المثبتة يوفر وظيفة توليد الصور.",
"Text processing" : "معالجة النصوص",
"Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "يمكن تنفيذ مهام معالجة النصوص بواسطة تطبيقات مختلفة. هنا يمكنك تعيين التطبيق الذي يجب استخدامه لأي مهمة",
- "None of your currently installed apps provide custom Text processing functionality." : "لا أحد من تطبيقاتك المثبتة حاليّاً يوفر وظيفة مخصصة لمعالجة النصوص.",
"Here you can decide which group can access certain sections of the administration settings." : "هنا يمكنك تحديد المجموعة التي يمكنها الوصول إلى أقسام معينة من إعدادات الإدارة.",
"None" : "لا شيء",
"Unable to modify setting" : "تعذّر تعديل الإعداد",
@@ -883,6 +882,7 @@
"SMTP Username" : "اسم مستخدم الـ SMTP",
"To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "للسماح بتشغيل هذا الفحص، عليك التأكد من أن خادوم الويب عندك يمكنه الاتصال بنفسه. ولذلك، يجب أن يكون قادراً على حل المشكلة والاتصال بنطاق واحد على الأقل من \"النطاقات_الموثوقة\" أو 'overwrite.cli.url'.",
"Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "تعذر التحقُّق من دعم JavaScript عبر أيٍّ من \"النطاقات_الموثوقة\" أو \"overwrite.cli.url\". قد يكون هذا نتيجة عدم تطابق DNS من جانب الخادوم أو بسبب إحدى سياسات إدارة الحركة الصادرة في جدار الحماية. يرجى التحقق يدويًا مما إذا كان خادوم الويب عندك يقدم ملفات `.mjs` باستخدام نوع JavaScript MIME.",
- "Active accounts" : "حسابات نشطة"
+ "Active accounts" : "حسابات نشطة",
+ "None of your currently installed apps provide custom Text processing functionality." : "لا أحد من تطبيقاتك المثبتة حاليّاً يوفر وظيفة مخصصة لمعالجة النصوص."
},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
}
\ No newline at end of file
diff --git a/apps/settings/l10n/de_DE.js b/apps/settings/l10n/de_DE.js
index e7c0fd6b6d6bc..aef9ce16b7857 100644
--- a/apps/settings/l10n/de_DE.js
+++ b/apps/settings/l10n/de_DE.js
@@ -331,7 +331,6 @@ OC.L10N.register(
"None of your currently installed apps provide image generation functionality" : "Keine Ihrer derzeit installierten Apps bietet Funktionen zur Bilderstellung",
"Text processing" : "Textverarbeitung",
"Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Textverarbeitungsaufgaben können mittels verschiedener Apps umgesetzt werden. Hier können Sie einstellen, welche App für welche Aufgabe verwendet werden soll.",
- "None of your currently installed apps provide custom Text processing functionality." : "Keine Ihrer aktuell installierten Apps bietet benutzerdefinierte Textverarbeitungsfunktionen.",
"Here you can decide which group can access certain sections of the administration settings." : "Hier können Sie festlegen, welche Gruppe auf bestimmte Bereiche der Administrationseinstellungen zugreifen kann.",
"None" : "Keine",
"Unable to modify setting" : "Einstellung konnte nicht geändert werden",
@@ -885,6 +884,7 @@ OC.L10N.register(
"SMTP Username" : "SMTP-Kontenname",
"To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Um diese Prüfung auszuführen, müssen Sie sicherstellen, dass Ihr Webserver eine Verbindung zu sich selbst herstellen kann. Dafür muss er in der Lage sein, sich mit mindestens einer seiner \"trusted_domains\" oder der \"overwrite.cli.url\" zu verbinden und diese aufzulösen.",
"Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Es konnte weder über Ihre `trusted_domains` noch über `overwrite.cli.url` nach JavaScript-Unterstützung gesucht werden. Dies kann auf eine serverseitige DNS-Nichtübereinstimmung oder eine ausgehende Firewall-Regel zurückzuführen sein. Bitte überprüfen Sie manuell, ob Ihr Webserver `.mjs`-Dateien mit dem JavaScript-MIME-Typ bereitstellt.",
- "Active accounts" : "Aktive Konten"
+ "Active accounts" : "Aktive Konten",
+ "None of your currently installed apps provide custom Text processing functionality." : "Keine Ihrer aktuell installierten Apps bietet benutzerdefinierte Textverarbeitungsfunktionen."
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/settings/l10n/de_DE.json b/apps/settings/l10n/de_DE.json
index ecd5018752afa..ca093d2d6f905 100644
--- a/apps/settings/l10n/de_DE.json
+++ b/apps/settings/l10n/de_DE.json
@@ -329,7 +329,6 @@
"None of your currently installed apps provide image generation functionality" : "Keine Ihrer derzeit installierten Apps bietet Funktionen zur Bilderstellung",
"Text processing" : "Textverarbeitung",
"Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Textverarbeitungsaufgaben können mittels verschiedener Apps umgesetzt werden. Hier können Sie einstellen, welche App für welche Aufgabe verwendet werden soll.",
- "None of your currently installed apps provide custom Text processing functionality." : "Keine Ihrer aktuell installierten Apps bietet benutzerdefinierte Textverarbeitungsfunktionen.",
"Here you can decide which group can access certain sections of the administration settings." : "Hier können Sie festlegen, welche Gruppe auf bestimmte Bereiche der Administrationseinstellungen zugreifen kann.",
"None" : "Keine",
"Unable to modify setting" : "Einstellung konnte nicht geändert werden",
@@ -883,6 +882,7 @@
"SMTP Username" : "SMTP-Kontenname",
"To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Um diese Prüfung auszuführen, müssen Sie sicherstellen, dass Ihr Webserver eine Verbindung zu sich selbst herstellen kann. Dafür muss er in der Lage sein, sich mit mindestens einer seiner \"trusted_domains\" oder der \"overwrite.cli.url\" zu verbinden und diese aufzulösen.",
"Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Es konnte weder über Ihre `trusted_domains` noch über `overwrite.cli.url` nach JavaScript-Unterstützung gesucht werden. Dies kann auf eine serverseitige DNS-Nichtübereinstimmung oder eine ausgehende Firewall-Regel zurückzuführen sein. Bitte überprüfen Sie manuell, ob Ihr Webserver `.mjs`-Dateien mit dem JavaScript-MIME-Typ bereitstellt.",
- "Active accounts" : "Aktive Konten"
+ "Active accounts" : "Aktive Konten",
+ "None of your currently installed apps provide custom Text processing functionality." : "Keine Ihrer aktuell installierten Apps bietet benutzerdefinierte Textverarbeitungsfunktionen."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
\ No newline at end of file
diff --git a/apps/settings/l10n/en_GB.js b/apps/settings/l10n/en_GB.js
index 30e44e83609ca..2e476949a3662 100644
--- a/apps/settings/l10n/en_GB.js
+++ b/apps/settings/l10n/en_GB.js
@@ -331,7 +331,6 @@ OC.L10N.register(
"None of your currently installed apps provide image generation functionality" : "None of your currently installed apps provide image generation functionality",
"Text processing" : "Text processing",
"Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task.",
- "None of your currently installed apps provide custom Text processing functionality." : "None of your currently installed apps provide custom Text processing functionality.",
"Here you can decide which group can access certain sections of the administration settings." : "Here you can decide which group can access certain sections of the administration settings.",
"None" : "None",
"Unable to modify setting" : "Unable to modify setting",
@@ -885,6 +884,7 @@ OC.L10N.register(
"SMTP Username" : "SMTP Username",
"To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`.",
"Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type.",
- "Active accounts" : "Active accounts"
+ "Active accounts" : "Active accounts",
+ "None of your currently installed apps provide custom Text processing functionality." : "None of your currently installed apps provide custom Text processing functionality."
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/settings/l10n/en_GB.json b/apps/settings/l10n/en_GB.json
index b559753066478..82a443a12b6d7 100644
--- a/apps/settings/l10n/en_GB.json
+++ b/apps/settings/l10n/en_GB.json
@@ -329,7 +329,6 @@
"None of your currently installed apps provide image generation functionality" : "None of your currently installed apps provide image generation functionality",
"Text processing" : "Text processing",
"Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task.",
- "None of your currently installed apps provide custom Text processing functionality." : "None of your currently installed apps provide custom Text processing functionality.",
"Here you can decide which group can access certain sections of the administration settings." : "Here you can decide which group can access certain sections of the administration settings.",
"None" : "None",
"Unable to modify setting" : "Unable to modify setting",
@@ -883,6 +882,7 @@
"SMTP Username" : "SMTP Username",
"To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`.",
"Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type.",
- "Active accounts" : "Active accounts"
+ "Active accounts" : "Active accounts",
+ "None of your currently installed apps provide custom Text processing functionality." : "None of your currently installed apps provide custom Text processing functionality."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
\ No newline at end of file
diff --git a/apps/settings/l10n/ga.js b/apps/settings/l10n/ga.js
index 1bb3f797017f7..db27c152f43c7 100644
--- a/apps/settings/l10n/ga.js
+++ b/apps/settings/l10n/ga.js
@@ -331,7 +331,6 @@ OC.L10N.register(
"None of your currently installed apps provide image generation functionality" : "Ní sholáthraíonn aon cheann de na haipeanna atá suiteáilte agat faoi láthair feidhmiúlacht giniúna íomhá",
"Text processing" : "Próiseáil téacs",
"Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Is féidir le feidhmchláir éagsúla tascanna próiseála téacs a chur i bhfeidhm. Anseo is féidir leat a shocrú cén aip ba chóir a úsáid le haghaidh an tasc.",
- "None of your currently installed apps provide custom Text processing functionality." : "Ní sholáthraíonn aon cheann de na haipeanna atá suiteáilte agat faoi láthair feidhmiúlacht próiseála Téacs saincheaptha.",
"Here you can decide which group can access certain sections of the administration settings." : "Anseo is féidir leat cinneadh a dhéanamh maidir le cén grúpa a fhéadfaidh rochtain a fháil ar ranna áirithe de na socruithe riaracháin.",
"None" : "aon cheann",
"Unable to modify setting" : "Ní féidir an socrú a mhodhnú",
@@ -885,6 +884,7 @@ OC.L10N.register(
"SMTP Username" : "Ainm Úsáideora SMTP",
"To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Le gur féidir an tseiceáil seo a rith caithfidh tú a chinntiú gur féidir le do fhreastalaí gréasáin nascadh leis féin. Mar sin caithfidh sé a bheith in ann réiteach agus ceangal a dhéanamh le ceann amháin ar a laghad dá `fearainn_iontaofa` nó don `overwrite.cli.url`.",
"Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Níorbh fhéidir tacaíocht JavaScript a fháil trí aon cheann de na `fearainn_ iontaofa` ná `overwrite.cli.url`. D'fhéadfadh sé seo a bheith mar thoradh ar mhímheaitseáil DNS ar thaobh an fhreastalaí nó riail balla dóiteáin amach. Seiceáil le do thoil de láimh an bhfreastalaíonn do fhreastalaí gréasáin ar chomhaid `.mjs` ag baint úsáide as an gcineál JavaScript MIME.",
- "Active accounts" : "Cuntais ghníomhacha"
+ "Active accounts" : "Cuntais ghníomhacha",
+ "None of your currently installed apps provide custom Text processing functionality." : "Ní sholáthraíonn aon cheann de na haipeanna atá suiteáilte agat faoi láthair feidhmiúlacht próiseála Téacs saincheaptha."
},
"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);");
diff --git a/apps/settings/l10n/ga.json b/apps/settings/l10n/ga.json
index 7abc98f54bcd3..798c786eca829 100644
--- a/apps/settings/l10n/ga.json
+++ b/apps/settings/l10n/ga.json
@@ -329,7 +329,6 @@
"None of your currently installed apps provide image generation functionality" : "Ní sholáthraíonn aon cheann de na haipeanna atá suiteáilte agat faoi láthair feidhmiúlacht giniúna íomhá",
"Text processing" : "Próiseáil téacs",
"Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Is féidir le feidhmchláir éagsúla tascanna próiseála téacs a chur i bhfeidhm. Anseo is féidir leat a shocrú cén aip ba chóir a úsáid le haghaidh an tasc.",
- "None of your currently installed apps provide custom Text processing functionality." : "Ní sholáthraíonn aon cheann de na haipeanna atá suiteáilte agat faoi láthair feidhmiúlacht próiseála Téacs saincheaptha.",
"Here you can decide which group can access certain sections of the administration settings." : "Anseo is féidir leat cinneadh a dhéanamh maidir le cén grúpa a fhéadfaidh rochtain a fháil ar ranna áirithe de na socruithe riaracháin.",
"None" : "aon cheann",
"Unable to modify setting" : "Ní féidir an socrú a mhodhnú",
@@ -883,6 +882,7 @@
"SMTP Username" : "Ainm Úsáideora SMTP",
"To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Le gur féidir an tseiceáil seo a rith caithfidh tú a chinntiú gur féidir le do fhreastalaí gréasáin nascadh leis féin. Mar sin caithfidh sé a bheith in ann réiteach agus ceangal a dhéanamh le ceann amháin ar a laghad dá `fearainn_iontaofa` nó don `overwrite.cli.url`.",
"Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Níorbh fhéidir tacaíocht JavaScript a fháil trí aon cheann de na `fearainn_ iontaofa` ná `overwrite.cli.url`. D'fhéadfadh sé seo a bheith mar thoradh ar mhímheaitseáil DNS ar thaobh an fhreastalaí nó riail balla dóiteáin amach. Seiceáil le do thoil de láimh an bhfreastalaíonn do fhreastalaí gréasáin ar chomhaid `.mjs` ag baint úsáide as an gcineál JavaScript MIME.",
- "Active accounts" : "Cuntais ghníomhacha"
+ "Active accounts" : "Cuntais ghníomhacha",
+ "None of your currently installed apps provide custom Text processing functionality." : "Ní sholáthraíonn aon cheann de na haipeanna atá suiteáilte agat faoi láthair feidhmiúlacht próiseála Téacs saincheaptha."
},"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);"
}
\ No newline at end of file
diff --git a/apps/settings/l10n/gl.js b/apps/settings/l10n/gl.js
index 33b85730e7c26..253e846b347d5 100644
--- a/apps/settings/l10n/gl.js
+++ b/apps/settings/l10n/gl.js
@@ -331,7 +331,6 @@ OC.L10N.register(
"None of your currently installed apps provide image generation functionality" : "Ningunha das aplicacións instaladas neste momento ofrece funcións de xeración de imaxes",
"Text processing" : "Procesamento de texto",
"Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "As tarefas de procesamento de texto poden ser realizadas por diferentes aplicacións. Aquí pode definir que aplicación debe usarse para que tarefa.",
- "None of your currently installed apps provide custom Text processing functionality." : "Ningunha das aplicacións instaladas neste momento ofrece funcións de procesamento de texto personalizadas.",
"Here you can decide which group can access certain sections of the administration settings." : "Aquí pode decidir que grupo pode acceder a determinadas seccións dos axustes de administración.",
"None" : "Ningún",
"Unable to modify setting" : "Non é posíbel modificar a configuración",
@@ -885,6 +884,7 @@ OC.L10N.register(
"SMTP Username" : "Nome de usuario SMTP",
"To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que esta comprobación se execute, debe asegurarse de que o seu servidor web poida conectarse a si mesmo. Por tanto, debe ser quen de resolver e conectarse a polo menos un dos seus «trusted_domains» ou ao «overwrite.cli.url».",
"Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Non foi posíbel comprobar a compatibilidade de JavaScript a través de ningún dos seus «trusted_domains» nin «overwrite.cli.url». Isto pode ser o resultado dunha falta de coincidencia de DNS do servidor ou dunha regra da devasa de saída. Comprobe manualmente se o seu servidor web serve ficheiros «.mjs» usando o tipo MIME JavaScript.",
- "Active accounts" : "Contas activas"
+ "Active accounts" : "Contas activas",
+ "None of your currently installed apps provide custom Text processing functionality." : "Ningunha das aplicacións instaladas neste momento ofrece funcións de procesamento de texto personalizadas."
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/settings/l10n/gl.json b/apps/settings/l10n/gl.json
index c7d306f9ea203..6668250f2c110 100644
--- a/apps/settings/l10n/gl.json
+++ b/apps/settings/l10n/gl.json
@@ -329,7 +329,6 @@
"None of your currently installed apps provide image generation functionality" : "Ningunha das aplicacións instaladas neste momento ofrece funcións de xeración de imaxes",
"Text processing" : "Procesamento de texto",
"Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "As tarefas de procesamento de texto poden ser realizadas por diferentes aplicacións. Aquí pode definir que aplicación debe usarse para que tarefa.",
- "None of your currently installed apps provide custom Text processing functionality." : "Ningunha das aplicacións instaladas neste momento ofrece funcións de procesamento de texto personalizadas.",
"Here you can decide which group can access certain sections of the administration settings." : "Aquí pode decidir que grupo pode acceder a determinadas seccións dos axustes de administración.",
"None" : "Ningún",
"Unable to modify setting" : "Non é posíbel modificar a configuración",
@@ -883,6 +882,7 @@
"SMTP Username" : "Nome de usuario SMTP",
"To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que esta comprobación se execute, debe asegurarse de que o seu servidor web poida conectarse a si mesmo. Por tanto, debe ser quen de resolver e conectarse a polo menos un dos seus «trusted_domains» ou ao «overwrite.cli.url».",
"Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Non foi posíbel comprobar a compatibilidade de JavaScript a través de ningún dos seus «trusted_domains» nin «overwrite.cli.url». Isto pode ser o resultado dunha falta de coincidencia de DNS do servidor ou dunha regra da devasa de saída. Comprobe manualmente se o seu servidor web serve ficheiros «.mjs» usando o tipo MIME JavaScript.",
- "Active accounts" : "Contas activas"
+ "Active accounts" : "Contas activas",
+ "None of your currently installed apps provide custom Text processing functionality." : "Ningunha das aplicacións instaladas neste momento ofrece funcións de procesamento de texto personalizadas."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
\ No newline at end of file
diff --git a/apps/settings/l10n/ja.js b/apps/settings/l10n/ja.js
index 8ee988e66d9d5..65351bff09b47 100644
--- a/apps/settings/l10n/ja.js
+++ b/apps/settings/l10n/ja.js
@@ -331,7 +331,6 @@ OC.L10N.register(
"None of your currently installed apps provide image generation functionality" : "現在インストールされているどのアプリも、画像生成機能を提供していません。",
"Text processing" : "テキスト処理",
"Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "テキスト処理タスクは、異なるアプリで実装することができます。ここでは、どのタスクにどのアプリを使うかを設定できます。",
- "None of your currently installed apps provide custom Text processing functionality." : "現在インストールされているアプリは、カスタムテキスト処理機能を提供していません。",
"Here you can decide which group can access certain sections of the administration settings." : "ここではどのグループが、どの管理設定項目にアクセスできるか決めることができます。",
"None" : "なし",
"Unable to modify setting" : "設定を変更できません",
@@ -885,6 +884,7 @@ OC.L10N.register(
"SMTP Username" : "SMTPユーザー名",
"To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "このチェックを実行させるには、ウェブサーバが自分自身に接続できることを確認する必要があります。したがって、少なくとも `trusted_domains` または `overwrite.cli.url` を解決して接続できなければなりません。",
"Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "`trusted_domains` または `overwrite.cli.url` で JavaScript のサポートを確認できませんでした。これはサーバ側の DNS の不一致か、アウトバウンドファイアウォールルールの結果である可能性があります。お使いのウェブサーバーが JavaScript MIMEタイプを使用して `.mjs` ファイルを提供しているかどうかを手動で確認してください。",
- "Active accounts" : "アクティブなアカウント"
+ "Active accounts" : "アクティブなアカウント",
+ "None of your currently installed apps provide custom Text processing functionality." : "現在インストールされているアプリは、カスタムテキスト処理機能を提供していません。"
},
"nplurals=1; plural=0;");
diff --git a/apps/settings/l10n/ja.json b/apps/settings/l10n/ja.json
index 1ab9332a475d4..7b8ea1938047c 100644
--- a/apps/settings/l10n/ja.json
+++ b/apps/settings/l10n/ja.json
@@ -329,7 +329,6 @@
"None of your currently installed apps provide image generation functionality" : "現在インストールされているどのアプリも、画像生成機能を提供していません。",
"Text processing" : "テキスト処理",
"Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "テキスト処理タスクは、異なるアプリで実装することができます。ここでは、どのタスクにどのアプリを使うかを設定できます。",
- "None of your currently installed apps provide custom Text processing functionality." : "現在インストールされているアプリは、カスタムテキスト処理機能を提供していません。",
"Here you can decide which group can access certain sections of the administration settings." : "ここではどのグループが、どの管理設定項目にアクセスできるか決めることができます。",
"None" : "なし",
"Unable to modify setting" : "設定を変更できません",
@@ -883,6 +882,7 @@
"SMTP Username" : "SMTPユーザー名",
"To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "このチェックを実行させるには、ウェブサーバが自分自身に接続できることを確認する必要があります。したがって、少なくとも `trusted_domains` または `overwrite.cli.url` を解決して接続できなければなりません。",
"Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "`trusted_domains` または `overwrite.cli.url` で JavaScript のサポートを確認できませんでした。これはサーバ側の DNS の不一致か、アウトバウンドファイアウォールルールの結果である可能性があります。お使いのウェブサーバーが JavaScript MIMEタイプを使用して `.mjs` ファイルを提供しているかどうかを手動で確認してください。",
- "Active accounts" : "アクティブなアカウント"
+ "Active accounts" : "アクティブなアカウント",
+ "None of your currently installed apps provide custom Text processing functionality." : "現在インストールされているアプリは、カスタムテキスト処理機能を提供していません。"
},"pluralForm" :"nplurals=1; plural=0;"
}
\ No newline at end of file
diff --git a/apps/settings/l10n/ru.js b/apps/settings/l10n/ru.js
index 41bc25e893c90..da16a46c24a2f 100644
--- a/apps/settings/l10n/ru.js
+++ b/apps/settings/l10n/ru.js
@@ -304,6 +304,7 @@ OC.L10N.register(
"Profile information" : "Сведения о профиле",
"Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Изображение профиля, полное имя, адрес электронной почты, номер телефона, адрес, веб-сайт, Twitter, организация, роль, заголовок, биография и сведения том, активен ли профиль",
"Nextcloud settings" : "Параметры Nextcloud",
+ "Unified task processing" : "Единая обработка задач",
"AI tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Задачи искусственного интеллекта могут быть реализованы различными приложениями. Здесь вы можете указать, какое приложение следует использовать для выполнения какой задачи.",
"Task:" : "Задача:",
"None of your currently installed apps provide Task processing functionality" : "Ни одно из установленных на данный момент приложений не предоставляет функции обработки задач",
@@ -314,7 +315,6 @@ OC.L10N.register(
"None of your currently installed apps provide image generation functionality" : "Ни одно из установленных вами в данный момент приложений не предоставляет функцию создания изображения",
"Text processing" : "Обработка текста",
"Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Задачи обработки текста могут быть реализованы различными приложениями. Здесь вы можете указать, какое приложение следует использовать для выполнения какой задачи.",
- "None of your currently installed apps provide custom Text processing functionality." : "Ни одно из установленных на данный момент приложений не предоставляет пользовательских функций обработки текста.",
"Here you can decide which group can access certain sections of the administration settings." : "Здесь вы можете решить, какая группа может получить доступ к определенным разделам настроек администрирования.",
"None" : "Отсутствует",
"Unable to modify setting" : "Не удалось изменить параметры",
@@ -636,6 +636,7 @@ OC.L10N.register(
"Remote wipe of devices" : "Удаление данных с устройств",
"Wipe {userid}'s devices" : "Удалить данные с устройств пользователя {userid}",
"Wiped {userid}'s devices" : "Удалить данные с устройств пользователя {userid}",
+ "Failed to update line manager" : "Не удалось обновить линейного менеджера",
"Fully delete {userid}'s account including all their personal files, app data, etc." : "Полностью удалить все данные пользователя {userid}, в том числе учётную запись, личные файлы и данные приложений.",
"Account deletion" : "Удаление учётной записи",
"Delete {userid}'s account" : "Удалить учётную запись пользователя {userid}",
@@ -653,6 +654,7 @@ OC.L10N.register(
"Show storage path" : "Путь хранилища",
"Show last login" : "Время последнего входа в систему",
"Sorting" : "Сортировка",
+ "The system config enforces sorting the groups by name. This also disables showing the member count." : "Системная конфигурация обеспечивает сортировку групп по названию. Это также отключает отображение количества участников.",
"Group list sorting" : "Сортировка списка групп",
"By member count" : "По количеству участников",
"By name" : "По имени",
@@ -865,6 +867,7 @@ OC.L10N.register(
"SMTP Username" : "Пользователь SMTP",
"To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Чтобы разрешить выполнение этой проверки, вы должны убедиться, что ваш веб-сервер может подключаться к самому себе. Для этого он должен иметь возможность разрешать и подключаться по крайней мере к одному из своих `trusted_domains\" или \"overwrite.cli.url\".",
"Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Не удалось проверить поддержку JavaScript ни в одном из ваших `trusted_domains`, ни в `overwrite.cli.url`. Это может быть результатом несоответствия DNS на стороне сервера или правила исходящего брандмауэра. Пожалуйста, проверьте вручную, обслуживает ли ваш веб-сервер файлы `.mjs`, используя MIME-тип JavaScript.",
- "Active accounts" : "Активные учётные записи"
+ "Active accounts" : "Активные учётные записи",
+ "None of your currently installed apps provide custom Text processing functionality." : "Ни одно из установленных на данный момент приложений не предоставляет пользовательских функций обработки текста."
},
"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/settings/l10n/ru.json b/apps/settings/l10n/ru.json
index 6563be024df14..8a822b036783d 100644
--- a/apps/settings/l10n/ru.json
+++ b/apps/settings/l10n/ru.json
@@ -302,6 +302,7 @@
"Profile information" : "Сведения о профиле",
"Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Изображение профиля, полное имя, адрес электронной почты, номер телефона, адрес, веб-сайт, Twitter, организация, роль, заголовок, биография и сведения том, активен ли профиль",
"Nextcloud settings" : "Параметры Nextcloud",
+ "Unified task processing" : "Единая обработка задач",
"AI tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Задачи искусственного интеллекта могут быть реализованы различными приложениями. Здесь вы можете указать, какое приложение следует использовать для выполнения какой задачи.",
"Task:" : "Задача:",
"None of your currently installed apps provide Task processing functionality" : "Ни одно из установленных на данный момент приложений не предоставляет функции обработки задач",
@@ -312,7 +313,6 @@
"None of your currently installed apps provide image generation functionality" : "Ни одно из установленных вами в данный момент приложений не предоставляет функцию создания изображения",
"Text processing" : "Обработка текста",
"Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Задачи обработки текста могут быть реализованы различными приложениями. Здесь вы можете указать, какое приложение следует использовать для выполнения какой задачи.",
- "None of your currently installed apps provide custom Text processing functionality." : "Ни одно из установленных на данный момент приложений не предоставляет пользовательских функций обработки текста.",
"Here you can decide which group can access certain sections of the administration settings." : "Здесь вы можете решить, какая группа может получить доступ к определенным разделам настроек администрирования.",
"None" : "Отсутствует",
"Unable to modify setting" : "Не удалось изменить параметры",
@@ -634,6 +634,7 @@
"Remote wipe of devices" : "Удаление данных с устройств",
"Wipe {userid}'s devices" : "Удалить данные с устройств пользователя {userid}",
"Wiped {userid}'s devices" : "Удалить данные с устройств пользователя {userid}",
+ "Failed to update line manager" : "Не удалось обновить линейного менеджера",
"Fully delete {userid}'s account including all their personal files, app data, etc." : "Полностью удалить все данные пользователя {userid}, в том числе учётную запись, личные файлы и данные приложений.",
"Account deletion" : "Удаление учётной записи",
"Delete {userid}'s account" : "Удалить учётную запись пользователя {userid}",
@@ -651,6 +652,7 @@
"Show storage path" : "Путь хранилища",
"Show last login" : "Время последнего входа в систему",
"Sorting" : "Сортировка",
+ "The system config enforces sorting the groups by name. This also disables showing the member count." : "Системная конфигурация обеспечивает сортировку групп по названию. Это также отключает отображение количества участников.",
"Group list sorting" : "Сортировка списка групп",
"By member count" : "По количеству участников",
"By name" : "По имени",
@@ -863,6 +865,7 @@
"SMTP Username" : "Пользователь SMTP",
"To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Чтобы разрешить выполнение этой проверки, вы должны убедиться, что ваш веб-сервер может подключаться к самому себе. Для этого он должен иметь возможность разрешать и подключаться по крайней мере к одному из своих `trusted_domains\" или \"overwrite.cli.url\".",
"Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Не удалось проверить поддержку JavaScript ни в одном из ваших `trusted_domains`, ни в `overwrite.cli.url`. Это может быть результатом несоответствия DNS на стороне сервера или правила исходящего брандмауэра. Пожалуйста, проверьте вручную, обслуживает ли ваш веб-сервер файлы `.mjs`, используя MIME-тип JavaScript.",
- "Active accounts" : "Активные учётные записи"
+ "Active accounts" : "Активные учётные записи",
+ "None of your currently installed apps provide custom Text processing functionality." : "Ни одно из установленных на данный момент приложений не предоставляет пользовательских функций обработки текста."
},"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/settings/l10n/tr.js b/apps/settings/l10n/tr.js
index 4c1bf8b3cb555..bcb312ad56b93 100644
--- a/apps/settings/l10n/tr.js
+++ b/apps/settings/l10n/tr.js
@@ -331,7 +331,6 @@ OC.L10N.register(
"None of your currently installed apps provide image generation functionality" : "Şu anda kurulu uygulamaların hiç birinde görsel oluşturma özelliği yok",
"Text processing" : "Metin işleme",
"Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Metin işleme özelliği farklı uygulamalardan sağlanabilir. Buradan, bu görev için hangi uygulamanın kullanılacağını ayarlayabilirsiniz.",
- "None of your currently installed apps provide custom Text processing functionality." : "Şu anda kurulu uygulamaların hiç birinde özel metin işleme özelliği yok",
"Here you can decide which group can access certain sections of the administration settings." : "Hangi yönetici ayarlarına hangi grubun erişebileceğini bu bölümden belirleyebilirsiniz.",
"None" : "Yok",
"Unable to modify setting" : "Ayar değiştirilemedi",
@@ -885,6 +884,7 @@ OC.L10N.register(
"SMTP Username" : "SMTP kullanıcı adı",
"To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Bu denetimi çalıştırabilmek için site sunucunuzun kendisine bağlanabildiğinden emin olmanız gerekir. Bu nedenle, `trusted_domains` ya da `overwrite.cli.url` değerlerinden en az birini çözümleyebilmeli ve bunlara bağlanabilmelidir.",
"Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "`trusted_domains` ya da `overwrite.cli.url` değerlerinden biri ile JavaScript desteği olup olmadığ denetlenemedi. Bu durum, sunucu tarafı DNS uyuşmazlığından ya da giden güvenlik duvarı kuralından kaynaklanıyor olabilir. Lütfen site sunucunuzun JavaScript MIME türünü kullanarak `.mjs` dosyalarını sunup sunmadığını el ile denetleyin.",
- "Active accounts" : "Etkin hesaplar"
+ "Active accounts" : "Etkin hesaplar",
+ "None of your currently installed apps provide custom Text processing functionality." : "Şu anda kurulu uygulamaların hiç birinde özel metin işleme özelliği yok"
},
"nplurals=2; plural=(n > 1);");
diff --git a/apps/settings/l10n/tr.json b/apps/settings/l10n/tr.json
index b809966dbe556..2a090e62cdbf7 100644
--- a/apps/settings/l10n/tr.json
+++ b/apps/settings/l10n/tr.json
@@ -329,7 +329,6 @@
"None of your currently installed apps provide image generation functionality" : "Şu anda kurulu uygulamaların hiç birinde görsel oluşturma özelliği yok",
"Text processing" : "Metin işleme",
"Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Metin işleme özelliği farklı uygulamalardan sağlanabilir. Buradan, bu görev için hangi uygulamanın kullanılacağını ayarlayabilirsiniz.",
- "None of your currently installed apps provide custom Text processing functionality." : "Şu anda kurulu uygulamaların hiç birinde özel metin işleme özelliği yok",
"Here you can decide which group can access certain sections of the administration settings." : "Hangi yönetici ayarlarına hangi grubun erişebileceğini bu bölümden belirleyebilirsiniz.",
"None" : "Yok",
"Unable to modify setting" : "Ayar değiştirilemedi",
@@ -883,6 +882,7 @@
"SMTP Username" : "SMTP kullanıcı adı",
"To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Bu denetimi çalıştırabilmek için site sunucunuzun kendisine bağlanabildiğinden emin olmanız gerekir. Bu nedenle, `trusted_domains` ya da `overwrite.cli.url` değerlerinden en az birini çözümleyebilmeli ve bunlara bağlanabilmelidir.",
"Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "`trusted_domains` ya da `overwrite.cli.url` değerlerinden biri ile JavaScript desteği olup olmadığ denetlenemedi. Bu durum, sunucu tarafı DNS uyuşmazlığından ya da giden güvenlik duvarı kuralından kaynaklanıyor olabilir. Lütfen site sunucunuzun JavaScript MIME türünü kullanarak `.mjs` dosyalarını sunup sunmadığını el ile denetleyin.",
- "Active accounts" : "Etkin hesaplar"
+ "Active accounts" : "Etkin hesaplar",
+ "None of your currently installed apps provide custom Text processing functionality." : "Şu anda kurulu uygulamaların hiç birinde özel metin işleme özelliği yok"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}
\ No newline at end of file
diff --git a/apps/settings/l10n/zh_HK.js b/apps/settings/l10n/zh_HK.js
index efb31ef644a36..e0639630d0dc3 100644
--- a/apps/settings/l10n/zh_HK.js
+++ b/apps/settings/l10n/zh_HK.js
@@ -331,7 +331,6 @@ OC.L10N.register(
"None of your currently installed apps provide image generation functionality" : "您當前安裝的應用程式均不提供圖像產生功能",
"Text processing" : "正在處理文字",
"Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "文字處理任務可以由不同的應用程式來實現。 您可以在此處設置哪個應用程式應用於哪個任務。",
- "None of your currently installed apps provide custom Text processing functionality." : "您目前安裝的應用程式均不提供自訂文字處理功能。",
"Here you can decide which group can access certain sections of the administration settings." : "您可以在此決定哪個群組可以存取哪些管理設定。",
"None" : "無",
"Unable to modify setting" : "無法修改設定",
@@ -885,6 +884,7 @@ OC.L10N.register(
"SMTP Username" : "SMTP 用戶名稱",
"To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "要執行此檢查,您必須確保您的網路伺服器可以連線到其自身。因此,其必須至少能解析並連線至 `trusted_domains` 或 `overwrite.cli.url` 其中一個。",
"Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "無法透過您的任何「trusted_domains」或「overwrite.cli.url」檢查 JavaScript 支援。這可能是伺服器端 DNS 不符或連出防火牆規則造成的。請手動檢查您的網頁伺服器是否使用 JavaScript MIME 類型提供「.mjs」檔案。",
- "Active accounts" : "活躍帳戶"
+ "Active accounts" : "活躍帳戶",
+ "None of your currently installed apps provide custom Text processing functionality." : "您目前安裝的應用程式均不提供自訂文字處理功能。"
},
"nplurals=1; plural=0;");
diff --git a/apps/settings/l10n/zh_HK.json b/apps/settings/l10n/zh_HK.json
index ab929bd070115..19cc4ee53f2e4 100644
--- a/apps/settings/l10n/zh_HK.json
+++ b/apps/settings/l10n/zh_HK.json
@@ -329,7 +329,6 @@
"None of your currently installed apps provide image generation functionality" : "您當前安裝的應用程式均不提供圖像產生功能",
"Text processing" : "正在處理文字",
"Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "文字處理任務可以由不同的應用程式來實現。 您可以在此處設置哪個應用程式應用於哪個任務。",
- "None of your currently installed apps provide custom Text processing functionality." : "您目前安裝的應用程式均不提供自訂文字處理功能。",
"Here you can decide which group can access certain sections of the administration settings." : "您可以在此決定哪個群組可以存取哪些管理設定。",
"None" : "無",
"Unable to modify setting" : "無法修改設定",
@@ -883,6 +882,7 @@
"SMTP Username" : "SMTP 用戶名稱",
"To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "要執行此檢查,您必須確保您的網路伺服器可以連線到其自身。因此,其必須至少能解析並連線至 `trusted_domains` 或 `overwrite.cli.url` 其中一個。",
"Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "無法透過您的任何「trusted_domains」或「overwrite.cli.url」檢查 JavaScript 支援。這可能是伺服器端 DNS 不符或連出防火牆規則造成的。請手動檢查您的網頁伺服器是否使用 JavaScript MIME 類型提供「.mjs」檔案。",
- "Active accounts" : "活躍帳戶"
+ "Active accounts" : "活躍帳戶",
+ "None of your currently installed apps provide custom Text processing functionality." : "您目前安裝的應用程式均不提供自訂文字處理功能。"
},"pluralForm" :"nplurals=1; plural=0;"
}
\ No newline at end of file
diff --git a/apps/settings/l10n/zh_TW.js b/apps/settings/l10n/zh_TW.js
index f57b6c1031e11..ddc5b47578c79 100644
--- a/apps/settings/l10n/zh_TW.js
+++ b/apps/settings/l10n/zh_TW.js
@@ -331,7 +331,6 @@ OC.L10N.register(
"None of your currently installed apps provide image generation functionality" : "您目前安裝的應用程式均不提供產生影像功能",
"Text processing" : "文字處理",
"Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "文字處理任務可以透過不同的應用程式實作。您可以在此處設定要使用哪個應用程式。",
- "None of your currently installed apps provide custom Text processing functionality." : "您目前安裝的應用程式均不提供自訂文字處理功能。",
"Here you can decide which group can access certain sections of the administration settings." : "您可以在此決定哪些群組可以存取哪些管理設定。",
"None" : "無",
"Unable to modify setting" : "無法修改設定",
@@ -885,6 +884,7 @@ OC.L10N.register(
"SMTP Username" : "SMTP 使用者名稱",
"To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "要執行此檢查,您必須確保您的網路伺服器可以連線到其自身。因此,其必須至少能解析並連線至 `trusted_domains` 或 `overwrite.cli.url` 其中一個。",
"Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "無法透過您的任何「trusted_domains」或「overwrite.cli.url」檢查 JavaScript 支援。這可能是伺服器端 DNS 不符或連出防火牆規則造成的。請手動檢查您的網頁伺服器是否使用 JavaScript MIME 類型提供「.mjs」檔案。",
- "Active accounts" : "活躍帳號"
+ "Active accounts" : "活躍帳號",
+ "None of your currently installed apps provide custom Text processing functionality." : "您目前安裝的應用程式均不提供自訂文字處理功能。"
},
"nplurals=1; plural=0;");
diff --git a/apps/settings/l10n/zh_TW.json b/apps/settings/l10n/zh_TW.json
index 21e04f8433978..f2bf669157f71 100644
--- a/apps/settings/l10n/zh_TW.json
+++ b/apps/settings/l10n/zh_TW.json
@@ -329,7 +329,6 @@
"None of your currently installed apps provide image generation functionality" : "您目前安裝的應用程式均不提供產生影像功能",
"Text processing" : "文字處理",
"Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "文字處理任務可以透過不同的應用程式實作。您可以在此處設定要使用哪個應用程式。",
- "None of your currently installed apps provide custom Text processing functionality." : "您目前安裝的應用程式均不提供自訂文字處理功能。",
"Here you can decide which group can access certain sections of the administration settings." : "您可以在此決定哪些群組可以存取哪些管理設定。",
"None" : "無",
"Unable to modify setting" : "無法修改設定",
@@ -883,6 +882,7 @@
"SMTP Username" : "SMTP 使用者名稱",
"To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "要執行此檢查,您必須確保您的網路伺服器可以連線到其自身。因此,其必須至少能解析並連線至 `trusted_domains` 或 `overwrite.cli.url` 其中一個。",
"Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "無法透過您的任何「trusted_domains」或「overwrite.cli.url」檢查 JavaScript 支援。這可能是伺服器端 DNS 不符或連出防火牆規則造成的。請手動檢查您的網頁伺服器是否使用 JavaScript MIME 類型提供「.mjs」檔案。",
- "Active accounts" : "活躍帳號"
+ "Active accounts" : "活躍帳號",
+ "None of your currently installed apps provide custom Text processing functionality." : "您目前安裝的應用程式均不提供自訂文字處理功能。"
},"pluralForm" :"nplurals=1; plural=0;"
}
\ No newline at end of file
diff --git a/apps/systemtags/l10n/ru.js b/apps/systemtags/l10n/ru.js
index 9d4b5ce5a26b0..649dd932e2012 100644
--- a/apps/systemtags/l10n/ru.js
+++ b/apps/systemtags/l10n/ru.js
@@ -72,6 +72,7 @@ OC.L10N.register(
"Failed to load selected tags" : "Не удалось загрузить выбранный тег",
"Failed to select tag" : "Не удалось выбрать тег",
"Collaborative tags are available for all users. Restricted tags are visible to users but cannot be assigned by them. Invisible tags are for internal use, since users cannot see or assign them." : "Совместные теги доступны для всех пользователей. Ограниченные теги видны пользователям, но не могут быть назначены ими. Невидимые теги предназначены для внутреннего использования, поскольку пользователи не могут их видеть или назначать.",
+ "Assigned collaborative tags" : "Присвоенные теги для совместной работы",
"Open in Files" : "Открыть в приложении «Файлы»",
"List of tags and their associated files and folders." : "Список тегов и связанных с ними файлов и папок.",
"No tags found" : "Меток не найдено",
diff --git a/apps/systemtags/l10n/ru.json b/apps/systemtags/l10n/ru.json
index 081e61a3af9cd..3a60b6b9e674e 100644
--- a/apps/systemtags/l10n/ru.json
+++ b/apps/systemtags/l10n/ru.json
@@ -70,6 +70,7 @@
"Failed to load selected tags" : "Не удалось загрузить выбранный тег",
"Failed to select tag" : "Не удалось выбрать тег",
"Collaborative tags are available for all users. Restricted tags are visible to users but cannot be assigned by them. Invisible tags are for internal use, since users cannot see or assign them." : "Совместные теги доступны для всех пользователей. Ограниченные теги видны пользователям, но не могут быть назначены ими. Невидимые теги предназначены для внутреннего использования, поскольку пользователи не могут их видеть или назначать.",
+ "Assigned collaborative tags" : "Присвоенные теги для совместной работы",
"Open in Files" : "Открыть в приложении «Файлы»",
"List of tags and their associated files and folders." : "Список тегов и связанных с ними файлов и папок.",
"No tags found" : "Меток не найдено",
diff --git a/apps/theming/l10n/ru.js b/apps/theming/l10n/ru.js
index 4255d259dd2f8..5ca6c080218d4 100644
--- a/apps/theming/l10n/ru.js
+++ b/apps/theming/l10n/ru.js
@@ -48,6 +48,8 @@ OC.L10N.register(
"Privacy policy" : "Политика конфиденциальности",
"Adjust the Nextcloud theme" : "Скорректируйте тему Nextcloud'а",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Этот модуль позволяют настроить внешний вид сервера и поддерживаемых клиентов. Настройки, определённые в этом модуле, распространяются на всех пользователей.",
+ "Instead of a background image you can also configure a plain background color. If you use a background image changing this color will influence the color of the app menu icons." : "Вместо фонового изображения вы также можете настроить простой цвет фона. Если вы используете фоновое изображение, изменение этого цвета повлияет на цвет иконок меню приложения.",
+ "Background color" : "Цвет фона",
"Upload new logo" : "Загрузить новый логотип",
"Logo" : "Логотип",
"Upload new background and login image" : "Загрузите новое фоновое изображение и изображение для входа в систему",
diff --git a/apps/theming/l10n/ru.json b/apps/theming/l10n/ru.json
index b08d1287ca24e..202f1474c2677 100644
--- a/apps/theming/l10n/ru.json
+++ b/apps/theming/l10n/ru.json
@@ -46,6 +46,8 @@
"Privacy policy" : "Политика конфиденциальности",
"Adjust the Nextcloud theme" : "Скорректируйте тему Nextcloud'а",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Этот модуль позволяют настроить внешний вид сервера и поддерживаемых клиентов. Настройки, определённые в этом модуле, распространяются на всех пользователей.",
+ "Instead of a background image you can also configure a plain background color. If you use a background image changing this color will influence the color of the app menu icons." : "Вместо фонового изображения вы также можете настроить простой цвет фона. Если вы используете фоновое изображение, изменение этого цвета повлияет на цвет иконок меню приложения.",
+ "Background color" : "Цвет фона",
"Upload new logo" : "Загрузить новый логотип",
"Logo" : "Логотип",
"Upload new background and login image" : "Загрузите новое фоновое изображение и изображение для входа в систему",
diff --git a/apps/updatenotification/l10n/ru.js b/apps/updatenotification/l10n/ru.js
index 646422fc3759e..835352acf7e0e 100644
--- a/apps/updatenotification/l10n/ru.js
+++ b/apps/updatenotification/l10n/ru.js
@@ -13,14 +13,17 @@ OC.L10N.register(
"Update to {serverAndVersion} is available." : "Доступно обновление до версии {serverAndVersion}.",
"Update for {app} to version %s is available." : "Для приложения {app} доступно обновление до версии %s.",
"Update notification" : "Уведомление об обновлении",
+ "Displays update notifications for Nextcloud, app updates, and provides the SSO for the updater." : "Отображает уведомления об обновлениях для Nextcloud, обновлениях приложений и предоставляет единый вход для программы обновления.",
"What's new in {app} {version}" : "Новшества {app} {version}",
"Give feedback" : "Обратная связь",
"Get started" : "Начать",
+ "No changelog available" : "Список изменений недоступен",
"Update" : "Обновление",
"The version you are running is not maintained anymore. Please make sure to update to a supported version as soon as possible." : "Версия, которой вы пользуетесь, больше не обслуживается. Пожалуйста, обновитесь до поддерживаемой версии как можно скорее.",
"Apps missing compatible version" : "Приложения без совместимой версии",
"View in store" : "Перейти в магазин приложений",
"Apps with compatible version" : "Приложения с совместимой версией",
+ "Please note that the web updater is not recommended with more than 100 accounts! Please use the command line updater instead!" : "Пожалуйста, обратите внимание, что веб-программа обновления не рекомендуется для более чем 100 учетных записей! Пожалуйста, используйте программу обновления из командной строки!",
"Open updater" : "Открыть окно обновления",
"Download now" : "Скачать сейчас",
"Web updater is disabled. Please use the command line updater or the appropriate update mechanism for your installation method (e.g. Docker pull) to update." : "Веб-программа обновления отключена. Пожалуйста, используйте программу обновления из командной строки или соответствующий вашему методу установки механизм обновления (например, Docker pull) для обновления.",
diff --git a/apps/updatenotification/l10n/ru.json b/apps/updatenotification/l10n/ru.json
index df246660bd3e2..ea0f02f8889ff 100644
--- a/apps/updatenotification/l10n/ru.json
+++ b/apps/updatenotification/l10n/ru.json
@@ -11,14 +11,17 @@
"Update to {serverAndVersion} is available." : "Доступно обновление до версии {serverAndVersion}.",
"Update for {app} to version %s is available." : "Для приложения {app} доступно обновление до версии %s.",
"Update notification" : "Уведомление об обновлении",
+ "Displays update notifications for Nextcloud, app updates, and provides the SSO for the updater." : "Отображает уведомления об обновлениях для Nextcloud, обновлениях приложений и предоставляет единый вход для программы обновления.",
"What's new in {app} {version}" : "Новшества {app} {version}",
"Give feedback" : "Обратная связь",
"Get started" : "Начать",
+ "No changelog available" : "Список изменений недоступен",
"Update" : "Обновление",
"The version you are running is not maintained anymore. Please make sure to update to a supported version as soon as possible." : "Версия, которой вы пользуетесь, больше не обслуживается. Пожалуйста, обновитесь до поддерживаемой версии как можно скорее.",
"Apps missing compatible version" : "Приложения без совместимой версии",
"View in store" : "Перейти в магазин приложений",
"Apps with compatible version" : "Приложения с совместимой версией",
+ "Please note that the web updater is not recommended with more than 100 accounts! Please use the command line updater instead!" : "Пожалуйста, обратите внимание, что веб-программа обновления не рекомендуется для более чем 100 учетных записей! Пожалуйста, используйте программу обновления из командной строки!",
"Open updater" : "Открыть окно обновления",
"Download now" : "Скачать сейчас",
"Web updater is disabled. Please use the command line updater or the appropriate update mechanism for your installation method (e.g. Docker pull) to update." : "Веб-программа обновления отключена. Пожалуйста, используйте программу обновления из командной строки или соответствующий вашему методу установки механизм обновления (например, Docker pull) для обновления.",
diff --git a/apps/user_ldap/l10n/ru.js b/apps/user_ldap/l10n/ru.js
index 590fb0ad02eee..d8aceadb79d77 100644
--- a/apps/user_ldap/l10n/ru.js
+++ b/apps/user_ldap/l10n/ru.js
@@ -61,6 +61,7 @@ OC.L10N.register(
"Your password will expire today." : "Сегодня истекает срок действия пароля.",
"_Your password will expire within %n day._::_Your password will expire within %n days._" : ["Срок действия пароля истекает через %n день.","Срок действия пароля истекает через %n дня.","Срок действия пароля истекает через %n дней.","Срок действия пароля истекает через %n день."],
"LDAP/AD integration" : "LDAP/AD интеграция",
+ "LDAP Connection" : "Подключение по протоколу LDAP",
"Invalid LDAP UUIDs" : "Недопустимые UUID LDAP",
"None found" : "Ничего не найдено",
"Invalid UUIDs of LDAP accounts or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Обнаружены недопустимые идентификаторы UUID учетных записей или групп LDAP. Пожалуйста, ознакомьтесь с вашими настройками \"Переопределение обнаружения UUID\" в экспертной части конфигурации LDAP и используйте \"occ ldap:update-uuid\", чтобы обновить их.",
@@ -207,6 +208,8 @@ OC.L10N.register(
"User profile Headline will be set from the specified attribute" : "Заголовок в профиле пользователя будет установлен из указанного атрибута",
"Biography Field" : "Поле биографии",
"User profile Biography will be set from the specified attribute" : "Биография в профиле пользователя будет установлена из указанного атрибута",
+ "Birthdate Field" : "Поле Даты рождения",
+ "User profile Date of birth will be set from the specified attribute" : "Дата рождения профиля пользователя будет установлена на основе указанного атрибута",
"Internal Username" : "Внутреннее имя пользователя",
"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [a-zA-Z0-9_.@-]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all DAV services. With this setting, the default behavior can be overridden. Changes will have effect only on newly mapped (added) LDAP users. Leave it empty for default behavior." : "По умолчанию внутреннее имя пользователя будет создано на основе атрибута UUID. Это гарантирует, что имя пользователя будет уникальным и символы не нужно будет преобразовывать. Внутреннее имя пользователя имеет ограничение – разрешены только эти символы: [a-zA-Z0-9_.@-]. Другие символы заменяются их ASCII-кодами или просто опускаются. При совпадениях число будет добавлено/увеличено. Внутреннее имя пользователя используется для внутренней идентификации пользователя. Оно также является именем по умолчанию для домашней папки пользователя. Оно также является частью удалённых URL-адресов, например, для всех служб DAV. С помощью этого параметра можно переопределить поведение по умолчанию. Изменения будут иметь силу только для новых сопоставленных (добавленных) пользователей LDAP. Оставьте этот параметр пустым для поведения по умолчанию.",
"Internal Username Attribute:" : "Атрибут для внутреннего имени:",
diff --git a/apps/user_ldap/l10n/ru.json b/apps/user_ldap/l10n/ru.json
index 5a4408a1775aa..51682b4770974 100644
--- a/apps/user_ldap/l10n/ru.json
+++ b/apps/user_ldap/l10n/ru.json
@@ -59,6 +59,7 @@
"Your password will expire today." : "Сегодня истекает срок действия пароля.",
"_Your password will expire within %n day._::_Your password will expire within %n days._" : ["Срок действия пароля истекает через %n день.","Срок действия пароля истекает через %n дня.","Срок действия пароля истекает через %n дней.","Срок действия пароля истекает через %n день."],
"LDAP/AD integration" : "LDAP/AD интеграция",
+ "LDAP Connection" : "Подключение по протоколу LDAP",
"Invalid LDAP UUIDs" : "Недопустимые UUID LDAP",
"None found" : "Ничего не найдено",
"Invalid UUIDs of LDAP accounts or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Обнаружены недопустимые идентификаторы UUID учетных записей или групп LDAP. Пожалуйста, ознакомьтесь с вашими настройками \"Переопределение обнаружения UUID\" в экспертной части конфигурации LDAP и используйте \"occ ldap:update-uuid\", чтобы обновить их.",
@@ -205,6 +206,8 @@
"User profile Headline will be set from the specified attribute" : "Заголовок в профиле пользователя будет установлен из указанного атрибута",
"Biography Field" : "Поле биографии",
"User profile Biography will be set from the specified attribute" : "Биография в профиле пользователя будет установлена из указанного атрибута",
+ "Birthdate Field" : "Поле Даты рождения",
+ "User profile Date of birth will be set from the specified attribute" : "Дата рождения профиля пользователя будет установлена на основе указанного атрибута",
"Internal Username" : "Внутреннее имя пользователя",
"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [a-zA-Z0-9_.@-]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all DAV services. With this setting, the default behavior can be overridden. Changes will have effect only on newly mapped (added) LDAP users. Leave it empty for default behavior." : "По умолчанию внутреннее имя пользователя будет создано на основе атрибута UUID. Это гарантирует, что имя пользователя будет уникальным и символы не нужно будет преобразовывать. Внутреннее имя пользователя имеет ограничение – разрешены только эти символы: [a-zA-Z0-9_.@-]. Другие символы заменяются их ASCII-кодами или просто опускаются. При совпадениях число будет добавлено/увеличено. Внутреннее имя пользователя используется для внутренней идентификации пользователя. Оно также является именем по умолчанию для домашней папки пользователя. Оно также является частью удалённых URL-адресов, например, для всех служб DAV. С помощью этого параметра можно переопределить поведение по умолчанию. Изменения будут иметь силу только для новых сопоставленных (добавленных) пользователей LDAP. Оставьте этот параметр пустым для поведения по умолчанию.",
"Internal Username Attribute:" : "Атрибут для внутреннего имени:",
diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js
index e5fd4d61bfce7..2ccad1d21001b 100644
--- a/core/l10n/zh_CN.js
+++ b/core/l10n/zh_CN.js
@@ -103,8 +103,14 @@ OC.L10N.register(
"_{count} notification_::_{count} notifications_" : ["{count} 条通知"],
"No" : "否",
"Yes" : "是",
+ "Federated user" : "联合云用户",
+ "user@your-nextcloud.org" : "user@your-nextcloud.org",
"Create share" : "创建共享",
+ "The remote URL must include the user." : "远程 URL 必须包含用户。",
+ "Invalid remote URL." : "无效远程 URL。",
"Failed to add the public link to your Nextcloud" : "添加公开链接到您的Nextcloud失败",
+ "Direct link copied to clipboard" : "直链已复制至粘贴板",
+ "Please copy the link manually:" : "请手动复制链接:",
"Custom date range" : "自定义日期范围",
"Pick start date" : "选择起始日期",
"Pick end date" : "选择结束日期",
diff --git a/core/l10n/zh_CN.json b/core/l10n/zh_CN.json
index 73b8adb7004d9..0927f82cd9d38 100644
--- a/core/l10n/zh_CN.json
+++ b/core/l10n/zh_CN.json
@@ -101,8 +101,14 @@
"_{count} notification_::_{count} notifications_" : ["{count} 条通知"],
"No" : "否",
"Yes" : "是",
+ "Federated user" : "联合云用户",
+ "user@your-nextcloud.org" : "user@your-nextcloud.org",
"Create share" : "创建共享",
+ "The remote URL must include the user." : "远程 URL 必须包含用户。",
+ "Invalid remote URL." : "无效远程 URL。",
"Failed to add the public link to your Nextcloud" : "添加公开链接到您的Nextcloud失败",
+ "Direct link copied to clipboard" : "直链已复制至粘贴板",
+ "Please copy the link manually:" : "请手动复制链接:",
"Custom date range" : "自定义日期范围",
"Pick start date" : "选择起始日期",
"Pick end date" : "选择结束日期",
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js
index d76085c088b02..92810367d14bf 100644
--- a/lib/l10n/en_GB.js
+++ b/lib/l10n/en_GB.js
@@ -187,6 +187,7 @@ OC.L10N.register(
"Sharing is disabled" : "Sharing is disabled",
"Sharing is disabled for you" : "Sharing is disabled for you",
"Cannot share with the share owner" : "Cannot share with the share owner",
+ "Share does not have a full ID" : "Share does not have a full ID",
"Cannot change share type" : "Cannot change share type",
"Can only update recipient on user shares" : "Can only update recipient on user shares",
"Cannot enable sending the password by Talk with an empty password" : "Cannot enable sending the password by Talk with an empty password",
diff --git a/lib/l10n/en_GB.json b/lib/l10n/en_GB.json
index 30c5f12b0cd1f..9516dcd7709d1 100644
--- a/lib/l10n/en_GB.json
+++ b/lib/l10n/en_GB.json
@@ -185,6 +185,7 @@
"Sharing is disabled" : "Sharing is disabled",
"Sharing is disabled for you" : "Sharing is disabled for you",
"Cannot share with the share owner" : "Cannot share with the share owner",
+ "Share does not have a full ID" : "Share does not have a full ID",
"Cannot change share type" : "Cannot change share type",
"Can only update recipient on user shares" : "Can only update recipient on user shares",
"Cannot enable sending the password by Talk with an empty password" : "Cannot enable sending the password by Talk with an empty password",
diff --git a/lib/l10n/ru.js b/lib/l10n/ru.js
index 0d36cb7ce93a9..e4abf43e5ccfc 100644
--- a/lib/l10n/ru.js
+++ b/lib/l10n/ru.js
@@ -82,11 +82,20 @@ OC.L10N.register(
"Empty file" : "Пустой файл",
"Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Модуль с ID «%s» не существует. Включите его в настройках приложений или обратитесь к администратору.",
"Dot files are not allowed" : "Файлы начинающиеся с точки не допускаются",
+ "\"%1$s\" is a forbidden file or folder name." : "\"%1$s\" это запрещенное имя файла или папки.",
+ "\"%1$s\" is a forbidden prefix for file or folder names." : "\"%1$s\" является запрещенным префиксом для имен файлов или папок.",
+ "\"%1$s\" is not allowed inside a file or folder name." : "\"%1$s\" не допускается указывать имя файла или папки внутри него.",
+ "\"%1$s\" is a forbidden file type." : "\"%1$s\" это запрещенный тип файла.",
+ "Filenames must not end with \"%1$s\"." : "Имена файлов не должны заканчиваться на \"%1$s\".",
+ "Invalid parent path" : "Недопустимый родительский путь",
"File already exists" : "Файл уже существует",
"Invalid path" : "Некорректный путь",
"Failed to create file from template" : "Не удалось создать файл на основе шаблона",
"Templates" : "Шаблоны",
+ "Path contains invalid segments" : "Путь содержит недопустимые сегменты",
+ "Filename is a reserved word" : "Имя файла - это зарезервированное слово",
"Filename contains at least one invalid character" : "Имя файла содержит как минимум один недопустимый символ",
+ "Filename is too long" : "Имя файла слишком длинное",
"Empty filename is not allowed" : "Пустое имя файла не допускается",
"App \"%s\" cannot be installed because appinfo file cannot be read." : "Приложение «%s» не может быть установлено, так как файл с информацией о приложении не может быть прочтен.",
"App \"%s\" cannot be installed because it is not compatible with this version of the server." : "Приложение «%s» не может быть установлено, потому что оно несовместимо с этой версией сервера",
@@ -119,14 +128,20 @@ OC.L10N.register(
"Role" : "Роль",
"Unknown account" : "Неизвестный аккаунт",
"Additional settings" : "Дополнительные настройки",
+ "Enter the database Login and name for %s" : "Введите логин и имя пользователя базы данных для %s",
+ "Enter the database Login for %s" : "Введите логин в базе данных для %s",
"Enter the database name for %s" : "Укажите название базы данных %s",
"You cannot use dots in the database name %s" : "Имя базы данных %s не может содержать символ точки",
+ "MySQL Login and/or password not valid" : "Неверный логин и/или пароль для входа в MySQL",
"You need to enter details of an existing account." : "Необходимо уточнить данные существующего акаунта.",
"Oracle connection could not be established" : "Соединение с Oracle не может быть установлено",
+ "Oracle Login and/or password not valid" : "Неверный логин и/или пароль Oracle",
+ "PostgreSQL Login and/or password not valid" : "Неверный логин и/или пароль для PostgreSQL",
"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X не поддерживается и %s может работать некорректно на данной платформе. Используйте на свой страх и риск!",
"For the best results, please consider using a GNU/Linux server instead." : "Для достижения наилучших результатов, рассмотрите вариант использования сервера на GNU/Linux.",
"It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "Кажется что экземпляр этого %s работает в 32-битной среде PHP и в php.ini был настроен open_basedir. Это приведёт к проблемам с файлами более 4 ГБ и настоятельно не рекомендуется.",
"Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Удалите директиву open_basedir из файла php.ini или смените PHP на 64-разрядную сборку.",
+ "Set an admin Login." : "Установите логин администратора.",
"Set an admin password." : "Задать пароль для admin.",
"Cannot create or write into the data directory %s" : "Не удалось создать или записать в каталог данных «%s»",
"Sharing backend %s must implement the interface OCP\\Share_Backend" : "Бэкенд общего доступа %s должен реализовывать интерфейс OCP\\Share_Backend",
@@ -140,22 +155,47 @@ OC.L10N.register(
"%1$s shared »%2$s« with you and wants to add:" : "%1$s предоставил(а) вам доступ к «%2$s» и хочет добавить:",
"%1$s shared »%2$s« with you and wants to add" : "%1$s предоставил(а) вам доступ к «%2$s» и хочет добавить",
"»%s« added a note to a file shared with you" : "%s добавил(а) примечание к файлу, к которому вам открыт доступ",
+ "Passwords are enforced for link and mail shares" : "Для общих ссылок и почтовых рассылок применяются пароли",
"Unknown share type" : "Общий доступ неизвестного типа",
"Cannot share with yourself" : "Не могу поделиться с самим собой",
+ "Path should be set" : "Путь должен быть задан",
+ "Path should be either a file or a folder" : "Путь должен быть либо к файлу, либо к папке",
"You cannot share your root folder" : "Вы не можете предоставить общий доступ к своей корневой папке",
"You are not allowed to share %s" : "Вам не разрешено делиться %s",
+ "A share requires permissions" : "Для общего доступа требуются разрешения",
"Cannot increase permissions of %s" : "Не удалось повысить права доступа %s",
+ "Shares need at least read permissions" : "Общим ресурсам требуются как минимум разрешения на чтение",
"Files cannot be shared with delete permissions" : "Права на удаление файлов не позволяют открывать общий доступ к ним",
"Files cannot be shared with create permissions" : "Права на создание файлов не позволяют открывать общий доступ к ним",
"Expiration date is in the past" : "Дата окончания срока действия уже прошла",
+ "Expiration date is enforced" : "Срок годности истекает",
"_Cannot set expiration date more than %n day in the future_::_Cannot set expiration date more than %n days in the future_" : ["Срок окончания не может быть более %n дня","Срок окончания не может быть более %n дней","Срок окончания не может быть более %n дней","Срок окончания не может быть более %n дней"],
"Sharing is only allowed with group members" : "Разрешено публиковать только для участников группы",
+ "Group sharing is now allowed" : "Теперь разрешен общий доступ к группам",
"Sharing is only allowed within your own groups" : "Общий доступ разрешен только в ваших собственных группах",
+ "Path is already shared with this group" : "Путь уже является общим для этой группы",
+ "Link sharing is not allowed" : "Обмен ссылками запрещен",
+ "Public upload is not allowed" : "Публичная загрузка данных запрещена",
+ "Path contains files shared with you" : "Путь содержит файлы, к которым вы предоставили общий доступ",
+ "Sharing is disabled" : "Общий доступ отключен",
+ "Sharing is disabled for you" : "Общий доступ для вас отключен",
+ "Cannot share with the share owner" : "Невозможно поделиться с владельцем общего доступа",
+ "Share does not have a full ID" : "Общий ресурс не имеет полного идентификатора",
+ "Cannot change share type" : "Невозможно изменить тип общего ресурса",
+ "Can only update recipient on user shares" : "Может обновлять информацию о получателе только в общих папках пользователей",
+ "Cannot enable sending the password by Talk with an empty password" : "Не удается включить отправку пароля по телефону с пустым паролем",
+ "Cannot enable sending the password by Talk without setting a new password" : "Невозможно включить отправку пароля по телефону без установки нового пароля",
+ "Cannot disable sending the password by Talk without setting a new password" : "Невозможно отключить отправку пароля по телефону без установки нового пароля",
+ "Share provider does not support accepting" : "Поставщик общего доступа не поддерживает прием",
+ "Cannot change target of link share" : "Невозможно изменить цель публикации ссылки",
+ "Invalid recipient" : "Недействительный получатель",
+ "Group \"%s\" does not exist" : "Группа \"%s\" не существует",
"The requested share does not exist anymore" : "Запрошенный общий ресурс более не существует.",
"The requested share comes from a disabled user" : "Запрос на общий доступ поступает от отключенного пользователя",
"The user was not created because the user limit has been reached. Check your notifications to learn more." : "Пользователь не был создан, достигнуто ограничение количества пользователей. Для получения дополнительных сведений проверьте уведомления.",
"Could not find category \"%s\"" : "Категория «%s» не найдена",
"Input text" : "Введите текст",
+ "The input text" : "Вводимый текст",
"Sunday" : "Воскресенье",
"Monday" : "Понедельник",
"Tuesday" : "Вторник",
@@ -202,6 +242,14 @@ OC.L10N.register(
"Nov." : "Нояб.",
"Dec." : "Дек.",
"A valid password must be provided" : "Укажите допустимый пароль",
+ "The Login is already being used" : "Логин уже используется",
+ "Could not create account" : "Не удалось создать учетную запись",
+ "Only the following characters are allowed in an Login: \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-'\"" : "В логине разрешены только следующие символы: \"a-z\", \"A-Z\", \"0-9\", пробелы и \"_.@-'\"",
+ "A valid Login must be provided" : "Необходимо указать действительный логин для входа в систему",
+ "Login contains whitespace at the beginning or at the end" : "Имя пользователя содержит пробелы в начале или в конце",
+ "Login must not consist of dots only" : "Логин не должен состоять только из точек",
+ "Login is invalid because files already exist for this user" : "Логин недействителен, поскольку файлы для этого пользователя уже существуют",
+ "Account disabled" : "Учетная запись отключена",
"Login canceled by app" : "Вход отменен приложением",
"App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Приложение «%1$s» не может быть установлено, так как не удовлетворены следующие зависимости: %2$s",
"a safe home for all your data" : "надёжный дом для всех ваших данных",
@@ -239,6 +287,7 @@ OC.L10N.register(
"Your data directory must be an absolute path." : "Каталог данных должен быть указан в виде абсолютного пути.",
"Check the value of \"datadirectory\" in your configuration." : "Проверьте в значение параметра «datadirectory» в файле конфигурации.",
"Your data directory is invalid." : "Каталог данных задан неверно.",
+ "Ensure there is a file called \"%1$s\" in the root of the data directory. It should have the content: \"%2$s\"" : "Убедитесь, что в корневом каталоге данных есть файл с именем \"%1$s\". Он должен содержать следующее содержимое: \"%2$s\"",
"Action \"%s\" not supported or implemented." : "Действие «%s» не поддерживается или не реализовано.",
"Authentication failed, wrong token or provider ID given" : "Ошибка аутентификации, неверный токен или идентификатор провайдера",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Отсутствуют параметры для завершения запроса. Отсутствующие параметры: \"%s\"",
@@ -250,11 +299,56 @@ OC.L10N.register(
"Storage connection error. %s" : "Ошибка подключения к хранилищу. %s",
"Storage is temporarily not available" : "Хранилище временно недоступно",
"Storage connection timeout. %s" : "Истекло время ожидания подключения к хранилищу. %s",
+ "Transcribe audio" : "Транскрибировать аудио",
+ "Transcribe the things said in an audio" : "Запишите то, что было сказано в аудиозаписи",
+ "Audio input" : "Аудиовход",
+ "The audio to transcribe" : "Аудио для расшифровки",
+ "Transcription" : "Транскрипция",
+ "The transcribed text" : "Расшифрованный текст",
+ "Context write" : "Контекстная запись",
+ "Writes text in a given style based on the provided source material." : "Пишет текст в заданном стиле на основе предоставленного исходного материала.",
+ "Writing style" : "Стиль письма",
+ "Demonstrate a writing style that you would like to immitate" : "Продемонстрируйте стиль письма, которому вы хотели бы подражать",
+ "Source material" : "Исходный материал",
+ "The content that would like to be rewritten in the new writing style" : "Содержание, которое хотелось бы переписать в новом стиле написания",
"Generated text" : "Сгенерированный текст",
"The generated text with content from the source material in the given style" : "Сгенерированный текст с содержимым из исходного материала в заданном стиле",
+ "Emoji generator" : "Генератор Emoji",
"Takes text and generates a representative emoji for it." : "Берет текст и генерирует для него репрезентативный смайлик.",
+ "Generate image" : "Генерировать изображение",
+ "Generate an image from a text prompt" : "Создайте изображение из текстовой подсказки",
+ "Runs an arbitrary prompt through a language model that returns a reply" : "Запускает произвольный запрос с помощью языковой модели, которая возвращает ответ",
+ "Describe a task that you want the assistant to do or ask a question" : "Опишите задачу, которую вы хотите поручить ассистенту, или задайте вопрос",
+ "Generated reply" : "Сгенерированный ответ",
+ "The generated text from the assistant" : "Сгенерированный текст от помощника",
"Chat" : "Разговор",
+ "Chat with the assistant" : "Пообщайтесь с ассистентом",
+ "System prompt" : "Системная подсказка",
+ "Define rules and assumptions that the assistant should follow during the conversation." : "Определите правила и допущения, которым ассистент должен следовать во время разговора.",
+ "Chat message" : "Сообщение в чате",
+ "Chat history" : "История чата",
+ "The history of chat messages before the current message, starting with a message by the user" : "История сообщений в чате до текущего сообщения, начиная с сообщения пользователя",
+ "Response message" : "Ответное сообщение",
+ "The generated response as part of the conversation" : "Сгенерированный ответ в ходе беседы",
+ "Formalize text" : "Формализовать текст",
+ "Takes a text and makes it sound more formal" : "Берется текст и делает его звучание более формальным",
+ "Write a text that you want the assistant to formalize" : "Напишите текст, который вы хотите, чтобы ассистент оформил официально",
+ "Formalized text" : "Формализованный текст",
+ "The formalized text" : "Формализованный текст",
+ "Generate a headline" : "Создайте заголовок",
"Generates a possible headline for a text." : "Генерирует возможный заголовок для текста.",
+ "Original text" : "Оригинальный текст",
+ "The original text to generate a headline for" : "Исходный текст для создания заголовка для",
+ "The generated headline" : "Сгенерированный заголовок",
+ "Reformulate text" : "Переформулировать текст",
+ "Takes a text and reformulates it" : "Берет текст и переформулирует его",
+ "Write a text that you want the assistant to reformulate" : "Напишите текст, который вы хотите, чтобы ассистент переформулировал",
+ "Reformulated text" : "Измененный текст",
+ "The reformulated text, written by the assistant" : "Переформулированный текст, написанный ассистентом",
+ "Simplify text" : "Упрощение текста",
+ "Takes a text and simplifies it" : "Берет текст и упрощает его",
+ "Write a text that you want the assistant to simplify" : "Напишите текст, который вы хотите, чтобы ассистент упростил",
+ "Simplified text" : "Упрощенный текст",
"The simplified text" : "Упрощенный текст",
"Summarize" : "Обобщить",
"Summarizes a text" : "Обобщенный текст",
diff --git a/lib/l10n/ru.json b/lib/l10n/ru.json
index 20c0189173358..407a78eaadada 100644
--- a/lib/l10n/ru.json
+++ b/lib/l10n/ru.json
@@ -80,11 +80,20 @@
"Empty file" : "Пустой файл",
"Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Модуль с ID «%s» не существует. Включите его в настройках приложений или обратитесь к администратору.",
"Dot files are not allowed" : "Файлы начинающиеся с точки не допускаются",
+ "\"%1$s\" is a forbidden file or folder name." : "\"%1$s\" это запрещенное имя файла или папки.",
+ "\"%1$s\" is a forbidden prefix for file or folder names." : "\"%1$s\" является запрещенным префиксом для имен файлов или папок.",
+ "\"%1$s\" is not allowed inside a file or folder name." : "\"%1$s\" не допускается указывать имя файла или папки внутри него.",
+ "\"%1$s\" is a forbidden file type." : "\"%1$s\" это запрещенный тип файла.",
+ "Filenames must not end with \"%1$s\"." : "Имена файлов не должны заканчиваться на \"%1$s\".",
+ "Invalid parent path" : "Недопустимый родительский путь",
"File already exists" : "Файл уже существует",
"Invalid path" : "Некорректный путь",
"Failed to create file from template" : "Не удалось создать файл на основе шаблона",
"Templates" : "Шаблоны",
+ "Path contains invalid segments" : "Путь содержит недопустимые сегменты",
+ "Filename is a reserved word" : "Имя файла - это зарезервированное слово",
"Filename contains at least one invalid character" : "Имя файла содержит как минимум один недопустимый символ",
+ "Filename is too long" : "Имя файла слишком длинное",
"Empty filename is not allowed" : "Пустое имя файла не допускается",
"App \"%s\" cannot be installed because appinfo file cannot be read." : "Приложение «%s» не может быть установлено, так как файл с информацией о приложении не может быть прочтен.",
"App \"%s\" cannot be installed because it is not compatible with this version of the server." : "Приложение «%s» не может быть установлено, потому что оно несовместимо с этой версией сервера",
@@ -117,14 +126,20 @@
"Role" : "Роль",
"Unknown account" : "Неизвестный аккаунт",
"Additional settings" : "Дополнительные настройки",
+ "Enter the database Login and name for %s" : "Введите логин и имя пользователя базы данных для %s",
+ "Enter the database Login for %s" : "Введите логин в базе данных для %s",
"Enter the database name for %s" : "Укажите название базы данных %s",
"You cannot use dots in the database name %s" : "Имя базы данных %s не может содержать символ точки",
+ "MySQL Login and/or password not valid" : "Неверный логин и/или пароль для входа в MySQL",
"You need to enter details of an existing account." : "Необходимо уточнить данные существующего акаунта.",
"Oracle connection could not be established" : "Соединение с Oracle не может быть установлено",
+ "Oracle Login and/or password not valid" : "Неверный логин и/или пароль Oracle",
+ "PostgreSQL Login and/or password not valid" : "Неверный логин и/или пароль для PostgreSQL",
"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X не поддерживается и %s может работать некорректно на данной платформе. Используйте на свой страх и риск!",
"For the best results, please consider using a GNU/Linux server instead." : "Для достижения наилучших результатов, рассмотрите вариант использования сервера на GNU/Linux.",
"It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "Кажется что экземпляр этого %s работает в 32-битной среде PHP и в php.ini был настроен open_basedir. Это приведёт к проблемам с файлами более 4 ГБ и настоятельно не рекомендуется.",
"Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Удалите директиву open_basedir из файла php.ini или смените PHP на 64-разрядную сборку.",
+ "Set an admin Login." : "Установите логин администратора.",
"Set an admin password." : "Задать пароль для admin.",
"Cannot create or write into the data directory %s" : "Не удалось создать или записать в каталог данных «%s»",
"Sharing backend %s must implement the interface OCP\\Share_Backend" : "Бэкенд общего доступа %s должен реализовывать интерфейс OCP\\Share_Backend",
@@ -138,22 +153,47 @@
"%1$s shared »%2$s« with you and wants to add:" : "%1$s предоставил(а) вам доступ к «%2$s» и хочет добавить:",
"%1$s shared »%2$s« with you and wants to add" : "%1$s предоставил(а) вам доступ к «%2$s» и хочет добавить",
"»%s« added a note to a file shared with you" : "%s добавил(а) примечание к файлу, к которому вам открыт доступ",
+ "Passwords are enforced for link and mail shares" : "Для общих ссылок и почтовых рассылок применяются пароли",
"Unknown share type" : "Общий доступ неизвестного типа",
"Cannot share with yourself" : "Не могу поделиться с самим собой",
+ "Path should be set" : "Путь должен быть задан",
+ "Path should be either a file or a folder" : "Путь должен быть либо к файлу, либо к папке",
"You cannot share your root folder" : "Вы не можете предоставить общий доступ к своей корневой папке",
"You are not allowed to share %s" : "Вам не разрешено делиться %s",
+ "A share requires permissions" : "Для общего доступа требуются разрешения",
"Cannot increase permissions of %s" : "Не удалось повысить права доступа %s",
+ "Shares need at least read permissions" : "Общим ресурсам требуются как минимум разрешения на чтение",
"Files cannot be shared with delete permissions" : "Права на удаление файлов не позволяют открывать общий доступ к ним",
"Files cannot be shared with create permissions" : "Права на создание файлов не позволяют открывать общий доступ к ним",
"Expiration date is in the past" : "Дата окончания срока действия уже прошла",
+ "Expiration date is enforced" : "Срок годности истекает",
"_Cannot set expiration date more than %n day in the future_::_Cannot set expiration date more than %n days in the future_" : ["Срок окончания не может быть более %n дня","Срок окончания не может быть более %n дней","Срок окончания не может быть более %n дней","Срок окончания не может быть более %n дней"],
"Sharing is only allowed with group members" : "Разрешено публиковать только для участников группы",
+ "Group sharing is now allowed" : "Теперь разрешен общий доступ к группам",
"Sharing is only allowed within your own groups" : "Общий доступ разрешен только в ваших собственных группах",
+ "Path is already shared with this group" : "Путь уже является общим для этой группы",
+ "Link sharing is not allowed" : "Обмен ссылками запрещен",
+ "Public upload is not allowed" : "Публичная загрузка данных запрещена",
+ "Path contains files shared with you" : "Путь содержит файлы, к которым вы предоставили общий доступ",
+ "Sharing is disabled" : "Общий доступ отключен",
+ "Sharing is disabled for you" : "Общий доступ для вас отключен",
+ "Cannot share with the share owner" : "Невозможно поделиться с владельцем общего доступа",
+ "Share does not have a full ID" : "Общий ресурс не имеет полного идентификатора",
+ "Cannot change share type" : "Невозможно изменить тип общего ресурса",
+ "Can only update recipient on user shares" : "Может обновлять информацию о получателе только в общих папках пользователей",
+ "Cannot enable sending the password by Talk with an empty password" : "Не удается включить отправку пароля по телефону с пустым паролем",
+ "Cannot enable sending the password by Talk without setting a new password" : "Невозможно включить отправку пароля по телефону без установки нового пароля",
+ "Cannot disable sending the password by Talk without setting a new password" : "Невозможно отключить отправку пароля по телефону без установки нового пароля",
+ "Share provider does not support accepting" : "Поставщик общего доступа не поддерживает прием",
+ "Cannot change target of link share" : "Невозможно изменить цель публикации ссылки",
+ "Invalid recipient" : "Недействительный получатель",
+ "Group \"%s\" does not exist" : "Группа \"%s\" не существует",
"The requested share does not exist anymore" : "Запрошенный общий ресурс более не существует.",
"The requested share comes from a disabled user" : "Запрос на общий доступ поступает от отключенного пользователя",
"The user was not created because the user limit has been reached. Check your notifications to learn more." : "Пользователь не был создан, достигнуто ограничение количества пользователей. Для получения дополнительных сведений проверьте уведомления.",
"Could not find category \"%s\"" : "Категория «%s» не найдена",
"Input text" : "Введите текст",
+ "The input text" : "Вводимый текст",
"Sunday" : "Воскресенье",
"Monday" : "Понедельник",
"Tuesday" : "Вторник",
@@ -200,6 +240,14 @@
"Nov." : "Нояб.",
"Dec." : "Дек.",
"A valid password must be provided" : "Укажите допустимый пароль",
+ "The Login is already being used" : "Логин уже используется",
+ "Could not create account" : "Не удалось создать учетную запись",
+ "Only the following characters are allowed in an Login: \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-'\"" : "В логине разрешены только следующие символы: \"a-z\", \"A-Z\", \"0-9\", пробелы и \"_.@-'\"",
+ "A valid Login must be provided" : "Необходимо указать действительный логин для входа в систему",
+ "Login contains whitespace at the beginning or at the end" : "Имя пользователя содержит пробелы в начале или в конце",
+ "Login must not consist of dots only" : "Логин не должен состоять только из точек",
+ "Login is invalid because files already exist for this user" : "Логин недействителен, поскольку файлы для этого пользователя уже существуют",
+ "Account disabled" : "Учетная запись отключена",
"Login canceled by app" : "Вход отменен приложением",
"App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Приложение «%1$s» не может быть установлено, так как не удовлетворены следующие зависимости: %2$s",
"a safe home for all your data" : "надёжный дом для всех ваших данных",
@@ -237,6 +285,7 @@
"Your data directory must be an absolute path." : "Каталог данных должен быть указан в виде абсолютного пути.",
"Check the value of \"datadirectory\" in your configuration." : "Проверьте в значение параметра «datadirectory» в файле конфигурации.",
"Your data directory is invalid." : "Каталог данных задан неверно.",
+ "Ensure there is a file called \"%1$s\" in the root of the data directory. It should have the content: \"%2$s\"" : "Убедитесь, что в корневом каталоге данных есть файл с именем \"%1$s\". Он должен содержать следующее содержимое: \"%2$s\"",
"Action \"%s\" not supported or implemented." : "Действие «%s» не поддерживается или не реализовано.",
"Authentication failed, wrong token or provider ID given" : "Ошибка аутентификации, неверный токен или идентификатор провайдера",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Отсутствуют параметры для завершения запроса. Отсутствующие параметры: \"%s\"",
@@ -248,11 +297,56 @@
"Storage connection error. %s" : "Ошибка подключения к хранилищу. %s",
"Storage is temporarily not available" : "Хранилище временно недоступно",
"Storage connection timeout. %s" : "Истекло время ожидания подключения к хранилищу. %s",
+ "Transcribe audio" : "Транскрибировать аудио",
+ "Transcribe the things said in an audio" : "Запишите то, что было сказано в аудиозаписи",
+ "Audio input" : "Аудиовход",
+ "The audio to transcribe" : "Аудио для расшифровки",
+ "Transcription" : "Транскрипция",
+ "The transcribed text" : "Расшифрованный текст",
+ "Context write" : "Контекстная запись",
+ "Writes text in a given style based on the provided source material." : "Пишет текст в заданном стиле на основе предоставленного исходного материала.",
+ "Writing style" : "Стиль письма",
+ "Demonstrate a writing style that you would like to immitate" : "Продемонстрируйте стиль письма, которому вы хотели бы подражать",
+ "Source material" : "Исходный материал",
+ "The content that would like to be rewritten in the new writing style" : "Содержание, которое хотелось бы переписать в новом стиле написания",
"Generated text" : "Сгенерированный текст",
"The generated text with content from the source material in the given style" : "Сгенерированный текст с содержимым из исходного материала в заданном стиле",
+ "Emoji generator" : "Генератор Emoji",
"Takes text and generates a representative emoji for it." : "Берет текст и генерирует для него репрезентативный смайлик.",
+ "Generate image" : "Генерировать изображение",
+ "Generate an image from a text prompt" : "Создайте изображение из текстовой подсказки",
+ "Runs an arbitrary prompt through a language model that returns a reply" : "Запускает произвольный запрос с помощью языковой модели, которая возвращает ответ",
+ "Describe a task that you want the assistant to do or ask a question" : "Опишите задачу, которую вы хотите поручить ассистенту, или задайте вопрос",
+ "Generated reply" : "Сгенерированный ответ",
+ "The generated text from the assistant" : "Сгенерированный текст от помощника",
"Chat" : "Разговор",
+ "Chat with the assistant" : "Пообщайтесь с ассистентом",
+ "System prompt" : "Системная подсказка",
+ "Define rules and assumptions that the assistant should follow during the conversation." : "Определите правила и допущения, которым ассистент должен следовать во время разговора.",
+ "Chat message" : "Сообщение в чате",
+ "Chat history" : "История чата",
+ "The history of chat messages before the current message, starting with a message by the user" : "История сообщений в чате до текущего сообщения, начиная с сообщения пользователя",
+ "Response message" : "Ответное сообщение",
+ "The generated response as part of the conversation" : "Сгенерированный ответ в ходе беседы",
+ "Formalize text" : "Формализовать текст",
+ "Takes a text and makes it sound more formal" : "Берется текст и делает его звучание более формальным",
+ "Write a text that you want the assistant to formalize" : "Напишите текст, который вы хотите, чтобы ассистент оформил официально",
+ "Formalized text" : "Формализованный текст",
+ "The formalized text" : "Формализованный текст",
+ "Generate a headline" : "Создайте заголовок",
"Generates a possible headline for a text." : "Генерирует возможный заголовок для текста.",
+ "Original text" : "Оригинальный текст",
+ "The original text to generate a headline for" : "Исходный текст для создания заголовка для",
+ "The generated headline" : "Сгенерированный заголовок",
+ "Reformulate text" : "Переформулировать текст",
+ "Takes a text and reformulates it" : "Берет текст и переформулирует его",
+ "Write a text that you want the assistant to reformulate" : "Напишите текст, который вы хотите, чтобы ассистент переформулировал",
+ "Reformulated text" : "Измененный текст",
+ "The reformulated text, written by the assistant" : "Переформулированный текст, написанный ассистентом",
+ "Simplify text" : "Упрощение текста",
+ "Takes a text and simplifies it" : "Берет текст и упрощает его",
+ "Write a text that you want the assistant to simplify" : "Напишите текст, который вы хотите, чтобы ассистент упростил",
+ "Simplified text" : "Упрощенный текст",
"The simplified text" : "Упрощенный текст",
"Summarize" : "Обобщить",
"Summarizes a text" : "Обобщенный текст",
diff --git a/lib/l10n/sv.js b/lib/l10n/sv.js
index b7684c8ba9368..d412a4166efcb 100644
--- a/lib/l10n/sv.js
+++ b/lib/l10n/sv.js
@@ -181,6 +181,7 @@ OC.L10N.register(
"Sharing is disabled" : "Delning är inaktiverat",
"Sharing is disabled for you" : "Delning är inaktiverat för dig",
"Cannot share with the share owner" : "Kan inte dela med ägaren",
+ "Share does not have a full ID" : "Delningen har inte ett fullständigt ID",
"Cannot change share type" : "Kan inte ändra delningstyp",
"Can only update recipient on user shares" : "Kan bara uppdatera mottagare på användardelningar",
"Cannot enable sending the password by Talk with an empty password" : "Kan inte aktivera sändning av lösenordet via Talk med ett tomt lösenord",
diff --git a/lib/l10n/sv.json b/lib/l10n/sv.json
index 618928e759896..6d8f52a13a617 100644
--- a/lib/l10n/sv.json
+++ b/lib/l10n/sv.json
@@ -179,6 +179,7 @@
"Sharing is disabled" : "Delning är inaktiverat",
"Sharing is disabled for you" : "Delning är inaktiverat för dig",
"Cannot share with the share owner" : "Kan inte dela med ägaren",
+ "Share does not have a full ID" : "Delningen har inte ett fullständigt ID",
"Cannot change share type" : "Kan inte ändra delningstyp",
"Can only update recipient on user shares" : "Kan bara uppdatera mottagare på användardelningar",
"Cannot enable sending the password by Talk with an empty password" : "Kan inte aktivera sändning av lösenordet via Talk med ett tomt lösenord",
diff --git a/lib/l10n/zh_HK.js b/lib/l10n/zh_HK.js
index cf697cfd88e1e..64e06b38449a9 100644
--- a/lib/l10n/zh_HK.js
+++ b/lib/l10n/zh_HK.js
@@ -181,6 +181,7 @@ OC.L10N.register(
"Sharing is disabled" : "已停用分享",
"Sharing is disabled for you" : "您已停用分享",
"Cannot share with the share owner" : "無法與分享擁有者分享",
+ "Share does not have a full ID" : "分享並無完整 ID",
"Cannot change share type" : "無法變更分享類型",
"Can only update recipient on user shares" : "僅能更新使用者分享的收件者",
"Cannot enable sending the password by Talk with an empty password" : "若密碼為空,則無法啟用透過 Talk 傳送密碼",
diff --git a/lib/l10n/zh_HK.json b/lib/l10n/zh_HK.json
index 4577702f0a6c0..1b5a28362b417 100644
--- a/lib/l10n/zh_HK.json
+++ b/lib/l10n/zh_HK.json
@@ -179,6 +179,7 @@
"Sharing is disabled" : "已停用分享",
"Sharing is disabled for you" : "您已停用分享",
"Cannot share with the share owner" : "無法與分享擁有者分享",
+ "Share does not have a full ID" : "分享並無完整 ID",
"Cannot change share type" : "無法變更分享類型",
"Can only update recipient on user shares" : "僅能更新使用者分享的收件者",
"Cannot enable sending the password by Talk with an empty password" : "若密碼為空,則無法啟用透過 Talk 傳送密碼",
diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js
index 610be2938e8aa..7113638f6d864 100644
--- a/lib/l10n/zh_TW.js
+++ b/lib/l10n/zh_TW.js
@@ -187,6 +187,7 @@ OC.L10N.register(
"Sharing is disabled" : "已停用分享",
"Sharing is disabled for you" : "您已停用分享",
"Cannot share with the share owner" : "無法與分享擁有者分享",
+ "Share does not have a full ID" : "分享並無完整 ID",
"Cannot change share type" : "無法變更分享類型",
"Can only update recipient on user shares" : "僅能更新使用者分享的收件者",
"Cannot enable sending the password by Talk with an empty password" : "若密碼為空,則無法啟用透過 Talk 傳送密碼",
diff --git a/lib/l10n/zh_TW.json b/lib/l10n/zh_TW.json
index 2f9d2b577f607..ee22098e7a81f 100644
--- a/lib/l10n/zh_TW.json
+++ b/lib/l10n/zh_TW.json
@@ -185,6 +185,7 @@
"Sharing is disabled" : "已停用分享",
"Sharing is disabled for you" : "您已停用分享",
"Cannot share with the share owner" : "無法與分享擁有者分享",
+ "Share does not have a full ID" : "分享並無完整 ID",
"Cannot change share type" : "無法變更分享類型",
"Can only update recipient on user shares" : "僅能更新使用者分享的收件者",
"Cannot enable sending the password by Talk with an empty password" : "若密碼為空,則無法啟用透過 Talk 傳送密碼",