en.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386
  1. {
  2. "common": {
  3. "locale": "en"
  4. },
  5. "nav": {
  6. "home": "Home",
  7. "models": "Models",
  8. "pricing": "Pricing",
  9. "docs_ops": "Docs",
  10. "console": "Console",
  11. "login": "Log in",
  12. "signup": "Get Started"
  13. },
  14. "hero": {
  15. "badge": "OpenAI Compatible · From 70% of China Price · Vietnam-First",
  16. "h1": "One Touch.",
  17. "h1_grad": "All AI.",
  18. "sub": "DoTouch.AI brings the power of Chinese frontier models — GLM 5.2, DeepSeek V4 and more — to developers and small businesses worldwide at unbelievably low prices. Same OpenAI API. 30% cheaper. Zero migration.",
  19. "cta1": "Start for Free",
  20. "cta2": "View Pricing"
  21. },
  22. "stats": {
  23. "models": "4+",
  24. "models_l": "Frontier models",
  25. "save": "30%",
  26. "save_l": "Cheaper than China price",
  27. "api": "100%",
  28. "api_l": "OpenAI API compatible",
  29. "pay": "6+",
  30. "pay_l": "Payment methods"
  31. },
  32. "models": {
  33. "kicker": "Models",
  34. "h2": "Chinese Frontier Models, One API",
  35. "p": "All models are served through Alibaba Cloud DashScope, fully OpenAI-compatible. Explore each model in detail.",
  36. "more": "View full pricing →",
  37. "see_detail": "View details →",
  38. "price_in": "Input",
  39. "price_out": "Output",
  40. "rate_note": "Prices shown in USD",
  41. "tag_flagship": "Flagship",
  42. "tag_best": "Best Value",
  43. "tag_reasoning": "Reasoning",
  44. "tag_enterprise": "Enterprise",
  45. "glm_name": "GLM 5.2",
  46. "glm_short": "Flagship multimodal model. Reasoning, coding and agentic tasks.",
  47. "dsv4_name": "DeepSeek V4",
  48. "dsv4_short": "Open-weight reasoning powerhouse. Ideal for high-volume chat & RAG.",
  49. "dsv4p_name": "DeepSeek V4 Pro",
  50. "dsv4p_short": "Deep reasoning for complex math, logic and long-horizon planning.",
  51. "qwen_name": "Qwen Max",
  52. "qwen_short": "Strongest general model. Multilingual & tool-calling ready."
  53. },
  54. "pricing": {
  55. "kicker": "Pricing",
  56. "h2": "Pay Only for What You Use",
  57. "p": "Prepaid, metered per token. No subscription — top up anytime. Prices are 70% of the China domestic price, shown in USD & VND.",
  58. "pt_model": "Model",
  59. "pt_in": "Input / 1M tokens",
  60. "pt_out": "Output / 1M tokens",
  61. "pt_save": "You save",
  62. "more": "View full pricing →",
  63. "note": "* Prices are placeholders pending DashScope × 0.7 confirmation."
  64. },
  65. "features": {
  66. "kicker": "Why DoTouch",
  67. "h2": "Built for Developers, Priced for Everyone",
  68. "f1_t": "Drop-in OpenAI Compatible",
  69. "f1_d": "Change one line in your OpenAI SDK config and everything works.",
  70. "f2_t": "70% of China Price",
  71. "f2_d": "Chinese models at Chinese prices, paid in USD or VND.",
  72. "f3_t": "Local Payments",
  73. "f3_d": "MoMo, ZaloPay, Stripe, PayPal, Alipay and bank cards.",
  74. "f4_t": "Vietnam-First Support",
  75. "f4_d": "Vietnamese console, docs and support.",
  76. "f5_t": "Low Latency, High Uptime",
  77. "f5_d": "Hong Kong edge nodes with a direct line to upstream.",
  78. "f6_t": "Transparent Usage",
  79. "f6_d": "Per-request token & cost records, daily summaries."
  80. },
  81. "pay": {
  82. "kicker": "Payments",
  83. "h2": "Pay Your Way",
  84. "card": "Bank Card"
  85. },
  86. "how": {
  87. "kicker": "Quickstart",
  88. "h2": "Live in 3 Steps",
  89. "s1_t": "Create your account",
  90. "s1_d": "Sign up with email, top up any amount.",
  91. "s2_t": "Generate an API key",
  92. "s2_d": "One click in the console. Keys start with dt_.",
  93. "s3_t": "Call the API",
  94. "s3_d": "Point your OpenAI SDK at api.dotouch.ai. Done.",
  95. "code_comment": "# Just change the base URL and key",
  96. "code_greeting": "Hello!",
  97. "docs_btn": "Documentation"
  98. },
  99. "faq": {
  100. "kicker": "FAQ",
  101. "h2": "Questions, Answered",
  102. "q1": "How does billing work?",
  103. "a1": "Prepaid only. Top up credits, then each request is metered per token and deducted from your balance. No subscription, no surprise invoices.",
  104. "q2": "Is it really OpenAI-compatible?",
  105. "a2": "Yes. Same endpoints, request shapes, streaming (SSE) and error format. Point your existing OpenAI SDK at our base URL and you're done.",
  106. "q3": "Which currencies can I pay in?",
  107. "a3": "USD and VND display. Payments via MoMo, ZaloPay, Stripe, PayPal, Alipay and bank cards. Exchange rate applied at top-up time.",
  108. "q4": "What models are available?",
  109. "a4": "GLM 5.2, DeepSeek V4, DeepSeek V4 Pro, Qwen Max — with more being added continuously.",
  110. "q5": "Is there a minimum top-up?",
  111. "a5": "No. Start with any amount — even $1.",
  112. "q6": "Is my data safe?",
  113. "a6": "Your API calls are processed through Alibaba Cloud DashScope under applicable terms. We never train on your data."
  114. },
  115. "cta": {
  116. "h2": "One touch. All AI. 30% less.",
  117. "p": "Join developers across Vietnam and the world.",
  118. "btn": "Create Free Account"
  119. },
  120. "footer": {
  121. "p": "Affordable Chinese frontier AI for developers and small businesses worldwide.",
  122. "product": "Product",
  123. "console": "Console",
  124. "status": "Status",
  125. "dev": "Developers",
  126. "docs": "Documentation",
  127. "quickstart": "Quickstart",
  128. "support": "Support",
  129. "legal": "Legal",
  130. "tos": "Terms of Service",
  131. "privacy": "Privacy Policy",
  132. "refund": "Refund Policy",
  133. "made": "Open-Source World · AI for Everyone",
  134. "copyright": "© 2026 DoTouch.AI — doTouch.ai"
  135. },
  136. "chat": {
  137. "title": "Help & Support",
  138. "online": "Online",
  139. "hello": "Hi! How can we help you today?",
  140. "input": "Type a message...",
  141. "q_balance": "How do I top up?",
  142. "q_key": "How do I create an API key?",
  143. "q_model": "Which model should I pick?"
  144. },
  145. "auth": {
  146. "login_title": "Log In",
  147. "register_title": "Sign Up",
  148. "reset_title": "Reset Password",
  149. "email": "Email",
  150. "password": "Password",
  151. "confirm": "Confirm password",
  152. "new_pwd": "New password",
  153. "confirm_new": "Confirm new password",
  154. "code_label": "Verification code",
  155. "code_send": "Send code",
  156. "code_resend": "Resend ({s}s)",
  157. "code_note": "8-character code (A-Z, 0-9), valid for 15 minutes",
  158. "code_sent": "✓ Code sent to {email}. Enter it within 15 minutes.",
  159. "login_btn": "Log In",
  160. "register_btn": "Sign Up",
  161. "reset_btn": "Reset Password",
  162. "forgot": "Forgot password?",
  163. "to_register": "Sign up",
  164. "to_login": "Already have an account? Log in",
  165. "back_login": "Back to log in",
  166. "err_pwd": "Passwords do not match",
  167. "err_email": "Invalid email address",
  168. "err_code": "Code must be 8 characters (A-Z, 0-9)",
  169. "social_or": "or continue with",
  170. "social_google": "Continue with Google",
  171. "social_facebook": "Continue with Facebook"
  172. },
  173. "a1": "Prepaid only. Top up credits, then each request is metered per token and deducted from your balance. No subscription, no surprise invoices.",
  174. "a3": "USD and VND display. Payments via MoMo, ZaloPay, Stripe, PayPal, Alipay and bank cards. Exchange rate applied at top-up time.",
  175. "a5": "No. Start with any amount — even $1.",
  176. "auth_back_login": "Back to log in",
  177. "auth_code_label": "Verification code",
  178. "auth_code_note": "8-character code (A-Z, 0-9), valid for 15 minutes",
  179. "auth_code_send": "Send code",
  180. "auth_confirm": "Confirm password",
  181. "auth_confirm_new": "Confirm new password",
  182. "auth_email": "Email",
  183. "auth_err_email": "Invalid email address",
  184. "auth_err_pwd": "Passwords do not match",
  185. "auth_forgot": "Forgot password?",
  186. "auth_login_btn": "Log In",
  187. "auth_login_title": "Log In",
  188. "auth_new_pwd": "New password",
  189. "auth_password": "Password",
  190. "auth_register_btn": "Sign Up",
  191. "auth_register_title": "Sign Up",
  192. "auth_reset_btn": "Reset Password",
  193. "auth_reset_title": "Reset Password",
  194. "auth_to_login": "Already have an account? Log in",
  195. "auth_to_register": "Sign up",
  196. "c_30days": "30 days",
  197. "c_7days": "7 days",
  198. "c_active_keys": "Active API Keys",
  199. "c_avail": "Available balance",
  200. "c_balance": "Balance",
  201. "c_by_model": "By model (7 days)",
  202. "c_cost": "Cost",
  203. "c_create_key": "+ Create API Key",
  204. "c_delete": "Delete",
  205. "c_deposit_history": "Top-up history",
  206. "c_inout": "in 3.1M · out 1.1M",
  207. "c_key_create_btn": "+ Create",
  208. "c_key_expire": "Expires (optional)",
  209. "c_key_meta": "1 revoked · 1 expiring",
  210. "c_key_name": "Key name",
  211. "c_key_once": "⚠️ The key is shown only once after creation. Save it now.",
  212. "c_keys": "API Keys",
  213. "c_month_topup": "Top-ups (this month)",
  214. "c_overview": "Overview",
  215. "c_pay_method": "Payment method",
  216. "c_reactivate": "Reactivate",
  217. "c_recent_tx": "Recent transactions",
  218. "c_req_unit": "req",
  219. "c_requests": "Requests",
  220. "c_revoke": "Revoke",
  221. "c_rotate": "Rotate",
  222. "c_security": "🔒 Keys are stored as SHA-256 hashes. Rotate = revoke + create new.",
  223. "c_see_all": "View details →",
  224. "c_select_amount": "Select top-up amount",
  225. "c_st_active": "active",
  226. "c_st_expired": "expired",
  227. "c_st_revoked": "revoked",
  228. "c_st_success": "success",
  229. "c_sub_today": "vs yesterday",
  230. "c_t_action": "Actions",
  231. "c_t_amount": "Amount",
  232. "c_t_created": "Created",
  233. "c_t_key": "Key",
  234. "c_t_last": "Last used",
  235. "c_t_name": "Name",
  236. "c_t_ref": "Reference",
  237. "c_t_status": "Status",
  238. "c_t_time": "Time",
  239. "c_t_type": "Type",
  240. "c_today_req": "Requests today",
  241. "c_today_tokens": "Tokens today",
  242. "c_tokens": "Tokens",
  243. "c_topup_now": "Top Up Now",
  244. "c_topup_sub": "2 transactions",
  245. "c_total": "Overview",
  246. "c_tx_deposit": "deposit",
  247. "c_tx_usage": "usage",
  248. "c_usage": "Usage",
  249. "c_usage_7d": "Usage · last 7 days",
  250. "c_usage_note": "Per-request details available at GET /v1/usage (paginated).",
  251. "c_wallet": "Top Up",
  252. "c_welcome": "Welcome back",
  253. "chat_hello": "Hi! How can we help you today?",
  254. "chat_input": "Type a message...",
  255. "chat_online": "Online",
  256. "chat_q_balance": "How do I top up?",
  257. "chat_q_key": "How do I create an API key?",
  258. "chat_q_model": "Which model should I pick?",
  259. "chat_title": "Help & Support",
  260. "crumb_home": "Home",
  261. "detail_billing": "Billing rules",
  262. "detail_billing_p": "Cost = tokens × unit price, deducted from your prepaid balance. Prices may change; check this page for the latest.",
  263. "detail_bread": "Models",
  264. "detail_cap": "Capabilities",
  265. "detail_cap_json": "JSON Output",
  266. "detail_cap_stream": "Streaming (SSE)",
  267. "detail_cap_think": "Thinking mode",
  268. "detail_cap_tool": "Tool Calls",
  269. "detail_code": "API Example",
  270. "detail_price_in": "Input",
  271. "detail_price_out": "Output",
  272. "detail_pricing": "Pricing",
  273. "detail_pricing_note": "Per 1M tokens · 70% of China price included",
  274. "detail_rel": "Related models",
  275. "detail_rel_view": "View all models →",
  276. "detail_spec": "Specifications",
  277. "detail_spec_base": "BASE URL",
  278. "detail_spec_ctx": "Context window",
  279. "detail_spec_out": "Max output",
  280. "detail_spec_rate": "Rate limit",
  281. "detail_spec_vendor": "Vendor",
  282. "detail_use_btn": "Start with this model",
  283. "docs_api_chat_p": "POST /v1/chat/completions — Bearer API key auth. SSE streaming supported.",
  284. "docs_api_endpoint": "Endpoint",
  285. "docs_api_models_p": "GET /v1/models — no auth required.",
  286. "docs_bill_p": "Cost = tokens × unit price (USD), converted to VND at top-up rate. Full transaction history in Console.",
  287. "docs_err_401": "Invalid API key",
  288. "docs_err_402": "Insufficient balance",
  289. "docs_err_404": "Model not found",
  290. "docs_err_429": "Rate limit exceeded",
  291. "docs_h1": "Documentation",
  292. "docs_sidebar_api": "API Reference",
  293. "docs_sidebar_billing": "Billing",
  294. "docs_sidebar_errors": "Error Codes",
  295. "docs_sidebar_start": "Quickstart",
  296. "docs_start_h": "Quickstart",
  297. "docs_start_p": "3 steps to call your first model.",
  298. "docs_start_s1": "Create account & top up",
  299. "docs_start_s2": "Create an API key (dt_ prefix)",
  300. "docs_start_s3": "Call the OpenAI-compatible API",
  301. "docs_sub": "Quickstart, API reference and billing rules.",
  302. "filter_all": "All",
  303. "filter_enterprise": "Enterprise",
  304. "filter_flagship": "Flagship",
  305. "filter_reasoning": "Reasoning",
  306. "filter_value": "Best Value",
  307. "foot_console": "Console",
  308. "foot_dev": "Developers",
  309. "foot_docs": "Documentation",
  310. "foot_legal": "Legal",
  311. "foot_made": "Open-Source World · AI for Everyone",
  312. "foot_p": "Affordable Chinese frontier AI for developers and small businesses worldwide.",
  313. "foot_privacy": "Privacy Policy",
  314. "foot_product": "Product",
  315. "foot_quickstart": "Quickstart",
  316. "foot_refund": "Refund Policy",
  317. "foot_status": "Status",
  318. "foot_support": "Support",
  319. "foot_tos": "Terms of Service",
  320. "m_col_ctx": "Context",
  321. "m_col_in": "Input",
  322. "m_col_model": "Model",
  323. "m_col_out": "Output",
  324. "m_col_vendor": "Vendor",
  325. "m_dsv4_ctx": "1M",
  326. "m_dsv4_name": "DeepSeek V4",
  327. "m_dsv4_short": "Open-weight reasoning powerhouse. Ideal for high-volume chat & RAG.",
  328. "m_dsv4_vendor": "DeepSeek",
  329. "m_dsv4p_ctx": "1M",
  330. "m_dsv4p_name": "DeepSeek V4 Pro",
  331. "m_dsv4p_short": "Deep reasoning for complex math, logic and long-horizon planning.",
  332. "m_dsv4p_vendor": "DeepSeek",
  333. "m_glm_ctx": "128K",
  334. "m_glm_name": "GLM 5.2",
  335. "m_glm_vendor": "Zhipu AI",
  336. "m_qwen_ctx": "256K",
  337. "m_qwen_name": "Qwen Max",
  338. "m_qwen_short": "Strongest general model. Multilingual & tool-calling ready.",
  339. "m_qwen_vendor": "Alibaba",
  340. "m_see_detail": "View details →",
  341. "models_count": "models available",
  342. "models_p": "All models are served through Alibaba Cloud DashScope, fully OpenAI-compatible. Explore each model in detail.",
  343. "models_ph": "Search models...",
  344. "nav_console": "Console",
  345. "nav_docs": "Docs",
  346. "nav_docs_ops": "Docs",
  347. "nav_home": "Home",
  348. "nav_login": "Log in",
  349. "nav_models": "Models",
  350. "nav_pricing": "Pricing",
  351. "nav_signup": "Get Started",
  352. "pay_card": "Bank Card",
  353. "price_faq": "Pricing FAQ",
  354. "price_h1": "Pricing",
  355. "price_note": "* Prices are placeholders pending DashScope × 0.7 confirmation.",
  356. "price_rule": "Billing rules",
  357. "price_rule_p": "Cost = tokens × unit price, deducted from balance. No subscription, no commitment. VND rate applied at top-up.",
  358. "price_sub": "All prices are 70% of the China domestic price. Shown in USD and VND at the current rate.",
  359. "price_th_in": "Input / 1M",
  360. "price_th_model": "Model",
  361. "price_th_out": "Output / 1M",
  362. "price_th_save": "You save",
  363. "pt_model": "Model",
  364. "q1": "How does billing work?",
  365. "q3": "Which currencies can I pay in?",
  366. "q5": "Is there a minimum top-up?",
  367. "q_alert_pct": "Alert at",
  368. "q_banner_80": "You have reached 80% of your daily limit. Please review.",
  369. "q_cost": "Cost",
  370. "q_daily": "Daily",
  371. "q_edit": "Edit limits",
  372. "q_limits": "Limits",
  373. "q_req": "Requests",
  374. "q_save": "Save",
  375. "q_total": "Total",
  376. "rate_note": "Prices shown in USD",
  377. "s1_t": "Create your account",
  378. "s2_t": "Generate an API key",
  379. "s3_t": "Call the API",
  380. "spec_no": "Not supported",
  381. "spec_ok": "Supported",
  382. "tag_best": "Best Value",
  383. "tag_enterprise": "Enterprise",
  384. "tag_flagship": "Flagship",
  385. "tag_reasoning": "Reasoning"
  386. }