en.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385
  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. },
  143. "label": {
  144. "welcome": "Welcome!",
  145. "firstName": "First Name",
  146. "middleName": "Middle Name",
  147. "lastName": "Last Name",
  148. "stepX": "Step {X}"
  149. },
  150. "oAuth": {
  151. "err": {
  152. "failedTitle": "Unable to connect to your account.",
  153. "failedMsg": "Please make sure you've completed the sign-in process in your browser."
  154. },
  155. "google": {
  156. "title": "GOOGLE SIGN-IN",
  157. "instruction1": "In order to import your Google Contacts, you'll need to authorize this application using your web browser.",
  158. "instruction2": "Copy this code to your clipboard by clicking the icon or selecting the text:",
  159. "instruction3": "Navigate to the following link in your web browser, and enter the above code:",
  160. "instruction4": "Press the button below when you've completed signup:"
  161. }
  162. },
  163. "settings": {
  164. "title": "Settings",
  165. "menu": {
  166. "appearance": "Appearance",
  167. "language": "Language",
  168. "user": "User",
  169. "files": "Files",
  170. "open": "Open Settings"
  171. },
  172. "appearance": {
  173. "themeMode": {
  174. "label": "Theme Mode",
  175. "light": "Light Mode",
  176. "dark": "Dark Mode",
  177. "system": "Adapt to System"
  178. },
  179. "theme": "Theme"
  180. },
  181. "files": {
  182. "defaultLocation": "Where your data is stored now",
  183. "doubleTapToCopy": "Double tap to copy the path",
  184. "restoreLocation": "Restore to AppFlowy default path",
  185. "customizeLocation": "Open another folder",
  186. "restartApp": "Please restart app for the changes to take effect.",
  187. "exportDatabase": "Export database",
  188. "selectFiles": "Select the files that need to be export",
  189. "createNewFolder": "Create a new folder",
  190. "createNewFolderDesc": "Tell us where you want to store your data ...",
  191. "open": "Open",
  192. "openFolder": "Open an existing folder",
  193. "openFolderDesc": "Read and write it to your existing AppFlowy folder ...",
  194. "folderHintText": "folder name",
  195. "location": "Creating a new folder",
  196. "locationDesc": "Pick a name for your AppFlowy data folder",
  197. "browser": "Browse",
  198. "create": "Create",
  199. "folderPath": "Path to store your folder",
  200. "locationCannotBeEmpty": "Path cannot be empty"
  201. },
  202. "user": {
  203. "name": "Name",
  204. "icon": "Icon",
  205. "selectAnIcon": "Select an icon",
  206. "pleaseInputYourOpenAIKey": "please input your OpenAI key"
  207. }
  208. },
  209. "grid": {
  210. "settings": {
  211. "filter": "Filter",
  212. "sort": "Sort",
  213. "sortBy": "Sort by",
  214. "Properties": "Properties",
  215. "group": "Group",
  216. "addFilter": "Add Filter",
  217. "deleteFilter": "Delete filter",
  218. "filterBy": "Filter by...",
  219. "typeAValue": "Type a value..."
  220. },
  221. "textFilter": {
  222. "contains": "Contains",
  223. "doesNotContain": "Does not contain",
  224. "endsWith": "Ends with",
  225. "startWith": "Starts with",
  226. "is": "Is",
  227. "isNot": "Is not",
  228. "isEmpty": "Is empty",
  229. "isNotEmpty": "Is not empty",
  230. "choicechipPrefix": {
  231. "isNot": "Not",
  232. "startWith": "Starts with",
  233. "endWith": "Ends with",
  234. "isEmpty": "is empty",
  235. "isNotEmpty": "is not empty"
  236. }
  237. },
  238. "checkboxFilter": {
  239. "isChecked": "Checked",
  240. "isUnchecked": "Unchecked",
  241. "choicechipPrefix": {
  242. "is": "is"
  243. }
  244. },
  245. "checklistFilter": {
  246. "isComplete": "is complete",
  247. "isIncomplted": "is incomplete"
  248. },
  249. "singleSelectOptionFilter": {
  250. "is": "Is",
  251. "isNot": "Is not",
  252. "isEmpty": "Is empty",
  253. "isNotEmpty": "Is not empty"
  254. },
  255. "multiSelectOptionFilter": {
  256. "contains": "Contains",
  257. "doesNotContain": "Does not contain",
  258. "isEmpty": "Is empty",
  259. "isNotEmpty": "Is not empty"
  260. },
  261. "field": {
  262. "hide": "Hide",
  263. "insertLeft": "Insert Left",
  264. "insertRight": "Insert Right",
  265. "duplicate": "Duplicate",
  266. "delete": "Delete",
  267. "textFieldName": "Text",
  268. "checkboxFieldName": "Checkbox",
  269. "dateFieldName": "Date",
  270. "numberFieldName": "Numbers",
  271. "singleSelectFieldName": "Select",
  272. "multiSelectFieldName": "Multiselect",
  273. "urlFieldName": "URL",
  274. "checklistFieldName": "Checklist",
  275. "numberFormat": "Number format",
  276. "dateFormat": "Date format",
  277. "includeTime": "Include time",
  278. "dateFormatFriendly": "Month Day,Year",
  279. "dateFormatISO": "Year-Month-Day",
  280. "dateFormatLocal": "Month/Day/Year",
  281. "dateFormatUS": "Year/Month/Day",
  282. "timeFormat": "Time format",
  283. "invalidTimeFormat": "Invalid format",
  284. "timeFormatTwelveHour": "12 hour",
  285. "timeFormatTwentyFourHour": "24 hour",
  286. "addSelectOption": "Add an option",
  287. "optionTitle": "Options",
  288. "addOption": "Add option",
  289. "editProperty": "Edit property",
  290. "newColumn": "New column",
  291. "deleteFieldPromptMessage": "Are you sure? This property will be deleted"
  292. },
  293. "sort": {
  294. "ascending": "Ascending",
  295. "descending": "Descending",
  296. "deleteSort": "Delete sort",
  297. "addSort": "Add sort"
  298. },
  299. "row": {
  300. "duplicate": "Duplicate",
  301. "delete": "Delete",
  302. "textPlaceholder": "Empty",
  303. "copyProperty": "Copied property to clipboard",
  304. "count": "Count",
  305. "newRow": "New row"
  306. },
  307. "selectOption": {
  308. "create": "Create",
  309. "purpleColor": "Purple",
  310. "pinkColor": "Pink",
  311. "lightPinkColor": "Light Pink",
  312. "orangeColor": "Orange",
  313. "yellowColor": "Yellow",
  314. "limeColor": "Lime",
  315. "greenColor": "Green",
  316. "aquaColor": "Aqua",
  317. "blueColor": "Blue",
  318. "deleteTag": "Delete tag",
  319. "colorPanelTitle": "Colors",
  320. "panelTitle": "Select an option or create one",
  321. "searchOption": "Search for an option"
  322. },
  323. "checklist": {
  324. "panelTitle": "Add an item"
  325. },
  326. "menuName": "Grid"
  327. },
  328. "document": {
  329. "menuName": "Document",
  330. "date": {
  331. "timeHintTextInTwelveHour": "01:00 PM",
  332. "timeHintTextInTwentyFourHour": "13:00"
  333. },
  334. "slashMenu": {
  335. "board": {
  336. "selectABoardToLinkTo": "Select a Board to link to"
  337. },
  338. "grid": {
  339. "selectAGridToLinkTo": "Select a Grid to link to"
  340. }
  341. },
  342. "plugins": {
  343. "referencedBoard": "Referenced Board",
  344. "referencedGrid": "Referenced Grid",
  345. "autoCompletionMenuItemName": "Auto Completion",
  346. "autoGeneratorMenuItemName": "Auto Generator",
  347. "autoGeneratorTitleName": "OpenAI: Ask AI to write anything...",
  348. "autoGeneratorLearnMore": "Learn more",
  349. "autoGeneratorGenerate": "Generate",
  350. "autoGeneratorHintText": "Tell us what you want to generate by OpenAI ...",
  351. "autoGeneratorCantGetOpenAIKey": "Can't get OpenAI key",
  352. "smartEdit": "Smart Edit",
  353. "smartEditTitleName": "OpenAI: Smart Edit",
  354. "smartEditFixSpelling": "Fix spelling",
  355. "smartEditSummarize": "Summarize",
  356. "smartEditCouldNotFetchResult": "Could not fetch result from OpenAI",
  357. "smartEditCouldNotFetchKey": "Could not fetch OpenAI key",
  358. "smartEditDisabled": "Connect OpenAI in Settings",
  359. "cover": {
  360. "changeCover": "Change Cover",
  361. "colors": "Colors",
  362. "images": "Images",
  363. "abstract": "Abstract",
  364. "addCover": "Add Cover",
  365. "addLocalImage": "Add local image"
  366. }
  367. }
  368. },
  369. "board": {
  370. "column": {
  371. "create_new_card": "New"
  372. },
  373. "menuName": "Board"
  374. },
  375. "calendar": {
  376. "menuName": "Calendar",
  377. "defaultNewCalendarTitle": "Untitled",
  378. "navigation": {
  379. "today": "Today",
  380. "jumpToday": "Jump to Today",
  381. "previousMonth": "Previous Month",
  382. "nextMonth": "Next Month"
  383. }
  384. }
  385. }