en.json 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628
  1. {
  2. "appName": "AppFlowy",
  3. "defaultUsername": "Me",
  4. "welcomeText": "Welcome to @:appName",
  5. "githubStarText": "Star on GitHub",
  6. "subscribeNewsletterText": "Subscribe to Newsletter",
  7. "letsGoButtonText": "Quick Start",
  8. "title": "Title",
  9. "youCanAlso": "You can also",
  10. "and": "and",
  11. "blockActions": {
  12. "addBelowTooltip": "Click to add below",
  13. "addAboveCmd": "Alt+click",
  14. "addAboveMacCmd": "Option+click",
  15. "addAboveTooltip": "to add above",
  16. "dragTooltip": "Drag to move",
  17. "openMenuTooltip": "Click to open menu"
  18. },
  19. "signUp": {
  20. "buttonText": "Sign Up",
  21. "title": "Sign Up to @:appName",
  22. "getStartedText": "Get Started",
  23. "emptyPasswordError": "Password can't be empty",
  24. "repeatPasswordEmptyError": "Repeat password can't be empty",
  25. "unmatchedPasswordError": "Repeat password is not the same as password",
  26. "alreadyHaveAnAccount": "Already have an account?",
  27. "emailHint": "Email",
  28. "passwordHint": "Password",
  29. "repeatPasswordHint": "Repeat password"
  30. },
  31. "signIn": {
  32. "loginTitle": "Login to @:appName",
  33. "loginButtonText": "Login",
  34. "loginAsGuestButtonText": "Get Started",
  35. "buttonText": "Sign In",
  36. "forgotPassword": "Forgot Password?",
  37. "emailHint": "Email",
  38. "passwordHint": "Password",
  39. "dontHaveAnAccount": "Don't have an account?",
  40. "repeatPasswordEmptyError": "Repeat password can't be empty",
  41. "unmatchedPasswordError": "Repeat password is not the same as password"
  42. },
  43. "workspace": {
  44. "create": "Create workspace",
  45. "hint": "workspace",
  46. "notFoundError": "Workspace not found"
  47. },
  48. "shareAction": {
  49. "buttonText": "Share",
  50. "workInProgress": "Coming soon",
  51. "markdown": "Markdown",
  52. "copyLink": "Copy Link"
  53. },
  54. "moreAction": {
  55. "small": "small",
  56. "medium": "medium",
  57. "large": "large",
  58. "fontSize": "Font Size",
  59. "import": "Import",
  60. "moreOptions": "More options"
  61. },
  62. "importPanel": {
  63. "textAndMarkdown": "Text & Markdown",
  64. "documentFromV010": "Document from v0.1.0",
  65. "databaseFromV010": "Database from v0.1.0",
  66. "csv": "CSV",
  67. "database": "Database"
  68. },
  69. "disclosureAction": {
  70. "rename": "Rename",
  71. "delete": "Delete",
  72. "duplicate": "Duplicate",
  73. "openNewTab": "Open in a new tab"
  74. },
  75. "blankPageTitle": "Blank page",
  76. "newPageText": "New page",
  77. "trash": {
  78. "text": "Trash",
  79. "restoreAll": "Restore All",
  80. "deleteAll": "Delete All",
  81. "pageHeader": {
  82. "fileName": "File name",
  83. "lastModified": "Last Modified",
  84. "created": "Created"
  85. },
  86. "confirmDeleteAll": {
  87. "title": "Are you sure to delete all pages in Trash?",
  88. "caption": "This action cannot be undone."
  89. },
  90. "confirmRestoreAll": {
  91. "title": "Are you sure to restore all pages in Trash?",
  92. "caption": "This action cannot be undone."
  93. }
  94. },
  95. "deletePagePrompt": {
  96. "text": "This page is in Trash",
  97. "restore": "Restore page",
  98. "deletePermanent": "Delete permanently"
  99. },
  100. "dialogCreatePageNameHint": "Page name",
  101. "questionBubble": {
  102. "shortcuts": "Shortcuts",
  103. "whatsNew": "What's new?",
  104. "help": "Help & Support",
  105. "markdown": "Markdown",
  106. "debug": {
  107. "name": "Debug Info",
  108. "success": "Copied debug info to clipboard!",
  109. "fail": "Unable to copy debug info to clipboard"
  110. },
  111. "feedback": "Feedback"
  112. },
  113. "menuAppHeader": {
  114. "addPageTooltip": "Quickly add a page inside",
  115. "defaultNewPageName": "Untitled",
  116. "renameDialog": "Rename"
  117. },
  118. "toolbar": {
  119. "undo": "Undo",
  120. "redo": "Redo",
  121. "bold": "Bold",
  122. "italic": "Italic",
  123. "underline": "Underline",
  124. "strike": "Strikethrough",
  125. "numList": "Numbered List",
  126. "bulletList": "Bulleted List",
  127. "checkList": "Check List",
  128. "inlineCode": "Inline Code",
  129. "quote": "Quote Block",
  130. "header": "Header",
  131. "highlight": "Highlight",
  132. "color": "Color",
  133. "addLink": "Add Link",
  134. "link": "Link"
  135. },
  136. "tooltip": {
  137. "lightMode": "Switch to Light mode",
  138. "darkMode": "Switch to Dark mode",
  139. "openAsPage": "Open as a Page",
  140. "addNewRow": "Add a new row",
  141. "openMenu": "Click to open menu",
  142. "dragRow": "Long press to reorder the row",
  143. "viewDataBase": "View database",
  144. "referencePage": "This {name} is referenced",
  145. "addBlockBelow": "Add a block below"
  146. },
  147. "sideBar": {
  148. "closeSidebar": "Close side bar",
  149. "openSidebar": "Open side bar"
  150. },
  151. "notifications": {
  152. "export": {
  153. "markdown": "Exported Note To Markdown",
  154. "path": "Documents/flowy"
  155. }
  156. },
  157. "contactsPage": {
  158. "title": "Contacts",
  159. "whatsHappening": "What's happening this week?",
  160. "addContact": "Add Contact",
  161. "editContact": "Edit Contact"
  162. },
  163. "button": {
  164. "OK": "OK",
  165. "Done": "Done",
  166. "Cancel": "Cancel",
  167. "signIn": "Sign In",
  168. "signOut": "Sign Out",
  169. "complete": "Complete",
  170. "save": "Save",
  171. "generate": "Generate",
  172. "esc": "ESC",
  173. "keep": "Keep",
  174. "tryAgain": "Try again",
  175. "discard": "Discard",
  176. "replace": "Replace",
  177. "insertBelow": "Insert Below",
  178. "upload": "Upload",
  179. "edit": "Edit",
  180. "delete": "Delete",
  181. "duplicate": "Duplicate",
  182. "done": "Done",
  183. "putback": "Put Back"
  184. },
  185. "label": {
  186. "welcome": "Welcome!",
  187. "firstName": "First Name",
  188. "middleName": "Middle Name",
  189. "lastName": "Last Name",
  190. "stepX": "Step {X}"
  191. },
  192. "oAuth": {
  193. "err": {
  194. "failedTitle": "Unable to connect to your account.",
  195. "failedMsg": "Please make sure you've completed the sign-in process in your browser."
  196. },
  197. "google": {
  198. "title": "GOOGLE SIGN-IN",
  199. "instruction1": "In order to import your Google Contacts, you'll need to authorize this application using your web browser.",
  200. "instruction2": "Copy this code to your clipboard by clicking the icon or selecting the text:",
  201. "instruction3": "Navigate to the following link in your web browser, and enter the above code:",
  202. "instruction4": "Press the button below when you've completed signup:"
  203. }
  204. },
  205. "settings": {
  206. "title": "Settings",
  207. "menu": {
  208. "appearance": "Appearance",
  209. "language": "Language",
  210. "user": "User",
  211. "files": "Files",
  212. "open": "Open Settings",
  213. "logout": "Logout",
  214. "logoutPrompt": "Are you sure to logout?",
  215. "supabaseSetting": "Supabase Setting"
  216. },
  217. "appearance": {
  218. "fontFamily": {
  219. "label": "Font Family",
  220. "search": "Search"
  221. },
  222. "themeMode": {
  223. "label": "Theme Mode",
  224. "light": "Light Mode",
  225. "dark": "Dark Mode",
  226. "system": "Adapt to System"
  227. },
  228. "themeUpload": {
  229. "button": "Upload",
  230. "description": "Upload your own AppFlowy theme using the button below.",
  231. "failure": "The theme that was uploaded had an invalid format.",
  232. "loading": "Please wait while we validate and upload your theme...",
  233. "uploadSuccess": "Your theme was uploaded successfully",
  234. "deletionFailure": "Failed to delete the theme. Try to delete it manually.",
  235. "filePickerDialogTitle": "Choose a .flowy_plugin file",
  236. "urlUploadFailure": "Failed to open url: {}"
  237. },
  238. "theme": "Theme",
  239. "builtInsLabel": "Built-in Themes",
  240. "pluginsLabel": "Plugins"
  241. },
  242. "files": {
  243. "copy": "Copy",
  244. "defaultLocation": "Read files and data storage location",
  245. "exportData": "Export your data",
  246. "doubleTapToCopy": "Double tap to copy the path",
  247. "restoreLocation": "Restore to AppFlowy default path",
  248. "customizeLocation": "Open another folder",
  249. "restartApp": "Please restart app for the changes to take effect.",
  250. "exportDatabase": "Export database",
  251. "selectFiles": "Select the files that need to be export",
  252. "selectAll": "Select all",
  253. "deselectAll": "Deselect all",
  254. "createNewFolder": "Create a new folder",
  255. "createNewFolderDesc": "Tell us where you want to store your data",
  256. "defineWhereYourDataIsStored": "Define where your data is stored",
  257. "open": "Open",
  258. "openFolder": "Open an existing folder",
  259. "openFolderDesc": "Read and write it to your existing AppFlowy folder",
  260. "folderHintText": "folder name",
  261. "location": "Creating a new folder",
  262. "locationDesc": "Pick a name for your AppFlowy data folder",
  263. "browser": "Browse",
  264. "create": "Create",
  265. "set": "Set",
  266. "folderPath": "Path to store your folder",
  267. "locationCannotBeEmpty": "Path cannot be empty",
  268. "pathCopiedSnackbar": "File storage path copied to clipboard!",
  269. "changeLocationTooltips": "Change the data directory",
  270. "change": "Change",
  271. "openLocationTooltips": "Open another data directory",
  272. "openCurrentDataFolder": "Open current data directory",
  273. "recoverLocationTooltips": "Reset to AppFlowy's default data directory",
  274. "exportFileSuccess": "Export file successfully!",
  275. "exportFileFail": "Export file failed!",
  276. "export": "Export"
  277. },
  278. "user": {
  279. "name": "Name",
  280. "icon": "Icon",
  281. "selectAnIcon": "Select an icon",
  282. "pleaseInputYourOpenAIKey": "please input your OpenAI key"
  283. },
  284. "shortcuts": {
  285. "shortcutsLabel": "Shortcuts",
  286. "command": "Command",
  287. "keyBinding": "Keybinding",
  288. "addNewCommand": "Add New Command",
  289. "updateShortcutStep": "Press desired key combination and press ENTER",
  290. "shortcutIsAlreadyUsed": "This shortcut is already used for: {conflict}",
  291. "resetToDefault": "Reset to default keybindings",
  292. "couldNotLoadErrorMsg": "Could not load shortcuts, Try again",
  293. "couldNotSaveErrorMsg": "Could not save shortcuts, Try again"
  294. }
  295. },
  296. "grid": {
  297. "deleteView": "Are you sure you want to delete this view?",
  298. "createView": "New",
  299. "settings": {
  300. "filter": "Filter",
  301. "sort": "Sort",
  302. "sortBy": "Sort by",
  303. "properties": "Properties",
  304. "reorderPropertiesTooltip": "Drag to reorder properties",
  305. "group": "Group",
  306. "addFilter": "Add Filter",
  307. "deleteFilter": "Delete filter",
  308. "filterBy": "Filter by...",
  309. "typeAValue": "Type a value...",
  310. "layout": "Layout",
  311. "databaseLayout": "Layout"
  312. },
  313. "textFilter": {
  314. "contains": "Contains",
  315. "doesNotContain": "Does not contain",
  316. "endsWith": "Ends with",
  317. "startWith": "Starts with",
  318. "is": "Is",
  319. "isNot": "Is not",
  320. "isEmpty": "Is empty",
  321. "isNotEmpty": "Is not empty",
  322. "choicechipPrefix": {
  323. "isNot": "Not",
  324. "startWith": "Starts with",
  325. "endWith": "Ends with",
  326. "isEmpty": "is empty",
  327. "isNotEmpty": "is not empty"
  328. }
  329. },
  330. "checkboxFilter": {
  331. "isChecked": "Checked",
  332. "isUnchecked": "Unchecked",
  333. "choicechipPrefix": {
  334. "is": "is"
  335. }
  336. },
  337. "checklistFilter": {
  338. "isComplete": "is complete",
  339. "isIncomplted": "is incomplete"
  340. },
  341. "singleSelectOptionFilter": {
  342. "is": "Is",
  343. "isNot": "Is not",
  344. "isEmpty": "Is empty",
  345. "isNotEmpty": "Is not empty"
  346. },
  347. "multiSelectOptionFilter": {
  348. "contains": "Contains",
  349. "doesNotContain": "Does not contain",
  350. "isEmpty": "Is empty",
  351. "isNotEmpty": "Is not empty"
  352. },
  353. "field": {
  354. "hide": "Hide",
  355. "insertLeft": "Insert Left",
  356. "insertRight": "Insert Right",
  357. "duplicate": "Duplicate",
  358. "delete": "Delete",
  359. "textFieldName": "Text",
  360. "checkboxFieldName": "Checkbox",
  361. "dateFieldName": "Date",
  362. "updatedAtFieldName": "Last modified time",
  363. "createdAtFieldName": "Created time",
  364. "numberFieldName": "Numbers",
  365. "singleSelectFieldName": "Select",
  366. "multiSelectFieldName": "Multiselect",
  367. "urlFieldName": "URL",
  368. "checklistFieldName": "Checklist",
  369. "numberFormat": "Number format",
  370. "dateFormat": "Date format",
  371. "includeTime": "Include time",
  372. "dateFormatFriendly": "Month Day, Year",
  373. "dateFormatISO": "Year-Month-Day",
  374. "dateFormatLocal": "Month/Day/Year",
  375. "dateFormatUS": "Year/Month/Day",
  376. "dateFormatDayMonthYear": "Day/Month/Year",
  377. "timeFormat": "Time format",
  378. "invalidTimeFormat": "Invalid format",
  379. "timeFormatTwelveHour": "12 hour",
  380. "timeFormatTwentyFourHour": "24 hour",
  381. "clearDate": "Clear date",
  382. "addSelectOption": "Add an option",
  383. "optionTitle": "Options",
  384. "addOption": "Add option",
  385. "editProperty": "Edit property",
  386. "newProperty": "New property",
  387. "deleteFieldPromptMessage": "Are you sure? This property will be deleted"
  388. },
  389. "sort": {
  390. "ascending": "Ascending",
  391. "descending": "Descending",
  392. "deleteSort": "Delete sort",
  393. "addSort": "Add sort"
  394. },
  395. "row": {
  396. "duplicate": "Duplicate",
  397. "delete": "Delete",
  398. "textPlaceholder": "Empty",
  399. "copyProperty": "Copied property to clipboard",
  400. "count": "Count",
  401. "newRow": "New row",
  402. "action": "Action"
  403. },
  404. "selectOption": {
  405. "create": "Create",
  406. "purpleColor": "Purple",
  407. "pinkColor": "Pink",
  408. "lightPinkColor": "Light Pink",
  409. "orangeColor": "Orange",
  410. "yellowColor": "Yellow",
  411. "limeColor": "Lime",
  412. "greenColor": "Green",
  413. "aquaColor": "Aqua",
  414. "blueColor": "Blue",
  415. "deleteTag": "Delete tag",
  416. "colorPanelTitle": "Colors",
  417. "panelTitle": "Select an option or create one",
  418. "searchOption": "Search for an option"
  419. },
  420. "checklist": {
  421. "panelTitle": "Add an item"
  422. },
  423. "menuName": "Grid",
  424. "referencedGridPrefix": "View of"
  425. },
  426. "document": {
  427. "menuName": "Document",
  428. "date": {
  429. "timeHintTextInTwelveHour": "01:00 PM",
  430. "timeHintTextInTwentyFourHour": "13:00"
  431. },
  432. "slashMenu": {
  433. "board": {
  434. "selectABoardToLinkTo": "Select a Board to link to",
  435. "createANewBoard": "Create a new Board"
  436. },
  437. "grid": {
  438. "selectAGridToLinkTo": "Select a Grid to link to",
  439. "createANewGrid": "Create a new Grid"
  440. },
  441. "calendar": {
  442. "selectACalendarToLinkTo": "Select a Calendar to link to",
  443. "createANewCalendar": "Create a new Calendar"
  444. }
  445. },
  446. "selectionMenu": {
  447. "outline": "Outline"
  448. },
  449. "plugins": {
  450. "referencedBoard": "Referenced Board",
  451. "referencedGrid": "Referenced Grid",
  452. "referencedCalendar": "Referenced Calendar",
  453. "autoGeneratorMenuItemName": "OpenAI Writer",
  454. "autoGeneratorTitleName": "OpenAI: Ask AI to write anything...",
  455. "autoGeneratorLearnMore": "Learn more",
  456. "autoGeneratorGenerate": "Generate",
  457. "autoGeneratorHintText": "Ask OpenAI ...",
  458. "autoGeneratorCantGetOpenAIKey": "Can't get OpenAI key",
  459. "autoGeneratorRewrite": "Rewrite",
  460. "smartEdit": "AI Assistants",
  461. "openAI": "OpenAI",
  462. "smartEditFixSpelling": "Fix spelling",
  463. "warning": "⚠️ AI responses can be inaccurate or misleading.",
  464. "smartEditSummarize": "Summarize",
  465. "smartEditImproveWriting": "Improve writing",
  466. "smartEditMakeLonger": "Make longer",
  467. "smartEditCouldNotFetchResult": "Could not fetch result from OpenAI",
  468. "smartEditCouldNotFetchKey": "Could not fetch OpenAI key",
  469. "smartEditDisabled": "Connect OpenAI in Settings",
  470. "discardResponse": "Do you want to discard the AI responses?",
  471. "createInlineMathEquation": "Create equation",
  472. "toggleList": "Toggle List",
  473. "cover": {
  474. "changeCover": "Change Cover",
  475. "colors": "Colors",
  476. "images": "Images",
  477. "clearAll": "Clear All",
  478. "abstract": "Abstract",
  479. "addCover": "Add Cover",
  480. "addLocalImage": "Add local image",
  481. "invalidImageUrl": "Invalid image URL",
  482. "failedToAddImageToGallery": "Failed to add image to gallery",
  483. "enterImageUrl": "Enter image URL",
  484. "add": "Add",
  485. "back": "Back",
  486. "saveToGallery": "Save to gallery",
  487. "removeIcon": "Remove Icon",
  488. "pasteImageUrl": "Paste image URL",
  489. "or": "OR",
  490. "pickFromFiles": "Pick from files",
  491. "couldNotFetchImage": "Could not fetch image",
  492. "imageSavingFailed": "Image Saving Failed",
  493. "addIcon": "Add Icon",
  494. "coverRemoveAlert": "It will be removed from cover after it is deleted.",
  495. "alertDialogConfirmation": "Are you sure, you want to continue?"
  496. },
  497. "mathEquation": {
  498. "addMathEquation": "Add Math Equation",
  499. "editMathEquation": "Edit Math Equation"
  500. },
  501. "optionAction": {
  502. "click": "Click",
  503. "toOpenMenu": " to open menu",
  504. "delete": "Delete",
  505. "duplicate": "Duplicate",
  506. "turnInto": "Turn into",
  507. "moveUp": "Move up",
  508. "moveDown": "Move down",
  509. "color": "Color",
  510. "align": "Align",
  511. "left": "Left",
  512. "center": "Center",
  513. "right": "Right",
  514. "defaultColor": "Default"
  515. },
  516. "image": {
  517. "copiedToPasteBoard": "The image link has been copied to the clipboard"
  518. },
  519. "outline": {
  520. "addHeadingToCreateOutline": "Add headings to create a table of contents."
  521. }
  522. },
  523. "textBlock": {
  524. "placeholder": "Type '/' for commands"
  525. },
  526. "title": {
  527. "placeholder": "Untitled"
  528. },
  529. "imageBlock": {
  530. "placeholder": "Click to add image",
  531. "upload": {
  532. "label": "Upload",
  533. "placeholder": "Click to upload image"
  534. },
  535. "url": {
  536. "label": "Image URL",
  537. "placeholder": "Enter image URL"
  538. },
  539. "support": "Image size limit is 5MB. Supported formats: JPEG, PNG, GIF, SVG",
  540. "error": {
  541. "invalidImage": "Invalid image",
  542. "invalidImageSize": "Image size must be less than 5MB",
  543. "invalidImageFormat": "Image format is not supported. Supported formats: JPEG, PNG, GIF, SVG",
  544. "invalidImageUrl": "Invalid image URL"
  545. }
  546. },
  547. "codeBlock": {
  548. "language": {
  549. "label": "Language",
  550. "placeholder": "Select language"
  551. }
  552. },
  553. "inlineLink": {
  554. "placeholder": "Paste or type a link",
  555. "url": {
  556. "label": "Link URL",
  557. "placeholder": "Enter link URL"
  558. },
  559. "title": {
  560. "label": "Link Title",
  561. "placeholder": "Enter link title"
  562. }
  563. }
  564. },
  565. "board": {
  566. "column": {
  567. "create_new_card": "New"
  568. },
  569. "menuName": "Board",
  570. "referencedBoardPrefix": "View of"
  571. },
  572. "calendar": {
  573. "menuName": "Calendar",
  574. "defaultNewCalendarTitle": "Untitled",
  575. "navigation": {
  576. "today": "Today",
  577. "jumpToday": "Jump to Today",
  578. "previousMonth": "Previous Month",
  579. "nextMonth": "Next Month"
  580. },
  581. "settings": {
  582. "showWeekNumbers": "Show week numbers",
  583. "showWeekends": "Show weekends",
  584. "firstDayOfWeek": "Start week on",
  585. "layoutDateField": "Layout calendar by",
  586. "noDateTitle": "No Date",
  587. "noDateHint": "Unscheduled events will show up here",
  588. "clickToAdd": "Click to add to the calendar",
  589. "name": "Calendar layout"
  590. },
  591. "referencedCalendarPrefix": "View of"
  592. },
  593. "errorDialog": {
  594. "title": "AppFlowy Error",
  595. "howToFixFallback": "We're sorry for the inconvenience! Submit an issue on our GitHub page that describes your error.",
  596. "github": "View on GitHub"
  597. },
  598. "search": {
  599. "label": "Search",
  600. "placeholder": {
  601. "actions": "Search actions..."
  602. }
  603. },
  604. "message": {
  605. "copy": {
  606. "success": "Copied!",
  607. "fail": "Unable to copy"
  608. }
  609. },
  610. "unSupportBlock": "The current version does not support this Block.",
  611. "views": {
  612. "deleteContentTitle": "Are you sure want to delete the {pageType}?",
  613. "deleteContentCaption": "if you delete this {pageType}, you can restore it from the trash."
  614. },
  615. "colors": {
  616. "custom": "Custom",
  617. "default": "Default",
  618. "red": "Red",
  619. "orange": "Orange",
  620. "yellow": "Yellow",
  621. "green": "Green",
  622. "blue": "Blue",
  623. "purple": "Purple",
  624. "pink": "Pink",
  625. "brown": "Brown",
  626. "gray": "Gray"
  627. }
  628. }