From 5b2bdfdf17352eff295aa60e8c94876555e9f5b4 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Sun, 29 Sep 2024 17:57:49 +0800 Subject: [PATCH] Refine i18n Signed-off-by: Ryan Wang --- ui/src/locales/en.yaml | 1 + ui/src/locales/zh-CN.yaml | 1 + ui/src/locales/zh-TW.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/ui/src/locales/en.yaml b/ui/src/locales/en.yaml index d29e70972..8982dc0d6 100644 --- a/ui/src/locales/en.yaml +++ b/ui/src/locales/en.yaml @@ -1519,6 +1519,7 @@ core: Post Author: Allows you to manage your own posts Post Contributor: Contributions allowed Post Publisher: Allow to publish own posts + Recycle My Post: Recycle My Post components: submit_button: computed_text: "{text} ({shortcut})" diff --git a/ui/src/locales/zh-CN.yaml b/ui/src/locales/zh-CN.yaml index a00b88c5e..009e0ddfd 100644 --- a/ui/src/locales/zh-CN.yaml +++ b/ui/src/locales/zh-CN.yaml @@ -1418,6 +1418,7 @@ core: Post Author: 允许管理自己的文章 Post Attachment Manager: 允许在文章中上传图片 Post Publisher: 允许发布自己的文章 + Recycle My Post: 允许删除自己的文章 components: submit_button: computed_text: "{text}({shortcut})" diff --git a/ui/src/locales/zh-TW.yaml b/ui/src/locales/zh-TW.yaml index f90e4b4f4..bd881b01c 100644 --- a/ui/src/locales/zh-TW.yaml +++ b/ui/src/locales/zh-TW.yaml @@ -1394,6 +1394,7 @@ core: Post Author: 允許管理自己的文章 Post Contributor: 允許投稿 Post Publisher: 允許發布自己的文章 + Recycle My Post: 允許刪除自己的文章 components: submit_button: computed_text: "{text}({shortcut})"