en.json 18 KB

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