From f49751dce0cb0eea344894729246f33c2d911f17 Mon Sep 17 00:00:00 2001 From: Troy Ni <1272777550@qq.com> Date: Fri, 22 Mar 2024 21:46:21 +0800 Subject: [PATCH 01/10] New translations en.json (Japanese) --- messages/ja-JP.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/messages/ja-JP.json b/messages/ja-JP.json index 40de4333..cb0cfac7 100644 --- a/messages/ja-JP.json +++ b/messages/ja-JP.json @@ -143,7 +143,15 @@ }, "account": { "title": "Account", - "desc": "" + "desc": "", + "profile": "Profile", + "plan": "Plan", + "current_plan": "Current Plan", + "times_left": "times left", + "unlimited": "Unlimited", + "statistics": "Statistics", + "generation_count": "Generation Count", + "download_count": "Download Count" }, "signin": { "title": "Sign In", From df2643547b0eab27ea73ec8ec93c8b940a3aebed Mon Sep 17 00:00:00 2001 From: Troy Ni <1272777550@qq.com> Date: Fri, 22 Mar 2024 21:46:22 +0800 Subject: [PATCH 02/10] New translations en.json (Chinese Simplified) --- messages/zh.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/messages/zh.json b/messages/zh.json index afd77fcc..3808e5f3 100644 --- a/messages/zh.json +++ b/messages/zh.json @@ -142,8 +142,16 @@ } }, "account": { - "title": "Account", - "desc": "" + "title": "账户", + "desc": "", + "profile": "个人信息", + "plan": "计划", + "current_plan": "当前计划", + "times_left": "剩余次数", + "unlimited": "无限制", + "statistics": "统计", + "generation_count": "AI 二维码生成次数", + "download_count": "下载次数" }, "signin": { "title": "登录", From ce704cdac232096953d226c35836576a63b0da42 Mon Sep 17 00:00:00 2001 From: Troy Ni <1272777550@qq.com> Date: Fri, 22 Mar 2024 23:23:56 +0800 Subject: [PATCH 03/10] New translations en.json (Japanese) --- messages/ja-JP.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/messages/ja-JP.json b/messages/ja-JP.json index cb0cfac7..0610c588 100644 --- a/messages/ja-JP.json +++ b/messages/ja-JP.json @@ -147,7 +147,8 @@ "profile": "Profile", "plan": "Plan", "current_plan": "Current Plan", - "times_left": "times left", + "usage": "Usage", + "refreshed": "(refreshed daily)", "unlimited": "Unlimited", "statistics": "Statistics", "generation_count": "Generation Count", @@ -162,6 +163,7 @@ }, "user_button": { "sign_in": "Sign in", + "account": "Account", "sign_out": "Sign out" }, "qrcodes": { From 0b6da2fd97d53a08871ffb6188699a70ec295108 Mon Sep 17 00:00:00 2001 From: Troy Ni <1272777550@qq.com> Date: Fri, 22 Mar 2024 23:23:57 +0800 Subject: [PATCH 04/10] New translations en.json (Chinese Simplified) --- messages/zh.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/messages/zh.json b/messages/zh.json index 3808e5f3..09445966 100644 --- a/messages/zh.json +++ b/messages/zh.json @@ -147,7 +147,8 @@ "profile": "个人信息", "plan": "计划", "current_plan": "当前计划", - "times_left": "剩余次数", + "usage": "用量", + "refreshed": "(每日刷新)", "unlimited": "无限制", "statistics": "统计", "generation_count": "AI 二维码生成次数", @@ -162,6 +163,7 @@ }, "user_button": { "sign_in": "登录", + "account": "账户", "sign_out": "登出" }, "qrcodes": { @@ -332,7 +334,7 @@ "gen_image": { "unauthorized": "请登录后使用", "rate_limit_basic": "频率过高,请稍后重试。", - "rate_limit_daily": "已达到今日使用上限,请加入 Discord 频道来获得更多生成次数。" + "rate_limit_daily": "已达到今日使用上限,请查看定价页面获得更多生成次数。" } } } From 544bfcaeff383050854f82c50afe60783b871abd Mon Sep 17 00:00:00 2001 From: Troy Ni <1272777550@qq.com> Date: Sat, 23 Mar 2024 00:47:19 +0800 Subject: [PATCH 05/10] New translations en.json (Japanese) --- messages/ja-JP.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/messages/ja-JP.json b/messages/ja-JP.json index 0610c588..5fb9b61d 100644 --- a/messages/ja-JP.json +++ b/messages/ja-JP.json @@ -213,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", From be873135ad59716952f354c65bb55b01dbb58473 Mon Sep 17 00:00:00 2001 From: Troy Ni <1272777550@qq.com> Date: Sat, 23 Mar 2024 00:47:20 +0800 Subject: [PATCH 06/10] New translations en.json (Chinese Simplified) --- messages/zh.json | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/messages/zh.json b/messages/zh.json index 09445966..ecf4ebd2 100644 --- a/messages/zh.json +++ b/messages/zh.json @@ -213,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 像素点阵", @@ -332,7 +359,7 @@ }, "api": { "gen_image": { - "unauthorized": "请登录后使用", + "unauthorized": "请登录后使用。", "rate_limit_basic": "频率过高,请稍后重试。", "rate_limit_daily": "已达到今日使用上限,请查看定价页面获得更多生成次数。" } From 8cd0115ad7e4edd3d0a0a643809b673c777d94e9 Mon Sep 17 00:00:00 2001 From: Troy Ni <1272777550@qq.com> Date: Sat, 23 Mar 2024 01:45:15 +0800 Subject: [PATCH 07/10] New translations en.json (Japanese) --- messages/ja-JP.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/messages/ja-JP.json b/messages/ja-JP.json index 5fb9b61d..3a4ee0c0 100644 --- a/messages/ja-JP.json +++ b/messages/ja-JP.json @@ -363,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 classic.qrbtf.com to generate the QR code of this style." } } From 7e4e50ca8473ffe834e55356babd2a2f5819ebd3 Mon Sep 17 00:00:00 2001 From: Troy Ni <1272777550@qq.com> Date: Sat, 23 Mar 2024 01:45:16 +0800 Subject: [PATCH 08/10] New translations en.json (Chinese Simplified) --- messages/zh.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/messages/zh.json b/messages/zh.json index ecf4ebd2..b4a1a94e 100644 --- a/messages/zh.json +++ b/messages/zh.json @@ -363,5 +363,8 @@ "rate_limit_basic": "频率过高,请稍后重试。", "rate_limit_daily": "已达到今日使用上限,请查看定价页面获得更多生成次数。" } + }, + "qrcode_placeholder": { + "todo": "网站尚未完成迁移,请访问 classic.qrbtf.com 生成此样式的二维码。" } } From 1a0103b98f342f7ffe9f135ecca4a5505c5b719e Mon Sep 17 00:00:00 2001 From: Troy Ni <1272777550@qq.com> Date: Fri, 20 Dec 2024 23:08:57 +0800 Subject: [PATCH 09/10] New translations en.json (Japanese) --- messages/ja-JP.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/messages/ja-JP.json b/messages/ja-JP.json index 3a4ee0c0..5096b907 100644 --- a/messages/ja-JP.json +++ b/messages/ja-JP.json @@ -243,6 +243,10 @@ "c2": { "title": "C2", "subtitle": "1/3 pixel dot matrix", + "color": { + "label": "Color", + "desc": "" + }, "contrast": { "label": "Contrast", "desc": "" @@ -367,4 +371,4 @@ "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 From ac37f7e5b9c6d8eff83d16e5660ef4ad96333eba Mon Sep 17 00:00:00 2001 From: Troy Ni <1272777550@qq.com> Date: Fri, 20 Dec 2024 23:08:58 +0800 Subject: [PATCH 10/10] New translations en.json (Chinese Simplified) --- messages/zh.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/messages/zh.json b/messages/zh.json index b4a1a94e..e81786b1 100644 --- a/messages/zh.json +++ b/messages/zh.json @@ -243,6 +243,10 @@ "c2": { "title": "C2", "subtitle": "1/3 像素点阵", + "color": { + "label": "Color", + "desc": "" + }, "contrast": { "label": "对比度", "desc": "" @@ -367,4 +371,4 @@ "qrcode_placeholder": { "todo": "网站尚未完成迁移,请访问 classic.qrbtf.com 生成此样式的二维码。" } -} +} \ No newline at end of file