All Downloads are FREE. Search and download functionalities are using the official Maven repository.

i18n.openapi.properties Maven / Gradle / Ivy

There is a newer version: 5.27.9
Show newest version
# OpenAPI specification allows formatting description fields at all levels.
# Thus, according to the specification, wherever the description field is permissible, we can format it,
# and the description field conforms to the CommonMark formatting style.
# @see https://spec.commonmark.org/0.30
repos.create-project-from-zip.desc = The main goal is to create an OpenL project or update a project using the provided zip project file and store it in the specified Design Repository. The repository name can be retrieved from the previous API. A new project is always created in the main branch if the requested repository is Git.
repos.create-project-from-zip.summary = Single project API by Design Repository
repos.create-project-from-zip.param.project-name.desc = Final project name. This parameter must be unique and is used as a project folder name and in rules.xml.
repos.create-project-from-zip.param.path.desc = Project path in the target repository. This parameter is optional and can be provided only if the flat folder structure is not enabled for a target repository.
repos.create-project-from-zip.param.comment.desc = Optional comment used as an initial commit Git message. If it is left empty, the default commit message is used: \n```\nThe project  is created.\n```
repos.create-project-from-zip.param.overwrite.desc = Optional parameter used to specify whether the requested resource can be overwritten. \n\
  If a resource doesn't already exist, an overwrite flag is ignored.\n\
  If resource exists:\n\
  * If overwrite = `true`, the resource must be updated.\n\
  * If overwrite = `false`, the 409 conflict error is returned.
repos.create-project-from-zip.param.template.desc = Binary project template. The file type can be provided in the header field `Content-Type`:\n\
   * ZIP (`application/zip`)

repos.get-project-list-by-repository.desc = Get a project list. By default, the list is returned based on the master branch.
repos.get-project-list-by-repository.summary = Get a project list by a repository
repos.get-project-list-by-repository.200.desc = Project list or empty list by a repository.

repos.get-repository-list.desc = Get a list of configured Design Repositories.
repos.get-repository-list.summary = Get a list of Design Repositories
repos.get-repository-list.200.desc = List the configured Design Repositories.

tags.get-types.desc = Find all types.
tags.get-types.summary = Get all types

tags.add-tag-type.summary = Add a tag type
tags.add-tag-type.desc = Add tag type description.

tags.delete-tag-type.summary = Delete a tag type
tags.delete-tag-type.desc = Delete a tag type by ID.

tags.update-tag-type.summary = Update the existing tag type
tags.update-tag-type.desc = Update the existing tag type by ID.

tags.delete-tag.summary = Delete the existing tag from tag types
tags.delete-tag.desc = Delete a tag from tag types by ID.

tags.add-tag.summary = Add a tag to tag types
tags.add-tag.desc = Add a tag to the existing tag type.

tags.update-tag.summary = Update the existing tag in tag types
tags.update-tag.desc = Update the existing tag in tag types.

tags.tag-type.id.desc = Tag type ID.
tags.tag.id.desc = Tag ID.

info.get-sys-info.summary = Get system information
info.get-sys-info.desc = Return system information, such as Java version, OS version, current type, available used resources RAM, CPU, and threads.

info.get-openl-info.summary = Get OpenL information
info.get-openl-info.desc = Return OpenL information, such as version, build number, and build version.

info.get-build-info.summary = Get custom build information
info.get-build-info.desc = Get information from the `build-info.properties` file if it exists in application resources.

info.get-http-info.summary = Get HTTP servlet request information
info.get-http-info.desc = Extract information from the HttpServletRequest, ServletContext, HttpHeaders.

notif.get-notif.summary = Get a notification message
notif.get-notif.desc = Return a notification message if the one exists, or leave empty.
notif.get-notif.200.desc = Current text notification or no value.

