admin-dashboard-web/public/locales/en/translation.json

176 lines
11 KiB
JSON

{
"contactAdmin": "Please contact an administrator",
"buttonCancel": "Cancel",
"buttonClose": "Close",
"buttonSave": "Save",
"sideMenu.dashboard": "Dashboard",
"sideMenu.groupTasks": "Group Tasks",
"sideMenu.groupTasks.overview": "Overview",
"sideMenu.groupTasks.history": "History",
"sideMenu.adminArea": "Admin Area",
"sideMenu.adminArea.roles": "Roles",
"sideMenu.adminArea.logs": "Logs",
"sideMenu.adminArea.noScannerSelected": "No scanner selected",
"sideMenu.usersCount": "user connected",
"sideMenu.usersCount.multiple": "users connected",
"sideMenu.logout": "Logout",
"groupTasks.categoryGroups.length0": "No group tasks found",
"groupTasks.categoryGroups.assignedToNoTask.title": "You were not assigned to any group tasks",
"groupTasks.groupTypeSelectionModal.notification.globalInputsCannotBeEmpty.message": "Global inputs cannot be empty",
"groupTasks.groupTypeSelectionModal.notification.globalInputsCannotBeEmpty.description": "Please fill in all global inputs",
"groupTasks.groupTypeSelectionModal.title": "Select a group type",
"groupTasks.groupTypeSelectionModal.button.startTask": "Start task",
"groupTasks.groupTypeSelectionModal.select.placeholder": "Choose a group type",
"groupTasks.groupTypeSelectionModal.form.item.groupTypeDescription.label": "Description",
"groupTasks.groupTypeSelectionModal.form.item.groupTypeDescription.tooltip.title": "This description helps to understand afterwards what this task was about",
"groupTasks.tag.global": "Global",
"groupTasks.groupTypeSelectionModal.notification.globalInputTypeNotImplemented.message": "Type {{globalInputType}} not implemented",
"groupTasks.groupTypeSelectionModal.notification.globalInputTypeNotImplemented.description": "Was specified in: {{globalInputDisplayName}}",
"groupTasks.groupTypeSelectionModal.h3": "Fill in the global values",
"groupTasks.groupTasksViewModal.groupTaskNotFound": "Group Task not found",
"groupTasks.groupTasksViewModal.notification.inputsCannotBeEmpty.message": "Inputs cannot be empty",
"groupTasks.groupTasksViewModal.notification.inputsCannotBeEmpty.description": "Please fill in all inputs",
"groupTasks.groupTasksViewModal.button.tryAgain": "Try again",
"groupTasks.groupTasksViewModal.button.continue": "Continue",
"groupTasks.groupTasksViewModal.button.repeat": "Repeat",
"groupTasks.groupTasksViewModal.button.undo": "Undo",
"groupTasks.groupTasksViewModal.button.resume": "Resume",
"groupTasks.groupTasksViewModal.popover.specifiedTaskInputs": "Specified Task Inputs",
"groupTasks.groupTasksViewModal.startedAt": "Started at",
"groupTasks.groupTasksViewModal.endedAt": "Ended at",
"groupTasks.groupTasksViewModal.duration": "Duration",
"groupTasks.groupTasksViewModal.category": "Category",
"groupTasks.groupTasksViewModal.popover.details": "Details",
"groupTasks.groupTasksViewModal.popover.specifiedGlobalInputs": "Specified Global Inputs",
"groupTasks.groupTasksViewModal.notification.groupTaskParameterNotImplemented.message": "Type {{groupTaskParameterType}} not implemented",
"groupTasks.groupTasksViewModal.notification.groupTaskParameterNotImplemented.description": "Was specified in: {{groupTaskParameterDisplayName}}",
"groupTasks.groupTasksViewModal.alertMessage.successful": "Successful",
"groupTasks.groupTasksViewModal.alertMessage.taskIsRunning": "Task is running",
"groupTasks.groupTasksViewModal.alertMessage.taskCanceled": "Task canceled",
"groupTasks.groupTasksViewModal.alertMessage.taskFailed": "Task failed",
"groupTasks.groupTasksViewModal.alertMessage.taskInputRequired": "Input required",
"groupTasks.groupTasksViewModal.alertMessage.paused": "Paused",
"groupTasks.groupTasksViewModal.alertMessage.undoEnded": "Undo ended",
"groupTasks.groupTasksTableList.column.creator": "Creator",
"groupTasks.groupTasksTableList.column.groupName": "Group Name",
"groupTasks.groupTasksTableList.column.description": "Description",
"groupTasks.groupTasksTableList.column.step": "Step",
"groupTasks.groupTasksTableList.column.status": "Status",
"groupTasks.groupTasksTableList.column.startedAt": "Started At",
"groupTasks.groupTasksTableList.column.endedAt": "Ended At",
"groupTasks.groupTasksTableList.column.duration": "Duration",
"groupTasks.groupTasksTableList.column.action": "Action",
"groupTasks.groupTasksTableList.column.action.view": "View",
"groupTasks.groupTasksTableList.statusBadge.finished": "Finished",
"groupTasks.groupTasksTableList.statusBadge.running": "Running",
"groupTasks.groupTasksTableList.statusBadge.canceled": "Canceled",
"groupTasks.groupTasksTableList.statusBadge.failed": "Failed",
"groupTasks.groupTasksTableList.statusBadge.inputRequired": "Input required",
"groupTasks.groupTasksTableList.statusBadge.paused": "Paused",
"groupTasks.groupTasksTableList.statusBadge.undoEnded": "Undo ended",
"groupTasks.groupTasksTableList.button.newTask": "New task",
"groupTasks.groupTasksTableList.button.reload": "Reload",
"groupTasks.groupTasksTableList.popover.title": "Are you sure you want to reload the group configs?",
"groupTasks.groupTasksTableList.popover.buttonOk": "Yes",
"groupTasks.button.checkingForCategoryGroupChanges": "Checking for changes to the category groups",
"groupTasks.button.checkingForCategoryGroupChanges.checkingForCategoryGroupChanges.popover.title": "Are you sure you want to check the category groups? (During the check, the server looks for new category groups and deletes any that no longer exist)",
"groupTasks.button.checkingForCategoryGroupChanges.popover.buttonOk": "Verify",
"logCard.popover.groupTaskId.title": "Group Task",
"logCard.popover.groupTaskStep.title": "Group Task Step",
"logCard.popover.role.title": "Role",
"logCard.card.checkbox.info": "INFO",
"logCard.card.checkbox.error": "ERROR",
"logCard.tooltip.previous": "Previous",
"logCard.tooltip.next": "Next",
"logCard.tooltip.reload": "Reload",
"pageNotFound.subTitle": "Sorry, the page you visited does not exist.",
"pageNotFound.buttonBackHome": "Back Home",
"allUsers.column.avatar": "Avatar",
"allUsers.column.username": "Username",
"allUsers.column.role": "Role",
"allUsers.column.connectionStatus": "Connection status",
"allUsers.column.lastOnline": "Last online",
"allUsers.column.action": "Action",
"allUsers.column.action.roleChange.popconfirm.title": "Change role to",
"allUsers.column.action.roleChange.popconfirm.okText": "Change",
"allUsers.column.action.changeRole": "Change role",
"allUsers.column.action.delete.popconfirm.okText": "Delete user",
"allUsers.column.action.delete.popconfirm.title": "Are you sure you want to delete the user?",
"allUsers.column.action.delete": "Delete",
"allUsers.column.action.deactivate.popconfirm.okText": "Deactivate user",
"allUsers.column.action.deactivate.popconfirm.title": "Are you sure you want to deactivate the user?",
"allUsers.column.action.deactivate": "Deactivate",
"allUsers.column.action.activate.popconfirm.okText": "Activate user",
"allUsers.column.action.activate.popconfirm.title": "Are you sure you want to activate the user?",
"allUsers.column.action.activate": "Activate",
"allUsers.roleChangeError.notification.message": "User role could not be changed",
"allUsers.roleChangeError.notification.description": "The role does not exist anymore",
"allUsers.header.allUsers": "All users",
"allUsers.button.createNewUser": "Create new user",
"allUsers.header.deactivatedUsers": "Deactivated users",
"allUsers.createUserModal.title": "Create a new user",
"allUsers.createUserModal.okText": "Create user",
"allUsers.createUserModal.form.username": "Username",
"allUsers.createUserModal.form.email": "E-Mail",
"allUsers.createUserModal.form.password": "Password",
"allUsers.createUserModal.form.role": "Role",
"allUsers.createUserModal.form.role.placeholder": "Select a role",
"adminArea.createNewRole.popconfirm.okText": "Create",
"adminArea.createNewRole.popconfirm.title": "Are you sure you want to create a new role?",
"adminArea.createNewRole.button": "Create new role",
"adminArea.roleUpdate.errorDisplayNameToShort.notification.message": "Display name must be greater than {{MIN_ROLE_DISPLAY_NAME}}",
"adminArea.roleUpdate.errorDisplayNameToShort.notification.description": "Please enter a longer display name",
"adminArea.roleUpdate.errorDisplayNameToLong.notification.message": "Display name must be less than {{MIN_ROLE_DISPLAY_NAME}}",
"adminArea.roleUpdate.errorDisplayNameToLong.notification.description": "Please enter a shorter display name",
"adminArea.roleUpdate.errorDescriptionToLong.notification.message": "Description must be less than {{MAX_ROLE_DESCRIPTION}}",
"adminArea.roleUpdate.errorDescriptionToLong.notification.description": "Please enter a shorter description",
"adminArea.deleteRole.popconfirm.title": "Delete role",
"adminArea.deleteRole.popconfirm.description": "Are you sure to delete this role?",
"adminArea.deleteRole.tooltip.title": "Delete",
"adminArea.moveRoleUp.tooltip.title": "Move role up",
"adminArea.moveRoleDown.tooltip.title": "Move role down",
"adminArea.save.tooltip.title": "Save",
"adminArea.close.tooltip.title": "Close",
"adminArea.edit.tooltip.title": "Edit",
"adminArea.masterRoleRightsMessage": "Rights cannot be edited, because this role is the master and has all rights.",
"userProfile.header.yourProfile": "Your profile",
"userProfile.column.userAgent": "User-Agent",
"userProfile.column.connectionStatus": "Connection status",
"userProfile.column.lastUsed": "Last used",
"userProfile.column.expiresAt": "Expires at",
"userProfile.column.action": "Action",
"userProfile.column.action.signOut": "Sign out",
"userProfile.column.createdAt": "Created at",
"userProfile.column.usageCount": "Usage count",
"userProfile.column.name": "Name",
"userProfile.column.token": "Token",
"userProfile.changeAvatarError.notification.message": "Your avatar could not be changed",
"userProfile.changeAvatarError.notification.description": "Avatar must be smaller than {{MAX_AVATAR_SIZE}} MB",
"userProfile.form.username": "Username",
"userProfile.form.email": "E-Mail",
"userProfile.form.oldPassword": "Old password",
"userProfile.form.newPassword": "New password",
"userProfile.form.repeatNewPassword": "Repeat new password",
"userProfile.form.language": "Language",
"userProfile.header.yourSessions": "Your sessions",
"userProfile.header.yourApiKeys": "Your API keys",
"userProfile.button.createApiKey": "Create new API key",
"userProfile.button.createApiKey.popconfirm.title": "Name for the new API key",
"userProfile.button.createApiKey.popconfirm.okText": "Create",
"userProfile.button.copyToClipboard.notification": "API token copied to clipboard",
"scanners.column.name": "Name",
"scanners.column.usedBy": "Used by",
"scanners.column.lastUsed": "Last used",
"scanners.column.registeredAt": "Registered at",
"scanners.column.userAgent": "User-Agent",
"scanners.column.action": "Action",
"scanners.column.action.disconnect.popconfirm.title": "Are you sure you want to disconnect from this scanner?",
"scanners.column.action.disconnect.popconfirm.okText": "Disconnect",
"scanners.column.action.disconnect": "Disconnect",
"scanners.column.action.use.popconfirm.title": "Are you sure you want to use this scanner?",
"scanners.column.action.use.popconfirm.description": "Users connected to this scanner will be disconnected",
"scanners.column.action.use.popconfirm.okText": "Use",
"scanners.column.action.use": "Use scanner",
"scanners.header.scanners": "Scanners"
}