Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Crowdin updates #66

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 41 additions & 1 deletion messages/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -154,6 +163,7 @@
},
"user_button": {
"sign_in": "Sign in",
"account": "Account",
"sign_out": "Sign out"
},
"qrcodes": {
Expand Down Expand Up @@ -203,6 +213,33 @@
"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",
Expand Down Expand Up @@ -326,5 +363,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 <QrbtfClassic>classic.qrbtf.com</QrbtfClassic> to generate the QR code of this style."
}
}
48 changes: 44 additions & 4 deletions messages/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "登录",
Expand All @@ -154,6 +163,7 @@
},
"user_button": {
"sign_in": "登录",
"account": "账户",
"sign_out": "登出"
},
"qrcodes": {
Expand Down Expand Up @@ -203,6 +213,33 @@
"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 像素点阵",
Expand Down Expand Up @@ -322,9 +359,12 @@
},
"api": {
"gen_image": {
"unauthorized": "请登录后使用",
"unauthorized": "请登录后使用",
"rate_limit_basic": "频率过高,请稍后重试。",
"rate_limit_daily": "已达到今日使用上限,请加入 Discord 频道来获得更多生成次数。"
"rate_limit_daily": "已达到今日使用上限,请查看定价页面获得更多生成次数。"
}
},
"qrcode_placeholder": {
"todo": "网站尚未完成迁移,请访问 <QrbtfClassic>classic.qrbtf.com</QrbtfClassic> 生成此样式的二维码。"
}
}