diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-06-03 00:18:04 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-06-03 00:18:04 +0000 |
commit | eea9c881a972af111e93cae02c776da13fe36eed (patch) | |
tree | 7c277e70463063d27177cc9b095f5f2d92e601b9 /lib | |
parent | 3e1d29dfb50a2066d1636f7fd579117a1548318c (diff) | |
download | nextcloud-server-eea9c881a972af111e93cae02c776da13fe36eed.tar.gz nextcloud-server-eea9c881a972af111e93cae02c776da13fe36eed.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/zh_CN.js | 1 | ||||
-rw-r--r-- | lib/l10n/zh_CN.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js index d750cf0002e..d9cdf4a1001 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -57,6 +57,7 @@ OC.L10N.register( "Avatar image is not square" : "头像图像不是正方形", "Files" : "文件", "View profile" : "查看个人资料", + "Local time: %s" : "当地时间:%s", "today" : "今天", "tomorrow" : "明天", "yesterday" : "昨天", diff --git a/lib/l10n/zh_CN.json b/lib/l10n/zh_CN.json index c912cee2b76..cad9737dcf8 100644 --- a/lib/l10n/zh_CN.json +++ b/lib/l10n/zh_CN.json @@ -55,6 +55,7 @@ "Avatar image is not square" : "头像图像不是正方形", "Files" : "文件", "View profile" : "查看个人资料", + "Local time: %s" : "当地时间:%s", "today" : "今天", "tomorrow" : "明天", "yesterday" : "昨天", |