en.json 19 KB

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