notif.post-notif.summary = Save the new notification message
notif.post-notif.desc = Save the new text notification. If the request body is empty, the existing notification is removed.
notif.post-notif.req-body.desc = Notification text to save or leave empty to remove the existing text.

module.is-module-modified.summary = Check module modification
module.is-module-modified.desc = Check whether the current project module is modified.\n\
  Returns the following:\n\
  * `true` if modified.\n\
  * `false` if not modified.\n\
  * Empty response if it is not possible to get the module status.
module.is-module-modified.200.desc = Modification status.

diff.compare-xls.summary = Compare Excel files
diff.compare-xls.desc = Compare two Excel files.
diff.compare-xls.303.desc = Comparison result location.
diff.field.file.1 = The first Excel file.
diff.field.file.2 = The second Excel file.
diff.field.file-name = File name.

trace.get-nodes.summary = Get trace nodes
trace.get-nodes.desc = Get child trace nodes by the parent node ID.
trace.field.showRealNumbers = Readable number format. If set to `true`, `0.30000000000001` will be displayed as `0.3`.
trace.field.id = Parent trace node ID

conflict.merged.summary = Get merged changes
conflict.merged.desc = Get merged changes.
conflict.merged.200.desc = Merged Excel file.

conflict.local.summary = Get local changes
conflict.local.desc = Get local changes.
conflict.local.200.desc = Local Excel file.

conflict.repository.summary = Get changes from a repository
conflict.repository.desc = Get changes from a repository.
conflict.repository.200.desc = Excel file from a repository.

conflict.field.repo-id = Design Repository ID.
conflict.field.name = Artifact name.
conflict.field.version = Artifact version.

header.content-disposition.desc = Header indicating whether the content is expected to be displayed inline in a browser, that is, as a web page or a part of a web page, or as an attachment to download and save locally.
header.set-cookie.desc = Contains the session cookie which name starts with `response-monitor_` plus `response-monitor` value from a query request parameter.

compile.get-compile.summary = Get project compilation progress
compile.get-compile.desc = Get project compilation progress.
compile.get-compile.field.messageId.desc = Latest message ID.
compile.get-compile.field.messageIndex.desc = Latest message index.

compile.get-compile-test.summary = Get test table compilation readiness
compile.get-compile-test.desc = Get test table compilation readiness.
compile.get-compile-test.field.tableId.desc = Test table ID.

compile.tests.summary = Get tests
compile.tests.desc = Get tests.

compile.project.summary = Get project compilation readiness
compile.project.desc = Get project compilation readiness.

compile.table.summary = Get table compilation progress
compile.table.desc = Get table compilation progress.
compile.table.field.tableId.desc = Table ID.

test.download.summary = Download test results
test.download.desc = Download test results.
test.field.test-table-id = Test table ID.
test.field.test-range = Comma-separated test case IDs.
test.field.per-page = Tests per page.

test.manual.summary = Manual
test.manual.desc = Manual

mgmt.get-groups.desc = Get all groups with their privileges and subgroups.
mgmt.get-groups.summary = Get all groups

mgmt.delete-group.desc = Delete a group by ID.
mgmt.delete-group.summary = Delete a group

mgmt.schema.group.id = Group ID.
mgmt.schema.group.name = Group name.
mgmt.schema.group.old-name = Previous group name.
mgmt.schema.group.description = Group description.
mgmt.schema.group.sub-groups = Subgroups.
mgmt.schema.group.privileges = Group privileges.

mgmt.save-group.desc = Save a new group or update the existing one.
mgmt.save-group.summary = Save or update a group

mgmt.save-settings.desc = Save groups settings.
mgmt.save-settings.summary = Save groups settings

mgmt.get-settings.desc = Get groups settings.
mgmt.get-settings.summary = Get groups settings

mgmt.get-privileges.desc = Get privileges.
mgmt.get-privileges.summary = Get privileges

