en.json 18 KB

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