en.json 18 KB

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