en.json 15 KB

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