Merge "Rename field “Available Zone” to “Availability Zone”"
This commit is contained in:
@@ -50,7 +50,7 @@ Launch an instance
|
||||
|
||||
#. On the :guilabel:`Create Instance` page, enter the instance values.
|
||||
|
||||
:guilabel:`Available Zone`: The availability zone from which to launch the server.
|
||||
:guilabel:`Availability Zone`: The availability zone from which to launch the server.
|
||||
|
||||
:guilabel:`Specification`: Select a flavor for your server instance.
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ Create a network
|
||||
:guilabel:`Shared`: Share the network with other projects. Non admin users
|
||||
are not allowed to set shared option.
|
||||
|
||||
:guilabel:`Available Zone`: Select a availability zone for the network.
|
||||
:guilabel:`Availability Zone`: Select a availability zone for the network.
|
||||
|
||||
:guilabel:`Port Security Enabled`: Select the port security status of the network.
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ Create a volume
|
||||
|
||||
#. On the :guilabel:`Create Volume` page, specify the following values.
|
||||
|
||||
:guilabel:`Available Zone`: Select a availability zone for the volume.
|
||||
:guilabel:`Availability Zone`: Select a availability zone for the volume.
|
||||
|
||||
:guilabel:`Data Source Type`: Select one of the following options:
|
||||
|
||||
|
||||
@@ -218,7 +218,6 @@
|
||||
"Availability Zones": "Availability Zones",
|
||||
"Availability zone refers to a physical area where power and network are independent of each other in the same area. In the same region, the availability zone and the availability zone can communicate with each other in the intranet, and the available zones can achieve fault isolation.": "Availability zone refers to a physical area where power and network are independent of each other in the same area. In the same region, the availability zone and the availability zone can communicate with each other in the intranet, and the available zones can achieve fault isolation.",
|
||||
"Available": "Available",
|
||||
"Available Zone": "Available Zone",
|
||||
"Average PGs per OSD": "Average PGs per OSD",
|
||||
"Awaiting Transfer": "Awaiting Transfer",
|
||||
"Azerbaijan": "Azerbaijan",
|
||||
|
||||
@@ -218,7 +218,6 @@
|
||||
"Availability Zones": "가용 영역",
|
||||
"Availability zone refers to a physical area where power and network are independent of each other in the same area. In the same region, the availability zone and the availability zone can communicate with each other in the intranet, and the available zones can achieve fault isolation.": "가용영역은 동일한 지역에서 서로 다른 전원 및 네트워크를 가진 물리적인 영역을 의미합니다. 동일한 영역에서 가용 영역과 가용 영역은 인터넷을 통해 연결될 수 있으며 가용영역은 장애를 격리 시킬수 있습니다. ",
|
||||
"Available": "사용 가능",
|
||||
"Available Zone": "가용 영역",
|
||||
"Average PGs per OSD": "OSD당 평균 PG",
|
||||
"Awaiting Transfer": "전송 대기 중",
|
||||
"Azerbaijan": "아제르바이젠",
|
||||
|
||||
@@ -221,7 +221,6 @@
|
||||
"Availability Zones": "Зоны доступности",
|
||||
"Availability zone refers to a physical area where power and network are independent of each other in the same area. In the same region, the availability zone and the availability zone can communicate with each other in the intranet, and the available zones can achieve fault isolation.": "Зона доступности относится к физической области, где электропитание и сеть независимы друг от друга в одной области. В одном регионе зона доступности и зона доступности могут взаимодействовать друг с другом внутри сети, и доступные зоны могут обеспечить изоляцию от сбоев.",
|
||||
"Available": "Доступно",
|
||||
"Available Zone": "Зона доступности",
|
||||
"Average PGs per OSD": "Среднее количество PG на OSD",
|
||||
"Awaiting Transfer": "Ожидание передачи",
|
||||
"Azerbaijan": "Азербайджан",
|
||||
|
||||
@@ -218,7 +218,6 @@
|
||||
"Availability Zones": "Kullanılabilirlik Bölgeleri",
|
||||
"Availability zone refers to a physical area where power and network are independent of each other in the same area. In the same region, the availability zone and the availability zone can communicate with each other in the intranet, and the available zones can achieve fault isolation.": "Kullanılabilirlik bölgesi, aynı alanda gücün ve ağın birbirinden bağımsız olduğu fiziksel bir alanı ifade eder. Aynı bölgede, kullanılabilirlik bölgeleri birbirleriyle intranette iletişim kurabilir ve kullanılabilir bölgeler arasında hata izolasyonu sağlayabilir.",
|
||||
"Available": "Mevcut",
|
||||
"Available Zone": "Mevcut Bölge",
|
||||
"Average PGs per OSD": "OSD başına ortalama PG",
|
||||
"Awaiting Transfer": "Transfer Bekliyor",
|
||||
"Azerbaijan": "Azerbaycan",
|
||||
|
||||
@@ -218,7 +218,6 @@
|
||||
"Availability Zones": "可用域",
|
||||
"Availability zone refers to a physical area where power and network are independent of each other in the same area. In the same region, the availability zone and the availability zone can communicate with each other in the intranet, and the available zones can achieve fault isolation.": "可用区是指在同一地域内,电力和网络互相独立的物理区域。在同一地域内可用区与可用区之间内网互通,可用区之间能做到故障隔离。",
|
||||
"Available": "可用",
|
||||
"Available Zone": "可用域",
|
||||
"Average PGs per OSD": "每个OSD平均PG数量",
|
||||
"Awaiting Transfer": "等待转让",
|
||||
"Azerbaijan": "阿塞拜疆",
|
||||
|
||||
@@ -155,7 +155,7 @@ export class BaseStep extends Base {
|
||||
},
|
||||
{
|
||||
name: 'availableZone',
|
||||
label: t('Available Zone'),
|
||||
label: t('Availability Zone'),
|
||||
type: 'select',
|
||||
placeholder: t('Please select'),
|
||||
isWrappedValue: true,
|
||||
|
||||
@@ -104,7 +104,7 @@ export class ConfirmStep extends Base {
|
||||
},
|
||||
items: [
|
||||
{
|
||||
label: t('Available Zone'),
|
||||
label: t('Availability Zone'),
|
||||
value: context.availableZone.label,
|
||||
},
|
||||
{
|
||||
|
||||
@@ -668,7 +668,7 @@ export class BaseStep extends Base {
|
||||
},
|
||||
{
|
||||
name: 'availableZone',
|
||||
label: t('Available Zone'),
|
||||
label: t('Availability Zone'),
|
||||
type: 'select',
|
||||
placeholder: t('Please select'),
|
||||
isWrappedValue: true,
|
||||
|
||||
@@ -229,7 +229,7 @@ export class ConfirmStep extends Base {
|
||||
key: 'deleteVolume',
|
||||
},
|
||||
{
|
||||
label: t('Available Zone'),
|
||||
label: t('Availability Zone'),
|
||||
value: context.availableZone.label,
|
||||
},
|
||||
{
|
||||
|
||||
@@ -399,7 +399,7 @@ export class CreateNetwork extends ModalAction {
|
||||
},
|
||||
{
|
||||
name: 'availableZone',
|
||||
label: t('Available Zone'),
|
||||
label: t('Availability Zone'),
|
||||
type: 'select',
|
||||
placeholder: t('Please select'),
|
||||
options: this.availableZones,
|
||||
|
||||
@@ -406,7 +406,7 @@ export class Create extends FormAction {
|
||||
},
|
||||
{
|
||||
name: 'availableZone',
|
||||
label: t('Available Zone'),
|
||||
label: t('Availability Zone'),
|
||||
type: 'select',
|
||||
placeholder: t('Please select'),
|
||||
options: this.availableZones,
|
||||
|
||||
Reference in New Issue
Block a user