aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/zh-cn/feedback.php
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2020-12-28 07:08:38 -0500
committerGravatar GitHub <noreply@github.com> 2020-12-28 13:08:38 +0100
commite93675e03639c2c8d4fc7d70cfccaa10f5f1707e (patch)
tree21fb1d3e5a31807b8290af5a9e819fefc334c197 /app/i18n/zh-cn/feedback.php
parent6ecfc01c1f3f37491b184711cb29cd9a839f4a9c (diff)
Fix tag management translation (#3292)
Before, feedback messages were not translated. Now, they are.
Diffstat (limited to 'app/i18n/zh-cn/feedback.php')
-rw-r--r--app/i18n/zh-cn/feedback.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/i18n/zh-cn/feedback.php b/app/i18n/zh-cn/feedback.php
index 446989aac..9a7781257 100644
--- a/app/i18n/zh-cn/feedback.php
+++ b/app/i18n/zh-cn/feedback.php
@@ -109,6 +109,11 @@ return array(
),
'purge_completed' => '清除完成(已删除 %d 篇文章)',
),
+ 'tag' => array(
+ 'created' => 'Tag "%s" has been created.', // TODO - Translation
+ 'name_exists' => 'Tag name already exists.', // TODO - Translation
+ 'renamed' => 'Tag "%s" has been renamed to "%s".', // TODO - Translation
+ ),
'update' => array(
'can_apply' => 'FreshRSS 将更新到 <strong>版本 %s</strong>.',
'error' => '更新出错:%s',