en.json 15 KB

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