Fix missing localization (#772)
* fix typos Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com> * Add localization to documentation link description Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com> * Add localization for rollouts errorthreshold Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com> * Add CN to available localizations Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com> * fix NO TAG localization Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com> * Fix sonar findings Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com> * Make Localization configurable Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com> * fix sonar findings Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com> * fix review findings Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com> * fix review findings Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com> * add final Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com>
This commit is contained in:
committed by
Dominic Schabel
parent
347fac7f00
commit
b06928d089
@@ -242,6 +242,14 @@ label.scheduled = Scheduled
|
||||
label.approval.decision = Approval decision
|
||||
label.approval.remark = Remark (optional)
|
||||
label.drop.area.upload = Drop Files to upload
|
||||
label.errorthreshold.option.percent = %
|
||||
label.errorthreshold.option.count = Count
|
||||
label.targetUpdateStatus.unknown = Unknown
|
||||
label.targetUpdateStatus.in_sync = In Sync
|
||||
label.targetUpdateStatus.pending = Pending
|
||||
label.targetUpdateStatus.error = Error
|
||||
label.targetUpdateStatus.registered = Registered
|
||||
|
||||
|
||||
# Checkbox label prefix with - checkbox
|
||||
checkbox.dist.migration.required = Required Migration Step :
|
||||
@@ -279,6 +287,7 @@ tooltip.metadata.icon = Manage Metadata..
|
||||
tooltip.next.maintenance.window = next on {0}
|
||||
tooltip.target.attributes.update.request = Request attributes update
|
||||
tooltip.target.attributes.update.requested = Update already requested
|
||||
tooltip.documentation.link=Documentation
|
||||
|
||||
#rollout action
|
||||
tooltip.rollout.run = Run
|
||||
@@ -313,7 +322,7 @@ message.dist.pending.action = Target {0} is already assigned with distribution
|
||||
message.empty.target.tags= No Tags Created
|
||||
message.empty.disttype.tags = No Distribution type tags created
|
||||
message.select.row = Please select a row to drag
|
||||
message.error = Unknown error occured during the operation. Please contact administrator
|
||||
message.error = Unknown error occurred during the operation. Please contact administrator
|
||||
message.dist.assigned.one = {0} is assigned to {1}
|
||||
message.dist.assigned.many = {0} DistributionSets are assigned to {1}
|
||||
message.dist.unassigned.one = {0} is unassigned from {1}
|
||||
@@ -324,12 +333,12 @@ message.target.unassigned.one = {0} is unassigned from {1}
|
||||
message.target.unassigned.many = {0} Targets are unassigned from {1}
|
||||
message.target.assigned.pending = Some target(s) are already assigned.Pending for action
|
||||
message.cannot.delete = Cannot be deleted
|
||||
message.check.softwaremodule = Please provide both name and verion!
|
||||
message.check.softwaremodule = Please provide both name and version!
|
||||
message.duplicate.softwaremodule = {0} : {1} already exists!
|
||||
message.tag.delete = Please unclick the tag {0} before deleting
|
||||
message.dist.type.check.delete = Please unclick the distribution type {0} before deleting
|
||||
message.tag.delete = Please deselect the tag {0} before deleting
|
||||
message.dist.type.check.delete = Please deselect the distribution type {0} before deleting
|
||||
message.cannot.delete.default.dstype = Default distribution set type cannot be deleted
|
||||
message.swmodule.type.check.delete = Please unclick the Software Module type {0} before deleting
|
||||
message.swmodule.type.check.delete = Please deselect the Software Module type {0} before deleting
|
||||
message.targets.already.deleted = Few Target(s) are already deleted. Pending for action
|
||||
message.dists.already.deleted = Few distribution(s) are already deleted.Pending for action
|
||||
message.target.deleted.pending = Target(s) already deleted.Pending for action
|
||||
|
||||
Reference in New Issue
Block a user