mgmt.search-external-groups.desc = Search for external groups.
mgmt.search-external-groups.summary = Search for external groups
mgmt.search-external-groups.param.search = Search for a term, such as full group name or its fragment.
mgmt.search-external-groups.param.page-size = Number of maximum results.

history.delete-all-history.summary = Clear history
history.delete-all-history.desc = Clear history.

history.restore.summary = Restore from history
history.restore.desc = Restore from history.
history.restore.req-body.desc = History ID.

history.get-project-history.summary = Get project history
history.get-project-history.desc = Get history of the currently opened project.

mail.verify.desc = Verify email.
mail.verify.summary = Verify email
mail.verify.param.token = Verification token.

mail.send-verification.summary = Send a verification token
mail.send-verification.desc = Send a verification token.
mail.send-verification.param.username = Username.

mail.mail-config.summary = Mail settings
mail.mail-config.desc = Mail settings.

mail.update-mail-config.summary = Update mail configuration
mail.update-mail-config.desc = Update mail configuration.

msg.get-stacktrace.summary = Get message stacktrace
msg.get-stacktrace.desc = Get message stacktrace.
msg.param.message-id = Message ID.

msg.get-url.summary = Get message URL
msg.get-url.desc = Get message URL.

users.field.username = Username.

users.get-users.summary = Get all users
users.get-users.desc = Get all users.

users.get-user.summary = Get user details
users.get-user.desc = Get user details by a username.

users.add-user.summary = Create a user
users.add-user.desc = Create a user.

users.edit-user.summary = Edit a user
users.edit-user.desc = Edit an existing user.

users.edit-user-info.summary = Edit the current user information
users.edit-user-info.desc = Edit the current user information.

users.edit-user-profile.summary = Edit the current user profile
users.edit-user-profile.desc = Edit the current user profile.

users.get-user-profile.summary = Get the current user profile
users.get-user-profile.desc = Get the current user profile.

users.delete-user.summary = Delete a user
users.delete-user.desc = Delete an existing user.

users.options.summary = User options
users.options.desc = User options.

users.get-user-external-groups.summary = Get user external groups
users.get-user-external-groups.desc = Get user external groups.

users.get-user-external-groups.param.matched.username = * If not defined, returns all external groups for a user \n\
  * If matched = `true`, returns all external groups matched to the OpenL Studio groups.\n\
  * If matched = `false`, returns all external groups not matched to the OpenL Studio groups.

repo.param.project-name.desc = Project name.
repo.param.project-version.desc = Project version.

repo.get-projects.summary = Get all projects
repo.get-projects.desc = Get all projects from the default Design Repository.

repo.get-last-project.summary = Download a project
repo.get-last-project.desc = Download a project.

repo.get-project.summary = Download a project by a specific revision
repo.get-project.desc = Download a project by a specific revision.

repo.add-project.summary = #2 Create or update a project from a zip file.
repo.add-project.desc = Upload a zipped project to Design Repository. The upload is performed if the project in Design Repository is not locked by another user.

repo.add-project.1.summary = Create or update a project from a zip file
repo.add-project.1.desc = Upload a zipped project to Design Repository. The upload is performed if the project in Design Repository is not locked by another user.

repo.lock-project.summary = Lock a project
repo.lock-project.desc = Lock the selected project. The lock is set if the project is not locked already.

repo.unlock-project.summary = Unlock a project
repo.unlock-project.desc = Unlocks the selected project. The unlock is set if the project is locked by the current user.

project.tables.summary = Get project tables
project.tables.desc = Get the list of tables and their dependencies from the currently opened project.

project.table.name.desc = Table name.
project.table.id.desc = Table ID.
project.table.url.desc = Table URL.
project.table.dependencies.desc = Existing dependent tables.

config.download-app-props.summary = Download the application.properties file
config.download-app-props.desc = Download the `application.properties` file with description of all properties.

