en.json 20 KB

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