en.ts 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759
  1. import { getClientConfig } from "../config/client";
  2. import { SubmitKey } from "../store/config";
  3. import { LocaleType } from "./index";
  4. // if you are adding a new translation, please use PartialLocaleType instead of LocaleType
  5. const isApp = !!getClientConfig()?.isApp;
  6. const en: LocaleType = {
  7. WIP: "Coming Soon...",
  8. Error: {
  9. Unauthorized: isApp
  10. ? "Invalid API Key, please check it in [Settings](/#/settings) page."
  11. : "Unauthorized access, please enter access code in [auth](/#/auth) page, or enter your OpenAI API Key.",
  12. },
  13. Auth: {
  14. Title: "Need Access Code",
  15. Tips: "Please enter access code below",
  16. SubTips: "Or enter your OpenAI or Google API Key",
  17. Input: "access code",
  18. Confirm: "Confirm",
  19. Later: "Later",
  20. },
  21. ChatItem: {
  22. ChatItemCount: (count: number) => `${count} messages`,
  23. },
  24. Chat: {
  25. SubTitle: (count: number) => `${count} messages`,
  26. EditMessage: {
  27. Title: "Edit All Messages",
  28. Topic: {
  29. Title: "Topic",
  30. SubTitle: "Change the current topic",
  31. },
  32. },
  33. Actions: {
  34. ChatList: "Go To Chat List",
  35. CompressedHistory: "Compressed History Memory Prompt",
  36. Export: "Export All Messages as Markdown",
  37. Copy: "Copy",
  38. Stop: "Stop",
  39. Retry: "Retry",
  40. Pin: "Pin",
  41. PinToastContent: "Pinned 1 messages to contextual prompts",
  42. PinToastAction: "View",
  43. Delete: "Delete",
  44. Edit: "Edit",
  45. FullScreen: "FullScreen",
  46. RefreshTitle: "Refresh Title",
  47. RefreshToast: "Title refresh request sent",
  48. Speech: "Play",
  49. StopSpeech: "Stop",
  50. },
  51. Commands: {
  52. new: "Start a new chat",
  53. newm: "Start a new chat with mask",
  54. next: "Next Chat",
  55. prev: "Previous Chat",
  56. clear: "Clear Context",
  57. fork: "Copy Chat",
  58. del: "Delete Chat",
  59. },
  60. InputActions: {
  61. Stop: "Stop",
  62. ToBottom: "To Latest",
  63. Theme: {
  64. auto: "Auto",
  65. light: "Light Theme",
  66. dark: "Dark Theme",
  67. },
  68. Prompt: "Prompts",
  69. Masks: "Masks",
  70. Clear: "Clear Context",
  71. Settings: "Settings",
  72. UploadImage: "Upload Images",
  73. },
  74. Rename: "Rename Chat",
  75. Typing: "Typing…",
  76. Input: (submitKey: string) => {
  77. var inputHints = `${submitKey} to send`;
  78. if (submitKey === String(SubmitKey.Enter)) {
  79. inputHints += ", Shift + Enter to wrap";
  80. }
  81. return inputHints + ", / to search prompts, : to use commands";
  82. },
  83. Send: "Send",
  84. StartSpeak: "Start Speak",
  85. StopSpeak: "Stop Speak",
  86. Config: {
  87. Reset: "Reset to Default",
  88. SaveAs: "Save as Mask",
  89. },
  90. IsContext: "Contextual Prompt",
  91. ShortcutKey: {
  92. Title: "Keyboard Shortcuts",
  93. newChat: "Open New Chat",
  94. focusInput: "Focus Input Field",
  95. copyLastMessage: "Copy Last Reply",
  96. copyLastCode: "Copy Last Code Block",
  97. showShortcutKey: "Show Shortcuts",
  98. clearContext: "Clear Context",
  99. },
  100. },
  101. Export: {
  102. Title: "Export Messages",
  103. Copy: "Copy All",
  104. Download: "Download",
  105. MessageFromYou: "Message From You",
  106. MessageFromChatGPT: "Message From ChatGPT",
  107. Share: "Share to ShareGPT",
  108. Format: {
  109. Title: "Export Format",
  110. SubTitle: "Markdown or PNG Image",
  111. },
  112. IncludeContext: {
  113. Title: "Including Context",
  114. SubTitle: "Export context prompts in mask or not",
  115. },
  116. Steps: {
  117. Select: "Select",
  118. Preview: "Preview",
  119. },
  120. Image: {
  121. Toast: "Capturing Image...",
  122. Modal: "Long press or right click to save image",
  123. },
  124. Artifacts: {
  125. Title: "Share Artifacts",
  126. Error: "Share Error",
  127. },
  128. },
  129. Select: {
  130. Search: "Search",
  131. All: "Select All",
  132. Latest: "Select Latest",
  133. Clear: "Clear",
  134. },
  135. Memory: {
  136. Title: "Memory Prompt",
  137. EmptyContent: "Nothing yet.",
  138. Send: "Send Memory",
  139. Copy: "Copy Memory",
  140. Reset: "Reset Session",
  141. ResetConfirm:
  142. "Resetting will clear the current conversation history and historical memory. Are you sure you want to reset?",
  143. },
  144. Home: {
  145. NewChat: "New Chat",
  146. DeleteChat: "Confirm to delete the selected conversation?",
  147. DeleteToast: "Chat Deleted",
  148. Revert: "Revert",
  149. },
  150. Settings: {
  151. Title: "Settings",
  152. SubTitle: "All Settings",
  153. ShowPassword: "ShowPassword",
  154. Danger: {
  155. Reset: {
  156. Title: "Reset All Settings",
  157. SubTitle: "Reset all setting items to default",
  158. Action: "Reset",
  159. Confirm: "Confirm to reset all settings to default?",
  160. },
  161. Clear: {
  162. Title: "Clear All Data",
  163. SubTitle: "Clear all messages and settings",
  164. Action: "Clear",
  165. Confirm: "Confirm to clear all messages and settings?",
  166. },
  167. },
  168. Lang: {
  169. Name: "Language", // ATTENTION: if you wanna add a new translation, please do not translate this value, leave it as `Language`
  170. All: "All Languages",
  171. },
  172. Avatar: "Avatar",
  173. FontSize: {
  174. Title: "Font Size",
  175. SubTitle: "Adjust font size of chat content",
  176. },
  177. FontFamily: {
  178. Title: "Chat Font Family",
  179. SubTitle:
  180. "Font Family of the chat content, leave empty to apply global default font",
  181. Placeholder: "Font Family Name",
  182. },
  183. InjectSystemPrompts: {
  184. Title: "Inject System Prompts",
  185. SubTitle: "Inject a global system prompt for every request",
  186. },
  187. InputTemplate: {
  188. Title: "Input Template",
  189. SubTitle: "Newest message will be filled to this template",
  190. },
  191. Update: {
  192. Version: (x: string) => `Version: ${x}`,
  193. IsLatest: "Latest version",
  194. CheckUpdate: "Check Update",
  195. IsChecking: "Checking update...",
  196. FoundUpdate: (x: string) => `Found new version: ${x}`,
  197. GoToUpdate: "Update",
  198. },
  199. SendKey: "Send Key",
  200. Theme: "Theme",
  201. TightBorder: "Tight Border",
  202. SendPreviewBubble: {
  203. Title: "Send Preview Bubble",
  204. SubTitle: "Preview markdown in bubble",
  205. },
  206. AutoGenerateTitle: {
  207. Title: "Auto Generate Title",
  208. SubTitle: "Generate a suitable title based on the conversation content",
  209. },
  210. Sync: {
  211. CloudState: "Last Update",
  212. NotSyncYet: "Not sync yet",
  213. Success: "Sync Success",
  214. Fail: "Sync Fail",
  215. Config: {
  216. Modal: {
  217. Title: "Config Sync",
  218. Check: "Check Connection",
  219. },
  220. SyncType: {
  221. Title: "Sync Type",
  222. SubTitle: "Choose your favorite sync service",
  223. },
  224. Proxy: {
  225. Title: "Enable CORS Proxy",
  226. SubTitle: "Enable a proxy to avoid cross-origin restrictions",
  227. },
  228. ProxyUrl: {
  229. Title: "Proxy Endpoint",
  230. SubTitle:
  231. "Only applicable to the built-in CORS proxy for this project",
  232. },
  233. WebDav: {
  234. Endpoint: "WebDAV Endpoint",
  235. UserName: "User Name",
  236. Password: "Password",
  237. },
  238. UpStash: {
  239. Endpoint: "UpStash Redis REST Url",
  240. UserName: "Backup Name",
  241. Password: "UpStash Redis REST Token",
  242. },
  243. },
  244. LocalState: "Local Data",
  245. Overview: (overview: any) => {
  246. return `${overview.chat} chats,${overview.message} messages,${overview.prompt} prompts,${overview.mask} masks`;
  247. },
  248. ImportFailed: "Failed to import from file",
  249. },
  250. Mask: {
  251. Splash: {
  252. Title: "Mask Splash Screen",
  253. SubTitle: "Show a mask splash screen before starting new chat",
  254. },
  255. Builtin: {
  256. Title: "Hide Builtin Masks",
  257. SubTitle: "Hide builtin masks in mask list",
  258. },
  259. },
  260. Prompt: {
  261. Disable: {
  262. Title: "Disable auto-completion",
  263. SubTitle: "Input / to trigger auto-completion",
  264. },
  265. List: "Prompt List",
  266. ListCount: (builtin: number, custom: number) =>
  267. `${builtin} built-in, ${custom} user-defined`,
  268. Edit: "Edit",
  269. Modal: {
  270. Title: "Prompt List",
  271. Add: "Add One",
  272. Search: "Search Prompts",
  273. },
  274. EditModal: {
  275. Title: "Edit Prompt",
  276. },
  277. },
  278. HistoryCount: {
  279. Title: "Attached Messages Count",
  280. SubTitle: "Number of sent messages attached per request",
  281. },
  282. CompressThreshold: {
  283. Title: "History Compression Threshold",
  284. SubTitle:
  285. "Will compress if uncompressed messages length exceeds the value",
  286. },
  287. Usage: {
  288. Title: "Account Balance",
  289. SubTitle(used: any, total: any) {
  290. return `Used this month $${used}, subscription $${total}`;
  291. },
  292. IsChecking: "Checking...",
  293. Check: "Check",
  294. NoAccess: "Enter API Key to check balance",
  295. },
  296. Access: {
  297. AccessCode: {
  298. Title: "Access Code",
  299. SubTitle: "Access control Enabled",
  300. Placeholder: "Enter Code",
  301. },
  302. CustomEndpoint: {
  303. Title: "Custom Endpoint",
  304. SubTitle: "Use custom Azure or OpenAI service",
  305. },
  306. Provider: {
  307. Title: "Model Provider",
  308. SubTitle: "Select Azure or OpenAI",
  309. },
  310. OpenAI: {
  311. ApiKey: {
  312. Title: "OpenAI API Key",
  313. SubTitle: "User custom OpenAI Api Key",
  314. Placeholder: "sk-xxx",
  315. },
  316. Endpoint: {
  317. Title: "OpenAI Endpoint",
  318. SubTitle: "Must start with http(s):// or use /api/openai as default",
  319. },
  320. },
  321. Azure: {
  322. ApiKey: {
  323. Title: "Azure Api Key",
  324. SubTitle: "Check your api key from Azure console",
  325. Placeholder: "Azure Api Key",
  326. },
  327. Endpoint: {
  328. Title: "Azure Endpoint",
  329. SubTitle: "Example: ",
  330. },
  331. ApiVerion: {
  332. Title: "Azure Api Version",
  333. SubTitle: "Check your api version from azure console",
  334. },
  335. },
  336. Anthropic: {
  337. ApiKey: {
  338. Title: "Anthropic API Key",
  339. SubTitle:
  340. "Use a custom Anthropic Key to bypass password access restrictions",
  341. Placeholder: "Anthropic API Key",
  342. },
  343. Endpoint: {
  344. Title: "Endpoint Address",
  345. SubTitle: "Example: ",
  346. },
  347. ApiVerion: {
  348. Title: "API Version (claude api version)",
  349. SubTitle: "Select and input a specific API version",
  350. },
  351. },
  352. Baidu: {
  353. ApiKey: {
  354. Title: "Baidu API Key",
  355. SubTitle: "Use a custom Baidu API Key",
  356. Placeholder: "Baidu API Key",
  357. },
  358. SecretKey: {
  359. Title: "Baidu Secret Key",
  360. SubTitle: "Use a custom Baidu Secret Key",
  361. Placeholder: "Baidu Secret Key",
  362. },
  363. Endpoint: {
  364. Title: "Endpoint Address",
  365. SubTitle: "not supported, configure in .env",
  366. },
  367. },
  368. Tencent: {
  369. ApiKey: {
  370. Title: "Tencent API Key",
  371. SubTitle: "Use a custom Tencent API Key",
  372. Placeholder: "Tencent API Key",
  373. },
  374. SecretKey: {
  375. Title: "Tencent Secret Key",
  376. SubTitle: "Use a custom Tencent Secret Key",
  377. Placeholder: "Tencent Secret Key",
  378. },
  379. Endpoint: {
  380. Title: "Endpoint Address",
  381. SubTitle: "not supported, configure in .env",
  382. },
  383. },
  384. ByteDance: {
  385. ApiKey: {
  386. Title: "ByteDance API Key",
  387. SubTitle: "Use a custom ByteDance API Key",
  388. Placeholder: "ByteDance API Key",
  389. },
  390. Endpoint: {
  391. Title: "Endpoint Address",
  392. SubTitle: "Example: ",
  393. },
  394. },
  395. Alibaba: {
  396. ApiKey: {
  397. Title: "Alibaba API Key",
  398. SubTitle: "Use a custom Alibaba Cloud API Key",
  399. Placeholder: "Alibaba Cloud API Key",
  400. },
  401. Endpoint: {
  402. Title: "Endpoint Address",
  403. SubTitle: "Example: ",
  404. },
  405. },
  406. Moonshot: {
  407. ApiKey: {
  408. Title: "Moonshot API Key",
  409. SubTitle: "Use a custom Moonshot API Key",
  410. Placeholder: "Moonshot API Key",
  411. },
  412. Endpoint: {
  413. Title: "Endpoint Address",
  414. SubTitle: "Example: ",
  415. },
  416. },
  417. Stability: {
  418. ApiKey: {
  419. Title: "Stability API Key",
  420. SubTitle: "Use a custom Stability API Key",
  421. Placeholder: "Stability API Key",
  422. },
  423. Endpoint: {
  424. Title: "Endpoint Address",
  425. SubTitle: "Example: ",
  426. },
  427. },
  428. Iflytek: {
  429. ApiKey: {
  430. Title: "Iflytek API Key",
  431. SubTitle: "Use a Iflytek API Key",
  432. Placeholder: "Iflytek API Key",
  433. },
  434. ApiSecret: {
  435. Title: "Iflytek API Secret",
  436. SubTitle: "Use a Iflytek API Secret",
  437. Placeholder: "Iflytek API Secret",
  438. },
  439. Endpoint: {
  440. Title: "Endpoint Address",
  441. SubTitle: "Example: ",
  442. },
  443. },
  444. CustomModel: {
  445. Title: "Custom Models",
  446. SubTitle: "Custom model options, seperated by comma",
  447. },
  448. Google: {
  449. ApiKey: {
  450. Title: "API Key",
  451. SubTitle: "Obtain your API Key from Google AI",
  452. Placeholder: "Enter your Google AI Studio API Key",
  453. },
  454. Endpoint: {
  455. Title: "Endpoint Address",
  456. SubTitle: "Example: ",
  457. },
  458. ApiVersion: {
  459. Title: "API Version (specific to gemini-pro)",
  460. SubTitle: "Select a specific API version",
  461. },
  462. GoogleSafetySettings: {
  463. Title: "Google Safety Settings",
  464. SubTitle: "Select a safety filtering level",
  465. },
  466. },
  467. },
  468. Model: "Model",
  469. CompressModel: {
  470. Title: "Compression Model",
  471. SubTitle: "Model used to compress history",
  472. },
  473. Temperature: {
  474. Title: "Temperature",
  475. SubTitle: "A larger value makes the more random output",
  476. },
  477. TopP: {
  478. Title: "Top P",
  479. SubTitle: "Do not alter this value together with temperature",
  480. },
  481. MaxTokens: {
  482. Title: "Max Tokens",
  483. SubTitle: "Maximum length of input tokens and generated tokens",
  484. },
  485. PresencePenalty: {
  486. Title: "Presence Penalty",
  487. SubTitle:
  488. "A larger value increases the likelihood to talk about new topics",
  489. },
  490. FrequencyPenalty: {
  491. Title: "Frequency Penalty",
  492. SubTitle:
  493. "A larger value decreasing the likelihood to repeat the same line",
  494. },
  495. TTS: {
  496. Enable: {
  497. Title: "Enable TTS",
  498. SubTitle: "Enable text-to-speech service",
  499. },
  500. Autoplay: {
  501. Title: "Enable Autoplay",
  502. SubTitle:
  503. "Automatically generate speech and play, you need to enable the text-to-speech switch first",
  504. },
  505. Model: "Model",
  506. Voice: {
  507. Title: "Voice",
  508. SubTitle: "The voice to use when generating the audio",
  509. },
  510. Speed: {
  511. Title: "Speed",
  512. SubTitle: "The speed of the generated audio",
  513. },
  514. Engine: "TTS Engine",
  515. },
  516. },
  517. Store: {
  518. DefaultTopic: "New Conversation",
  519. BotHello: "Hello! How can I assist you today?",
  520. Error: "Something went wrong, please try again later.",
  521. Prompt: {
  522. History: (content: string) =>
  523. "This is a summary of the chat history as a recap: " + content,
  524. Topic:
  525. "Please generate a four to five word title summarizing our conversation without any lead-in, punctuation, quotation marks, periods, symbols, bold text, or additional text. Remove enclosing quotation marks.",
  526. Summarize:
  527. "Summarize the discussion briefly in 200 words or less to use as a prompt for future context.",
  528. },
  529. },
  530. Copy: {
  531. Success: "Copied to clipboard",
  532. Failed: "Copy failed, please grant permission to access clipboard",
  533. },
  534. Download: {
  535. Success: "Content downloaded to your directory.",
  536. Failed: "Download failed.",
  537. },
  538. Context: {
  539. Toast: (x: any) => `With ${x} contextual prompts`,
  540. Edit: "Current Chat Settings",
  541. Add: "Add a Prompt",
  542. Clear: "Context Cleared",
  543. Revert: "Revert",
  544. },
  545. Discovery: {
  546. Name: "Discovery",
  547. },
  548. FineTuned: {
  549. Sysmessage: "You are an assistant that",
  550. },
  551. SearchChat: {
  552. Name: "Search",
  553. Page: {
  554. Title: "Search Chat History",
  555. Search: "Enter search query to search chat history",
  556. NoResult: "No results found",
  557. NoData: "No data",
  558. Loading: "Loading...",
  559. SubTitle: (count: number) => `Found ${count} results`,
  560. },
  561. Item: {
  562. View: "View",
  563. },
  564. },
  565. Plugin: {
  566. Name: "Plugin",
  567. Page: {
  568. Title: "Plugins",
  569. SubTitle: (count: number) => `${count} plugins`,
  570. Search: "Search Plugin",
  571. Create: "Create",
  572. Find: "You can find awesome plugins on github: ",
  573. },
  574. Item: {
  575. Info: (count: number) => `${count} method`,
  576. View: "View",
  577. Edit: "Edit",
  578. Delete: "Delete",
  579. DeleteConfirm: "Confirm to delete?",
  580. },
  581. Auth: {
  582. None: "None",
  583. Basic: "Basic",
  584. Bearer: "Bearer",
  585. Custom: "Custom",
  586. CustomHeader: "Parameter Name",
  587. Token: "Token",
  588. Proxy: "Using Proxy",
  589. ProxyDescription: "Using proxies to solve CORS error",
  590. Location: "Location",
  591. LocationHeader: "Header",
  592. LocationQuery: "Query",
  593. LocationBody: "Body",
  594. },
  595. EditModal: {
  596. Title: (readonly: boolean) =>
  597. `Edit Plugin ${readonly ? "(readonly)" : ""}`,
  598. Download: "Download",
  599. Auth: "Authentication Type",
  600. Content: "OpenAPI Schema",
  601. Load: "Load From URL",
  602. Method: "Method",
  603. Error: "OpenAPI Schema Error",
  604. },
  605. },
  606. Mask: {
  607. Name: "Mask",
  608. Page: {
  609. Title: "Prompt Template",
  610. SubTitle: (count: number) => `${count} prompt templates`,
  611. Search: "Search Templates",
  612. Create: "Create",
  613. },
  614. Item: {
  615. Info: (count: number) => `${count} prompts`,
  616. Chat: "Chat",
  617. View: "View",
  618. Edit: "Edit",
  619. Delete: "Delete",
  620. DeleteConfirm: "Confirm to delete?",
  621. },
  622. EditModal: {
  623. Title: (readonly: boolean) =>
  624. `Edit Prompt Template ${readonly ? "(readonly)" : ""}`,
  625. Download: "Download",
  626. Clone: "Clone",
  627. },
  628. Config: {
  629. Avatar: "Bot Avatar",
  630. Name: "Bot Name",
  631. Sync: {
  632. Title: "Use Global Config",
  633. SubTitle: "Use global config in this chat",
  634. Confirm: "Confirm to override custom config with global config?",
  635. },
  636. HideContext: {
  637. Title: "Hide Context Prompts",
  638. SubTitle: "Do not show in-context prompts in chat",
  639. },
  640. Artifacts: {
  641. Title: "Enable Artifacts",
  642. SubTitle: "Can render HTML page when enable artifacts.",
  643. },
  644. Share: {
  645. Title: "Share This Mask",
  646. SubTitle: "Generate a link to this mask",
  647. Action: "Copy Link",
  648. },
  649. },
  650. },
  651. NewChat: {
  652. Return: "Return",
  653. Skip: "Just Start",
  654. Title: "Pick a Mask",
  655. SubTitle: "Chat with the Soul behind the Mask",
  656. More: "Find More",
  657. NotShow: "Never Show Again",
  658. ConfirmNoShow: "Confirm to disable?You can enable it in settings later.",
  659. },
  660. UI: {
  661. Confirm: "Confirm",
  662. Cancel: "Cancel",
  663. Close: "Close",
  664. Create: "Create",
  665. Edit: "Edit",
  666. Export: "Export",
  667. Import: "Import",
  668. Sync: "Sync",
  669. Config: "Config",
  670. },
  671. Exporter: {
  672. Description: {
  673. Title: "Only messages after clearing the context will be displayed",
  674. },
  675. Model: "Model",
  676. Messages: "Messages",
  677. Topic: "Topic",
  678. Time: "Time",
  679. },
  680. URLCommand: {
  681. Code: "Detected access code from url, confirm to apply? ",
  682. Settings: "Detected settings from url, confirm to apply?",
  683. },
  684. SdPanel: {
  685. Prompt: "Prompt",
  686. NegativePrompt: "Negative Prompt",
  687. PleaseInput: (name: string) => `Please input ${name}`,
  688. AspectRatio: "Aspect Ratio",
  689. ImageStyle: "Image Style",
  690. OutFormat: "Output Format",
  691. AIModel: "AI Model",
  692. ModelVersion: "Model Version",
  693. Submit: "Submit",
  694. ParamIsRequired: (name: string) => `${name} is required`,
  695. Styles: {
  696. D3Model: "3d-model",
  697. AnalogFilm: "analog-film",
  698. Anime: "anime",
  699. Cinematic: "cinematic",
  700. ComicBook: "comic-book",
  701. DigitalArt: "digital-art",
  702. Enhance: "enhance",
  703. FantasyArt: "fantasy-art",
  704. Isometric: "isometric",
  705. LineArt: "line-art",
  706. LowPoly: "low-poly",
  707. ModelingCompound: "modeling-compound",
  708. NeonPunk: "neon-punk",
  709. Origami: "origami",
  710. Photographic: "photographic",
  711. PixelArt: "pixel-art",
  712. TileTexture: "tile-texture",
  713. },
  714. },
  715. Sd: {
  716. SubTitle: (count: number) => `${count} images`,
  717. Actions: {
  718. Params: "See Params",
  719. Copy: "Copy Prompt",
  720. Delete: "Delete",
  721. Retry: "Retry",
  722. ReturnHome: "Return Home",
  723. History: "History",
  724. },
  725. EmptyRecord: "No images yet",
  726. Status: {
  727. Name: "Status",
  728. Success: "Success",
  729. Error: "Error",
  730. Wait: "Waiting",
  731. Running: "Running",
  732. },
  733. Danger: {
  734. Delete: "Confirm to delete?",
  735. },
  736. GenerateParams: "Generate Params",
  737. Detail: "Detail",
  738. },
  739. };
  740. export default en;