repo.param.search.desc = Search term. It allows regexp.
repo.param.branch-name.desc = Branch name.
pagination.param.page.desc = Page number.
pagination.param.size.desc = Page size.
repos.get-project-revs.summary = Get project history
repos.get-project-revs.desc = Get history for the specified project.
repos.get-revs.summary = Get repository history
repos.get-revs.desc = Get repository history.
repo.param.techRevs.desc = Include revisions not related to the current project.

deploy-repo.param.config-name.desc = Deploy the configuration name.
repos.get-features.summary = Get a repository features list
repos.get-features.desc = Get a repository features list.
mgmt.acl.run-script.summary = Run ACL management script
mgmt.acl.run-script.desc = Run ACL management script
repo.acl.param.content.desc = Each line of content defines access control entries in the following format:\n\
  ``` command:repository type[/repository id]:resource:sid type:sid name or id:permissions ```\n\
  * *command* - `list` | `listAll` | `add` | `remove`, `list` - list permissions of the given resource, `listAll` - list permissions for the given resource and for parents of the given resource recursively, `add` - adding permissions if not presented for a resource, `remove` - deleting permission if a resource has a given permission\n\
  * *repository type* - `design` | `repo` | `deployConfig`\n\
  \  * `design` is a parent for all design repositories\n\
  \  * `deployConfig` is a parent for all deploy config repositories\n\
  \  * `prod` is a parent for all production repositories\n\
  * *repo id* - a repository id\n\
  * *sid type* - `user` | `group` | `groupId`\n\
  \  * `user` - the next part represents a username\n\
  \  * `group` - the next part represents a group name\n\
  \  * `groupId` - the next part represents a group id\n\
  * *sid name or id* - username or group name or group id, it depends on a value of a sid type\n\
  * *resource* - a resource in a repository\n\
  * *permissions* - a list of comma separated permissions: `VIEW` | `EDIT` | `CREATE` | `ADD` | `DELETE` | `ERASE` | `DEPLOY` | `RUN` | `BENCHMARK`\n\n\
  \  * `VIEW` - allows to read projects, deploy configurations and any files\n\
  \  * `EDIT` - allows to edit projects, deploy configurations and any files\n\
  \    * To allow editing a project (a list of modules, any files in projects, project dependencies, openapi) without giving `EDIT` permission to all modules in the project, give `EDIT` permission to *rules.xml* file in the project instead of giving `EDIT` permission to the whole project\n\
  \    * `EDIT` permission does no make sense without `VIEW` permission\n\
  \  * `CREATE` - allows to create projects and deploy configurations. This permission differs from `ADD`, because it allows to create projects and deploy configuration in repositories, but doesn't allow to create new files in the project and deploy configurations\n\
  \  * `ADD` - allows to add any files (module, file) to the existing projects. This permissions don't allow to create projects and deploy configurations in repositories\n\
  \    * Adding a module to a project additionally to `ADD` requires `EDIT` permission for *rules.xml* file or the project if *rules.xml* exists in the project\n\
  \    * Coping a module in a project additionally to `ADD` requires `EDIT` permission for *rules.xml* file or the project if *rules.xml* exists in the project\n\
  \  * `DELETE` - allows to mark a project and deploy configuration as deleted\n\
  \  * `ERASE` - allows to completely remove projects and deploy configurations from a repository\n\
  \  * `DEPLOY` - allows to deploy a deploy configurations\n\
  \    * To deploy user must have `DEPLOY` permission for deploy configuration and `EDIT` permission for the deployment repository\n\
  \  * `RUN` - allows to run/test and trace rules\n\
  \  * `BENCHMARK` - allows to run rule benchmarks
mgmt.acl.list-artifacts.summary = List artifact paths in the given repository
mgmt.acl.list-artifacts.desc = List path to projects or deploy configurations resources in the given repository.
repo.acl.param.repository-type.desc = Repository type
repo.acl.param.repository-id.desc = Repository ID




© 2015 - 2024 Weber Informatics LLC | Privacy Policy