diff options
author | Faraz Samapoor <f.samapoor@gmail.com> | 2023-06-27 19:07:09 +0330 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-27 19:07:09 +0330 |
commit | bbfe2fb821f00713f46fd896a41dfc62cc02c31a (patch) | |
tree | 22923a6d3a78f7f1d780e958ff118a669c6c8c63 /apps/user_status/l10n/zh_CN.js | |
parent | 8c64ccae01ef3143a47dcca0b7ddb115d601c2f1 (diff) | |
parent | 266436b76788d14e061bbe1f013bc052edc8041f (diff) | |
download | nextcloud-server-bbfe2fb821f00713f46fd896a41dfc62cc02c31a.tar.gz nextcloud-server-bbfe2fb821f00713f46fd896a41dfc62cc02c31a.zip |
Merge branch 'master' into replace_strpos_calls_in_dav_app
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
Diffstat (limited to 'apps/user_status/l10n/zh_CN.js')
-rw-r--r-- | apps/user_status/l10n/zh_CN.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/user_status/l10n/zh_CN.js b/apps/user_status/l10n/zh_CN.js index 9ad67229954..f43c36d7aa9 100644 --- a/apps/user_status/l10n/zh_CN.js +++ b/apps/user_status/l10n/zh_CN.js @@ -30,9 +30,9 @@ OC.L10N.register( "Invisible" : "不可见", "Offline" : "离线", "There was an error saving the new status" : "保存新状态时出错", - "30 minutes" : "30 分钟", - "1 hour" : "1 小时", - "4 hours" : "4 小时", + "30 minutes" : "30分钟", + "1 hour" : "1小时", + "4 hours" : "4小时", "Mute all notifications" : "静音所有通知", "Appear offline" : "显示为离线" }, |