en.json 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627
  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. "addSelectOption": "Add an option",
  382. "optionTitle": "Options",
  383. "addOption": "Add option",
  384. "editProperty": "Edit property",
  385. "newProperty": "New property",
  386. "deleteFieldPromptMessage": "Are you sure? This property will be deleted"
  387. },
  388. "sort": {
  389. "ascending": "Ascending",
  390. "descending": "Descending",
  391. "deleteSort": "Delete sort",
  392. "addSort": "Add sort"
  393. },
  394. "row": {
  395. "duplicate": "Duplicate",
  396. "delete": "Delete",
  397. "textPlaceholder": "Empty",
  398. "copyProperty": "Copied property to clipboard",
  399. "count": "Count",
  400. "newRow": "New row",
  401. "action": "Action"
  402. },
  403. "selectOption": {
  404. "create": "Create",
  405. "purpleColor": "Purple",
  406. "pinkColor": "Pink",
  407. "lightPinkColor": "Light Pink",
  408. "orangeColor": "Orange",
  409. "yellowColor": "Yellow",
  410. "limeColor": "Lime",
  411. "greenColor": "Green",
  412. "aquaColor": "Aqua",
  413. "blueColor": "Blue",
  414. "deleteTag": "Delete tag",
  415. "colorPanelTitle": "Colors",
  416. "panelTitle": "Select an option or create one",
  417. "searchOption": "Search for an option"
  418. },
  419. "checklist": {
  420. "panelTitle": "Add an item"
  421. },
  422. "menuName": "Grid",
  423. "referencedGridPrefix": "View of"
  424. },
  425. "document": {
  426. "menuName": "Document",
  427. "date": {
  428. "timeHintTextInTwelveHour": "01:00 PM",
  429. "timeHintTextInTwentyFourHour": "13:00"
  430. },
  431. "slashMenu": {
  432. "board": {
  433. "selectABoardToLinkTo": "Select a Board to link to",
  434. "createANewBoard": "Create a new Board"
  435. },
  436. "grid": {
  437. "selectAGridToLinkTo": "Select a Grid to link to",
  438. "createANewGrid": "Create a new Grid"
  439. },
  440. "calendar": {
  441. "selectACalendarToLinkTo": "Select a Calendar to link to",
  442. "createANewCalendar": "Create a new Calendar"
  443. }
  444. },
  445. "selectionMenu": {
  446. "outline": "Outline"
  447. },
  448. "plugins": {
  449. "referencedBoard": "Referenced Board",
  450. "referencedGrid": "Referenced Grid",
  451. "referencedCalendar": "Referenced Calendar",
  452. "autoGeneratorMenuItemName": "OpenAI Writer",
  453. "autoGeneratorTitleName": "OpenAI: Ask AI to write anything...",
  454. "autoGeneratorLearnMore": "Learn more",
  455. "autoGeneratorGenerate": "Generate",
  456. "autoGeneratorHintText": "Ask OpenAI ...",
  457. "autoGeneratorCantGetOpenAIKey": "Can't get OpenAI key",
  458. "autoGeneratorRewrite": "Rewrite",
  459. "smartEdit": "AI Assistants",
  460. "openAI": "OpenAI",
  461. "smartEditFixSpelling": "Fix spelling",
  462. "warning": "⚠️ AI responses can be inaccurate or misleading.",
  463. "smartEditSummarize": "Summarize",
  464. "smartEditImproveWriting": "Improve writing",
  465. "smartEditMakeLonger": "Make longer",
  466. "smartEditCouldNotFetchResult": "Could not fetch result from OpenAI",
  467. "smartEditCouldNotFetchKey": "Could not fetch OpenAI key",
  468. "smartEditDisabled": "Connect OpenAI in Settings",
  469. "discardResponse": "Do you want to discard the AI responses?",
  470. "createInlineMathEquation": "Create equation",
  471. "toggleList": "Toggle List",
  472. "cover": {
  473. "changeCover": "Change Cover",
  474. "colors": "Colors",
  475. "images": "Images",
  476. "clearAll": "Clear All",
  477. "abstract": "Abstract",
  478. "addCover": "Add Cover",
  479. "addLocalImage": "Add local image",
  480. "invalidImageUrl": "Invalid image URL",
  481. "failedToAddImageToGallery": "Failed to add image to gallery",
  482. "enterImageUrl": "Enter image URL",
  483. "add": "Add",
  484. "back": "Back",
  485. "saveToGallery": "Save to gallery",
  486. "removeIcon": "Remove Icon",
  487. "pasteImageUrl": "Paste image URL",
  488. "or": "OR",
  489. "pickFromFiles": "Pick from files",
  490. "couldNotFetchImage": "Could not fetch image",
  491. "imageSavingFailed": "Image Saving Failed",
  492. "addIcon": "Add Icon",
  493. "coverRemoveAlert": "It will be removed from cover after it is deleted.",
  494. "alertDialogConfirmation": "Are you sure, you want to continue?"
  495. },
  496. "mathEquation": {
  497. "addMathEquation": "Add Math Equation",
  498. "editMathEquation": "Edit Math Equation"
  499. },
  500. "optionAction": {
  501. "click": "Click",
  502. "toOpenMenu": " to open menu",
  503. "delete": "Delete",
  504. "duplicate": "Duplicate",
  505. "turnInto": "Turn into",
  506. "moveUp": "Move up",
  507. "moveDown": "Move down",
  508. "color": "Color",
  509. "align": "Align",
  510. "left": "Left",
  511. "center": "Center",
  512. "right": "Right",
  513. "defaultColor": "Default"
  514. },
  515. "image": {
  516. "copiedToPasteBoard": "The image link has been copied to the clipboard"
  517. },
  518. "outline": {
  519. "addHeadingToCreateOutline": "Add headings to create a table of contents."
  520. }
  521. },
  522. "textBlock": {
  523. "placeholder": "Type '/' for commands"
  524. },
  525. "title": {
  526. "placeholder": "Untitled"
  527. },
  528. "imageBlock": {
  529. "placeholder": "Click to add image",
  530. "upload": {
  531. "label": "Upload",
  532. "placeholder": "Click to upload image"
  533. },
  534. "url": {
  535. "label": "Image URL",
  536. "placeholder": "Enter image URL"
  537. },
  538. "support": "Image size limit is 5MB. Supported formats: JPEG, PNG, GIF, SVG",
  539. "error": {
  540. "invalidImage": "Invalid image",
  541. "invalidImageSize": "Image size must be less than 5MB",
  542. "invalidImageFormat": "Image format is not supported. Supported formats: JPEG, PNG, GIF, SVG",
  543. "invalidImageUrl": "Invalid image URL"
  544. }
  545. },
  546. "codeBlock": {
  547. "language": {
  548. "label": "Language",
  549. "placeholder": "Select language"
  550. }
  551. },
  552. "inlineLink": {
  553. "placeholder": "Paste or type a link",
  554. "url": {
  555. "label": "Link URL",
  556. "placeholder": "Enter link URL"
  557. },
  558. "title": {
  559. "label": "Link Title",
  560. "placeholder": "Enter link title"
  561. }
  562. }
  563. },
  564. "board": {
  565. "column": {
  566. "create_new_card": "New"
  567. },
  568. "menuName": "Board",
  569. "referencedBoardPrefix": "View of"
  570. },
  571. "calendar": {
  572. "menuName": "Calendar",
  573. "defaultNewCalendarTitle": "Untitled",
  574. "navigation": {
  575. "today": "Today",
  576. "jumpToday": "Jump to Today",
  577. "previousMonth": "Previous Month",
  578. "nextMonth": "Next Month"
  579. },
  580. "settings": {
  581. "showWeekNumbers": "Show week numbers",
  582. "showWeekends": "Show weekends",
  583. "firstDayOfWeek": "Start week on",
  584. "layoutDateField": "Layout calendar by",
  585. "noDateTitle": "No Date",
  586. "noDateHint": "Unscheduled events will show up here",
  587. "clickToAdd": "Click to add to the calendar",
  588. "name": "Calendar layout"
  589. },
  590. "referencedCalendarPrefix": "View of"
  591. },
  592. "errorDialog": {
  593. "title": "AppFlowy Error",
  594. "howToFixFallback": "We're sorry for the inconvenience! Submit an issue on our GitHub page that describes your error.",
  595. "github": "View on GitHub"
  596. },
  597. "search": {
  598. "label": "Search",
  599. "placeholder": {
  600. "actions": "Search actions..."
  601. }
  602. },
  603. "message": {
  604. "copy": {
  605. "success": "Copied!",
  606. "fail": "Unable to copy"
  607. }
  608. },
  609. "unSupportBlock": "The current version does not support this Block.",
  610. "views": {
  611. "deleteContentTitle": "Are you sure want to delete the {pageType}?",
  612. "deleteContentCaption": "if you delete this {pageType}, you can restore it from the trash."
  613. },
  614. "colors": {
  615. "custom": "Custom",
  616. "default": "Default",
  617. "red": "Red",
  618. "orange": "Orange",
  619. "yellow": "Yellow",
  620. "green": "Green",
  621. "blue": "Blue",
  622. "purple": "Purple",
  623. "pink": "Pink",
  624. "brown": "Brown",
  625. "gray": "Gray"
  626. }
  627. }