en.json 12 KB

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