动态多语言

This commit is contained in:
2025-06-27 13:42:21 +08:00
parent b0c4391ad9
commit cc2af974ac
2 changed files with 15 additions and 6 deletions

View File

@@ -135,7 +135,11 @@ public enum I18nAlertEnum {
COMMUNITY_SHARE("%s 分享了你的動態!"),
COMMUNITY_COMMENT("%s 評論了你的動態"),
COMMUNITY_COMMENT_REPLY("%s 回復了你的評論"),
COMMUNITY_COMMENT_REPLY_COMPLETE("%s 回復了 %s 的評論"),
COMMUNITY_COMMENT_REPLY_COMPLETE("{0} 回復了 {1} 的評論"),
COMMUNITY_LIKE_V1("贊了你的動態!"),
COMMUNITY_SHAREV1("分享了你的動態!"),
COMMUNITY_COMMENT_DELETE("该评论已被删除!"),
//社区论坛小秘书定制通知
COMMUNITY_SECRET_APPROVE_TITLE("動態審核通知"),