en.json 13 KB

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