Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Mar 4, 2025
1 parent 2caab4d commit 58953ad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion l10n/zh_CN.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
OC.L10N.register(
"files_lock",
{
"File is currently locked by %s" : "文件目前已被 %s 锁定",
"File is not locked" : "文件未锁定",
"File can only be unlocked by providing a valid owner lock token" : "文件只能通过提供有效的所有者锁定令牌来解锁",
"File can only be unlocked by the owner of the lock" : "文件只能由锁的所有者解锁",
"Desktop client" : "桌面客户端",
Expand All @@ -10,6 +12,8 @@ OC.L10N.register(
"Temporary lock your files" : "临时锁定你的文件",
"Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "允许您的用户临时锁定其文件,以避免在处理共享文件时发生冲突。",
"Unlock file" : "解锁文件",
"Lock file" : "锁定文件"
"Lock file" : "锁定文件",
"Keep lock" : "保持锁定",
"Force unlock" : "强制解锁"
},
"nplurals=1; plural=0;");
6 changes: 5 additions & 1 deletion l10n/zh_CN.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{ "translations": {
"File is currently locked by %s" : "文件目前已被 %s 锁定",
"File is not locked" : "文件未锁定",
"File can only be unlocked by providing a valid owner lock token" : "文件只能通过提供有效的所有者锁定令牌来解锁",
"File can only be unlocked by the owner of the lock" : "文件只能由锁的所有者解锁",
"Desktop client" : "桌面客户端",
Expand All @@ -8,6 +10,8 @@
"Temporary lock your files" : "临时锁定你的文件",
"Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "允许您的用户临时锁定其文件,以避免在处理共享文件时发生冲突。",
"Unlock file" : "解锁文件",
"Lock file" : "锁定文件"
"Lock file" : "锁定文件",
"Keep lock" : "保持锁定",
"Force unlock" : "强制解锁"
},"pluralForm" :"nplurals=1; plural=0;"
}

0 comments on commit 58953ad

Please sign in to comment.