en.json 14 KB

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