en.json 10 KB

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