mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 04:10:44 -03:30
Remove extra quote from Skipped task status string (#14318)
Signed-off-by: Ivanilson Junior <ivanilsonaraujojr@gmail.com> Co-authored-by: kialam <digitalanime@gmail.com>
This commit is contained in:
parent
c2d02841e8
commit
87bb70bcc0
@ -47,7 +47,7 @@ export default function StatusLabel({ status, tooltipContent = '', children }) {
|
||||
unreachable: t`Unreachable`,
|
||||
running: t`Running`,
|
||||
pending: t`Pending`,
|
||||
skipped: t`Skipped'`,
|
||||
skipped: t`Skipped`,
|
||||
timedOut: t`Timed out`,
|
||||
waiting: t`Waiting`,
|
||||
disabled: t`Disabled`,
|
||||
|
||||
@ -8722,8 +8722,8 @@ msgid "Skipped"
|
||||
msgstr "Skipped"
|
||||
|
||||
#: components/StatusLabel/StatusLabel.js:50
|
||||
msgid "Skipped'"
|
||||
msgstr "Skipped'"
|
||||
msgid "Skipped"
|
||||
msgstr "Skipped"
|
||||
|
||||
#: components/NotificationList/NotificationList.js:200
|
||||
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:141
|
||||
|
||||
@ -8190,8 +8190,8 @@ msgid "Skipped"
|
||||
msgstr "Omitido"
|
||||
|
||||
#: components/StatusLabel/StatusLabel.js:50
|
||||
msgid "Skipped'"
|
||||
msgstr "Omitido'"
|
||||
msgid "Skipped"
|
||||
msgstr "Omitido"
|
||||
|
||||
#: components/NotificationList/NotificationList.js:200
|
||||
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:141
|
||||
|
||||
@ -8078,7 +8078,7 @@ msgid "Skipped"
|
||||
msgstr "Ignoré"
|
||||
|
||||
#: components/StatusLabel/StatusLabel.js:50
|
||||
msgid "Skipped'"
|
||||
msgid "Skipped"
|
||||
msgstr "Ignoré"
|
||||
|
||||
#: components/NotificationList/NotificationList.js:200
|
||||
|
||||
@ -8118,8 +8118,8 @@ msgid "Skipped"
|
||||
msgstr "スキップ済"
|
||||
|
||||
#: components/StatusLabel/StatusLabel.js:50
|
||||
msgid "Skipped'"
|
||||
msgstr "スキップ済'"
|
||||
msgid "Skipped"
|
||||
msgstr "スキップ済"
|
||||
|
||||
#: components/NotificationList/NotificationList.js:200
|
||||
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:141
|
||||
|
||||
@ -8072,8 +8072,8 @@ msgid "Skipped"
|
||||
msgstr "건너뜀"
|
||||
|
||||
#: components/StatusLabel/StatusLabel.js:50
|
||||
msgid "Skipped'"
|
||||
msgstr "건너뜀'"
|
||||
msgid "Skipped"
|
||||
msgstr "건너뜀"
|
||||
|
||||
#: components/NotificationList/NotificationList.js:200
|
||||
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:141
|
||||
|
||||
@ -8096,8 +8096,8 @@ msgid "Skipped"
|
||||
msgstr "Overgeslagen"
|
||||
|
||||
#: components/StatusLabel/StatusLabel.js:50
|
||||
msgid "Skipped'"
|
||||
msgstr "Overgeslagen'"
|
||||
msgid "Skipped"
|
||||
msgstr "Overgeslagen"
|
||||
|
||||
#: components/NotificationList/NotificationList.js:200
|
||||
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:141
|
||||
|
||||
@ -8072,8 +8072,8 @@ msgid "Skipped"
|
||||
msgstr "跳过"
|
||||
|
||||
#: components/StatusLabel/StatusLabel.js:50
|
||||
msgid "Skipped'"
|
||||
msgstr "跳过'"
|
||||
msgid "Skipped"
|
||||
msgstr "跳过"
|
||||
|
||||
#: components/NotificationList/NotificationList.js:200
|
||||
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:141
|
||||
|
||||
@ -8503,7 +8503,7 @@ msgid "Skipped"
|
||||
msgstr ""
|
||||
|
||||
#: components/StatusLabel/StatusLabel.js:50
|
||||
msgid "Skipped'"
|
||||
msgid "Skipped"
|
||||
msgstr ""
|
||||
|
||||
#: components/NotificationList/NotificationList.js:200
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user