diff options
| author | 2026-01-30 20:43:00 +0800 | |
|---|---|---|
| committer | 2026-01-30 13:43:00 +0100 | |
| commit | 7c5df3ed25deaea5cad4eea5bff161f71c34163d (patch) | |
| tree | 66697a40948b5ce452ae18352942b69449027536 | |
| parent | f71bb47a37fd12c0b602e2351604ce5601e5a209 (diff) | |
Translate 'Enable notification' to Chinese (#8475)
| -rw-r--r-- | app/i18n/zh-CN/conf.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/zh-CN/conf.php b/app/i18n/zh-CN/conf.php index 7f9bc736f..9832be6dc 100644 --- a/app/i18n/zh-CN/conf.php +++ b/app/i18n/zh-CN/conf.php @@ -106,7 +106,7 @@ return array( 'small' => '小', ), 'notification' => array( - 'html5_enable_notif' => 'Enable notification', // TODO + 'html5_enable_notif' => '启用通知', ), 'notification_timeout' => array( 'bad' => array( |
