From 48d433ebed2a6fce168daed96035ed58e2288933 Mon Sep 17 00:00:00 2001 From: Adrian Otto Date: Fri, 3 Feb 2017 22:20:16 +0000 Subject: [PATCH] Fixed typo in the name "Overlay" Trivial fix, no bug reference needed. Change-Id: I4343e7f97aebe4381d7c10208cfdb34d3c45ed36 --- magnum_ui/locale/de/LC_MESSAGES/djangojs.po | 4 ++-- magnum_ui/locale/en_AU/LC_MESSAGES/djangojs.po | 4 ++-- magnum_ui/locale/id/LC_MESSAGES/djangojs.po | 4 ++-- magnum_ui/locale/ja/LC_MESSAGES/djangojs.po | 4 ++-- magnum_ui/locale/ko_KR/LC_MESSAGES/djangojs.po | 2 +- magnum_ui/locale/ru/LC_MESSAGES/djangojs.po | 2 +- magnum_ui/locale/zh_CN/LC_MESSAGES/djangojs.po | 2 +- .../cluster-templates/workflow/workflow.service.js | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/magnum_ui/locale/de/LC_MESSAGES/djangojs.po b/magnum_ui/locale/de/LC_MESSAGES/djangojs.po index 209e84ea..e36d95c7 100644 --- a/magnum_ui/locale/de/LC_MESSAGES/djangojs.po +++ b/magnum_ui/locale/de/LC_MESSAGES/djangojs.po @@ -362,8 +362,8 @@ msgstr "Knotenspezifikation" msgid "Nodes" msgstr "Knoten" -msgid "Overley" -msgstr "Overley" +msgid "Overlay" +msgstr "Overlay" msgid "Overview" msgstr "Übersicht" diff --git a/magnum_ui/locale/en_AU/LC_MESSAGES/djangojs.po b/magnum_ui/locale/en_AU/LC_MESSAGES/djangojs.po index 134fe134..bfb69bc7 100644 --- a/magnum_ui/locale/en_AU/LC_MESSAGES/djangojs.po +++ b/magnum_ui/locale/en_AU/LC_MESSAGES/djangojs.po @@ -343,8 +343,8 @@ msgstr "Node Spec" msgid "Nodes" msgstr "Nodes" -msgid "Overley" -msgstr "Overley" +msgid "Overlay" +msgstr "Overlay" msgid "Overview" msgstr "Overview" diff --git a/magnum_ui/locale/id/LC_MESSAGES/djangojs.po b/magnum_ui/locale/id/LC_MESSAGES/djangojs.po index 297dd823..29dc2bde 100644 --- a/magnum_ui/locale/id/LC_MESSAGES/djangojs.po +++ b/magnum_ui/locale/id/LC_MESSAGES/djangojs.po @@ -337,8 +337,8 @@ msgstr "Node Spec" msgid "Nodes" msgstr "Nodes (simpul)" -msgid "Overley" -msgstr "Overley" +msgid "Overlay" +msgstr "Overlay" msgid "Overview" msgstr "Overview (ikhtisar)" diff --git a/magnum_ui/locale/ja/LC_MESSAGES/djangojs.po b/magnum_ui/locale/ja/LC_MESSAGES/djangojs.po index ca5a0783..e9f43530 100644 --- a/magnum_ui/locale/ja/LC_MESSAGES/djangojs.po +++ b/magnum_ui/locale/ja/LC_MESSAGES/djangojs.po @@ -358,8 +358,8 @@ msgstr "ノードのスペック" msgid "Nodes" msgstr "ノード" -msgid "Overley" -msgstr "Overley" +msgid "Overlay" +msgstr "Overlay" msgid "Overview" msgstr "概要" diff --git a/magnum_ui/locale/ko_KR/LC_MESSAGES/djangojs.po b/magnum_ui/locale/ko_KR/LC_MESSAGES/djangojs.po index a181d25e..ba99f234 100644 --- a/magnum_ui/locale/ko_KR/LC_MESSAGES/djangojs.po +++ b/magnum_ui/locale/ko_KR/LC_MESSAGES/djangojs.po @@ -339,7 +339,7 @@ msgstr "노드 사양" msgid "Nodes" msgstr "노드" -msgid "Overley" +msgid "Overlay" msgstr "오버레이" msgid "Overview" diff --git a/magnum_ui/locale/ru/LC_MESSAGES/djangojs.po b/magnum_ui/locale/ru/LC_MESSAGES/djangojs.po index a3759148..1125bf18 100644 --- a/magnum_ui/locale/ru/LC_MESSAGES/djangojs.po +++ b/magnum_ui/locale/ru/LC_MESSAGES/djangojs.po @@ -353,7 +353,7 @@ msgstr "Спека узла" msgid "Nodes" msgstr "Узлы" -msgid "Overley" +msgid "Overlay" msgstr "Покрытие" msgid "Overview" diff --git a/magnum_ui/locale/zh_CN/LC_MESSAGES/djangojs.po b/magnum_ui/locale/zh_CN/LC_MESSAGES/djangojs.po index ee558139..9e6fa3fc 100644 --- a/magnum_ui/locale/zh_CN/LC_MESSAGES/djangojs.po +++ b/magnum_ui/locale/zh_CN/LC_MESSAGES/djangojs.po @@ -336,7 +336,7 @@ msgstr "节点规格" msgid "Nodes" msgstr "节点列表。" -msgid "Overley" +msgid "Overlay" msgstr "Overlay" msgid "Overview" diff --git a/magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/workflow.service.js b/magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/workflow.service.js index 36355838..11fb206c 100644 --- a/magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/workflow.service.js +++ b/magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/workflow.service.js @@ -336,7 +336,7 @@ type: 'select', titleMap: [ {value: "devicemapper", name: gettext("Device Mapper")}, - {value: "overlay", name: gettext("Overley")} + {value: "overlay", name: gettext("Overlay")} ] } ]