en.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491
  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. },
  117. "tooltip": {
  118. "lightMode": "Switch to Light mode",
  119. "darkMode": "Switch to Dark mode",
  120. "openAsPage": "Open as a Page",
  121. "addNewRow": "Add a new row",
  122. "openMenu": "Click to open menu",
  123. "dragRow": "Long press to reorder the row",
  124. "viewDataBase": "View database",
  125. "referencePage": "This {name} is referenced"
  126. },
  127. "sideBar": {
  128. "closeSidebar": "Close side bar",
  129. "openSidebar": "Open side bar"
  130. },
  131. "notifications": {
  132. "export": {
  133. "markdown": "Exported Note To Markdown",
  134. "path": "Documents/flowy"
  135. }
  136. },
  137. "contactsPage": {
  138. "title": "Contacts",
  139. "whatsHappening": "What's happening this week?",
  140. "addContact": "Add Contact",
  141. "editContact": "Edit Contact"
  142. },
  143. "button": {
  144. "OK": "OK",
  145. "Done": "Done",
  146. "Cancel": "Cancel",
  147. "signIn": "Sign In",
  148. "signOut": "Sign Out",
  149. "complete": "Complete",
  150. "save": "Save",
  151. "generate": "Generate",
  152. "esc": "ESC",
  153. "keep": "Keep",
  154. "tryAgain": "Try again",
  155. "discard": "Discard",
  156. "replace": "Replace",
  157. "insertBelow": "Insert Below"
  158. },
  159. "label": {
  160. "welcome": "Welcome!",
  161. "firstName": "First Name",
  162. "middleName": "Middle Name",
  163. "lastName": "Last Name",
  164. "stepX": "Step {X}"
  165. },
  166. "oAuth": {
  167. "err": {
  168. "failedTitle": "Unable to connect to your account.",
  169. "failedMsg": "Please make sure you've completed the sign-in process in your browser."
  170. },
  171. "google": {
  172. "title": "GOOGLE SIGN-IN",
  173. "instruction1": "In order to import your Google Contacts, you'll need to authorize this application using your web browser.",
  174. "instruction2": "Copy this code to your clipboard by clicking the icon or selecting the text:",
  175. "instruction3": "Navigate to the following link in your web browser, and enter the above code:",
  176. "instruction4": "Press the button below when you've completed signup:"
  177. }
  178. },
  179. "settings": {
  180. "title": "Settings",
  181. "menu": {
  182. "appearance": "Appearance",
  183. "language": "Language",
  184. "user": "User",
  185. "files": "Files",
  186. "open": "Open Settings"
  187. },
  188. "appearance": {
  189. "themeMode": {
  190. "label": "Theme Mode",
  191. "light": "Light Mode",
  192. "dark": "Dark Mode",
  193. "system": "Adapt to System"
  194. },
  195. "theme": "Theme"
  196. },
  197. "files": {
  198. "copy": "Copy",
  199. "defaultLocation": "Read files and data storage location",
  200. "exportData": "Export your data",
  201. "doubleTapToCopy": "Double tap to copy the path",
  202. "restoreLocation": "Restore to AppFlowy default path",
  203. "customizeLocation": "Open another folder",
  204. "restartApp": "Please restart app for the changes to take effect.",
  205. "exportDatabase": "Export database",
  206. "selectFiles": "Select the files that need to be export",
  207. "selectAll": "Select all",
  208. "deselectAll": "Deselect all",
  209. "createNewFolder": "Create a new folder",
  210. "createNewFolderDesc": "Tell us where you want to store your data",
  211. "defineWhereYourDataIsStored": "Define where your data is stored",
  212. "open": "Open",
  213. "openFolder": "Open an existing folder",
  214. "openFolderDesc": "Read and write it to your existing AppFlowy folder",
  215. "folderHintText": "folder name",
  216. "location": "Creating a new folder",
  217. "locationDesc": "Pick a name for your AppFlowy data folder",
  218. "browser": "Browse",
  219. "create": "Create",
  220. "set": "Set",
  221. "folderPath": "Path to store your folder",
  222. "locationCannotBeEmpty": "Path cannot be empty",
  223. "pathCopiedSnackbar": "File storage path copied to clipboard!",
  224. "changeLocationTooltips": "Change the data directory",
  225. "change": "Change",
  226. "openLocationTooltips": "Open another data directory",
  227. "openCurrentDataFolder": "Open current data directory",
  228. "recoverLocationTooltips": "Reset to AppFlowy's default data directory",
  229. "exportFileSuccess": "Export file successfully!",
  230. "exportFileFail": "Export file failed!",
  231. "export": "Export"
  232. },
  233. "user": {
  234. "name": "Name",
  235. "icon": "Icon",
  236. "selectAnIcon": "Select an icon",
  237. "pleaseInputYourOpenAIKey": "please input your OpenAI key"
  238. }
  239. },
  240. "grid": {
  241. "deleteView": "Are you sure you want to delete this view?",
  242. "createView": "New",
  243. "settings": {
  244. "filter": "Filter",
  245. "sort": "Sort",
  246. "sortBy": "Sort by",
  247. "Properties": "Properties",
  248. "group": "Group",
  249. "addFilter": "Add Filter",
  250. "deleteFilter": "Delete filter",
  251. "filterBy": "Filter by...",
  252. "typeAValue": "Type a value...",
  253. "layout": "Layout",
  254. "databaseLayout": "Layout"
  255. },
  256. "textFilter": {
  257. "contains": "Contains",
  258. "doesNotContain": "Does not contain",
  259. "endsWith": "Ends with",
  260. "startWith": "Starts with",
  261. "is": "Is",
  262. "isNot": "Is not",
  263. "isEmpty": "Is empty",
  264. "isNotEmpty": "Is not empty",
  265. "choicechipPrefix": {
  266. "isNot": "Not",
  267. "startWith": "Starts with",
  268. "endWith": "Ends with",
  269. "isEmpty": "is empty",
  270. "isNotEmpty": "is not empty"
  271. }
  272. },
  273. "checkboxFilter": {
  274. "isChecked": "Checked",
  275. "isUnchecked": "Unchecked",
  276. "choicechipPrefix": {
  277. "is": "is"
  278. }
  279. },
  280. "checklistFilter": {
  281. "isComplete": "is complete",
  282. "isIncomplted": "is incomplete"
  283. },
  284. "singleSelectOptionFilter": {
  285. "is": "Is",
  286. "isNot": "Is not",
  287. "isEmpty": "Is empty",
  288. "isNotEmpty": "Is not empty"
  289. },
  290. "multiSelectOptionFilter": {
  291. "contains": "Contains",
  292. "doesNotContain": "Does not contain",
  293. "isEmpty": "Is empty",
  294. "isNotEmpty": "Is not empty"
  295. },
  296. "field": {
  297. "hide": "Hide",
  298. "insertLeft": "Insert Left",
  299. "insertRight": "Insert Right",
  300. "duplicate": "Duplicate",
  301. "delete": "Delete",
  302. "textFieldName": "Text",
  303. "checkboxFieldName": "Checkbox",
  304. "dateFieldName": "Date",
  305. "updatedAtFieldName": "Last modified time",
  306. "createdAtFieldName": "Created time",
  307. "numberFieldName": "Numbers",
  308. "singleSelectFieldName": "Select",
  309. "multiSelectFieldName": "Multiselect",
  310. "urlFieldName": "URL",
  311. "checklistFieldName": "Checklist",
  312. "numberFormat": "Number format",
  313. "dateFormat": "Date format",
  314. "includeTime": "Include time",
  315. "dateFormatFriendly": "Month Day, Year",
  316. "dateFormatISO": "Year-Month-Day",
  317. "dateFormatLocal": "Month/Day/Year",
  318. "dateFormatUS": "Year/Month/Day",
  319. "dateFormatDayMonthYear": "Day/Month/Year",
  320. "timeFormat": "Time format",
  321. "invalidTimeFormat": "Invalid format",
  322. "timeFormatTwelveHour": "12 hour",
  323. "timeFormatTwentyFourHour": "24 hour",
  324. "addSelectOption": "Add an option",
  325. "optionTitle": "Options",
  326. "addOption": "Add option",
  327. "editProperty": "Edit property",
  328. "newProperty": "New property",
  329. "deleteFieldPromptMessage": "Are you sure? This property will be deleted"
  330. },
  331. "sort": {
  332. "ascending": "Ascending",
  333. "descending": "Descending",
  334. "deleteSort": "Delete sort",
  335. "addSort": "Add sort"
  336. },
  337. "row": {
  338. "duplicate": "Duplicate",
  339. "delete": "Delete",
  340. "textPlaceholder": "Empty",
  341. "copyProperty": "Copied property to clipboard",
  342. "count": "Count",
  343. "newRow": "New row",
  344. "action": "Action"
  345. },
  346. "selectOption": {
  347. "create": "Create",
  348. "purpleColor": "Purple",
  349. "pinkColor": "Pink",
  350. "lightPinkColor": "Light Pink",
  351. "orangeColor": "Orange",
  352. "yellowColor": "Yellow",
  353. "limeColor": "Lime",
  354. "greenColor": "Green",
  355. "aquaColor": "Aqua",
  356. "blueColor": "Blue",
  357. "deleteTag": "Delete tag",
  358. "colorPanelTitle": "Colors",
  359. "panelTitle": "Select an option or create one",
  360. "searchOption": "Search for an option"
  361. },
  362. "checklist": {
  363. "panelTitle": "Add an item"
  364. },
  365. "menuName": "Grid",
  366. "referencedGridPrefix": "View of"
  367. },
  368. "document": {
  369. "menuName": "Document",
  370. "date": {
  371. "timeHintTextInTwelveHour": "01:00 PM",
  372. "timeHintTextInTwentyFourHour": "13:00"
  373. },
  374. "slashMenu": {
  375. "board": {
  376. "selectABoardToLinkTo": "Select a Board to link to",
  377. "createANewBoard": "Create a new Board"
  378. },
  379. "grid": {
  380. "selectAGridToLinkTo": "Select a Grid to link to",
  381. "createANewGrid": "Create a new Grid"
  382. },
  383. "calendar": {
  384. "selectACalendarToLinkTo": "Select a Calendar to link to",
  385. "createANewCalendar": "Create a new Calendar"
  386. }
  387. },
  388. "selectionMenu": {
  389. "outline": "Outline"
  390. },
  391. "plugins": {
  392. "referencedBoard": "Referenced Board",
  393. "referencedGrid": "Referenced Grid",
  394. "referencedCalendar": "Referenced Calendar",
  395. "autoGeneratorMenuItemName": "OpenAI Writer",
  396. "autoGeneratorTitleName": "OpenAI: Ask AI to write anything...",
  397. "autoGeneratorLearnMore": "Learn more",
  398. "autoGeneratorGenerate": "Generate",
  399. "autoGeneratorHintText": "Ask OpenAI ...",
  400. "autoGeneratorCantGetOpenAIKey": "Can't get OpenAI key",
  401. "autoGeneratorRewrite": "Rewrite",
  402. "smartEdit": "AI Assistants",
  403. "openAI": "OpenAI",
  404. "smartEditFixSpelling": "Fix spelling",
  405. "warning": "⚠️ AI responses can be inaccurate or misleading.",
  406. "smartEditSummarize": "Summarize",
  407. "smartEditImproveWriting": "Improve writing",
  408. "smartEditMakeLonger": "Make longer",
  409. "smartEditCouldNotFetchResult": "Could not fetch result from OpenAI",
  410. "smartEditCouldNotFetchKey": "Could not fetch OpenAI key",
  411. "smartEditDisabled": "Connect OpenAI in Settings",
  412. "discardResponse": "Do you want to discard the AI responses?",
  413. "cover": {
  414. "changeCover": "Change Cover",
  415. "colors": "Colors",
  416. "images": "Images",
  417. "clearAll": "Clear All",
  418. "abstract": "Abstract",
  419. "addCover": "Add Cover",
  420. "addLocalImage": "Add local image",
  421. "invalidImageUrl": "Invalid image URL",
  422. "failedToAddImageToGallery": "Failed to add image to gallery",
  423. "enterImageUrl": "Enter image URL",
  424. "add": "Add",
  425. "back": "Back",
  426. "saveToGallery": "Save to gallery",
  427. "removeIcon": "Remove Icon",
  428. "pasteImageUrl": "Paste image URL",
  429. "or": "OR",
  430. "pickFromFiles": "Pick from files",
  431. "couldNotFetchImage": "Could not fetch image",
  432. "imageSavingFailed": "Image Saving Failed",
  433. "addIcon": "Add Icon",
  434. "coverRemoveAlert": "It will be removed from cover after it is deleted.",
  435. "alertDialogConfirmation": "Are you sure, you want to continue?"
  436. },
  437. "mathEquation": {
  438. "addMathEquation": "Add Math Equation",
  439. "editMathEquation": "Edit Math Equation"
  440. },
  441. "optionAction": {
  442. "click": "Click",
  443. "toOpenMenu": " to open menu",
  444. "delete": "Delete",
  445. "duplicate": "Duplicate",
  446. "turnInto": "Turn into",
  447. "moveUp": "Move up",
  448. "moveDown": "Move down",
  449. "color": "Color",
  450. "align": "Align",
  451. "left": "Left",
  452. "center": "Center",
  453. "right": "Right",
  454. "defaultColor": "Default"
  455. }
  456. }
  457. },
  458. "board": {
  459. "column": {
  460. "create_new_card": "New"
  461. },
  462. "menuName": "Board",
  463. "referencedBoardPrefix": "View of"
  464. },
  465. "calendar": {
  466. "menuName": "Calendar",
  467. "defaultNewCalendarTitle": "Untitled",
  468. "navigation": {
  469. "today": "Today",
  470. "jumpToday": "Jump to Today",
  471. "previousMonth": "Previous Month",
  472. "nextMonth": "Next Month"
  473. },
  474. "settings": {
  475. "showWeekNumbers": "Show week numbers",
  476. "showWeekends": "Show weekends",
  477. "firstDayOfWeek": "Start week on",
  478. "layoutDateField": "Layout calendar by",
  479. "noDateTitle": "No Date",
  480. "noDateHint": "Unscheduled events will show up here",
  481. "clickToAdd": "Click to add to the calendar",
  482. "name": "Calendar layout"
  483. },
  484. "referencedCalendarPrefix": "View of"
  485. },
  486. "errorDialog": {
  487. "title": "AppFlowy Error",
  488. "howToFixFallback": "We're sorry for the inconvenience! Submit an issue on our GitHub page that describes your error.",
  489. "github": "View on GitHub"
  490. }
  491. }