en.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466
  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. "selectAll": "Select all",
  200. "deselectAll": "Deselect all",
  201. "createNewFolder": "Create a new folder",
  202. "createNewFolderDesc": "Tell us where you want to store your data",
  203. "defineWhereYourDataIsStored": "Define where your data is stored",
  204. "open": "Open",
  205. "openFolder": "Open an existing folder",
  206. "openFolderDesc": "Read and write it to your existing AppFlowy folder",
  207. "folderHintText": "folder name",
  208. "location": "Creating a new folder",
  209. "locationDesc": "Pick a name for your AppFlowy data folder",
  210. "browser": "Browse",
  211. "create": "Create",
  212. "set": "Set",
  213. "folderPath": "Path to store your folder",
  214. "locationCannotBeEmpty": "Path cannot be empty",
  215. "pathCopiedSnackbar": "File storage path copied to clipboard!",
  216. "changeLocationTooltips": "Change the data directory",
  217. "change": "Change",
  218. "openLocationTooltips": "Open another data directory",
  219. "recoverLocationTooltips": "Reset to AppFlowy's default data directory",
  220. "exportFileSuccess": "Export file successfully!",
  221. "exportFileFail": "Export file failed!",
  222. "export": "Export"
  223. },
  224. "user": {
  225. "name": "Name",
  226. "icon": "Icon",
  227. "selectAnIcon": "Select an icon",
  228. "pleaseInputYourOpenAIKey": "please input your OpenAI key"
  229. }
  230. },
  231. "grid": {
  232. "settings": {
  233. "filter": "Filter",
  234. "sort": "Sort",
  235. "sortBy": "Sort by",
  236. "Properties": "Properties",
  237. "group": "Group",
  238. "addFilter": "Add Filter",
  239. "deleteFilter": "Delete filter",
  240. "filterBy": "Filter by...",
  241. "typeAValue": "Type a value...",
  242. "layout": "Layout",
  243. "databaseLayout": "Layout"
  244. },
  245. "textFilter": {
  246. "contains": "Contains",
  247. "doesNotContain": "Does not contain",
  248. "endsWith": "Ends with",
  249. "startWith": "Starts with",
  250. "is": "Is",
  251. "isNot": "Is not",
  252. "isEmpty": "Is empty",
  253. "isNotEmpty": "Is not empty",
  254. "choicechipPrefix": {
  255. "isNot": "Not",
  256. "startWith": "Starts with",
  257. "endWith": "Ends with",
  258. "isEmpty": "is empty",
  259. "isNotEmpty": "is not empty"
  260. }
  261. },
  262. "checkboxFilter": {
  263. "isChecked": "Checked",
  264. "isUnchecked": "Unchecked",
  265. "choicechipPrefix": {
  266. "is": "is"
  267. }
  268. },
  269. "checklistFilter": {
  270. "isComplete": "is complete",
  271. "isIncomplted": "is incomplete"
  272. },
  273. "singleSelectOptionFilter": {
  274. "is": "Is",
  275. "isNot": "Is not",
  276. "isEmpty": "Is empty",
  277. "isNotEmpty": "Is not empty"
  278. },
  279. "multiSelectOptionFilter": {
  280. "contains": "Contains",
  281. "doesNotContain": "Does not contain",
  282. "isEmpty": "Is empty",
  283. "isNotEmpty": "Is not empty"
  284. },
  285. "field": {
  286. "hide": "Hide",
  287. "insertLeft": "Insert Left",
  288. "insertRight": "Insert Right",
  289. "duplicate": "Duplicate",
  290. "delete": "Delete",
  291. "textFieldName": "Text",
  292. "checkboxFieldName": "Checkbox",
  293. "dateFieldName": "Date",
  294. "updatedAtFieldName": "Last modified time",
  295. "createdAtFieldName": "Created time",
  296. "numberFieldName": "Numbers",
  297. "singleSelectFieldName": "Select",
  298. "multiSelectFieldName": "Multiselect",
  299. "urlFieldName": "URL",
  300. "checklistFieldName": "Checklist",
  301. "numberFormat": "Number format",
  302. "dateFormat": "Date format",
  303. "includeTime": "Include time",
  304. "dateFormatFriendly": "Month Day, Year",
  305. "dateFormatISO": "Year-Month-Day",
  306. "dateFormatLocal": "Month/Day/Year",
  307. "dateFormatUS": "Year/Month/Day",
  308. "dateFormatDayMonthYear": "Day/Month/Year",
  309. "timeFormat": "Time format",
  310. "invalidTimeFormat": "Invalid format",
  311. "timeFormatTwelveHour": "12 hour",
  312. "timeFormatTwentyFourHour": "24 hour",
  313. "addSelectOption": "Add an option",
  314. "optionTitle": "Options",
  315. "addOption": "Add option",
  316. "editProperty": "Edit property",
  317. "newProperty": "New property",
  318. "deleteFieldPromptMessage": "Are you sure? This property will be deleted"
  319. },
  320. "sort": {
  321. "ascending": "Ascending",
  322. "descending": "Descending",
  323. "deleteSort": "Delete sort",
  324. "addSort": "Add sort"
  325. },
  326. "row": {
  327. "duplicate": "Duplicate",
  328. "delete": "Delete",
  329. "textPlaceholder": "Empty",
  330. "copyProperty": "Copied property to clipboard",
  331. "count": "Count",
  332. "newRow": "New row",
  333. "action": "Action"
  334. },
  335. "selectOption": {
  336. "create": "Create",
  337. "purpleColor": "Purple",
  338. "pinkColor": "Pink",
  339. "lightPinkColor": "Light Pink",
  340. "orangeColor": "Orange",
  341. "yellowColor": "Yellow",
  342. "limeColor": "Lime",
  343. "greenColor": "Green",
  344. "aquaColor": "Aqua",
  345. "blueColor": "Blue",
  346. "deleteTag": "Delete tag",
  347. "colorPanelTitle": "Colors",
  348. "panelTitle": "Select an option or create one",
  349. "searchOption": "Search for an option"
  350. },
  351. "checklist": {
  352. "panelTitle": "Add an item"
  353. },
  354. "menuName": "Grid",
  355. "referencedGridPrefix": "View of"
  356. },
  357. "document": {
  358. "menuName": "Document",
  359. "date": {
  360. "timeHintTextInTwelveHour": "01:00 PM",
  361. "timeHintTextInTwentyFourHour": "13:00"
  362. },
  363. "slashMenu": {
  364. "board": {
  365. "selectABoardToLinkTo": "Select a Board to link to",
  366. "createANewBoard": "Create a new Board"
  367. },
  368. "grid": {
  369. "selectAGridToLinkTo": "Select a Grid to link to",
  370. "createANewGrid": "Create a new Grid"
  371. }
  372. },
  373. "plugins": {
  374. "referencedBoard": "Referenced Board",
  375. "referencedGrid": "Referenced Grid",
  376. "autoGeneratorMenuItemName": "OpenAI Writer",
  377. "autoGeneratorTitleName": "OpenAI: Ask AI to write anything...",
  378. "autoGeneratorLearnMore": "Learn more",
  379. "autoGeneratorGenerate": "Generate",
  380. "autoGeneratorHintText": "Ask OpenAI ...",
  381. "autoGeneratorCantGetOpenAIKey": "Can't get OpenAI key",
  382. "autoGeneratorRewrite": "Rewrite",
  383. "smartEdit": "AI Assistants",
  384. "openAI": "OpenAI",
  385. "smartEditFixSpelling": "Fix spelling",
  386. "warning": "⚠️ AI responses can be inaccurate or misleading.",
  387. "smartEditSummarize": "Summarize",
  388. "smartEditImproveWriting": "Improve writing",
  389. "smartEditMakeLonger": "Make longer",
  390. "smartEditCouldNotFetchResult": "Could not fetch result from OpenAI",
  391. "smartEditCouldNotFetchKey": "Could not fetch OpenAI key",
  392. "smartEditDisabled": "Connect OpenAI in Settings",
  393. "discardResponse": "Do you want to discard the AI responses?",
  394. "cover": {
  395. "changeCover": "Change Cover",
  396. "colors": "Colors",
  397. "images": "Images",
  398. "clearAll": "Clear All",
  399. "abstract": "Abstract",
  400. "addCover": "Add Cover",
  401. "addLocalImage": "Add local image",
  402. "invalidImageUrl": "Invalid image URL",
  403. "failedToAddImageToGallery": "Failed to add image to gallery",
  404. "enterImageUrl": "Enter image URL",
  405. "add": "Add",
  406. "back": "Back",
  407. "saveToGallery": "Save to gallery",
  408. "removeIcon": "Remove Icon",
  409. "pasteImageUrl": "Paste image URL",
  410. "or": "OR",
  411. "pickFromFiles": "Pick from files",
  412. "couldNotFetchImage": "Could not fetch image",
  413. "imageSavingFailed": "Image Saving Failed",
  414. "addIcon": "Add Icon",
  415. "coverRemoveAlert": "It will be removed from cover after it is deleted.",
  416. "alertDialogConfirmation": "Are you sure, you want to continue?"
  417. },
  418. "mathEquation": {
  419. "addMathEquation": "Add Math Equation",
  420. "editMathEquation": "Edit Math Equation"
  421. },
  422. "optionAction": {
  423. "click": "Click",
  424. "toOpenMenu": " to open menu",
  425. "delete": "Delete",
  426. "duplicate": "Duplicate",
  427. "turnInto": "Turn into",
  428. "moveUp": "Move up",
  429. "moveDown": "Move down",
  430. "color": "Color",
  431. "align": "Align",
  432. "left": "Left",
  433. "center": "Center",
  434. "right": "Right",
  435. "defaultColor": "Default"
  436. }
  437. }
  438. },
  439. "board": {
  440. "column": {
  441. "create_new_card": "New"
  442. },
  443. "menuName": "Board",
  444. "referencedBoardPrefix": "View of"
  445. },
  446. "calendar": {
  447. "menuName": "Calendar",
  448. "defaultNewCalendarTitle": "Untitled",
  449. "navigation": {
  450. "today": "Today",
  451. "jumpToday": "Jump to Today",
  452. "previousMonth": "Previous Month",
  453. "nextMonth": "Next Month"
  454. },
  455. "settings": {
  456. "showWeekNumbers": "Show week numbers",
  457. "showWeekends": "Show weekends",
  458. "firstDayOfWeek": "Start week on",
  459. "layoutDateField": "Layout calendar by",
  460. "noDateTitle": "No Date",
  461. "noDateHint": "Unscheduled events will show up here",
  462. "clickToAdd": "Click to add to the calendar",
  463. "name": "Calendar layout"
  464. }
  465. }
  466. }