en.json 13 KB

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