diff --git a/messages/ja-JP.json b/messages/ja-JP.json
index 40de4333..5096b907 100644
--- a/messages/ja-JP.json
+++ b/messages/ja-JP.json
@@ -143,7 +143,16 @@
},
"account": {
"title": "Account",
- "desc": ""
+ "desc": "",
+ "profile": "Profile",
+ "plan": "Plan",
+ "current_plan": "Current Plan",
+ "usage": "Usage",
+ "refreshed": "(refreshed daily)",
+ "unlimited": "Unlimited",
+ "statistics": "Statistics",
+ "generation_count": "Generation Count",
+ "download_count": "Download Count"
},
"signin": {
"title": "Sign In",
@@ -154,6 +163,7 @@
},
"user_button": {
"sign_in": "Sign in",
+ "account": "Account",
"sign_out": "Sign out"
},
"qrcodes": {
@@ -203,9 +213,40 @@
"square": "Square",
"circle": "Circle"
},
+ "a2": {
+ "title": "A2",
+ "subtitle": "Line variations",
+ "content_line_type": {
+ "label": "Line type",
+ "desc": ""
+ },
+ "content_point_scale": {
+ "label": "Content scale",
+ "desc": ""
+ },
+ "content_point_opacity": {
+ "label": "Content opacity",
+ "desc": ""
+ },
+ "content_point_color": {
+ "label": "Content color",
+ "desc": ""
+ },
+ "horizontal": "Horizontal",
+ "vertical": "Vertical",
+ "interlock": "Interlock",
+ "radial": "Radial",
+ "tl-br": "TL-BR",
+ "tr-bl": "TR-BL",
+ "cross": "Cross"
+ },
"c2": {
"title": "C2",
"subtitle": "1/3 pixel dot matrix",
+ "color": {
+ "label": "Color",
+ "desc": ""
+ },
"contrast": {
"label": "Contrast",
"desc": ""
@@ -326,5 +367,8 @@
"rate_limit_basic": "Rate limit exceeded, please try again later.",
"rate_limit_daily": "Daily rate limit exceeded, please join our Discord server to generate more."
}
+ },
+ "qrcode_placeholder": {
+ "todo": "The website migration has not been completed, please visit classic.qrbtf.com to generate the QR code of this style."
}
-}
+}
\ No newline at end of file
diff --git a/messages/zh.json b/messages/zh.json
index afd77fcc..e81786b1 100644
--- a/messages/zh.json
+++ b/messages/zh.json
@@ -142,8 +142,17 @@
}
},
"account": {
- "title": "Account",
- "desc": ""
+ "title": "账户",
+ "desc": "",
+ "profile": "个人信息",
+ "plan": "计划",
+ "current_plan": "当前计划",
+ "usage": "用量",
+ "refreshed": "(每日刷新)",
+ "unlimited": "无限制",
+ "statistics": "统计",
+ "generation_count": "AI 二维码生成次数",
+ "download_count": "下载次数"
},
"signin": {
"title": "登录",
@@ -154,6 +163,7 @@
},
"user_button": {
"sign_in": "登录",
+ "account": "账户",
"sign_out": "登出"
},
"qrcodes": {
@@ -203,9 +213,40 @@
"square": "方形",
"circle": "圆形"
},
+ "a2": {
+ "title": "A2",
+ "subtitle": "连线变种",
+ "content_line_type": {
+ "label": "连线类型",
+ "desc": ""
+ },
+ "content_point_scale": {
+ "label": "信息点缩放",
+ "desc": ""
+ },
+ "content_point_opacity": {
+ "label": "信息点不透明度",
+ "desc": ""
+ },
+ "content_point_color": {
+ "label": "信息点颜色",
+ "desc": ""
+ },
+ "horizontal": "横向",
+ "vertical": "纵向",
+ "interlock": "纵横",
+ "radial": "径向",
+ "tl-br": "左上—右下",
+ "tr-bl": "左下—右上",
+ "cross": "交错"
+ },
"c2": {
"title": "C2",
"subtitle": "1/3 像素点阵",
+ "color": {
+ "label": "Color",
+ "desc": ""
+ },
"contrast": {
"label": "对比度",
"desc": ""
@@ -322,9 +363,12 @@
},
"api": {
"gen_image": {
- "unauthorized": "请登录后使用",
+ "unauthorized": "请登录后使用。",
"rate_limit_basic": "频率过高,请稍后重试。",
- "rate_limit_daily": "已达到今日使用上限,请加入 Discord 频道来获得更多生成次数。"
+ "rate_limit_daily": "已达到今日使用上限,请查看定价页面获得更多生成次数。"
}
+ },
+ "qrcode_placeholder": {
+ "todo": "网站尚未完成迁移,请访问 classic.qrbtf.com 生成此样式的二维码。"
}
-}
+}
\ No newline at end of file