magnum-ui 11.0.0__py3-none-any.whl → 12.0.0.0rc1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- magnum_ui/content/cluster_templates/urls.py +5 -4
- magnum_ui/content/clusters/urls.py +4 -4
- magnum_ui/content/container_infra/quotas/urls.py +4 -4
- magnum_ui/locale/en_GB/LC_MESSAGES/djangojs.po +8 -4
- magnum_ui/locale/ru/LC_MESSAGES/djangojs.po +1 -4
- {magnum_ui-11.0.0.dist-info → magnum_ui-12.0.0.0rc1.dist-info}/AUTHORS +2 -0
- {magnum_ui-11.0.0.dist-info → magnum_ui-12.0.0.0rc1.dist-info}/METADATA +1 -1
- {magnum_ui-11.0.0.dist-info → magnum_ui-12.0.0.0rc1.dist-info}/RECORD +12 -14
- magnum_ui-12.0.0.0rc1.dist-info/pbr.json +1 -0
- magnum_ui/locale/zh_Hans/LC_MESSAGES/django.po +0 -32
- magnum_ui/locale/zh_Hans/LC_MESSAGES/djangojs.po +0 -596
- magnum_ui-11.0.0.dist-info/pbr.json +0 -1
- {magnum_ui-11.0.0.dist-info → magnum_ui-12.0.0.0rc1.dist-info}/LICENSE +0 -0
- {magnum_ui-11.0.0.dist-info → magnum_ui-12.0.0.0rc1.dist-info}/WHEEL +0 -0
- {magnum_ui-11.0.0.dist-info → magnum_ui-12.0.0.0rc1.dist-info}/top_level.txt +0 -0
@@ -12,7 +12,7 @@
|
|
12
12
|
# License for the specific language governing permissions and limitations
|
13
13
|
# under the License.
|
14
14
|
|
15
|
-
from django.
|
15
|
+
from django.urls import re_path
|
16
16
|
from django.utils.translation import ugettext_lazy as _
|
17
17
|
from horizon.browsers import views
|
18
18
|
from magnum_ui.content.cluster_templates import panel
|
@@ -21,7 +21,8 @@ from magnum_ui.content.cluster_templates import panel
|
|
21
21
|
title = _("Container Infra - Cluster Templates")
|
22
22
|
page_title = panel.ClusterTemplates.name
|
23
23
|
urlpatterns = [
|
24
|
-
|
25
|
-
|
26
|
-
|
24
|
+
re_path(r'^$',
|
25
|
+
views.AngularIndexView.as_view(title=title,
|
26
|
+
page_title=page_title),
|
27
|
+
name='index'),
|
27
28
|
]
|
@@ -12,7 +12,7 @@
|
|
12
12
|
# License for the specific language governing permissions and limitations
|
13
13
|
# under the License.
|
14
14
|
|
15
|
-
from django.
|
15
|
+
from django.urls import re_path
|
16
16
|
from django.utils.translation import ugettext_lazy as _
|
17
17
|
from horizon.browsers import views
|
18
18
|
from magnum_ui.content.clusters import panel
|
@@ -21,7 +21,7 @@ from magnum_ui.content.clusters import panel
|
|
21
21
|
title = _("Container Infra - Clusters")
|
22
22
|
page_title = panel.Clusters.name
|
23
23
|
urlpatterns = [
|
24
|
-
|
25
|
-
|
26
|
-
|
24
|
+
re_path(r'^$', views.AngularIndexView.as_view(
|
25
|
+
title=title, page_title=page_title),
|
26
|
+
name='index'),
|
27
27
|
]
|
@@ -10,7 +10,7 @@
|
|
10
10
|
# License for the specific language governing permissions and limitations
|
11
11
|
# under the License.
|
12
12
|
|
13
|
-
from django.
|
13
|
+
from django.urls import re_path
|
14
14
|
from django.utils.translation import ugettext_lazy as _
|
15
15
|
|
16
16
|
from horizon.browsers import views
|
@@ -20,7 +20,7 @@ from magnum_ui.content.container_infra.quotas import panel
|
|
20
20
|
title = _("Container Infra - Quotas")
|
21
21
|
page_title = panel.Quotas.name
|
22
22
|
urlpatterns = [
|
23
|
-
|
24
|
-
|
25
|
-
|
23
|
+
re_path(r'^$', views.AngularIndexView.as_view(
|
24
|
+
title=title, page_title=page_title),
|
25
|
+
name='index'),
|
26
26
|
]
|
@@ -4,15 +4,16 @@
|
|
4
4
|
# Andi Chandler <andi@gowling.com>, 2018. #zanata
|
5
5
|
# Andi Chandler <andi@gowling.com>, 2019. #zanata
|
6
6
|
# Andi Chandler <andi@gowling.com>, 2020. #zanata
|
7
|
+
# Andi Chandler <andi@gowling.com>, 2022. #zanata
|
7
8
|
msgid ""
|
8
9
|
msgstr ""
|
9
10
|
"Project-Id-Version: magnum-ui VERSION\n"
|
10
11
|
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
|
11
|
-
"POT-Creation-Date:
|
12
|
+
"POT-Creation-Date: 2022-09-01 09:56+0000\n"
|
12
13
|
"MIME-Version: 1.0\n"
|
13
14
|
"Content-Type: text/plain; charset=UTF-8\n"
|
14
15
|
"Content-Transfer-Encoding: 8bit\n"
|
15
|
-
"PO-Revision-Date:
|
16
|
+
"PO-Revision-Date: 2022-05-25 09:19+0000\n"
|
16
17
|
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
|
17
18
|
"Language-Team: English (United Kingdom)\n"
|
18
19
|
"Language: en_GB\n"
|
@@ -650,6 +651,9 @@ msgstr "Number of Worker Nodes"
|
|
650
651
|
msgid "Overlay"
|
651
652
|
msgstr "Overlay"
|
652
653
|
|
654
|
+
msgid "Overlay2"
|
655
|
+
msgstr "Overlay2"
|
656
|
+
|
653
657
|
msgid ""
|
654
658
|
"Overriding labels already defined by the cluster template or workflow might "
|
655
659
|
"result in unpredictable behaviour."
|
@@ -1025,8 +1029,8 @@ msgstr "You are not allowed to delete quotas: %s"
|
|
1025
1029
|
msgid "You cannot auto-scale to less than a single Worker Node."
|
1026
1030
|
msgstr "You cannot auto-scale to less than a single Worker Node."
|
1027
1031
|
|
1028
|
-
msgid "You cannot resize to
|
1029
|
-
msgstr "You cannot resize to
|
1032
|
+
msgid "You cannot resize to fewer than zero worker nodes."
|
1033
|
+
msgstr "You cannot resize to fewer than zero worker nodes."
|
1030
1034
|
|
1031
1035
|
#, python-format
|
1032
1036
|
msgid ""
|
@@ -8,7 +8,7 @@ msgid ""
|
|
8
8
|
msgstr ""
|
9
9
|
"Project-Id-Version: magnum-ui VERSION\n"
|
10
10
|
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
|
11
|
-
"POT-Creation-Date:
|
11
|
+
"POT-Creation-Date: 2022-09-01 09:56+0000\n"
|
12
12
|
"MIME-Version: 1.0\n"
|
13
13
|
"Content-Type: text/plain; charset=UTF-8\n"
|
14
14
|
"Content-Transfer-Encoding: 8bit\n"
|
@@ -924,9 +924,6 @@ msgstr "Вам не разрешено удалять квоты: %s"
|
|
924
924
|
msgid "You cannot auto-scale to less than a single Worker Node."
|
925
925
|
msgstr "Вы не можете авто-масштабироваться менее, чем до одного рабочего узла"
|
926
926
|
|
927
|
-
msgid "You cannot resize to less than a single Worker Node."
|
928
|
-
msgstr "Вы не можете изменить размер до менее чем на одной рабочей ноды. "
|
929
|
-
|
930
927
|
#, python-format
|
931
928
|
msgid ""
|
932
929
|
"You have selected \"%s\". Please confirm your selection. Deleted cluster is "
|
@@ -59,9 +59,11 @@ qingszhao <zhao.daqing@99cloud.net>
|
|
59
59
|
ricolin <rico.lin@easystack.cn>
|
60
60
|
shangxiaobj <shangxiaobj@inspur.com>
|
61
61
|
shu-mutou <shu-mutou@rf.jp.nec.com>
|
62
|
+
songwenping <songwenping@inspur.com>
|
62
63
|
ting.wang <ting.wang@easystack.cn>
|
63
64
|
wangqi <wang.qi@99cloud.net>
|
64
65
|
wangqiangbj <wangqiangbj@inspur.com>
|
66
|
+
wu.shiming <wushiming@yovole.com>
|
65
67
|
xiangxinyong <xiangxinyong@huawei.com>
|
66
68
|
xiaojueguan <xiaojueguan@gmail.com>
|
67
69
|
yangle <yangle@fiberhome.com>
|
@@ -10,15 +10,15 @@ magnum_ui/content/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU
|
|
10
10
|
magnum_ui/content/cluster_templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
11
11
|
magnum_ui/content/cluster_templates/panel.py,sha256=ceFrWC_jf-rRsEp_tA0_RGvSqsZkVcqu5SUE6iCPk0I,790
|
12
12
|
magnum_ui/content/cluster_templates/tests.py,sha256=yfPCTURC9vPMZKbWQkbyC7SCuhdHxn6Bm3rp5nb-vlY,803
|
13
|
-
magnum_ui/content/cluster_templates/urls.py,sha256=
|
13
|
+
magnum_ui/content/cluster_templates/urls.py,sha256=qHJdqn6-LK0KtkKPNAEUiwhVg-2ZSuxcxaCyvI90vhM,1063
|
14
14
|
magnum_ui/content/clusters/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
15
15
|
magnum_ui/content/clusters/panel.py,sha256=IaB4vGew1NkNjyLIIYrNRWc7eDmEa4lE-9OoT6Uz740,915
|
16
16
|
magnum_ui/content/clusters/tests.py,sha256=owdzmnq03YT8v35hiI5EyjjjQebNy5uMRlJhJ0dW_mY,786
|
17
|
-
magnum_ui/content/clusters/urls.py,sha256=
|
17
|
+
magnum_ui/content/clusters/urls.py,sha256=zAi7rMQcd31K7G8nabzJlnus5b-QWwjMMPIWhQzRM8k,995
|
18
18
|
magnum_ui/content/container_infra/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
19
19
|
magnum_ui/content/container_infra/quotas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
20
20
|
magnum_ui/content/container_infra/quotas/panel.py,sha256=4kCd7PfgeqCx_ktTh1Z2x-3MBo1tm3pg29ptqy3HySc,735
|
21
|
-
magnum_ui/content/container_infra/quotas/urls.py,sha256=
|
21
|
+
magnum_ui/content/container_infra/quotas/urls.py,sha256=JdZVxeREJrkdzaNmCK-5LKll0tDs4YEG9JKkxCf2VHA,972
|
22
22
|
magnum_ui/enabled/_1370_project_container_infra_panel_group.py,sha256=nEiwApHPnHZ6O9M7EYoa7sYbEr_zDFH8KPHRT07o2Y4,1237
|
23
23
|
magnum_ui/enabled/_1371_project_container_infra_clusters_panel.py,sha256=Y7kTPbqno78ftpbztAH8iQg6MQsxReMNCPol9Zr7Clk,988
|
24
24
|
magnum_ui/enabled/_1372_project_container_infra_cluster_templates_panel.py,sha256=IYWuV327uzqk2nrv7Xv0HMzqa0lUtN8B6ni-VKSDJrg,1014
|
@@ -31,7 +31,7 @@ magnum_ui/locale/de/LC_MESSAGES/django.po,sha256=OQ9ZA3uhHF51KSJiD7IFKCtqw-cxWQb
|
|
31
31
|
magnum_ui/locale/de/LC_MESSAGES/djangojs.po,sha256=U8nMdrJoQLZ3EpzMZzCFqt1cT7lyJobAklSZLKJBlD4,19489
|
32
32
|
magnum_ui/locale/en_AU/LC_MESSAGES/djangojs.po,sha256=SXRFASXlrNWXAvGCN-s28ntox_VPT03Wobis8Cz2Kes,12871
|
33
33
|
magnum_ui/locale/en_GB/LC_MESSAGES/django.po,sha256=WIiwNCqpqoqcl5lixs9p7H8EbZeqwAziWiwFrMu6IIA,1017
|
34
|
-
magnum_ui/locale/en_GB/LC_MESSAGES/djangojs.po,sha256=
|
34
|
+
magnum_ui/locale/en_GB/LC_MESSAGES/djangojs.po,sha256=unCAAfS0rldx-3nRAsexy6mmKAnZuR0bfUvyCDOI1-I,28249
|
35
35
|
magnum_ui/locale/fr/LC_MESSAGES/django.po,sha256=DIvpFb5WUmPjHxqHgQpthPcovXOGoWTD4xZBM3uBnrg,964
|
36
36
|
magnum_ui/locale/fr/LC_MESSAGES/djangojs.po,sha256=E-RaFmCvVZXKGzEu4P_kBdewPZqdU3Ug9vQZUFJ4zjA,16389
|
37
37
|
magnum_ui/locale/id/LC_MESSAGES/django.po,sha256=DxE4a0WbgUfK4jwomeHU4TZZA_SYk5Z-B94rvMcN6is,1106
|
@@ -43,11 +43,9 @@ magnum_ui/locale/ko_KR/LC_MESSAGES/djangojs.po,sha256=ookpPvDpNRsXoE_QrRBnvjO6Ic
|
|
43
43
|
magnum_ui/locale/pt_BR/LC_MESSAGES/django.po,sha256=5ge1T9IaSvfHiLC0fws2bO0yOHbTz5Pjy-uCGaxATyw,1111
|
44
44
|
magnum_ui/locale/pt_BR/LC_MESSAGES/djangojs.po,sha256=nZm7oMYNEqxAP9NZ1-mp5A2OnHU65eoNEWV0NczrwP4,18651
|
45
45
|
magnum_ui/locale/ru/LC_MESSAGES/django.po,sha256=3JrysHwde2dwEYghWhPx69WHofPyfXb16pbixEeRHbM,1304
|
46
|
-
magnum_ui/locale/ru/LC_MESSAGES/djangojs.po,sha256=
|
46
|
+
magnum_ui/locale/ru/LC_MESSAGES/djangojs.po,sha256=tONeQqzqBveUEpVOP40FkiwrDylAvhN3pi0yFdV02ZA,31810
|
47
47
|
magnum_ui/locale/tr_TR/LC_MESSAGES/django.po,sha256=5yx919I7lShwE3_tIGFzeqnmuvjL2UMJ1u5sSU5D0GI,894
|
48
48
|
magnum_ui/locale/tr_TR/LC_MESSAGES/djangojs.po,sha256=SME4ih9PtTQcO6F3pHkLYdyV1DklzwWPh92hoXOXSSk,14818
|
49
|
-
magnum_ui/locale/zh_Hans/LC_MESSAGES/django.po,sha256=9s7i-x-U__4qEg5GmoqI1930ymKvk-w3lbNDgJyHvoY,935
|
50
|
-
magnum_ui/locale/zh_Hans/LC_MESSAGES/djangojs.po,sha256=VEnqqoyVbsfRzh1K0QZoaBRC7svPsUdxnNZQu4GunZo,13418
|
51
49
|
magnum_ui/static/dashboard/container-infra/container-infra.module.js,sha256=QXlHk9JzVBLRIX7t_b7dPXJ5J8a6ygg2okxTiOgXxXQ,1333
|
52
50
|
magnum_ui/static/dashboard/container-infra/container-infra.module.spec.js,sha256=yxNoHcdfxznzA808EAJRLlXTwg6OetIzRvwkgO7MqpY,833
|
53
51
|
magnum_ui/static/dashboard/container-infra/container-infra.scss,sha256=vjP5qnmTbliUDJrQzq_ATzotkki8-jhzKlUEC68oOjQ,29
|
@@ -148,10 +146,10 @@ magnum_ui/test/test_data.py,sha256=FjDNKKnxx3nDTczb7kMQYbMlg5yhin06F080Gt9AkD0,3
|
|
148
146
|
magnum_ui/test/api_tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
149
147
|
magnum_ui/test/api_tests/test_rest_api.py,sha256=ky-hWJkXkoFW1QwjtWxOac_UBvKxFF-qhp76zNcKLAI,5518
|
150
148
|
magnum_ui/test/integration_tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
151
|
-
magnum_ui-
|
152
|
-
magnum_ui-
|
153
|
-
magnum_ui-
|
154
|
-
magnum_ui-
|
155
|
-
magnum_ui-
|
156
|
-
magnum_ui-
|
157
|
-
magnum_ui-
|
149
|
+
magnum_ui-12.0.0.0rc1.dist-info/AUTHORS,sha256=IJykkk7YYyueamadbWW3ZT3z6ZXCmzdmoqRDqcfrMjE,2589
|
150
|
+
magnum_ui-12.0.0.0rc1.dist-info/LICENSE,sha256=XfKg2H1sVi8OoRxoisUlMqoo10TKvHmU_wU39ks7MyA,10143
|
151
|
+
magnum_ui-12.0.0.0rc1.dist-info/METADATA,sha256=ybJ86wlvkzz_m6dGyjIjffMe98YPNEkPgVZKN0cIWLU,3399
|
152
|
+
magnum_ui-12.0.0.0rc1.dist-info/WHEEL,sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY,92
|
153
|
+
magnum_ui-12.0.0.0rc1.dist-info/pbr.json,sha256=OngjPvOOa7pp71g8N4VYKr3MxSX23mke1EP4zR9C2z0,46
|
154
|
+
magnum_ui-12.0.0.0rc1.dist-info/top_level.txt,sha256=CDLukePJoQ3_SL4beNNspl5mYErPcdlNGI9CEKD01cA,10
|
155
|
+
magnum_ui-12.0.0.0rc1.dist-info/RECORD,,
|
@@ -0,0 +1 @@
|
|
1
|
+
{"git_version": "452ca7d", "is_release": true}
|
@@ -1,32 +0,0 @@
|
|
1
|
-
# BillXiang <m13250816269@163.com>, 2016. #zanata
|
2
|
-
# cuixiaoyu <cuixiaoyu@163.com>, 2016. #zanata
|
3
|
-
# Gaoxiao Zhu <zhu.gaoxiao@h3c.com>, 2017. #zanata
|
4
|
-
msgid ""
|
5
|
-
msgstr ""
|
6
|
-
"Project-Id-Version: magnum-ui VERSION\n"
|
7
|
-
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
|
8
|
-
"POT-Creation-Date: 2021-02-17 01:05+0000\n"
|
9
|
-
"MIME-Version: 1.0\n"
|
10
|
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11
|
-
"Content-Transfer-Encoding: 8bit\n"
|
12
|
-
"PO-Revision-Date: 2017-02-09 01:58+0000\n"
|
13
|
-
"Last-Translator: Gaoxiao Zhu <zhu.gaoxiao@h3c.com>\n"
|
14
|
-
"Language-Team: Chinese (China)\n"
|
15
|
-
"Language: zh_CN\n"
|
16
|
-
"X-Generator: Zanata 4.3.3\n"
|
17
|
-
"Plural-Forms: nplurals=1; plural=0\n"
|
18
|
-
|
19
|
-
msgid "Cluster Templates"
|
20
|
-
msgstr "集群模板"
|
21
|
-
|
22
|
-
msgid "Clusters"
|
23
|
-
msgstr "集群"
|
24
|
-
|
25
|
-
msgid "Container Infra"
|
26
|
-
msgstr "容器架构"
|
27
|
-
|
28
|
-
msgid "Container Infra - Cluster Templates"
|
29
|
-
msgstr "容器基础设施-集群模版"
|
30
|
-
|
31
|
-
msgid "Container Infra - Clusters"
|
32
|
-
msgstr "容器基础设施-集群"
|
@@ -1,596 +0,0 @@
|
|
1
|
-
# Andreas Jaeger <jaegerandi@gmail.com>, 2016. #zanata
|
2
|
-
# ZHIYUAN SU <suzhiyuan@inspur.com>, 2016. #zanata
|
3
|
-
# cuixiaoyu <cuixiaoyu@163.com>, 2016. #zanata
|
4
|
-
# hanchao <han.chaoB@h3c.com>, 2016. #zanata
|
5
|
-
# sunanchen <KF.sunanchen@h3c.com>, 2016. #zanata
|
6
|
-
# zzxwill <zzxwill@gmail.com>, 2016. #zanata
|
7
|
-
# Bin <liubin@glab.cn>, 2017. #zanata
|
8
|
-
# Gaoxiao Zhu <zhu.gaoxiao@h3c.com>, 2017. #zanata
|
9
|
-
# vuuv <froms2008@gmail.com>, 2018. #zanata
|
10
|
-
msgid ""
|
11
|
-
msgstr ""
|
12
|
-
"Project-Id-Version: magnum-ui VERSION\n"
|
13
|
-
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
|
14
|
-
"POT-Creation-Date: 2021-02-17 01:05+0000\n"
|
15
|
-
"MIME-Version: 1.0\n"
|
16
|
-
"Content-Type: text/plain; charset=UTF-8\n"
|
17
|
-
"Content-Transfer-Encoding: 8bit\n"
|
18
|
-
"PO-Revision-Date: 2018-12-26 05:57+0000\n"
|
19
|
-
"Last-Translator: vuuv <froms2008@gmail.com>\n"
|
20
|
-
"Language-Team: Chinese (China)\n"
|
21
|
-
"Language: zh_CN\n"
|
22
|
-
"X-Generator: Zanata 4.3.3\n"
|
23
|
-
"Plural-Forms: nplurals=1; plural=0\n"
|
24
|
-
|
25
|
-
msgid "ADOPT COMPLETE"
|
26
|
-
msgstr "调整完成"
|
27
|
-
|
28
|
-
msgid "API Address"
|
29
|
-
msgstr "API 地址"
|
30
|
-
|
31
|
-
msgid "API Server Port"
|
32
|
-
msgstr "API服务端口"
|
33
|
-
|
34
|
-
msgid "An arbitrary human-readable name"
|
35
|
-
msgstr "一个任意可读的名称。"
|
36
|
-
|
37
|
-
msgid ""
|
38
|
-
"Arbitrary labels in the form of key=value pairs to associate with a cluster "
|
39
|
-
"templates. May be used multiple times."
|
40
|
-
msgstr "以键值对形式的与集群模板关联的任意标签,可能多次复用"
|
41
|
-
|
42
|
-
msgid "CHECK COMPLETE"
|
43
|
-
msgstr "检查完成"
|
44
|
-
|
45
|
-
msgid "COE"
|
46
|
-
msgstr "COE"
|
47
|
-
|
48
|
-
msgid "CREATE COMPLETE"
|
49
|
-
msgstr "创建完成"
|
50
|
-
|
51
|
-
msgid "CREATE FAILED"
|
52
|
-
msgstr "创建失败"
|
53
|
-
|
54
|
-
msgid "CREATE IN PROGRESS"
|
55
|
-
msgstr "正在创建"
|
56
|
-
|
57
|
-
msgid "Cancel"
|
58
|
-
msgstr "取消"
|
59
|
-
|
60
|
-
#, python-format
|
61
|
-
msgid "Certificate %s was successfully rotated."
|
62
|
-
msgstr "证书%s成功轮换。"
|
63
|
-
|
64
|
-
#, python-format
|
65
|
-
msgid "Certificate %s was successfully signed."
|
66
|
-
msgstr "证书%s成功签发了。"
|
67
|
-
|
68
|
-
msgid "Choose a Cluster Template"
|
69
|
-
msgstr "选择集群模板"
|
70
|
-
|
71
|
-
msgid "Choose a Container Orchestration Engine"
|
72
|
-
msgstr "选择容器编排引擎"
|
73
|
-
|
74
|
-
msgid "Choose a External Network"
|
75
|
-
msgstr "选择一个外部网络"
|
76
|
-
|
77
|
-
msgid "Choose a Flavor for the Master Node"
|
78
|
-
msgstr "为主节点选择一个云主机类型。"
|
79
|
-
|
80
|
-
msgid "Choose a Flavor for the Node"
|
81
|
-
msgstr "为节点选择一个云主机类型。"
|
82
|
-
|
83
|
-
msgid "Choose a Keypair"
|
84
|
-
msgstr "选择密钥对"
|
85
|
-
|
86
|
-
msgid "Choose a Network Driver"
|
87
|
-
msgstr "选择网络驱动程序"
|
88
|
-
|
89
|
-
msgid "Choose a Private Network"
|
90
|
-
msgstr "选择一个私有网络"
|
91
|
-
|
92
|
-
msgid "Choose a Private Network at first"
|
93
|
-
msgstr "首先选择一个私有网络"
|
94
|
-
|
95
|
-
msgid "Choose a Private Subnet"
|
96
|
-
msgstr "选择一个私有子网"
|
97
|
-
|
98
|
-
msgid "Choose a Volume Driver"
|
99
|
-
msgstr "选择一个卷驱动"
|
100
|
-
|
101
|
-
msgid "Choose an Image"
|
102
|
-
msgstr "选择一个镜像。"
|
103
|
-
|
104
|
-
msgid "Cinder"
|
105
|
-
msgstr "Cinder"
|
106
|
-
|
107
|
-
msgid "Cluster"
|
108
|
-
msgstr "集群"
|
109
|
-
|
110
|
-
#, python-format
|
111
|
-
msgid "Cluster %s was successfully created."
|
112
|
-
msgstr "成功创建集群:%s"
|
113
|
-
|
114
|
-
msgid "Cluster Create Timeout"
|
115
|
-
msgstr "创建集群超时"
|
116
|
-
|
117
|
-
msgid "Cluster Distro"
|
118
|
-
msgstr "集群。"
|
119
|
-
|
120
|
-
msgid "Cluster Name"
|
121
|
-
msgstr "集群名称"
|
122
|
-
|
123
|
-
msgid "Cluster Template"
|
124
|
-
msgstr "集群模板"
|
125
|
-
|
126
|
-
msgid "Cluster Template Detail"
|
127
|
-
msgstr "集群模板详情"
|
128
|
-
|
129
|
-
msgid "Cluster Template Name"
|
130
|
-
msgstr "集群模板名"
|
131
|
-
|
132
|
-
msgid "Cluster Templates"
|
133
|
-
msgstr "集群模板"
|
134
|
-
|
135
|
-
msgid "Cluster Type"
|
136
|
-
msgstr "集群类型"
|
137
|
-
|
138
|
-
#, python-format
|
139
|
-
msgid "Cluster template %s was successfully created."
|
140
|
-
msgstr "成功创建集群模板%s"
|
141
|
-
|
142
|
-
#, python-format
|
143
|
-
msgid "Cluster template %s was successfully updated."
|
144
|
-
msgstr "成功更新集群模版%s。"
|
145
|
-
|
146
|
-
msgid "Clusters"
|
147
|
-
msgstr "集群"
|
148
|
-
|
149
|
-
msgid "Confirm Delete Cluster"
|
150
|
-
msgid_plural "Confirm Delete Clusters"
|
151
|
-
msgstr[0] "确认删除集群"
|
152
|
-
|
153
|
-
msgid "Confirm Delete Cluster Template"
|
154
|
-
msgid_plural "Confirm Delete Cluster Templates"
|
155
|
-
msgstr[0] "确认删除集群模板"
|
156
|
-
|
157
|
-
msgid "Container Orchestration Engine"
|
158
|
-
msgstr "容器编配引擎"
|
159
|
-
|
160
|
-
msgid "Create"
|
161
|
-
msgstr "创建"
|
162
|
-
|
163
|
-
msgid "Create Cluster"
|
164
|
-
msgstr "创建集群"
|
165
|
-
|
166
|
-
msgid "Create Cluster Template"
|
167
|
-
msgstr "创建集群模板"
|
168
|
-
|
169
|
-
msgid "Created"
|
170
|
-
msgstr "已经创建的。"
|
171
|
-
|
172
|
-
msgid "DC/OS"
|
173
|
-
msgstr "DC/OS"
|
174
|
-
|
175
|
-
msgid "DELETE COMPLETE"
|
176
|
-
msgstr "删除完成"
|
177
|
-
|
178
|
-
msgid "DELETE FAILED"
|
179
|
-
msgstr "删除失败"
|
180
|
-
|
181
|
-
msgid "DELETE IN PROGRESS"
|
182
|
-
msgstr "正在删除"
|
183
|
-
|
184
|
-
msgid "DNS"
|
185
|
-
msgstr "DNS"
|
186
|
-
|
187
|
-
msgid "Delete Cluster"
|
188
|
-
msgid_plural "Delete Clusters"
|
189
|
-
msgstr[0] "删除集群"
|
190
|
-
|
191
|
-
msgid "Delete Cluster Template"
|
192
|
-
msgid_plural "Delete Cluster Templates"
|
193
|
-
msgstr[0] "删除集群模板"
|
194
|
-
|
195
|
-
msgid "Delete Cluster Templates"
|
196
|
-
msgstr "批量删除集群模板"
|
197
|
-
|
198
|
-
msgid "Delete Clusters"
|
199
|
-
msgstr "删除集群"
|
200
|
-
|
201
|
-
#, python-format
|
202
|
-
msgid "Deleted cluster template: %s."
|
203
|
-
msgid_plural "Deleted cluster templates: %s."
|
204
|
-
msgstr[0] "删除集群模板:%s。"
|
205
|
-
|
206
|
-
#, python-format
|
207
|
-
msgid "Deleted cluster: %s."
|
208
|
-
msgid_plural "Deleted clusters: %s."
|
209
|
-
msgstr[0] "删除集群:%s"
|
210
|
-
|
211
|
-
msgid "Device Mapper"
|
212
|
-
msgstr "设备映射"
|
213
|
-
|
214
|
-
msgid "Disable TLS"
|
215
|
-
msgstr "禁用TLS"
|
216
|
-
|
217
|
-
msgid "Disable TLS in the cluster template. Default: False"
|
218
|
-
msgstr "在集群模板中禁用TLS,默认:不禁用"
|
219
|
-
|
220
|
-
msgid "Discovery URL"
|
221
|
-
msgstr "已有的URL,"
|
222
|
-
|
223
|
-
msgid "Docker"
|
224
|
-
msgstr "Docker"
|
225
|
-
|
226
|
-
msgid "Docker Storage Driver"
|
227
|
-
msgstr "Docker存储驱动"
|
228
|
-
|
229
|
-
msgid "Docker Swarm"
|
230
|
-
msgstr "Docker Swarm"
|
231
|
-
|
232
|
-
msgid "Docker Volume Size"
|
233
|
-
msgstr "Docker 卷大小"
|
234
|
-
|
235
|
-
msgid "Docker Volume Size (GB)"
|
236
|
-
msgstr "Docker 卷大小 (GB)"
|
237
|
-
|
238
|
-
msgid "Enable Registry"
|
239
|
-
msgstr "可以注册"
|
240
|
-
|
241
|
-
msgid "Enable docker registry in the cluster temlate. Default: False"
|
242
|
-
msgstr "允许docker在集群模板中进行注册,默认:不允许"
|
243
|
-
|
244
|
-
msgid "External Network ID"
|
245
|
-
msgstr "外部网络ID。"
|
246
|
-
|
247
|
-
msgid "Fixed Network"
|
248
|
-
msgstr "固定网络。"
|
249
|
-
|
250
|
-
msgid "Fixed Subnet"
|
251
|
-
msgstr "固定子网"
|
252
|
-
|
253
|
-
msgid "Flannel"
|
254
|
-
msgstr "Flannel"
|
255
|
-
|
256
|
-
msgid "Flavor"
|
257
|
-
msgstr "云主机类型"
|
258
|
-
|
259
|
-
msgid "Flavor ID"
|
260
|
-
msgstr "云主机类型ID"
|
261
|
-
|
262
|
-
msgid "Floating IP"
|
263
|
-
msgstr "浮动IP"
|
264
|
-
|
265
|
-
msgid "Floating IP Enabled"
|
266
|
-
msgstr "允许浮动IP"
|
267
|
-
|
268
|
-
msgid "HTTP Proxy"
|
269
|
-
msgstr "HTTP 代理"
|
270
|
-
|
271
|
-
msgid "HTTPS Proxy"
|
272
|
-
msgstr "HTTPS 代理。"
|
273
|
-
|
274
|
-
msgid "ID"
|
275
|
-
msgstr "ID"
|
276
|
-
|
277
|
-
msgid "Image"
|
278
|
-
msgstr "镜像"
|
279
|
-
|
280
|
-
msgid "Image ID"
|
281
|
-
msgstr "镜像ID"
|
282
|
-
|
283
|
-
msgid ""
|
284
|
-
"Indicates whether created clusters should have a floating ip or not. "
|
285
|
-
"Default: True"
|
286
|
-
msgstr "声明是否为创建的集群提供一个浮动IP,默认,提供"
|
287
|
-
|
288
|
-
msgid ""
|
289
|
-
"Indicates whether created clusters should have a load balancer for master "
|
290
|
-
"nodes or not. Default: False"
|
291
|
-
msgstr "声明是否为创建的集群的主节点提供一个负载均衡器,默认,不提供"
|
292
|
-
|
293
|
-
msgid "Infinite"
|
294
|
-
msgstr "无穷的。"
|
295
|
-
|
296
|
-
msgid "Info"
|
297
|
-
msgstr "信息"
|
298
|
-
|
299
|
-
msgid "KEY1=VALUE1, KEY2=VALUE2..."
|
300
|
-
msgstr "键1=值1,键2=值2."
|
301
|
-
|
302
|
-
msgid "Keypair"
|
303
|
-
msgstr "密钥对"
|
304
|
-
|
305
|
-
msgid "Kubernetes"
|
306
|
-
msgstr "Kubernetes"
|
307
|
-
|
308
|
-
msgid "Labels"
|
309
|
-
msgstr "标签"
|
310
|
-
|
311
|
-
msgid "Make cluster template public. Default: False"
|
312
|
-
msgstr "共享集群模板 默认:不共享"
|
313
|
-
|
314
|
-
msgid "Master Addresses"
|
315
|
-
msgstr "主节点地址"
|
316
|
-
|
317
|
-
msgid "Master Count"
|
318
|
-
msgstr "主节点数"
|
319
|
-
|
320
|
-
msgid "Master Flavor"
|
321
|
-
msgstr "主节点类型"
|
322
|
-
|
323
|
-
msgid "Master Flavor ID"
|
324
|
-
msgstr "主节点类型ID"
|
325
|
-
|
326
|
-
msgid "Master LB"
|
327
|
-
msgstr "主负载均衡"
|
328
|
-
|
329
|
-
msgid "Master LB Enabled"
|
330
|
-
msgstr "允许主负载均衡"
|
331
|
-
|
332
|
-
msgid "Mesos"
|
333
|
-
msgstr "Mesos"
|
334
|
-
|
335
|
-
msgid "Miscellaneous"
|
336
|
-
msgstr "繁杂"
|
337
|
-
|
338
|
-
msgid "Name"
|
339
|
-
msgstr "名字。"
|
340
|
-
|
341
|
-
msgid "Name of the cluster template."
|
342
|
-
msgstr "集群模版名称"
|
343
|
-
|
344
|
-
msgid "Network"
|
345
|
-
msgstr "网络"
|
346
|
-
|
347
|
-
msgid "Network Driver"
|
348
|
-
msgstr "网络驱动"
|
349
|
-
|
350
|
-
msgid "No Proxy"
|
351
|
-
msgstr "非代理。"
|
352
|
-
|
353
|
-
msgid "Node Addresses"
|
354
|
-
msgstr "节点地址"
|
355
|
-
|
356
|
-
msgid "Node Count"
|
357
|
-
msgstr "节点数"
|
358
|
-
|
359
|
-
msgid "Node Spec"
|
360
|
-
msgstr "节点规格"
|
361
|
-
|
362
|
-
msgid "Nodes"
|
363
|
-
msgstr "节点"
|
364
|
-
|
365
|
-
msgid "Overlay"
|
366
|
-
msgstr "覆盖"
|
367
|
-
|
368
|
-
msgid "Overview"
|
369
|
-
msgstr "概览"
|
370
|
-
|
371
|
-
msgid "Public"
|
372
|
-
msgstr "公共"
|
373
|
-
|
374
|
-
msgid "RESTORE COMPLETE"
|
375
|
-
msgstr "修复完成"
|
376
|
-
|
377
|
-
msgid "RESUME COMPLETE"
|
378
|
-
msgstr "恢复完成"
|
379
|
-
|
380
|
-
msgid "ROLLBACK COMPLETE"
|
381
|
-
msgstr "回滚完成"
|
382
|
-
|
383
|
-
msgid "Record Properties"
|
384
|
-
msgstr "记录属性"
|
385
|
-
|
386
|
-
msgid "Registry Enabled"
|
387
|
-
msgstr "启用Registry"
|
388
|
-
|
389
|
-
msgid "Rexray"
|
390
|
-
msgstr "雷克斯射线"
|
391
|
-
|
392
|
-
msgid "Rotate Certificate"
|
393
|
-
msgstr "轮换证书"
|
394
|
-
|
395
|
-
msgid "SNAPSHOT COMPLETE"
|
396
|
-
msgstr "快照完成"
|
397
|
-
|
398
|
-
msgid "Server Type"
|
399
|
-
msgstr "服务器类型"
|
400
|
-
|
401
|
-
msgid "Show Certificate"
|
402
|
-
msgstr "显示证书"
|
403
|
-
|
404
|
-
msgid "Sign Certificate"
|
405
|
-
msgstr "签发证书"
|
406
|
-
|
407
|
-
msgid "Sign Certificate To Cluster: {$ ctrl.model.cluster_name $}"
|
408
|
-
msgstr "给集群{$ ctrl.model.cluster_name $}签发证书"
|
409
|
-
|
410
|
-
msgid "Size"
|
411
|
-
msgstr "大小。"
|
412
|
-
|
413
|
-
msgid "Specify the Container Orchestration Engine to use."
|
414
|
-
msgstr "申明应使用的容器编排引擎。"
|
415
|
-
|
416
|
-
msgid ""
|
417
|
-
"Specify the nameserver to use for the cluster template. Default: 8.8.8.8"
|
418
|
-
msgstr "明确集群模板使用的nameserver地址,默认:8.8.8.8"
|
419
|
-
|
420
|
-
msgid "Specify the size in GB for the docker volume"
|
421
|
-
msgstr "指定容器卷的大小用GB来衡量。"
|
422
|
-
|
423
|
-
msgid "Stack ID"
|
424
|
-
msgstr "栈ID"
|
425
|
-
|
426
|
-
msgid "Status"
|
427
|
-
msgstr "状态"
|
428
|
-
|
429
|
-
msgid "TLS Disabled"
|
430
|
-
msgstr "禁用TLS"
|
431
|
-
|
432
|
-
msgid "The DNS nameserver to use for this cluster template"
|
433
|
-
msgstr "集群模板使用的DNS命名服务器"
|
434
|
-
|
435
|
-
msgid "The cluster node count."
|
436
|
-
msgstr "集群节点数量"
|
437
|
-
|
438
|
-
msgid "The http_proxy address to use for nodes in cluster"
|
439
|
-
msgstr "集群中节点所用的HTTP代理地址"
|
440
|
-
|
441
|
-
msgid "The https_proxy address to use for nodes in cluster"
|
442
|
-
msgstr "集群中的节点使用的https代理地址"
|
443
|
-
|
444
|
-
msgid "The name or UUID of the SSH keypair to load into the cluster nodes."
|
445
|
-
msgstr "加载到集群节点的SSH 密钥对的UUID名称"
|
446
|
-
|
447
|
-
msgid "The name or UUID of the base image to customize for the cluster."
|
448
|
-
msgstr "集群定制化基础镜像UUID的名称"
|
449
|
-
|
450
|
-
msgid "The no_proxy address to use for nodes in cluster"
|
451
|
-
msgstr "集群中节点所用的非代理地址"
|
452
|
-
|
453
|
-
msgid "The nova flavor id to use when launching the cluster. Default: m1.small"
|
454
|
-
msgstr "当启动集群时候,计算服务类型的id,默认m1.small"
|
455
|
-
|
456
|
-
msgid ""
|
457
|
-
"The nova flavor id to use when launching the master node of the cluster. "
|
458
|
-
"Default: m1.small"
|
459
|
-
msgstr "当启动集群主节点时候,计算服务类型的id,默认m1.small"
|
460
|
-
|
461
|
-
msgid "The size in GB for Docker Volume. Default: 25"
|
462
|
-
msgstr "Docker卷的大小(以GB计),默认是25G。"
|
463
|
-
|
464
|
-
msgid "This should really be named fixed-network-cidr. Default: 10.0.0.0/24"
|
465
|
-
msgstr "这应该称为真正的固定网络CIRD,默认地址为10.0.0.0/24"
|
466
|
-
|
467
|
-
msgid "UPDATE COMPLETE"
|
468
|
-
msgstr "更新完成"
|
469
|
-
|
470
|
-
msgid "UPDATE FAILED"
|
471
|
-
msgstr "更新失败"
|
472
|
-
|
473
|
-
msgid "UPDATE IN PROGRESS"
|
474
|
-
msgstr "正在更新"
|
475
|
-
|
476
|
-
msgid "Unable to create cluster template."
|
477
|
-
msgstr "无法创建集群模板"
|
478
|
-
|
479
|
-
msgid "Unable to create cluster."
|
480
|
-
msgstr "无法创建集群"
|
481
|
-
|
482
|
-
#, python-format
|
483
|
-
msgid "Unable to delete cluster template: %s."
|
484
|
-
msgid_plural "Unable to delete cluster templates: %s."
|
485
|
-
msgstr[0] "无法删除集群模板:%s。"
|
486
|
-
|
487
|
-
#, python-format
|
488
|
-
msgid "Unable to delete cluster: %s."
|
489
|
-
msgid_plural "Unable to delete clusters: %s."
|
490
|
-
msgstr[0] "无法删除集群:%s。"
|
491
|
-
|
492
|
-
#, python-format
|
493
|
-
msgid "Unable to delete the cluster template with id: %(id)s"
|
494
|
-
msgstr "无法按照id或者%(id)s 获取集群模板"
|
495
|
-
|
496
|
-
msgid "Unable to delete the cluster templates."
|
497
|
-
msgstr "无法批量获取集群模板"
|
498
|
-
|
499
|
-
#, python-format
|
500
|
-
msgid "Unable to delete the cluster with id: %(id)s"
|
501
|
-
msgstr "无法按照id或者%(id)s删除集群"
|
502
|
-
|
503
|
-
msgid "Unable to delete the clusters."
|
504
|
-
msgstr "无法批量删除集群"
|
505
|
-
|
506
|
-
msgid "Unable to retrieve the certificate."
|
507
|
-
msgstr "无法检索证书"
|
508
|
-
|
509
|
-
msgid "Unable to retrieve the cluster template."
|
510
|
-
msgstr "无法获取集群模板"
|
511
|
-
|
512
|
-
msgid "Unable to retrieve the cluster templates."
|
513
|
-
msgstr "无法批量获取集群模板"
|
514
|
-
|
515
|
-
msgid "Unable to retrieve the cluster."
|
516
|
-
msgstr "无法批量获取集群"
|
517
|
-
|
518
|
-
msgid "Unable to retrieve the clusters."
|
519
|
-
msgstr "无法获取集群"
|
520
|
-
|
521
|
-
msgid "Unable to retrieve the networks."
|
522
|
-
msgstr "无法获取网络。"
|
523
|
-
|
524
|
-
msgid "Unable to retrieve the stats."
|
525
|
-
msgstr "无法获取统计信息。"
|
526
|
-
|
527
|
-
msgid "Unable to rotate the certificate."
|
528
|
-
msgstr "无法轮换证书。"
|
529
|
-
|
530
|
-
msgid "Unable to sign certificate."
|
531
|
-
msgstr "无法签名证书"
|
532
|
-
|
533
|
-
msgid "Unable to update cluster template."
|
534
|
-
msgstr "无法更新集群模版。"
|
535
|
-
|
536
|
-
msgid "Unable to update cluster."
|
537
|
-
msgstr "无法更新集群。"
|
538
|
-
|
539
|
-
msgid "Update Cluster Template"
|
540
|
-
msgstr "更新集群模版"
|
541
|
-
|
542
|
-
msgid "Updated"
|
543
|
-
msgstr "已经更新的"
|
544
|
-
|
545
|
-
msgid "Volume Driver"
|
546
|
-
msgstr "卷驱动"
|
547
|
-
|
548
|
-
#, python-format
|
549
|
-
msgid "You are not allowed to delete cluster templates: %s"
|
550
|
-
msgstr "不允许删除集群模板; %s"
|
551
|
-
|
552
|
-
#, python-format
|
553
|
-
msgid "You are not allowed to delete clusters: %s"
|
554
|
-
msgstr "您不被允许删除集群:%s"
|
555
|
-
|
556
|
-
#, python-format
|
557
|
-
msgid ""
|
558
|
-
"You have selected \"%s\". Please confirm your selection. Deleted cluster is "
|
559
|
-
"not recoverable."
|
560
|
-
msgid_plural ""
|
561
|
-
"You have selected \"%s\". Please confirm your selection. Deleted clusters "
|
562
|
-
"are not recoverable."
|
563
|
-
msgstr[0] "您选择了:\"%s\"。请确认你的选择,删除集群无法恢复。"
|
564
|
-
|
565
|
-
#, python-format
|
566
|
-
msgid ""
|
567
|
-
"You have selected \"%s\". Please confirm your selection. Deleted cluster "
|
568
|
-
"template is not recoverable."
|
569
|
-
msgid_plural ""
|
570
|
-
"You have selected \"%s\". Please confirm your selection. Deleted cluster "
|
571
|
-
"templates are not recoverable."
|
572
|
-
msgstr[0] "你已经选择了\"%s\"。请确认你的选择。删除集群模板操作无法恢复。"
|
573
|
-
|
574
|
-
msgid "error"
|
575
|
-
msgid_plural "errors"
|
576
|
-
msgstr[0] "错误"
|
577
|
-
|
578
|
-
msgid "message"
|
579
|
-
msgid_plural "messages"
|
580
|
-
msgstr[0] "消息"
|
581
|
-
|
582
|
-
msgid "submit"
|
583
|
-
msgid_plural "submits"
|
584
|
-
msgstr[0] "提交"
|
585
|
-
|
586
|
-
msgid "success"
|
587
|
-
msgid_plural "successes"
|
588
|
-
msgstr[0] "成功"
|
589
|
-
|
590
|
-
msgid "title"
|
591
|
-
msgid_plural "titles"
|
592
|
-
msgstr[0] "标题"
|
593
|
-
|
594
|
-
msgid "{$ ctrl.cluster.create_timeout $} minute"
|
595
|
-
msgid_plural "{$ ctrl.cluster.create_timeout $} minutes"
|
596
|
-
msgstr[0] "{$ ctrl.cluster.create_timeout $} 分钟"
|
@@ -1 +0,0 @@
|
|
1
|
-
{"git_version": "f8580d7", "is_release": true}
|
File without changes
|
File without changes
|
File without changes
|