aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-09-10 00:37:52 +0000
committerNextcloud bot <bot@nextcloud.com>2024-09-10 00:37:52 +0000
commitbfb9c9b55c7716c4527721e479a7cdeb6342c6bc (patch)
tree99e8d1a9b053c0662f8857e7f98cc7f1b4b385de /apps/files
parent9dbc7016421873bde22bc13cc784abf85ee644b5 (diff)
downloadnextcloud-server-bfb9c9b55c7716c4527721e479a7cdeb6342c6bc.tar.gz
nextcloud-server-bfb9c9b55c7716c4527721e479a7cdeb6342c6bc.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/l10n/ru.js5
-rw-r--r--apps/files/l10n/ru.json5
-rw-r--r--apps/files/l10n/sv.js1
-rw-r--r--apps/files/l10n/sv.json1
-rw-r--r--apps/files/l10n/zh_CN.js19
-rw-r--r--apps/files/l10n/zh_CN.json19
-rw-r--r--apps/files/l10n/zh_TW.js1
-rw-r--r--apps/files/l10n/zh_TW.json1
8 files changed, 50 insertions, 2 deletions
diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js
index f66f28a4657..b34d3e73869 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 6ba1ad21dba..55bfa6f4578 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 3910e0f7c73..84e00f2621e 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 57da295a1fc..32c91a48299 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 2275d27355f..e16be36a003 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 <strong>changed</strong>" : "文件或文件夹已经被<strong>修改</strong>",
"A favorite file or folder has been <strong>changed</strong>" : "一个收藏的文件或文件夹已经被<strong>修改</strong>",
"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 40032a644d1..db6975b07ca 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 <strong>changed</strong>" : "文件或文件夹已经被<strong>修改</strong>",
"A favorite file or folder has been <strong>changed</strong>" : "一个收藏的文件或文件夹已经被<strong>修改</strong>",
"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 8d06ec81d15..d5b065a7522 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 844e67ad302..9bbfc0ade87 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" : "刪除並取消分享",