diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-22 00:51:53 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-22 00:51:53 +0000 |
commit | f7e7034ca7bc21f3f00ff4bb75ede5d26d4562bc (patch) | |
tree | 1378074b8d6aef72cad52781b47407309c1bfc54 /apps/dav/l10n | |
parent | 4b7ec0a0c18d4e2007565dc28ee214814940161e (diff) | |
download | nextcloud-server-f7e7034ca7bc21f3f00ff4bb75ede5d26d4562bc.tar.gz nextcloud-server-f7e7034ca7bc21f3f00ff4bb75ede5d26d4562bc.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav/l10n')
-rw-r--r-- | apps/dav/l10n/zh_CN.js | 3 | ||||
-rw-r--r-- | apps/dav/l10n/zh_CN.json | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/apps/dav/l10n/zh_CN.js b/apps/dav/l10n/zh_CN.js index a77f10c6765..f792e8ed09c 100644 --- a/apps/dav/l10n/zh_CN.js +++ b/apps/dav/l10n/zh_CN.js @@ -188,6 +188,7 @@ OC.L10N.register( "Please contact the organizer directly." : "请直接联系组织者。", "Are you accepting the invitation?" : "您是否接受邀请?", "Tentative" : "暂定", - "Your attendance was updated successfully." : "您的出席状态更新成功。" + "Your attendance was updated successfully." : "您的出席状态更新成功。", + "%1$s has responded your invitation" : "%1$s已对您的邀请做出回应" }, "nplurals=1; plural=0;"); diff --git a/apps/dav/l10n/zh_CN.json b/apps/dav/l10n/zh_CN.json index 29aafac866b..57d5d02438d 100644 --- a/apps/dav/l10n/zh_CN.json +++ b/apps/dav/l10n/zh_CN.json @@ -186,6 +186,7 @@ "Please contact the organizer directly." : "请直接联系组织者。", "Are you accepting the invitation?" : "您是否接受邀请?", "Tentative" : "暂定", - "Your attendance was updated successfully." : "您的出席状态更新成功。" + "Your attendance was updated successfully." : "您的出席状态更新成功。", + "%1$s has responded your invitation" : "%1$s已对您的邀请做出回应" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file |