en.json 21 KB

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