电子档案
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

274 lines
12 KiB

  1. {
  2. "GENERAL": {
  3. "MAIN-TITLE": "Flowable",
  4. "ERROR": {
  5. "GENERIC": "Sorry, an error occurred...",
  6. "UNKNOWN": "Sorry, an error occurred while performing the requested operation.",
  7. "BAD_REQUEST": "An error occurred while performing the requested operation",
  8. "NOT_FOUND": "The resource you are trying to access does not exist",
  9. "UNAUTHORIZED": "You should sign in in order to perform the requested operation.",
  10. "FORBIDDEN": "You are not allowed to perform the requested operation",
  11. "INTERNAL_SERVER_ERROR": "Sorry, an unexpected error occurred while performing the requested operation."
  12. },
  13. "ACTION": {
  14. "LOGOUT": "Sign out",
  15. "DASHBOARD": "Dashboard",
  16. "HELP": "Getting started",
  17. "EDIT-PROFILE": "Edit profile",
  18. "SAVE": "Save",
  19. "CANCEL": "Cancel",
  20. "CLOSE": "Close",
  21. "DEPLOY": "Deploy",
  22. "ABOUT": "About Flowable"
  23. },
  24. "MESSAGE": {
  25. "SELECT-PEOPLE-HELP": "Use ↑ and ↓ to select and press enter to confirm",
  26. "SELECT-GROUP-HELP": "Use ↑ and ↓ to select and press Enter to confirm",
  27. "SELECT-GROUP-SEARCH-PLACEHOLDER": "Search group",
  28. "SELECT-GROUP-NO-MATCHING-RESULTS": "Use the search box above to find groups."
  29. },
  30. "TITLE": {
  31. "MATCHING-PEOPLE": "Matching people",
  32. "SELECT-GROUP": "Select group",
  33. "MATCHING-GROUPS": "Matching groups"
  34. }
  35. },
  36. "LOGIN": {
  37. "TITLE": "Sign in",
  38. "USERNAME": "Username",
  39. "USERNAME-PLACEHOLDER": "Enter your username",
  40. "PASSWORD": "Password",
  41. "PASSWORD-PLACEHOLDER": "Enter your password",
  42. "INVALID-CREDENTIALS": "Invalid credentials",
  43. "ACTION": {
  44. "CONFIRM": "Sign in"
  45. }
  46. },
  47. "ACCOUNT": {
  48. "ACTIVATE": {
  49. "TITLE": "Activate account",
  50. "ACTIVATING-MESSAGE": "Hold on tight {{userFullName}} we're activating your account...",
  51. "SUCCESS-MESSAGE": "Your account has been activated. Please sign in below to start designing and running processes",
  52. "FAILURE-MESSAGE": "Your account cannot be activated. Either it has already been activated or the activation link has expired."
  53. },
  54. "RESET-PASSWORD-REQUEST": {
  55. "MESSAGE": "Forgot your password? Enter your email address below to receive an email to reset your password.",
  56. "TITLE": "Reset password",
  57. "EMAIL": "Email address",
  58. "EMAIL-PLACEHOLDER": "Enter your email",
  59. "SECURITY-SECTION": "Security check",
  60. "CONFIRM": "Request password reset",
  61. "SUCCESS-MESSAGE": "You will receive a mail shortly with a link to reset your password.",
  62. "ERROR": {
  63. "UNEXISTING-USER": "User with the given email address does not exist."
  64. }
  65. },
  66. "RESET-PASSWORD": {
  67. "TITLE": "Reset password",
  68. "PASSWORD": "Password",
  69. "PASSWORD-CONFIRM": "Confirm password",
  70. "PASSWORD-PLACEHOLDER": "Enter a new password",
  71. "PASSWORD-CONFIRM-PLACEHOLDER": "Confirm the new password",
  72. "CONFIRM": "Change password",
  73. "LOADING": "Resetting password...",
  74. "SUCCESS-MESSAGE": "Your password has been changed.",
  75. "LOGIN": "Sign in now",
  76. "FAILURE-MESSAGE": "Your password cannot be reset. The reset link is invalid or expired."
  77. }
  78. },
  79. "IDM": {
  80. "GENERAL" : {
  81. "MAIN-TITLE": "Flowable - Identity Management",
  82. "NAVIGATION": {
  83. "PROFILE": "Personal",
  84. "USER-MGMT": "Users",
  85. "GROUP-MGMT": "Groups",
  86. "PRIVILEGE-MGMT": "Privileges"
  87. },
  88. "ACTION": {
  89. "CANCEL": "Cancel",
  90. "CREATE": "Create",
  91. "SAVE": "Save",
  92. "CLOSE": "Close",
  93. "LOGOUT": "Sign out",
  94. "ABOUT": "About Flowable"
  95. },
  96. "ERROR": {
  97. "GENERIC": "Sorry, an error occurred...",
  98. "UNKNOWN": "Sorry, an error occurred while performing the requested operation.",
  99. "BAD_REQUEST": "An error occurred while performing the requested operation",
  100. "NOT_FOUND": "The resource you are trying to access does not exist",
  101. "UNAUTHORIZED": "You should sign in in order to perform the requested operation.",
  102. "FORBIDDEN": "You are not allowed to perform the requested operation",
  103. "INTERNAL_SERVER_ERROR": "Sorry, an unexpected error occurred while performing the requested operation."
  104. }
  105. },
  106. "USER-MGMT": {
  107. "TITLE": "Matching users",
  108. "CREATE-USER": "Create user",
  109. "NAME-SEARCH": "Search by name",
  110. "COMPANY": "Company",
  111. "STATUS": "Status",
  112. "ACCOUNT": "Account type",
  113. "ACTIONS": "Select an action",
  114. "CHANGE-STATUS": "Change status",
  115. "CHANGE-ACCOUNT-TYPE": "Change account type",
  116. "CHANGE-PASSWORD": "Change password",
  117. "EDIT-USER": "Change details",
  118. "DELETE-USERS": "Delete",
  119. "TOTAL-USERS": "total",
  120. "INACTIVE-USERS": "inactive",
  121. "ENTERPRISE-USERS": "enterprise",
  122. "ACTIVE-USERS": "active",
  123. "DELETED-USERS": "deleted",
  124. "ORDER-BY": "Order by",
  125. "SHOW-NEXT": "Show next",
  126. "SHOW-PREVIOUS": "Show previous",
  127. "NO-MATCHING-USERS": "Found no matching users",
  128. "MATCHING-USERS": "Found {{total | number}} matching user(s), showing {{start + 1}} to {{start + size}}",
  129. "ID": "ID",
  130. "EMAIL": "Email",
  131. "NAME": "Name",
  132. "TENANT": "Tenant",
  133. "CREATED": "Created",
  134. "TYPE": "Type",
  135. "EXTERNAL-ID": "External id",
  136. "LAST-SYNC-TIME": "Last update",
  137. "FILTERS": {
  138. "STATUS-ANY": "Any status",
  139. "STATUS-ACTIVE": "Active",
  140. "STATUS-INACTIVE": "Inactive",
  141. "STATUS-PENDING": "Pending",
  142. "STATUS-DELETED": "Deleted",
  143. "TYPE-ANY": "Any type",
  144. "SORT-DATE-NEWEST": "Date created, newest",
  145. "SORT-DATE-OLDEST": "Date created, oldest",
  146. "SORT-EMAIL-A": "Email, A-Z",
  147. "SORT-EMAIL-Z": "Email, Z-A",
  148. "SORT-ID-A": "User id, A-Z",
  149. "SORT-ID-Z": "User id, Z-A"
  150. },
  151. "POPUP": {
  152. "CREATE-TITLE": "Create user",
  153. "EDIT-TITLE": "Edit user details",
  154. "CREATE-ID": "User id",
  155. "CREATE-EMAIL": "Email",
  156. "CREATE-INVALID-EMAIL": "Invalid",
  157. "CREATE-PASSWORD": "Password",
  158. "CREATE-FIRSTNAME": "First name",
  159. "CREATE-LASTNAME": "Last name",
  160. "CREATE-TENANT": "Tenant",
  161. "CREATE-COMPANY": "Company",
  162. "CREATE-STATUS": "Status",
  163. "CREATE-TYPE": "Type",
  164. "BULK-UPDATE-TITLE": "Bulk update users",
  165. "BULK-UPDATE-NEW-STATUS": "New status:",
  166. "BULK-UPDATE-NEW-TYPE": "New account type:",
  167. "BULK-UPDATE-EMAIL-NOTIFICATIONS": "Send email notifications for status change",
  168. "BULK-UPDATE-STATUS-USERS": "You are about to update the status for these {{length}} user(s):",
  169. "BULK-UPDATE-TYPE-USERS": "You are about to update the account type for these {{length}} user(s):",
  170. "BULK-UPDATE-CANCEL": "Cancel and close",
  171. "BULK-UPDATE-CONFIRM": "Update users",
  172. "BULK-UPDATE-PASSWORD-TITLE": "Change password",
  173. "BULK-UPDATE-PASSWORD": "Password",
  174. "BULK-UPDATE-PASSWORD-REPEAT": "Repeat password",
  175. "BULK-UPDATE-PASSWORD-CONFIRM": "Change"
  176. }
  177. },
  178. "FUNCTIONAL-GROUP-MGMT": {
  179. "CREATE": "Create group",
  180. "NO-GROUPS": "No groups found",
  181. "NO-SELECTION": "Select a group from the list on the left",
  182. "SYNC-DETAILS": "Synchronization details",
  183. "EXTERNAL-ID": "External id:",
  184. "LAST-SYNC-TIME": "Last update:",
  185. "MEMBERS": "Group members",
  186. "SUBGROUPS": "Subgroups",
  187. "NO-MEMBERS": "No users found",
  188. "ADD-USER": "+ add user",
  189. "ADD-SUBGROUP": "+ add subgroup",
  190. "NO-SUBGROUPS": "No subgroups found",
  191. "USER-ADDED": "Users have been added to group",
  192. "INACTIVE": "deactivated",
  193. "INACTIVE-DESCRIPTION": "This group has been deactivated. Users will still be able complete currently assigned tasks to this group, but new process definitions cannot use this group anymore.",
  194. "ADD-POPOVER-TITLE": "Select user",
  195. "POPUP": {
  196. "CREATE-TITLE": "Create group",
  197. "CREATE-ID": "Group id",
  198. "CREATE-NAME": "Name",
  199. "DELETE-TITLE": "Delete group",
  200. "DELETE-DESCRIPTION": "Are you sure you want to delete this group?",
  201. "DELETE-CONFIRM": "Confirm",
  202. "DEACTIVATE-TITLE": "Deactivate group",
  203. "DEACTIVATE-DESCRIPTION": "Are you sure you want to delete this group? This will delete all sub groups too. Note that a group will first be deactivated, such that tasks of processes can be properly finished. Clicking the removal button a second time will delete the group completely.",
  204. "DELETE-MEMBER-TITLE": "Delete group member",
  205. "DELETE-MEMBER-DESCRIPTION": "Are you sure you want to delete this user from the group?",
  206. "ADD-MEMBER-TITLE": "Add user",
  207. "ADD-MEMBER-NO-USERS": "No users found",
  208. "ADD-MEMBER-CONFIRM": "Add ({{selectedUsers.length}})",
  209. "ACTIVATE-TITLE": "Activate group",
  210. "ACTIVATE-DESCRIPTION": "Activate this group again? This means that this group would again be eligible for task assignment. Note that subgroups of a group are not activated by default.",
  211. "ACTIVATE-CONFIRM": "Activate",
  212. "EDIT-TITLE": "Edit group"
  213. }
  214. },
  215. "PRIVILEGE-MGMT": {
  216. "access-idm": "Access identity management application",
  217. "access-admin": "Access admin application",
  218. "access-modeler": "Access modeler application",
  219. "access-task": "Access the workflow application",
  220. "access-rest-api": "Access the REST API",
  221. "NO-SELECTION": "No privilege selected",
  222. "USERS": "Users",
  223. "GROUPS": "Groups",
  224. "NO-USERS": "No users added yet. Click here to add a user.",
  225. "NO-GROUPS": "No groups added yet. Click here to add a group",
  226. "ADD-USER": "Add a user",
  227. "ADD-GROUP": "Add a group",
  228. "POPOVER-SELECT-USER-TITLE": "Select user",
  229. "POPOVER-SELECT-GROUP-TITLE": "Select group",
  230. "GROUP-ID": "Group id",
  231. "GROUP-NAME": "Group name"
  232. },
  233. "PROFILE-MGMT": {
  234. "CREATED": "Registered since",
  235. "CHANGE-PASSWORD": "Change password",
  236. "DETAILS": "Details",
  237. "DETAILS-DESCRIPTION": "Click on any of the fields below to change them",
  238. "FIRST-NAME": "First name",
  239. "NOTHING-SET": "Nothing set",
  240. "LAST-NAME": "Last name",
  241. "EMAIL": "Email",
  242. "COMPANY": "Company",
  243. "GROUPS": "Your groups",
  244. "POPUP": {
  245. "UPLOAD-PICTURE-TITLE": "Change picture",
  246. "UPLOAD-PICTURE-DESCRIPTION": "Please select an image from your computer or drop it in the zone below.",
  247. "UPLOAD-PICTURE-CANCEL-UPLOAD": "Cancel upload",
  248. "UPLOAD-PICTURE-DROPZONE": "Drop logo image file here",
  249. "UPLOAD-PICTURE-NO-DROP": "Drop is not supported by your browser",
  250. "UPLOAD-PICTURE-ERROR": "Error",
  251. "CHANGE-PASSWORD-TITLE": "Change password",
  252. "CHANGE-PASSWORD-ORIGINAL": "Original password",
  253. "CHANGE-PASSWORD-NEW-PASSWORD": "New password",
  254. "CHANGE-PASSWORD-NEW-PASSWORD2": "Repeat new password",
  255. "CHANGE-PASSWORD-CONFIRM": "Confirm",
  256. "CHANGE-PASSWORD-NOT-MATCHING": "Passwords don't match",
  257. "CHANGE-PASSWORD-INVALID": "Invalid password"
  258. }
  259. },
  260. "USERS": {
  261. "TITLE": "User administration",
  262. "ACTION": {
  263. "CREATE": "Create user"
  264. }
  265. }
  266. },
  267. "INVOLVE-PEOPLE": {
  268. "ACTION-SELECT": "Select",
  269. "SEARCH-PLACEHOLDER": "Search by name",
  270. "NO-MATCHING-RESULTS": "Use the search box above to find users"
  271. }
  272. }