en.json 21 KB

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