en.json 14 KB

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