电子档案
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.

111 lines
4.6 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. "HELP": "Getting started",
  16. "EDIT-PROFILE": "Edit profile",
  17. "SAVE": "Save",
  18. "CANCEL": "Cancel",
  19. "CLOSE": "Close",
  20. "DEPLOY": "Deploy",
  21. "ABOUT": "About Flowable"
  22. }
  23. },
  24. "LOGIN": {
  25. "TITLE": "Sign in",
  26. "USERNAME": "Username",
  27. "USERNAME-PLACEHOLDER": "Enter your username",
  28. "PASSWORD": "Password",
  29. "PASSWORD-PLACEHOLDER": "Enter your password",
  30. "INVALID-CREDENTIALS": "Invalid credentials",
  31. "ACTION": {
  32. "CONFIRM": "Sign in"
  33. }
  34. },
  35. "ACCOUNT": {
  36. "ACTIVATE": {
  37. "TITLE": "Activate account",
  38. "ACTIVATING-MESSAGE": "Hold on tight {{userFullName}} we're activating your account...",
  39. "SUCCESS-MESSAGE": "Your account has been activated. Please sign in below to start designing and running processes",
  40. "FAILURE-MESSAGE": "Your account cannot be activated. Either it has already been activated or the activation link has expired."
  41. },
  42. "RESET-PASSWORD-REQUEST": {
  43. "MESSAGE": "Forgot your password? Enter your email address below to receive an email to reset your password.",
  44. "TITLE": "Reset password",
  45. "EMAIL": "Email address",
  46. "EMAIL-PLACEHOLDER": "Enter your email",
  47. "SECURITY-SECTION": "Security check",
  48. "CONFIRM": "Request password reset",
  49. "SUCCESS-MESSAGE": "You will receive a mail shortly with a link to reset your password.",
  50. "ERROR": {
  51. "UNEXISTING-USER": "User with the given email address does not exist."
  52. }
  53. },
  54. "RESET-PASSWORD": {
  55. "TITLE": "Reset password",
  56. "PASSWORD": "Password",
  57. "PASSWORD-CONFIRM": "Confirm password",
  58. "PASSWORD-PLACEHOLDER": "Enter a new password",
  59. "PASSWORD-CONFIRM-PLACEHOLDER": "Confirm the new password",
  60. "CONFIRM": "Change password",
  61. "LOADING": "Resetting password...",
  62. "SUCCESS-MESSAGE": "Your password has been changed.",
  63. "LOGIN": "Sign in now",
  64. "FAILURE-MESSAGE": "Your password cannot be reset. The reset link is invalid or expired."
  65. }
  66. },
  67. "APP": {
  68. "KICKSTART": {
  69. "TITLE": "Kickstart App",
  70. "DESCRIPTION": "Create process models, forms and app definitions, then share your models and definitions with other people."
  71. },
  72. "TASKS": {
  73. "TITLE": "Task App",
  74. "DESCRIPTION": "Access your full task list and work on any tasks assigned to you from any process app. Also, start new processes and tasks."
  75. },
  76. "ADMIN": {
  77. "TITLE": "Admin App",
  78. "DESCRIPTION": "Access the Flowable Admin application."
  79. },
  80. "IDM": {
  81. "TITLE": "IDM App",
  82. "DESCRIPTION": "Access a central place to define users, groups and privileges."
  83. },
  84. "MODELER": {
  85. "TITLE": "Modeler App",
  86. "DESCRIPTION": "Access a central place to model BPMN processes, DMN decision table, Form definitions and create app definitions"
  87. },
  88. "IDENTITY-MANAGEMENT": {
  89. "TITLE": "Identity management",
  90. "TITLE-TENANT-ADMIN": "Identity management",
  91. "DESCRIPTION": "Manage your profile: change your picture, name and other settings. As an admin user, manage users and groups.",
  92. "DESCRIPTION-TENANT-ADMIN": "Manage the users and groups in your organization."
  93. },
  94. "CUSTOM-APP" : {
  95. "TITLE-TASKS": "tasks",
  96. "TITLE-PROCESSES": "processes"
  97. },
  98. "POPUP" : {
  99. "ADD-APP-TITLE": "Add app to landing page",
  100. "ADD-APP-SUMMARY": "Add an app to your landing page"
  101. },
  102. "ACTION": {
  103. "DELETE": "Remove app"
  104. },
  105. "MESSAGE": {
  106. "DELETED": "App was successfully removed"
  107. }
  108. }
  109. }