en.json 21 KB

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