Added .pot file
In this changeset, I just generate the .pot file for all the new translations that were added during the implementation of this BP Partially Implements: blueprint get-goal-from-strategy Change-Id: I2192508afda037510f8f91092c5cfde0115dae1d
This commit is contained in:
@@ -147,7 +147,7 @@ class ResourceNotFound(ObjectNotFound):
|
||||
|
||||
|
||||
class InvalidIdentity(Invalid):
|
||||
msg_fmt = _("Expected an uuid or int but received %(identity)s")
|
||||
msg_fmt = _("Expected a uuid or int but received %(identity)s")
|
||||
|
||||
|
||||
class InvalidGoal(Invalid):
|
||||
@@ -191,7 +191,7 @@ class AuditTemplateNotFound(ResourceNotFound):
|
||||
|
||||
|
||||
class AuditTemplateAlreadyExists(Conflict):
|
||||
msg_fmt = _("An audit_template with UUID %(uuid)s or name %(name)s "
|
||||
msg_fmt = _("An audit_template with UUID or name %(audit_template)s "
|
||||
"already exists")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user