Improve and fix texts of confirmation popups in UI (#1002)
* fix force action confirm text, add plural wording for multiple assigning Signed-off-by: Stefan Klotz <stefan.klotz@bosch-si.com> * fix hard coded plural s on DeleteSupport Signed-off-by: Stefan Klotz <stefan.klotz@bosch-si.com> * fix entity creation and deletion notification i18n Signed-off-by: Stefan Klotz <stefan.klotz@bosch-si.com> * remove placeholder for optional plural s from UI messages Signed-off-by: Stefan Klotz <stefan.klotz@bosch-si.com> * renaming Signed-off-by: Stefan Klotz <stefan.klotz@bosch-si.com>
This commit is contained in:
@@ -83,18 +83,18 @@ header.action.delete=Delete
|
||||
header.status=Status
|
||||
|
||||
# event container
|
||||
target.created.event.container.notifcation.message=target{0} created
|
||||
target.deleted.event.container.notifcation.message=target{0} deleted
|
||||
distribution.created.event.container.notifcation.message=distribution set{0} created
|
||||
distribution.deleted.event.container.notifcation.message=distribution set{0} deleted
|
||||
target.tag.created.event.container.notifcation.message=target tag{0} created
|
||||
target.tag.deleted.event.container.notifcation.message=target tag{0} deleted
|
||||
target.tag.updated.event.container.notifcation.message=target tag{0} changed
|
||||
software.module.created.event.container.notifcation.message=software module{0} created
|
||||
software.module.deleted.event.container.notifcation.message=software module{0} deleted
|
||||
distribution.set.tag.created.event.container.notifcation.message=distribution set tag{0} created
|
||||
distribution.set.tag.deleted.event.container.notifcation.message=distribution set tag{0} deleted
|
||||
distribution.set.tag.updated.event.container.notifcation.message=distribution set tag{0} changed
|
||||
event.notifcation.target.created = 1 target created
|
||||
event.notifcation.target.deleted = 1 target deleted
|
||||
event.notifcation.targets.created = {0} targets created
|
||||
event.notifcation.targets.deleted = {0} targets deleted
|
||||
event.notifcation.distributionset.created = 1 distribution set created
|
||||
event.notifcation.distributionset.deleted = 1 distribution set deleted
|
||||
event.notifcation.distributionsets.created = {0} distribution sets created
|
||||
event.notifcation.distributionsets.deleted = {0} distribution sets deleted
|
||||
event.notifcation.softwaremodule.created = 1 software module created
|
||||
event.notifcation.softwaremodule.deleted = 1 software module deleted
|
||||
event.notifcation.softwaremodules.created = {0} software modules created
|
||||
event.notifcation.softwaremodules.deleted = {0} software modules deleted
|
||||
|
||||
# Captions prefix with - caption
|
||||
caption.filter.by.type = Filter by type
|
||||
@@ -371,8 +371,8 @@ tooltip.in.time = In Time
|
||||
message.save.success = {0} saved successfully
|
||||
message.save.fail = {0} could not be saved, possibly due to invalid user input
|
||||
message.update.success = {0} updated successfully
|
||||
message.delete.success = {0} {1}{2} deleted successfully
|
||||
message.delete.fail = {0} {1}{2} deletion failed
|
||||
message.delete.success = {0} {1} deleted successfully
|
||||
message.delete.fail = {0} {1} deletion failed
|
||||
message.dist.pending.action = Target {0} is already assigned with distribution {1} . Pending for action
|
||||
message.empty.target.tags= No Tags Created
|
||||
message.empty.disttype.tags = No Distribution type tags created
|
||||
@@ -767,16 +767,27 @@ rollout.not.exists=Rollout {0} does not exist. Maybe the rollout was deleted.
|
||||
color.not.exists=There is no mapping for the provided colour {0}
|
||||
|
||||
caption.entity.target.tag = Target Tag
|
||||
caption.entity.target.tags = Target Tags
|
||||
caption.entity.distribution.tag = Distribution Tag
|
||||
caption.entity.distribution.tags = Distribution Tags
|
||||
caption.entity.distribution.type = Distribution set Type
|
||||
caption.entity.distribution.types = Distribution set Types
|
||||
caption.entity.software.module.type = Software Module Type
|
||||
caption.entity.software.module.types = Software Module Types
|
||||
|
||||
validator.textfield.min.length = Please enter a text consisting of at least one and a maximum of {0} characters.
|
||||
|
||||
caption.entity.delete.action.confirmbox = Confirm Deletion
|
||||
message.confirm.delete.entity = Are you sure you want to delete {0} {1}{2}?
|
||||
message.confirm.delete.entity = Are you sure you want to delete {0} {1}?
|
||||
caption.entity.assign.action.confirmbox = Confirm Assignment
|
||||
message.confirm.assign.multiple.entities.to.entity = Are you sure you want to assign {0} {1} to {2} {3}?
|
||||
caption.distributionsets = Distribution sets
|
||||
caption.softwaremodules = Software Modules
|
||||
caption.targets = Targets
|
||||
caption.artifacts = Artifacts
|
||||
caption.metadata.plur = Metadata
|
||||
caption.rollouts = Rollouts
|
||||
caption.filter.custom.plur = Custom Filters
|
||||
|
||||
# character descriptions
|
||||
character.whitespace = whitespace
|
||||
|
||||
Reference in New Issue
Block a user