initial commit to gitea

This commit is contained in:
2022-03-10 00:47:26 -05:00
parent 808ffa3211
commit f504e213a0
93 changed files with 4394 additions and 1539 deletions

View File

@@ -339,7 +339,7 @@
"confirmation": "Confirmation",
"are_you_sure_to_remove_the_card": "Are you srue you want to remove the credit card?",
"payment_verification": "Payment verification",
"payment_verification_sent": "Payment verification code has been sent to your mobile phone {mobile}. Please enter the verification code below.",
"payment_verification_sent": "Payment verification code has been sent to your {p1} {p2}. Please enter the verification code below.",
"wrong_payment_verification_code": "Wrong payment verification code. Please check and enter again.",
"pay_with": "Pay with",
"pay_with_token": "Pay with {method}",
@@ -392,5 +392,19 @@
"your_group": "Your group",
"current_plan": "Current plan",
"select_a_plan": "Select a plan",
"price": "Price"
"price": "Price",
"enter_keyword": "Enter keyword",
"search": "Search",
"create_a_online_store": "Open an online store",
"open_online_store": "Open an online store",
"select_a_store": "Select a store",
"domain_name": "Domain name",
"enter_desired_domain": "Your desired domain name",
"check_domain_name": "Check availability",
"domains_separated_comma": "Domains separated by comma",
"domain_available_token": "{domain} (available)",
"domain_unavailable_token": "{domain} (unavailable)",
"place_order_now": "Place order now",
"mobile": "mobile",
"renew_service_now": "Renew service now"
}

View File

@@ -334,7 +334,7 @@
"confirmation": "请确定",
"are_you_sure_to_remove_the_card": "您确定要移除该信用卡吗?",
"payment_verification": "付款验证",
"payment_verification_sent": "付款码已经发送到您的手机{mobile}。请在下面输入付款码。",
"payment_verification_sent": "付款码已经发送到您的{p1}{p2}。请在下面输入付款码。",
"wrong_payment_verification_code": "错误的付款码,请查证后再输入。",
"pay_with": "使用",
"pay_with_token": "使用{method}付款",
@@ -388,5 +388,19 @@
"current_plan": "当前计划",
"select_a_plan": "选择一个计划",
"price": "价格",
"no_ticket_yet": "还没有支持票。 如果您有任何疑问/问题,请点击上方的加号图标以创建支持票。"
"no_ticket_yet": "还没有支持票。 如果您有任何疑问/问题,请点击上方的加号图标以创建支持票。",
"enter_keyword": "输入关键字",
"search": "搜索",
"create_a_online_store": "开网店",
"open_online_store": "开网店",
"select_a_store": "选择一个店子",
"domain_name": "域名",
"enter_desired_domain": "您想要的域名",
"check_domain_name": "检查是否可用",
"domains_separated_comma": "逗号分开多个域名",
"domain_available_token": "{domain} (可用)",
"domain_unavailable_token": "{domain} (不可用)",
"place_order_now": "马上下单",
"mobile": "手机",
"renew_service_now": "马上续期"
}