From: Sebastian Krah Date: Fri, 10 May 2019 12:32:58 +0000 (+0200) Subject: mgr/dashboard: Update translations X-Git-Tag: v15.1.0~2439^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4794890c41c502a8cd80e52ff1c2147dc6da5456;p=ceph.git mgr/dashboard: Update translations Updates the Czech, German, Spanish, French, Indonesian, Polish and Chinese (simplified) translation Adds the English, Italian, Japanese, Portuguese (Brazil) and Chinese (traditional) translation Removes Portuguese (Portugal) Fixes: http://tracker.ceph.com/issues/39701 Signed-off-by: Sebastian Krah --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/locale.helper.ts b/src/pybind/mgr/dashboard/frontend/src/app/locale.helper.ts index 6e23647270c2..8920bda39074 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/locale.helper.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/locale.helper.ts @@ -4,9 +4,12 @@ import locale_en from '@angular/common/locales/en'; import locale_es from '@angular/common/locales/es'; import locale_fr from '@angular/common/locales/fr'; import locale_id from '@angular/common/locales/id'; +import locale_it from '@angular/common/locales/it'; +import locale_ja from '@angular/common/locales/ja'; import locale_pl from '@angular/common/locales/pl'; -import locale_pt_PT from '@angular/common/locales/pt-PT'; +import locale_pt from '@angular/common/locales/pt'; import locale_zh_Hans from '@angular/common/locales/zh-Hans'; +import locale_zh_Hant from '@angular/common/locales/zh-Hant'; import { LOCALE_ID, TRANSLATIONS, TRANSLATIONS_FORMAT } from '@angular/core'; declare const require; @@ -27,10 +30,16 @@ export class LocaleHelper { return 'fr-FR'; } else if (lang.includes('id')) { return 'id-ID'; + } else if (lang.includes('it')) { + return 'it-IT'; + } else if (lang.includes('ja')) { + return 'ja-JP'; } else if (lang.includes('pl')) { return 'pl-PL'; } else if (lang.includes('pt')) { - return 'pt-PT'; + return 'pt-BR'; + } else if (lang.includes('zh-TW')) { + return 'zh-TW'; } else if (lang.includes('zh')) { return 'zh-CN'; } else { @@ -64,15 +73,24 @@ export class LocaleHelper { case 'id-ID': localeData = locale_id; break; - case 'pt-PT': - localeData = locale_pt_PT; + case 'it-IT': + localeData = locale_it; + break; + case 'ja-JP': + localeData = locale_ja; break; case 'pl-PL': localeData = locale_pl; break; + case 'pt-BR': + localeData = locale_pt; + break; case 'zh-CN': localeData = locale_zh_Hans; break; + case 'zh-TW': + localeData = locale_zh_Hant; + break; } return localeData; } diff --git a/src/pybind/mgr/dashboard/frontend/src/app/shared/components/language-selector/language-selector.component.spec.ts b/src/pybind/mgr/dashboard/frontend/src/app/shared/components/language-selector/language-selector.component.spec.ts index 189ecc53710d..a06425667d0a 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/shared/components/language-selector/language-selector.component.spec.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/shared/components/language-selector/language-selector.component.spec.ts @@ -59,15 +59,27 @@ describe('LanguageSelectorComponent', () => { expectLanguageChange('id-ID'); }); + it('should change to it-IT', () => { + expectLanguageChange('it-IT'); + }); + + it('should change to ja-JP', () => { + expectLanguageChange('ja-JP'); + }); + it('should change to pl-PL', () => { expectLanguageChange('pl-PL'); }); - it('should change to pt-PT', () => { - expectLanguageChange('pt-PT'); + it('should change to pt-BR', () => { + expectLanguageChange('pt-BR'); }); it('should change to zh-CN', () => { expectLanguageChange('zh-CN'); }); + + it('should change to zh-TW', () => { + expectLanguageChange('zh-TW'); + }); }); diff --git a/src/pybind/mgr/dashboard/frontend/src/app/shared/components/language-selector/supported-languages.enum.ts b/src/pybind/mgr/dashboard/frontend/src/app/shared/components/language-selector/supported-languages.enum.ts index 3bf456bcc97b..1bd8bc316a32 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/shared/components/language-selector/supported-languages.enum.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/shared/components/language-selector/supported-languages.enum.ts @@ -4,6 +4,8 @@ import { esLocale, frLocale, idLocale, + itLocale, + jaLocale, plLocale, ptBrLocale, zhCnLocale @@ -15,12 +17,15 @@ export enum SupportedLanguages { 'cs' = 'Čeština', 'de-DE' = 'Deutsch', 'en-US' = 'English', + 'es-ES' = 'Español', 'fr-FR' = 'Français', 'id-ID' = 'Bahasa Indonesia', + 'it-IT' = 'Italiano', + 'ja-JP' = '日本語', 'pl-PL' = 'Polski', - 'pt-PT' = 'Português', - 'es-ES' = 'Español', - 'zh-CN' = '中文' + 'pt-BR' = 'Português (brasileiro)', + 'zh-CN' = '中文 (简体)', + 'zh-TW' = '中文 (繁體)' } // Supported languages: @@ -31,6 +36,8 @@ export let languageBootstrapMapping = { es: esLocale, fr: frLocale, id: idLocale, + it: itLocale, + ja: jaLocale, pl: plLocale, pt: ptBrLocale, zh: zhCnLocale diff --git a/src/pybind/mgr/dashboard/frontend/src/locale/messages.cs.xlf b/src/pybind/mgr/dashboard/frontend/src/locale/messages.cs.xlf index 5729df0cfaf1..bee3dae039a7 100644 --- a/src/pybind/mgr/dashboard/frontend/src/locale/messages.cs.xlf +++ b/src/pybind/mgr/dashboard/frontend/src/locale/messages.cs.xlf @@ -1,4595 +1,2488 @@ - - + + - + Toggle navigation Zobraz./skrýt navigaci - - app/core/navigation/navigation/navigation.component.html - 15 - - + + Dashboard Přehled - - app/core/navigation/navigation/navigation.component.html - 35 - - + + Cluster Klastr - - app/core/navigation/navigation/navigation.component.html - 47 - - + + Hosts Stroje - - app/core/navigation/navigation/navigation.component.html - 57 - - - app/ceph/dashboard/health/health.component.html - 81 - - + + Monitors Monitory - - app/core/navigation/navigation/navigation.component.html - 64 - - - app/ceph/dashboard/health/health.component.html - 48 - - + + OSDs OSD - - app/core/navigation/navigation/navigation.component.html - 71 - - - app/ceph/dashboard/health/health.component.html - 57 - - + + Configuration Nastavení - - app/core/navigation/navigation/navigation.component.html - 78 - - + + CRUSH map CRUSH mapa - - app/core/navigation/navigation/navigation.component.html - 85 - - + + + Manager modules + Moduly správy + + Logs Záznamy událostí - - app/core/navigation/navigation/navigation.component.html - 92 - - + + Alerts - Alerts - - app/core/navigation/navigation/navigation.component.html - 98 - - + Výstrahy + + Pools Fondy - - app/core/navigation/navigation/navigation.component.html - 108 - - - app/ceph/block/mirroring/overview/overview.component.html - 12 - - - app/ceph/dashboard/health/health.component.html - 190 - - - app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html - 19 - - + + Block Blok - - app/core/navigation/navigation/navigation.component.html - 122 - - + + Images Obrazy - - app/core/navigation/navigation/navigation.component.html - 131 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 120 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 341 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 479 - - - app/ceph/block/iscsi/iscsi.component.html - 9 - - - app/ceph/block/mirroring/overview/overview.component.html - 21 - - - app/ceph/block/rbd-images/rbd-images.component.html - 3 - - + + Mirroring Zrcadlení - - app/core/navigation/navigation/navigation.component.html - 139 - - + + iSCSI iSCSI - - app/core/navigation/navigation/navigation.component.html - 151 - - + + + NFS + NFS + + Filesystems Souborové systémy - - app/core/navigation/navigation/navigation.component.html - 162 - - + + Object Gateway Objektová brána - - app/core/navigation/navigation/navigation.component.html - 173 - - + + Daemons Procesy služeb - - app/core/navigation/navigation/navigation.component.html - 182 - - - app/ceph/block/iscsi/iscsi.component.html - 3 - - - app/ceph/block/mirroring/overview/overview.component.html - 5 - - + + Users Uživatelé - - app/core/navigation/navigation/navigation.component.html - 188 - - - app/core/auth/user-tabs/user-tabs.component.html - 2 - - + + Buckets Nádoby - - app/core/navigation/navigation/navigation.component.html - 194 - - - Retrieving data for - . Please wait... - Získávají se data pro - . Čekejte… - - app/shared/components/view-cache/view-cache.component.html - 2 - - - Displaying previously cached data - for . - Zobrazují se dataz mezipaměti - pro . - - app/shared/components/view-cache/view-cache.component.html - 7 - - - Could not load data for - . - Please check the cluster health. - Nedaří se načíst dat pro - . - Zkontrolujte zdraví klastru. - - app/shared/components/view-cache/view-cache.component.html - 12 - - + + + Retrieving data + for + + + . Please wait... + + Získávají se data + pro + + + . Čekejte… + + + + Displaying previously cached data + + for + + + . + + Zobrazují se data + z mezipaměti + pro + + + . + + + + Could not load data + for + + + . + Please check the cluster health. + + Nedaří se načíst dat + pro + + + . + Zkontrolujte zdraví klastru. + + + Back Zpět - - app/shared/components/error-panel/error-panel.component.html - 27 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 544 - - - app/ceph/block/rbd-form/rbd-form.component.html - 303 - - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 159 - - - app/ceph/pool/pool-form/pool-form.component.html - 443 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 107 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 598 - - - app/core/auth/role-form/role-form.component.html - 85 - - - app/core/auth/user-form/user-form.component.html - 151 - - + + Select a Language Vyberte jazyk - - app/shared/components/language-selector/language-selector.component.html - 7 - - + + Loading panel data... Načítání údajů panelu… - - app/shared/components/grafana/grafana.component.html - 3 - - + + Please consult the - documentation on how to - configure and enable the monitoring functionality. + documentation + on how to + configure and enable the monitoring functionality. + Nahlédněte do - dokumentace, kde naleznete jak - nastavit a zapnout funkci monitorování. - - app/shared/components/grafana/grafana.component.html - 6 - - + dokumentace + , kde naleznete jak + nastavit a zapnout funkci monitorování. + + + Grafana Dashboard doesn't exist. Please refer to - documentation on how to - add dashboards to Grafana. - Grafana Dashboard doesn't exist. Please refer to - documentation on how to - add dashboards to Grafana. - - app/shared/components/grafana/grafana.component.html - 11 - - + documentation + on how to + add dashboards to Grafana. + + Grafana přehled neexistuje. Podívejte se do + dokumentace + jak + přidat přehledy do Grafany. + + + Grafana Time Picker - Grafana Time Picker - - app/shared/components/grafana/grafana.component.html - 20 - - + Grafana Time Picker + + Reset Settings - Reset Settings - - app/shared/components/grafana/grafana.component.html - 35 - - + Resetovat nastavení + + Failed to load data. Data se nepodařilo načíst - - app/shared/datatable/table/table.component.html - 2 - - + + selected vybráno - - app/shared/datatable/table/table.component.html - 112 - - X selected - + X selected + + found nalezeno - - app/shared/datatable/table/table.component.html - 115 - - X found - + X found + + total celkem - - app/shared/datatable/table/table.component.html - 118 - - X total - + X total + + Settings - Settings - - app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html - 3 - - + Nastavení + + Changing these parameters from their default values is usually not necessary. - Changing these parameters from their default values is usually not necessary. - - app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html - 15 - - - app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html - 13 - - + Měnit tyto parametry z jejich výchozích hodnot obvykle není potřeba. + + + Backstore + Backstore + + Confirm - Confirm - - app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html - 35 - - - app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html - 53 - - + Potvrdit + + Cancel Storno - - app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html - 39 - - - app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html - 57 - - - app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html - 38 - - - app/shared/components/confirmation-modal/confirmation-modal.component.html - 21 - - - app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html - 38 - - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 91 - - - app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html - 34 - - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 25 - - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 44 - - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 45 - - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 44 - - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 45 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 110 - - + + Advanced Settings - Advanced Settings - - app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html - 3 - - - Create target - Create target - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 11 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 539 - - + Pokročilá nastavení + + Target IQN - Target IQN - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 20 - - + IQN cíle + + This field is required. Tuto kolonku je třeba vyplnit. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 43 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 209 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 231 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 266 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 291 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 326 - - - app/ceph/block/rbd-form/rbd-form.component.html - 49 - - - app/ceph/block/rbd-form/rbd-form.component.html - 91 - - - app/ceph/block/rbd-form/rbd-form.component.html - 151 - - - app/ceph/block/rbd-form/rbd-form.component.html - 175 - - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 31 - - - app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html - 18 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 58 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 92 - - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 47 - - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 72 - - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 47 - - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 96 - - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 131 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 51 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 83 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 132 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 38 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 62 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 101 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 166 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 198 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 449 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 486 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 542 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 579 - - - app/core/auth/role-form/role-form.component.html - 34 - - - app/core/auth/user-form/user-form.component.html - 33 - - - app/core/auth/user-form/user-form.component.html - 60 - - - app/core/auth/user-form/user-form.component.html - 87 - - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 36 - - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 32 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 36 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 58 - - + + IQN has wrong pattern. - IQN has wrong pattern. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 47 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 213 - - + IQN nemá správný formát. + + An IQN has the following notation 'iqn.$year-$month.$reversedAddress:$definedName' - An IQN has the following notation 'iqn.$year-$month.$reversedAddress:$definedName' - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 51 - - + IQN má následující formu zápisu „iqn.$rok-$měsíc.$adresaObráceně:$určenýNázev' + + For example: iqn.2016-06.org.dashboard:storage:disk.sn-a8675309 - For example: iqn.2016-06.org.dashboard:storage:disk.sn-a8675309 - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 53 - - + Například: iqn.2016-06.org.dashboard:storage:disk.sn-a8675309 + + More information - More information - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 57 - - + Další informace + + This target has modified advanced settings. - This target has modified advanced settings. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 62 - - + Tento cíl má změněná pokročilá nastavení. + + Portals - Portals - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 72 - - - At least gateways are required. - At least gateways are required. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 96 - - + Portály + + + At least + gateways are required. + + Je třeba alespoň + bran. + + + Add portal - Add portal - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 106 - - + Přidat portál + + This image has modified settings. - This image has modified settings. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 146 - - + Tento obraz má změněná nastavení. + + At least 1 image is required. - At least 1 image is required. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 151 - - + Je třeba alespoň 1 obraz. + + Add image - Add image - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 161 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 371 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 506 - - + Přidat obraz + + + ACL authentication + ACL ověřování + + Initiators - Initiators - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 174 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 437 - - + Iniciátory + + Initiator - Initiator - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 181 - - + Iniciátor + + Client IQN - Client IQN - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 194 - - + IQN klienta + + Initiator IQN needs to be unique. - Initiator IQN needs to be unique. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 205 - - + Je třeba, aby se IQN iniciátoru neopakovalo. + + User - User - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 223 - - + Uživatele + + Usernames must have a length of 8 to 64 characters and can only contain letters, '.', '@', '-', '_' or ':'. - Usernames must have a length of 8 to 64 characters and - can only contain letters, '.', '@', '-', '_' or ':'. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 235 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 295 - - + Je třeba, aby uživatelská jména měla délku 8 až 64 znaků a + mohou obsahovat pouze písmena a znaky „.“, „@“, „-“, „_“ nebo „:“. + + Password Heslo - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 245 - - - app/core/auth/user-form/user-form.component.html - 42 - - - Passwords must have a length of 12 to 16 characters - and can only contain letters, '@', '-' or '_'. - Passwords must have a length of 12 to 16 characters - and can only contain letters, '@', '-' or '_'. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 270 - - + + Mutual User - Mutual User - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 281 - - + Uživatel pro vzájemné ověření + + Mutual Password - Mutual Password - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 305 - - - Passwords must have a length of 12 to 16 characters and - can only contain letters, '@', '-' or '_'. - Passwords must have a length of 12 to 16 characters and - can only contain letters, '@', '-' or '_'. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 330 - - + Heslo pro vzájemné ověření + + Initiator belongs to a group. Images will be configure in the group. - Initiator belongs to a group. Images will be configure in the group. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 361 - - + Iniciátor spadá do skupiny. Obrazy budou nastaveny ve skupině. + + No items added. - No items added. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 384 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 521 - - + Nepřidány žádné položky. + + Add initiator - Add initiator - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 389 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 465 - - + Přidat iniciátor + + Groups - Groups - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 403 - - + Skupiny + + Group - Group - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 410 - - + Skupina + + Name Název - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 422 - - - app/ceph/block/rbd-form/rbd-form.component.html - 36 - - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 18 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 21 - - - app/ceph/pool/pool-form/pool-form.component.html - 26 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 42 - - - app/core/auth/role-form/role-form.component.html - 19 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 8 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 8 - - - app/ceph/block/rbd-details/rbd-details.component.html - 13 - - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 23 - - + + Add group - Add group - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 526 - - - Are you sure that you want to the selected ? - Opravdu chcete označené ? - - app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html - 15 - - + Přidat skupinu + + + Submit + Odeslat + + + Are you sure that you want to + the selected + ? + + Opravdu chcete označené + + ? + + + Yes, I am sure. Ano, opravdu to chci. - - app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html - 25 - - - Please consult the documentation - on how to configure and enable the iSCSI Targets management functionality. - Please consult the documentation - on how to configure and enable the iSCSI Targets management functionality. - - app/ceph/block/iscsi-target-list/iscsi-target-list.component.html - 6 - - + + + Discovery Authentication + Ověřování pro objevování + + + Usernames must have a length of 8 to 64 characters and + can only contain letters, '.', '@', '-', '_' or ':'. + Usernames must have a length of 8 to 64 characters and + can only contain letters, '.', '@', '-', '_' or ':'. + + + Please consult the + documentation + + on how to configure and enable the iSCSI Targets management functionality. + + Podívejte se do + dokumentace + + jak nastavit a zapnout funkci správy iSCSI cílů. + + + Available information: - Available information: - - app/ceph/block/iscsi-target-list/iscsi-target-list.component.html - 12 - - + Informace k dispozici: + + iSCSI Targets not available - iSCSI Targets not available - - app/ceph/block/iscsi-target-list/iscsi-target-list.component.html - 4 - - - {VAR_SELECT, select, editing {Edit} cloning {Clone} copying {Copy} other {Add} } - {VAR_SELECT, vybrat, upravování {Edit} klonování {Clone} kopírování {Copy} ostatní {Add} } - - app/ceph/block/rbd-form/rbd-form.component.html - 10 - - - {VAR_SELECT, select, cloning {Clone from} copying {Copy from} other {Parent} } - {VAR_SELECT, vybrat, klonování {Clone from} kopírování {Copy from} ostatní {Parent} } - - app/ceph/block/rbd-form/rbd-form.component.html - 20 - - + iSCSI cíl není k dispozici + + + '/' and '@' are not allowed. + „/“ a „@“ nejsou dovoleny. + + Loading... Načítání… - - app/ceph/block/rbd-form/rbd-form.component.html - 79 - - - app/ceph/block/rbd-form/rbd-form.component.html - 139 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 59 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 186 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 210 - - - app/ceph/pool/pool-form/pool-form.component.html - 5 - - - app/ceph/pool/pool-form/pool-form.component.html - 220 - - - app/ceph/pool/pool-form/pool-form.component.html - 341 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 83 - - + + -- No rbd pools available -- -- Žádné rbd fondy k dispozici -- - - app/ceph/block/rbd-form/rbd-form.component.html - 82 - - + + -- Select a pool -- -- Vybrat fond -- - - app/ceph/block/rbd-form/rbd-form.component.html - 85 - - + + Use a dedicated data pool Použít vyhrazený datový fond - - app/ceph/block/rbd-form/rbd-form.component.html - 105 - - + + Data pool Datový fond - - app/ceph/block/rbd-form/rbd-form.component.html - 116 - - + + Dedicated pool that stores the object-data of the RBD. Vyhrazený fond který uchovává objektová data RBD. - - app/ceph/block/rbd-form/rbd-form.component.html - 120 - - + + -- No data pools available -- -- Žádné fondy k dispozici -- - - app/ceph/block/rbd-form/rbd-form.component.html - 142 - - + + Size Velikost - - app/ceph/block/rbd-form/rbd-form.component.html - 160 - - - app/ceph/block/rbd-details/rbd-details.component.html - 33 - - + + e.g., 10GiB např. 10 GiB - - app/ceph/block/rbd-form/rbd-form.component.html - 170 - - + + You have to increase the size. Je třeba zvětšit. - - app/ceph/block/rbd-form/rbd-form.component.html - 178 - - + + Features Funkce - - app/ceph/block/rbd-form/rbd-form.component.html - 188 - - - app/ceph/block/rbd-details/rbd-details.component.html - 48 - - + + Advanced... Pokročilé… - - app/ceph/block/rbd-form/rbd-form.component.html - 211 - - + + Advanced Pokročilé - - app/ceph/block/rbd-form/rbd-form.component.html - 217 - - + + + Striping + Proužkování + + Object size Velikost objektu - - app/ceph/block/rbd-form/rbd-form.component.html - 224 - - - app/ceph/block/rbd-details/rbd-details.component.html - 43 - - + + Stripe unit Jednotka proužku - - app/ceph/block/rbd-form/rbd-form.component.html - 241 - - + + -- Select stripe unit -- -- Vybrat jednotku proužku -- - - app/ceph/block/rbd-form/rbd-form.component.html - 252 - - + + This field is required because stripe count is defined! Tuto kolonku je třeba vyplnit, protože je definován počet proužků! - - app/ceph/block/rbd-form/rbd-form.component.html - 258 - - + + Stripe unit is greater than object size. Jednotka proužku je vyšší než velikost objektu. - - app/ceph/block/rbd-form/rbd-form.component.html - 261 - - + + Stripe count Počet proužků - - app/ceph/block/rbd-form/rbd-form.component.html - 270 - - + + This field is required because stripe unit is defined! Tuto kolonku je třeba vyplnit, protože je definována jednotka proužku! - - app/ceph/block/rbd-form/rbd-form.component.html - 283 - - + + Stripe count must be greater than 0. Je třeba, aby počet proužků byl větší než nula. - - app/ceph/block/rbd-form/rbd-form.component.html - 286 - - - {VAR_SELECT, select, editing {Update} cloning {Clone} copying {Copy} other {Create} } - {VAR_SELECT, vybrat, upravování {Update} klonování {Clone} kopírování {Copy} ostatní {Create} } - - app/ceph/block/rbd-form/rbd-form.component.html - 298 - - + + Trash Koš - - app/ceph/block/rbd-images/rbd-images.component.html - 8 - - + + Overall Performance Celková výkonnost - - app/ceph/block/rbd-images/rbd-images.component.html - 12 - - - app/ceph/cluster/hosts/hosts.component.html - 29 - - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 71 - - - app/ceph/pool/pool-list/pool-list.component.html - 35 - - - app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.html - 16 - - + + Edit Upravit - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 10 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 235 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 374 - - + + Description Popis - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 32 - - - app/core/auth/role-form/role-form.component.html - 46 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 13 - - + + Long description Podrobnější popis - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 46 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 18 - - + + Default Výchozí - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 60 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 32 - - + + Daemon default Výchozí pro proces služby - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 74 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 37 - - + + Services Služby - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 88 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 68 - - + + Values Hodnoty - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 101 - - - The entered value is too high! It must not be greater than . - Zadaná hodnota je příliš vysoká! Nemůže být vyšší než . - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 139 - - - The entered value is too low! It must not be lower than . - Zadaná hodnota je příliš nízká! Nemůže být nižší než . - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 142 - - + + + The entered value is too high! It must not be greater than + . + + Zadaná hodnota je příliš vysoká! Nemůže být vyšší než + . + + + + The entered value is too low! It must not be lower than + . + + Zadaná hodnota je příliš nízká! Nemůže být nižší než + . + + + Save Uložit - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 154 - - + + CRUSH map viewer prohlížeč CRUSH mapy - - app/ceph/cluster/crushmap/crushmap.component.html - 6 - - + + Hosts List Seznam strojů - - app/ceph/cluster/hosts/hosts.component.html - 3 - - + + No entries found - No entries found - - app/ceph/cluster/logs/logs.component.html - 14 - - - app/ceph/cluster/logs/logs.component.html - 30 - - + Nenalezeny žádné položky + + Cluster Logs - Cluster Logs - - app/ceph/cluster/logs/logs.component.html - 4 - - + Záznamy událostí v klastra + + Audit Logs - Audit Logs - - app/ceph/cluster/logs/logs.component.html - 20 - - + Auditní záznamy událostí + + + Loading configuration... + Načítání nastavení… + + + The configuration could not be loaded. + Toto nastavení se nepodařilo načíst. + + + Edit Manager module + Upravit modul správy + + + The entered value is not a valid UUID, e.g.: 67dcac9f-2c03-4d6c-b7bd-1210b3a259a8 + Zadaná hodnota není platné UUID, např.: 67dcac9f-2c03-4d6c-b7bd-1210b3a259a8 + + + The entered value needs to be a valid IP address. + Je třeba, aby zadaná hodnota byla platnou IP adresou. + + + The entered value is too high! It must be lower or equal to + . + + The entered value is too high! It must be lower or equal to + . + + + + The entered value is too low! It must be greater or equal to + . + + The entered value is too low! It must be greater or equal to + . + + + + The entered value needs to be a number. + Je třeba, aby zadaná hodnota byla číslo. + + + The entered value needs to be a number or decimal. + Je třeba, aby zadaná hodnota byla číslo nebo desítkové. + + + Update + Aktualizovat + + Status Stav - - app/ceph/cluster/monitor/monitor.component.html - 4 - - - app/ceph/dashboard/health/health.component.html - 3 - - + + Cluster ID Identif. kastru - - app/ceph/cluster/monitor/monitor.component.html - 9 - - + + monmap modified mapa monitorů změněna - - app/ceph/cluster/monitor/monitor.component.html - 14 - - + + monmap epoch monmap epocha - - app/ceph/cluster/monitor/monitor.component.html - 19 - - + + quorum con kvórum spojení - - app/ceph/cluster/monitor/monitor.component.html - 24 - - + + quorum mon kvórum monitor - - app/ceph/cluster/monitor/monitor.component.html - 29 - - + + required con vyžadováno spojení - - app/ceph/cluster/monitor/monitor.component.html - 34 - - + + required mon vyžadováno monitorů - - app/ceph/cluster/monitor/monitor.component.html - 39 - - + + In Quorum V kvóru - - app/ceph/cluster/monitor/monitor.component.html - 48 - - + + Not In Quorum Není v kvóru - - app/ceph/cluster/monitor/monitor.component.html - 54 - - + + Cluster-wide OSD Flags Příznaky OSD pro celý klastr - - app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html - 3 - - - Submit - Odeslat - - app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html - 34 - - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 87 - - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 21 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 106 - - + + OSD Recovery Priority - OSD Recovery Priority - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 3 - - + Priorita obnovení OSD + + Priority - Priority - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 16 - - + Priorita + + Customize priority values - Customize priority values - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 44 - - + Přizpůsobit hodnoty priority + + This field is required! Tuto kolonku je třeba vyplnit! - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 67 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 34 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 67 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 91 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 117 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 165 - - - app/ceph/pool/pool-form/pool-form.component.html - 40 - - - app/ceph/pool/pool-form/pool-form.component.html - 69 - - - app/ceph/pool/pool-form/pool-form.component.html - 95 - - - - - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 71 - - - The entered value is too high! It must not be greater than . - The entered value is too high! It must not be greater than . - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 75 - - - The entered value is too low! It must not be lower than . - The entered value is too low! It must not be lower than . - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 79 - - + + + [object Object] + [object Object] + + + The entered value is too high! It must not be greater than + . + + Zadaná hodnota je příliš vysoká, je třeba, aby nebyla vyšší než + . + + + + The entered value is too low! It must not be lower than + . + + Zadaná hodnota je příliš nízká! Je třeba, aby byla nižší než + . + + + Reweight OSD Znovu vyvážit OSD - - app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html - 3 - - + + The value needs to be between 0 and 1. Je třeba, aby hodnota byla mezi 0 a 1. - - app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html - 20 - - + + Reweight Znovu vyvážit - - app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html - 30 - - - OSDs Scrub - OSD kontrola - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 3 - - + + + OSDs + Scrub + + OSD + kontrola + + + {VAR_SELECT, select, 1 {Deep } } {VAR_SELECT, vybrat, 1 {Deep } } - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 3 - - - You are about to apply a scrub to - the OSD . - Chystáte se použít kontrolu nascrub to - OSD . - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 13 - - + + + You are about to apply a + scrub to + the OSD + + + . + + Chystáte se použít kontrolu na + scrub to + OSD + + + . + + + {VAR_SELECT, select, 1 {deep } } {VAR_SELECT, vybrat, 1 {deep } } - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 13 - - + + Set Cluster-wide Flags - Set Cluster-wide Flags - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 25 - - + Nastavit příznaky pro celý klastr + + Set Cluster-wide Recovery Priority - Set Cluster-wide Recovery Priority - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 41 - - + Nastavit prioritu zotavení pro celý klastr + + OSDs List Seznam OSD - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 3 - - - OSD will be marked - if you proceed. - Pokud budete pokračovat, OSD -  bude označeno - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 81 - - + + + + OSD + + will be marked + + + if you proceed. + + Pokud budete pokračovat, + OSD + + + + + bude označeno + + + The OSD is not safe to destroy! - The OSD is not safe to destroy! - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 90 - - - OSD will be - if you proceed. + OSD není možné bezpečně zlikvidovat! + + + + OSD + + will be + + + if you proceed. + Pokud budete pokračovat, -OSD bude . - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 92 - - + OSD + + bude + + + . + + + Details Podrobnosti - - app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.html - 10 - - - app/core/auth/role-details/role-details.component.html - 2 - - - app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html - 3 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 2 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 3 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 3 - - - app/ceph/block/rbd-details/rbd-details.component.html - 8 - - - app/ceph/pool/pool-details/pool-details.component.html - 5 - - - app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html - 3 - - + + Health Zdraví - - app/ceph/dashboard/dashboard/dashboard.component.html - 4 - - + + Statistics Statistiky - - app/ceph/dashboard/dashboard/dashboard.component.html - 8 - - - Add erasure code profile - Přidat profil mazacího kódu - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 3 - - + + + Please consult the + documentation + + on how to configure and enable the NFS Ganesha management functionality. + + Ohledně nastavení a zapnutí funkce správy NFS Ganesha nahlédněte do + dokumentace + + + + + Clients + Klienti + + + Any client can access + Přistupovat může libovolný klient + + + Addresses + Adresy + + + Required field + Vyžadovaná kolonka + + + Must contain one or more comma-separated values + Je třeba, aby obsahovalo jednu nebo více čárkou oddělovaných hodnot + + + For example: + Například: + + + Access Type + Typ přístupu + + + Squash + Squash + + + Add clients + Přidat klienty + + + NFS export + + + NFS export + + + + + -- No cluster available -- + -- Žádný klastr k dispozici -- + + + -- Select the cluster -- + -- Vyberte klastr -- + + + Add daemon + Přidat proces služby + + + Storage Backend + Podpůrná vrstva úložiště + + + -- Select the storage backend -- + -- Vyberte podpůrnou vrstvu úložiště -- + + + Object Gateway User + Uživatel objektové brány + + + -- No users available -- + -- Žádní uživatelé k dispozici -- + + + -- Select the object gateway user -- + -- Vyberte uživatele brány objektů -- + + + CephFS User ID + Identif. uživatele CephFS + + + -- No clients available -- + -- Žádní klienti k dispozici -- + + + -- Select the cephx client -- + -- Vyberte cephx klienta -- + + + CephFS Name + Název CephFS + + + Security Label + Security Label + + + Enable security label + Enable security label + + + CephFS Path + Popis umístění CephFS + + + Path need to start with a '/' and can be followed by a word + Je třeba, aby popis umístění začínal na „/“, za kterým následuje slovo + + + New directory will be created + Bude vytvořena nová složka + + + Path + Popis umístění + + + Path can only be a single '/' or a word + Popis umístění může být pouze jediné „/“ nebo slovo + + + New bucket will be created + Bude vytvořena nová nádoba + + + NFS Protocol + NFS protokol + + + NFSv3 + NFSv3 + + + NFSv4 + NFSv4 + + + NFS Tag + NFS štítek + + + Alternative access for + NFS v3 + mounts (it must not have a leading /). + + Alternativní přístup pro + NFS v3 + připojení (nemůže začínat na /). + + + + Clients may not mount subdirectories (i.e. if Tag = foo, the client may not mount foo/baz). + Clients may not mount subdirectories (i.e. if Tag = foo, the client may not mount foo/baz). + + + By using different Tag options, the same Path may be exported multiple times. + By using different Tag options, the same Path may be exported multiple times. + + + Pseudo + Pseudo + + + The position that this + NFS v4 + export occupies + in the + Pseudo FS + (it must be unique). + + The position that this + NFS v4 + export occupies + in the + Pseudo FS + (it must be unique). + + + + By using different Pseudo options, the same Path may be exported multiple times. + By using different Pseudo options, the same Path may be exported multiple times. + + + Wrong format + Nesprávný formát + + + -- No access type available -- + -- Žádný typ přístupu k dispozici -- + + + -- Select the access type -- + -- Vyberte typ přístupu -- + + + -- No squash available -- + -- No squash available -- + + + --Select what kind of user id squashing is performed -- + --Select what kind of user id squashing is performed -- + + + Transport Protocol + Transportní protokol + + + UDP + UDP + + + TCP + TCP + + + CephFS + CephFS + + The name can only consist of alphanumeric characters, dashes and underscores. - The name can only consist of alphanumeric characters, dashes and underscores. - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 37 - - + Název může být tvořen pouze písmeny a číslicemi, dále ještě spojovníky a podtržítky. + + The chosen erasure code profile name is already in use. Zvolený název pro profil mazacího kódu je už používán. - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 40 - - + + Plugin Zásuvný modul - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 47 - - + + Data chunks (k) Shluky dat (k) - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 75 - - + + Must be equal to or greater than 2. Je třeba, aby bylo 2 a více. - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 94 - - + + Coding chunks (m) Shluky kódování (m) - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 102 - - + + Must be equal to or greater than 1. Je třeba, aby bylo 1 a více. - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 120 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 142 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 168 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 261 - - + + Durability estimator (c) Odhadování odolnosti (c) - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 129 - - + + Locality (l) Umístění (l) - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 151 - - + + Crush failure domain Doména selhání crush - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 175 - - + + Crush Locality Lokalita crush - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 199 - - + + None Žádné - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 213 - - + + Technique Technika - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 226 - - + + Packetsize Velikostpaketu - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 248 - - + + Crush root Kořen crush - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 269 - - + + Crush device class Třída crush zařízení - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 286 - - + + any libovolné - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 296 - - + + Directory Složka - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 308 - - + + Add Přidat - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 326 - - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 140 - - + + Close Zavřít - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 330 - - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 85 - - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 144 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 147 - - - app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html - 63 - - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 50 - - - pool - fond - - app/ceph/pool/pool-form/pool-form.component.html - 16 - - - {VAR_SELECT, select, 1 {Edit} other {Add} } - {VAR_SELECT, vybrat, 1 {Edit} ostatní {Add} } - - app/ceph/pool/pool-form/pool-form.component.html - 16 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 17 - - + + Name... Název… - - app/ceph/pool/pool-form/pool-form.component.html - 34 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 52 - - - app/core/auth/role-form/role-form.component.html - 27 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 28 - - + + The chosen Ceph pool name is already in use. Zvolený název pro Ceph fond je už používán. - - app/ceph/pool/pool-form/pool-form.component.html - 43 - - + + Pool type Typ fondul - - app/ceph/pool/pool-form/pool-form.component.html - 52 - - + + -- Select a pool type -- -- Vybrat typ fondu -- - - app/ceph/pool/pool-form/pool-form.component.html - 61 - - + + Placement groups Skupiny umístění - - app/ceph/pool/pool-form/pool-form.component.html - 79 - - + + At least one placement group is needed! Je třeba alespoň jedné skupiny umístění! - - app/ceph/pool/pool-form/pool-form.component.html - 98 - - + + Your cluster can't handle this many PGs. Please recalculate the PG amount needed. Váš klastr nemůže obsloužit tolik skupin umístění. Přepočítejte potřebné množství skupin umístění. - - app/ceph/pool/pool-form/pool-form.component.html - 101 - - + + You can only increase the number of PGs of an existing pool. - Currently your pool has PGs. + Currently your pool has + PGs. + U existujícího fondu je možné počet skupin umístění pouze zvyšovat. - Nyní má váš fond skupin. - - app/ceph/pool/pool-form/pool-form.component.html - 104 - - + Nyní má váš fond + skupin. + + + Calculation help Nápověda k výpočtu - - app/ceph/pool/pool-form/pool-form.component.html - 109 - - + + The current PGs settings were calculated for you, you - should make sure the values suite your needs before submit. - Byly pro vás vypočítána stávající nastavení skupin umístění, měli - byste ověřit, že hodnoty vyhovují vašim potřebám a až pak je použít. - - app/ceph/pool/pool-form/pool-form.component.html - 113 - - + should make sure the values suit your needs before submit. + The current PGs settings were calculated for you, you + should make sure the values suit your needs before submit. + + Crush ruleset Sada pravidel crush - - app/ceph/pool/pool-form/pool-form.component.html - 124 - - + + -- Select a crush rule -- -- Vybrat crush pravidlo -- - - app/ceph/pool/pool-form/pool-form.component.html - 132 - - + + Crush rule Crush pravidlo - - app/ceph/pool/pool-form/pool-form.component.html - 153 - - + + Crush steps Crush kroky - - app/ceph/pool/pool-form/pool-form.component.html - 159 - - + + The rule can't be used in the current cluster as it has to few OSDs to meet the minimum required OSD by this rule. Pravidlo nemůže být uplatněno na stávající klastr protože má příliš málo OSD aby splnil minimum OSD vyžadovaných tímto pravidlem. - - app/ceph/pool/pool-form/pool-form.component.html - 170 - - + + Replicated size Replikovaná velikost - - app/ceph/pool/pool-form/pool-form.component.html - 181 - - - Minimum: - Nejméně: - - app/ceph/pool/pool-form/pool-form.component.html - 195 - - - Maximum: - Nejvíce: - - app/ceph/pool/pool-form/pool-form.component.html - 196 - - + + + Minimum: + + + Nejméně: + + + + + Maximum: + + + Nejvíce: + + + + The size specified is out of range. A value from - to is valid. - Zadaná velikost je mimo rozsah. Platné hodnoty jsou od do . - - app/ceph/pool/pool-form/pool-form.component.html - 201 - - + to + is valid. + + Zadaná velikost je mimo rozsah. Platné hodnoty jsou od + do + . + + + Erasure code profile Profil mazacího kódu - - app/ceph/pool/pool-form/pool-form.component.html - 211 - - + + -- No erasure code profile available -- -- Žádný profil mazacího kódu -- - - app/ceph/pool/pool-form/pool-form.component.html - 223 - - + + -- Select an erasure code profile -- -- Vyberte profil mazacího kódu -- - - app/ceph/pool/pool-form/pool-form.component.html - 226 - - + + Flags Příznaky - - app/ceph/pool/pool-form/pool-form.component.html - 272 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 57 - - + + EC Overwrites EC přebití - - app/ceph/pool/pool-form/pool-form.component.html - 280 - - + + Applications Aplikace - - app/ceph/pool/pool-form/pool-form.component.html - 290 - - + + Compression Komprese - - app/ceph/pool/pool-form/pool-form.component.html - 308 - - + + Mode Režim - - app/ceph/pool/pool-form/pool-form.component.html - 314 - - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 22 - - + + Algorithm Algoritmus - - app/ceph/pool/pool-form/pool-form.component.html - 333 - - + + -- No erasure compression algorithm available -- -- Žádný algoritmus komprese mazání -- - - app/ceph/pool/pool-form/pool-form.component.html - 344 - - + + Minimum blob size Minimální velikost blobu - - app/ceph/pool/pool-form/pool-form.component.html - 358 - - + + e.g., 128KiB např. 128 KiB - - app/ceph/pool/pool-form/pool-form.component.html - 367 - - + + Value should be greater than 0 Hodnota by měla být vyšší než nula - - app/ceph/pool/pool-form/pool-form.component.html - 372 - - - app/ceph/pool/pool-form/pool-form.component.html - 397 - - + + Value should be greater than the maximum blob size Hodnota by měla být vyšší než nejvyšší velikost blobu - - app/ceph/pool/pool-form/pool-form.component.html - 375 - - + + Maximum blob size Nejvyšší velikost blobu - - app/ceph/pool/pool-form/pool-form.component.html - 384 - - + + e.g., 512KiB např. 512 KiB - - app/ceph/pool/pool-form/pool-form.component.html - 392 - - + + Value should be greater than the minimum blob size Hodnota by měla být vyšší než nejnižší velikost blobu - - app/ceph/pool/pool-form/pool-form.component.html - 400 - - + + Ratio Poměr - - app/ceph/pool/pool-form/pool-form.component.html - 409 - - + + Compression ratio Kompresní poměr - - app/ceph/pool/pool-form/pool-form.component.html - 420 - - + + Value should be between 0.0 and 1.0 Hodnota by měla být z rozmezí 0.0 až 1.0 - - app/ceph/pool/pool-form/pool-form.component.html - 423 - - - pool - fond - - app/ceph/pool/pool-form/pool-form.component.html - 438 - - - {VAR_SELECT, select, 1 {Edit} other {Create} } - {VAR_SELECT, vybrat, 1 {Edit} ostatní {Create} } - - app/ceph/pool/pool-form/pool-form.component.html - 438 - - + + + It's not possible to create an RBD pool with '/' in the name. + Není možné vytvořit RBD fond, který má v názvu „/“. + + + Please change the name or remove 'rbd' from the applications list. + Změňte název nebo ze seznamu použití odeberte „rbd“ + + Pools List Seznam fondů - - app/ceph/pool/pool-list/pool-list.component.html - 2 - - - Please consult the documentation - on how to configure and enable the Object Gateway management functionality. - Podívejte se do dokumentace - jak nastavit a zapnout funkci správy brány objektů. - - app/ceph/rgw/rgw-501/rgw-501.component.html - 3 - - + + + Please consult the + documentation + + on how to configure and enable the Object Gateway management functionality. + + Podívejte se do + dokumentace + + jak nastavit a zapnout funkci správy brány objektů. + + + Loading bucket data... Načítání dat nádoby… - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 2 - - + + The bucket data could not be loaded. Data nádoby se nepodařilo načíst. - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 5 - - - bucket - nádoba - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 17 - - + + Id Identif. - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 26 - - + + The value is not valid. Hodnota není platná. - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 61 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 452 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 545 - - + + The chosen name is already in use. Zvolený název už je používán. - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 64 - - - app/core/auth/role-form/role-form.component.html - 37 - - + + Owner Vlastník - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 73 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 18 - - + + -- Select a user -- -- Vybrat uživatele -- - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 86 - - - {VAR_SELECT, select, 1 {Update} other {Add} } - {VAR_SELECT, vybrat, 1 {Update} ostatní {Add} } - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 102 - - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 80 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 142 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 593 - - + + Daemons List Seznam procesů služeb - - app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.html - 2 - - - Capability - Schopnost - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 3 - - + + Type Typ - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 22 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 42 - - + + -- Select a type -- -- Vybrat typ -- - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 41 - - + + Permission Oprávnění - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 56 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 63 - - + + -- Select a permission -- -- Vybrat oprávnění -- - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 64 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 71 - - + + S3 key S3 klíč - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 3 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 123 - - + + Username Uživatelské jméno - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 22 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 22 - - - app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html - 19 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 24 - - - app/core/auth/user-form/user-form.component.html - 19 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 9 - - + + -- Select a username -- -- Vybrat uživatelské jméno -- - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 41 - - + + Auto-generate key Automaticky vytvořit klíč - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 60 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 133 - - + + Access key Přístupový klíč - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 71 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 144 - - + + Secret key Tajný klíč - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 106 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 110 - - - app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html - 34 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 176 - - + + Subuser Dílčí uživatel - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 3 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 37 - - + + The chosen subuser ID is already in use. Zvolený identifikátor dílčího uživatele už je používán. - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 54 - - + + read, write číst, zapisovat - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 77 - - + + full plné - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 79 - - + + Swift key Swift klíč - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 89 - - - app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html - 3 - - + + Auto-generate secret Automaticky vytvořit tajemství - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 99 - - + + Loading user data... Načítání údajů uživatele… - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 2 - - + + The user data could not be loaded. Údaje uživatele se nepodařilo načíst. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 5 - - + + The chosen user ID is already in use. Zvolený identif. uživatele už je používán. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 41 - - + + Full name Celé jméno - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 50 - - - app/core/auth/user-form/user-form.component.html - 98 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 14 - - + + Email address E-mailová adresa - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 71 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 19 - - + + This is not a valid email address. Toto není platná e-mailová adresa. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 79 - - + + The chosen email address is already in use. - The chosen email address is already in use. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 82 - - + Zvolená e-mailová adresa už je používána. + + Max. buckets Nejvýše nádob - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 91 - - + + The entered value must be >= 0. Je třeba, aby zadaná hodnota byla 0 a vyšší. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 104 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 489 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 582 - - + + Suspended Pozastaveno - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 116 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 24 - - + + Subusers Dílčí uživatelé - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 205 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 40 - - + + There are no subusers. Nejsou zde žádní dílčí uživatelé. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 211 - - + + Delete Smazat - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 242 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 296 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 381 - - - Add subuser - Přidat dílčího uživatele - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 256 - - + + Keys Klíče - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 264 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 134 - - + + S3 S3 - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 268 - - + + There are no keys. Nejsou zde žádné klíče. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 273 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 323 - - + + Show Zobrazit - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 289 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 339 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 149 - - - Add S3 key - Přidat S3 klíč - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 310 - - + + Swift Swift - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 318 - - + + Capabilities Schopnosti - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 352 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 49 - - + + There are no capabilities. Nejsou zde žádné schopnosti. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 358 - - - Add capability - Přidat schopnost - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 395 - - + + User quota Kvóta uživatele - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 403 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 61 - - + + Enabled Zapnuto - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 413 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 506 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 71 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 66 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 102 - - + + Unlimited size Neomezená velikost - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 427 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 520 - - + + Max. size Nejvyšší velikost - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 438 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 531 - - + + Unlimited objects Neomezené objekty - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 465 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 558 - - + + Max. objects Nejvýše objektů - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 476 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 569 - - + + Bucket quota Kvóta nádoby - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 496 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 66 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 97 - - + + Welcome to Ceph! Vítejte v Ceph! - - app/core/auth/login/login.component.html - 10 - - The welcome message on the login page - + The welcome message on the login page + + Username is required Je třeba vyplnit uživatelské jméno - - app/core/auth/login/login.component.html - 34 - - + + Password is required Je třeba vyplnit heslo - - app/core/auth/login/login.component.html - 58 - - + + Login Přihlásit - - app/core/auth/login/login.component.html - 64 - - - Role - role - - app/core/auth/role-form/role-form.component.html - 10 - - - {VAR_SELECT, select, editing {Edit} other {Add} } - {VAR_SELECT, vybrat, upravování {Edit} ostatní {Add} } - - app/core/auth/role-form/role-form.component.html - 10 - - - app/core/auth/user-form/user-form.component.html - 10 - - + + Description... Popis… - - app/core/auth/role-form/role-form.component.html - 51 - - + + Permissions Oprávnění - - app/core/auth/role-form/role-form.component.html - 61 - - - Role - role - - app/core/auth/role-form/role-form.component.html - 81 - - - {VAR_SELECT, select, editing {Update} other {Create} } - {VAR_SELECT, vybrat, upravování {Update} ostatní {Create} } - - app/core/auth/role-form/role-form.component.html - 81 - - - app/core/auth/user-form/user-form.component.html - 147 - - + + Sorry, the user does not exist in Ceph. - Sorry, the user does not exist in Ceph. - - app/core/auth/sso/sso-not-found/sso-not-found.component.html - 3 - - - Return to Login Page. You'll be logged out from the Identity Provider when you retry logging in. - Return to Login Page. You'll be logged out from the Identity Provider when you retry logging in. - - app/core/auth/sso/sso-not-found/sso-not-found.component.html - 4 - - - User - uživatel - - app/core/auth/user-form/user-form.component.html - 10 - - + Je nám líto, uživatel v Ceph neexistuje. + + + Return to + Login Page + . You'll be logged out from the Identity Provider when you retry logging in. + + Vrátit se na + Přihlašovací stránku + . Budete odhlášeni od poskytovatele identity když se pokusíte znovu přihlásit. + + + Confirm password Potvrzení zadání hesla - - app/core/auth/user-form/user-form.component.html - 69 - - + + Password confirmation doesn't match the password. Zadání hesla se neshodují. - - app/core/auth/user-form/user-form.component.html - 90 - - + + Email E-mail - - app/core/auth/user-form/user-form.component.html - 114 - - + + Invalid email. Neplatný e-mail. - - app/core/auth/user-form/user-form.component.html - 125 - - + + Roles Role - - app/core/auth/user-form/user-form.component.html - 131 - - - app/core/auth/user-tabs/user-tabs.component.html - 7 - - - User - uživatel - - app/core/auth/user-form/user-form.component.html - 147 - - + + You are about to remove "user read / update" permissions from your own user. Chystáte se odebrat oprávnění „uživatel číst/aktualizovat“ svému vlastnímu účtu. - - app/core/auth/user-form/user-form.component.html - 159 - - + + If you continue, you will no longer be able to add or remove roles from any user. Pokud budete pokračovat, nebudete nadále schopní přidávat nebo nebo odebírat role žádnému z uživatelů. - - app/core/auth/user-form/user-form.component.html - 161 - - + + Are you sure you want to continue? Opravdu chcete pokračovat? - - app/core/auth/user-form/user-form.component.html - 163 - - + + Forbidden Odepřeno - - app/core/forbidden/forbidden.component.html - 3 - - + + Sorry, you are not allowed to see what you were looking for. Omlouváme se, ale nemáte oprávnění zobrazit to, po čem se poohlížíte. - - app/core/forbidden/forbidden.component.html - 7 - - + + Sorry, we could not find what you were looking for Omlouváme se, nepodařilo se najít to, po čem se poohlížíte - - app/core/not-found/not-found.component.html - 3 - - + + Remove all Odebrat vše - - app/core/navigation/notifications/notifications.component.html - 6 - - + + Recent Notifications Nedávná oznámení - - app/core/navigation/notifications/notifications.component.html - 56 - - - app/core/navigation/notifications/notifications.component.html - 53 - - + + There are no background tasks. Nejsou zde žádné úlohy na pozadí. - - app/core/navigation/task-manager/task-manager.component.html - 71 - - + + Background Tasks Úlohy na pozadí - - app/core/navigation/task-manager/task-manager.component.html - 83 - - - app/core/navigation/task-manager/task-manager.component.html - 79 - - + + Help Nápověda - - app/core/navigation/dashboard-help/dashboard-help.component.html - 13 - - - app/core/navigation/dashboard-help/dashboard-help.component.html - 10 - - + + Documentation Dokumentace - - app/core/navigation/dashboard-help/dashboard-help.component.html - 23 - - + + API Aplikační program. rozhraní - - app/core/navigation/dashboard-help/dashboard-help.component.html - 28 - - + + About O aplikaci - - app/core/navigation/dashboard-help/dashboard-help.component.html - 33 - - + + Dashboard Settings Nastavení přehledu - - app/core/navigation/administration/administration.component.html - 10 - - - app/core/navigation/administration/administration.component.html - 7 - - + + User management Správa uživatelů - - app/core/navigation/administration/administration.component.html - 18 - - + + Logged in user Přihlášený uživatel - - app/core/navigation/identity/identity.component.html - 9 - - - app/core/navigation/identity/identity.component.html - 6 - - + + Signed in as - + + + + Přihlášeni jako - - - app/core/navigation/identity/identity.component.html - 19 - - + + + + + + Sign out Odhlásit - - app/core/navigation/identity/identity.component.html - 27 - - + + Performance Counters Výkonnostní čítače - - app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html - 9 - - + + Performance Details Podrobnosti o výkonnosti - - app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html - 16 - - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 46 - - - app/ceph/cluster/hosts/host-details/host-details.component.html - 3 - - - app/ceph/pool/pool-details/pool-details.component.html - 13 - - - app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html - 45 - - + + ID Identif. - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 13 - - + + Index type Typ rejstříku - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 23 - - + + Placement rule Pravidlo umístění - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 28 - - + + Marker Označovač - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 33 - - + + Maximum marker Nejvyšší označovač - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 38 - - + + Version Verze - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 43 - - + + Master version Hlavní verze - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 48 - - + + Modification time Okamžik úpravy - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 53 - - + + Zonegroup Skupinazóny - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 58 - - + + Maximum size Nejvyšší velikost - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 76 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 71 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 107 - - + + Unlimited Neomezeno - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 79 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 90 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 74 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 85 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 110 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 121 - - + + Maximum objects Nejvýše objektů - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 87 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 82 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 118 - - + + System - System - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 29 - - + Systém + + {VAR_SELECT, select, 0 {No} 1 {Yes} } - {VAR_SELECT, select, 0 {No} 1 {Yes} } - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 31 - - + {VAR_SELECT, select, 0 {No} 1 {Yes} } + + Maximum buckets Nejvýše nádob - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 35 - - + + Performance counters not available Výkonnostní čítače nejsou k dispozici - - app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.html - 12 - - + + + Global + Globální + + + Image + Obraz + + + Pool + Fond + + + RBD Configuration + Nastavení RBD + + + Remove the local configuration value. The parent configuration value will be inherited and used instead. + Odebrat hodnotu místnímu nastavení. Namísto ní bude použita hodnota nadřazeného nastavení. + + + The mininum value is 0 + Minimální hodnota je 0 + + Attributes (OSD map) Atributy (OSD mapa) - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 2 - - + + Metadata not available Metadata nejsou k dispozici - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 15 - - + + Metadata Metadata - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 8 - - + + Performance counter Výkonnostní čítač - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 18 - - - Histogram not available: - Histogram není k dispozici: - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 28 - - + + + Histogram not available: + + + Histogram není k dispozici: + + + + Writes Zápisy - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 33 - - + + Reads Čtení - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 38 - - + + Histogram Histogram - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 25 - - + + Current values Stávající hodnoty - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 23 - - + + Min Min - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 47 - - + + Max Max - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 52 - - + + Source Zdroj - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 77 - - + + Level Úroveň - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 82 - - - Can be updated at runtime - Je možné aktualizovat za provozu - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 87 - - + + + Can be updated at runtime (editable) + Je možné aktualizovat za provozu (upravitelné) + + Tags Štítky - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 92 - - + + Enum values Vyčíslit hodnoty - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 97 - - + + See also Viz také - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 102 - - + + Cluster Status Stav klastru - - app/ceph/dashboard/health/health.component.html - 15 - - + + Manager Daemons Procesy služby správy - - app/ceph/dashboard/health/health.component.html - 69 - - + + Object Gateways Objektové brány - - app/ceph/dashboard/health/health.component.html - 90 - - + + Metadata Servers Metadata servery - - app/ceph/dashboard/health/health.component.html - 98 - - + + iSCSI Gateways iSCSI brány - - app/ceph/dashboard/health/health.component.html - 109 - - + + Client IOPS vst/výst. klienta - - app/ceph/dashboard/health/health.component.html - 125 - - + + Client Throughput Propustnost klienta - - app/ceph/dashboard/health/health.component.html - 134 - - + + Client Read/Write Čtení/zápis klienta - - app/ceph/dashboard/health/health.component.html - 143 - - - Client Recovery - Zotavení klienta - - app/ceph/dashboard/health/health.component.html - 161 - - + + + Recovery Throughput + Propustnost zotavení + + Scrub Kontrola - - app/ceph/dashboard/health/health.component.html - 170 - - + + Performance Výkonnost - - app/ceph/dashboard/health/health.component.html - 119 - - + + Raw Capacity Holá kapacita - - app/ceph/dashboard/health/health.component.html - 200 - - + + Objects Objekty - - app/ceph/dashboard/health/health.component.html - 213 - - - app/ceph/block/rbd-details/rbd-details.component.html - 38 - - + + PGs per OSD Skupin umístění na OSD - - app/ceph/dashboard/health/health.component.html - 222 - - + + PG Status Stav skupiny umístění - - app/ceph/dashboard/health/health.component.html - 231 - - + + Capacity Kapacita - - app/ceph/dashboard/health/health.component.html - 181 - - - See Logs for more details. - See Logs for more details. - - app/ceph/dashboard/health/health.component.html - 265 - - + + + + + See + Logs + for more details. + + Další podrobnosti + + naleznete v + záznamech událostí + . + + + Move an image to trash Přesunout obraz do koše - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 3 - - - To move / to trash, - click Move Image. Optionally, you can pick an expiration date. - To move / to trash, - click Move Image. Optionally, you can pick an expiration date. - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 12 - - + + + To move + + / + + to trash, + click + Move Image + . Optionally, you can pick an expiration date. + + Pro přesunutí + + / + + do koše, + klikněte na + Přesunout obraz + . Volitelně je možné zvolit datum skončení platnosti. + + + Protection expires at Platnost ochrany skončí v - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 18 - - + + NOT PROTECTED NECHRÁNĚNO - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 20 - - + + Wrong date format. Please use "YYYY-MM-DD HH:mm:ss". Chybný formát data. Použijte „RRRR-MM-DD HH:mm:ss“. - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 29 - - + + Protection has already expired. Please pick a future date or leave it empty. Platnost ochrany už skončila. Zvolte budoucí datum nebo nevyplňujte. - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 32 - - + + Move Image Přesunout obraz - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 40 - - + + Overview - Overview - - app/ceph/block/iscsi-tabs/iscsi-tabs.component.html - 2 - - + Přehled + + Targets - Targets - - app/ceph/block/iscsi-tabs/iscsi-tabs.component.html - 7 - - - Only available for RBD images with fast-diff enabled - Only available for RBD images with fast-diff enabled - - app/ceph/block/rbd-details/rbd-details.component.html - 2 - - - Pool - Fond - - app/ceph/block/rbd-details/rbd-details.component.html - 18 - - + Cíle + + + Only available for RBD images with + fast-diff + enabled + + K dispozici pouze pro RBD obrazy se zapnutým + fast-diff + + + + Data Pool Datový fond - - app/ceph/block/rbd-details/rbd-details.component.html - 23 - - + + Created Vytvořeno - - app/ceph/block/rbd-details/rbd-details.component.html - 28 - - + + Provisioned Poskytováno - - app/ceph/block/rbd-details/rbd-details.component.html - 57 - - + + N/A - N/A - - app/ceph/block/rbd-details/rbd-details.component.html - 63 - - - app/ceph/block/rbd-details/rbd-details.component.html - 78 - - + N/A + + Total provisioned Celkem poskytováno - - app/ceph/block/rbd-details/rbd-details.component.html - 72 - - + + Striping unit Proužkovací jednotka - - app/ceph/block/rbd-details/rbd-details.component.html - 87 - - + + Striping count Počet proužkování - - app/ceph/block/rbd-details/rbd-details.component.html - 92 - - + + Parent Nadřazené - - app/ceph/block/rbd-details/rbd-details.component.html - 97 - - + + Block name prefix Předpona názvu bloku - - app/ceph/block/rbd-details/rbd-details.component.html - 107 - - + + Order Pořadí - - app/ceph/block/rbd-details/rbd-details.component.html - 112 - - + + Snapshots Zachycené stavy - - app/ceph/block/rbd-details/rbd-details.component.html - 119 - - - RBD Snapshot - RBD zachycený stav - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 3 - - + + + This setting overrides the global value + Toto nastavení přebije globální hodnotu + + + This is the global value. No value for this option has been set for this image. + Toto je globální hodnota. Pro tento obraz nebyla u této volby nastavena žádná hodnota. + + + + RBD Snapshot + + + RBD zachycený stav + + + {VAR_SELECT, select, true {Rename} other {Create} } {VAR_SELECT, vybrat, skutečné {Rename} ostatní {Create} } - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 3 - - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 46 - - - Snapshot - zachycený stav - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 46 - - + + + + Snapshot + + + zachycený stav + + + PROTECTED CHRÁNĚNO - - app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.html - 17 - - + + UNPROTECTED NECHRÁNĚNO - - app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.html - 20 - - + + You are about to rollback Chystáte se vrátit zpět - - app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.html - 25 - - + + Purge Trash Vysypat koš - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 3 - - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 14 - - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 41 - - - app/ceph/block/rbd-trash-list/rbd-trash-list.component.html - 25 - - + + To purge, select one or All images and click Pro vyčištění, vyberte jeden nebo všechny obrazy a klikněte na - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 13 - - + + Pool: Fond: - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 19 - - + + Pool name... Název fondu… - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 22 - - + + All Vše - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 30 - - + + Restore Image Obnovit obraz - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 3 - - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 16 - - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 40 - - + + To restore Pro obnovení - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 13 - - + + type the image's new name and click zadejte nový název pro obraz a klikněte na - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 15 - - + + New Name Nový název - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 22 - - + + Expired at Platnost skončila v - - app/ceph/block/rbd-trash-list/rbd-trash-list.component.html - 34 - - + + Protected until Chráněno do - - app/ceph/block/rbd-trash-list/rbd-trash-list.component.html - 37 - - - This image is protected until . - Tento obraz je chráněn do. - - app/ceph/block/rbd-trash-list/rbd-trash-list.component.html - 47 - - + + + This image is protected until + . + + Tento obraz je chráněn do + . + + + iSCSI Topology - iSCSI Topology - - app/ceph/block/iscsi-target-details/iscsi-target-details.component.html - 2 - - + Topologie iSCSI + + Issues problémy - - app/ceph/block/mirroring/image-list/image-list.component.html - 2 - - + + Syncing Synchronizuje se - - app/ceph/block/mirroring/image-list/image-list.component.html - 11 - - - app/ceph/block/mirroring/image-list/image-list.component.html - 38 - - + + Ready Připraveno - - app/ceph/block/mirroring/image-list/image-list.component.html - 20 - - + + Edit pool mirror mode - Edit pool mirror mode - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 3 - - + Upravit režim zrcadlení fondu + + To edit the mirror mode for pool  - , select a new mode from the list and click  - Update. - To edit the mirror mode for pool  - , select a new mode from the list and click  - Update. - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 13 - - + + + , select a new mode from the list and click  + Update + . + + Pro úpravu režimu zrcadlení pro fond  + + + , vyberte ze seznamu nový režim a klikněte na  + Aktualizovat + . + + + Peer clusters must be removed prior to disabling mirror. - Peer clusters must be removed prior to disabling mirror. - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 33 - - - Update - Aktualizovat - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 41 - - - - pool mirror peer - - pool mirror peer - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 3 - - + Před vypnutím zrcadlení je třeba odebrat klastry-protějšky. + + + + + pool mirror peer + + + + protějšek zrcadlení fondu + + + {VAR_SELECT, select, edit {Edit} other {Add} } - {VAR_SELECT, select, edit {Edit} other {Add} } - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 3 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 14 - - - the pool - mirror peer attributes for pool and click - Submit. - the pool - mirror peer attributes for pool and click - Submit. - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 14 - - + {VAR_SELECT, select, edit {Edit} other {Add} } + + + + the pool + mirror peer attributes for pool + + + and click + Submit + . + + + atributy + protějšku zrcadlení pro fond + + + a klikněte na + Odeslat + . + + + Cluster Name - Cluster Name - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 23 - - + Název klastru + + The cluster name is not valid. - The cluster name is not valid. - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 39 - - + Název klastru není platný + + CephX ID - CephX ID - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 46 - - + CephX identif. + + CephX ID... - CephX ID... - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 51 - - + CephX identif. … + + The CephX ID is not valid. - The CephX ID is not valid. - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 61 - - + CephX identif. není platný. + + Monitor Addresses - Monitor Addresses - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 68 - - + Adresy monitorů + + Comma-delimited addresses... - Comma-delimited addresses... - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 72 - - + Čárkou oddělované adresy… + + The monitory address is not valid. - The monitory address is not valid. - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 79 - - + Adresa monitoru není platná. + + CephX Key - CephX Key - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 86 - - + CephX klíč + + Base64-encoded key... - Base64-encoded key... - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 90 - - + Klíč v base64 kódování… + + CephX key must be base64 encoded. - CephX key must be base64 encoded. - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 97 - - + Je třeba, aby CephX klíč byl v kódování base64. + + Cache Tiers Details - Cache Tiers Details - - app/ceph/pool/pool-details/pool-details.component.html - 22 - - + Podrobnosti o stupních mezipaměti + + Ranks Hodnocení - - app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html - 6 - - - Clients: - Klienti: - - app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html - 36 - - - + + + Clients: + + + Klienti: + + + + Current - Current - - src/app/ceph/block/iscsi-target-details/iscsi-target-details.component.ts - 1 - + Stávající + + + Updated discovery authentication + Aktualizováno ověřování pro objevování - + There are no portals available. - There are no portals available. - - src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts - 1 - + Nejsou k dispozici žádné portály. - + There are no images available. - There are no images available. - - src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts - 1 - + Nejsou k dispozici žádné obrazy. - + There are no images available. Please make sure you add an image to the target. - There are no images available. Please make sure you add an image to the target. - - src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts - 1 - + Nejsou k dispozici žádné obrazy. Ověřte, že jste cíli přidali obraz. - + There are no initiators available. Please make sure you add an initiator to the target. - There are no initiators available. Please make sure you add an initiator to the target. - - src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts - 1 - + Nejsou k dispozici žádné iniciátory. Ověřte, že jste cíli přidali iniciátor. - + Target - Target - - src/app/ceph/block/iscsi-target-list/iscsi-target-list.component.ts - 1 - + Cíl - + Hostname Název stroje - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - src/app/ceph/block/mirroring/daemon-list/daemon-list.component.ts - 1 - - - src/app/ceph/cluster/hosts/hosts.component.ts - 1 - - - src/app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.ts - 1 - - - - # Active/Optimized - Počet aktivních/optimalizovaných - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - - # Active/Non-Optimized - Počet aktivních/neoptimalizovaných - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - - Image - Obraz - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.ts - 1 - - - - Active/Optimized - Acktivní/optimalizované - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - - Active/Non-Optimized - Aktivní/neoptimalizované - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - + + Read Bytes Bajtů čtení - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - + Write Bytes Bajtů zápis - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - + Read Ops Operací/s čtení - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - + Write Ops Operací/s zápis - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - + A/O Since A/O od - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - + Instance Instance - - src/app/ceph/block/mirroring/daemon-list/daemon-list.component.ts - 1 - - + Issue Problém - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - + State Stav - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts - 1 - - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - - src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts - 1 - - - + + Progress Ukazatel postupu - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - + Disabled - Disabled - - src/app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.ts - 1 - + Vypnuto - + Edit Mode - Edit Mode - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - + Upravit režim - + Add Peer - Add Peer - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - + Přidat protějšek - + Edit Peer - Edit Peer - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - + Upravit protějšek - + Delete Peer - Delete Peer - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - + Smazat protějšek - + Leader Vedoucí - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - - + # Local Počet místních - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - - + # Remote Počet vzdálených - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - - + mirror peer - mirror peer - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - + zrcadlit protějšek + + + Key + Klíč + + + Value + Hodnota - + Deep flatten Hluboké zploštění - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - - + Layering Vrstvení - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - - + Exclusive lock Výhradní zámek - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - - + Object map (requires exclusive-lock) Mapa objektů (vyžaduje výhradní zámek) - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - - + Journaling (requires exclusive-lock) Žurnálování (vyžaduje výhradní zámek) - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - - + Fast diff (requires object-map) Rychlé porovnání (vyžaduje mapu objektů) - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - - + Copy Kopírovat - - src/app/ceph/block/rbd-list/rbd-list.component.ts - 1 - - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - - - + + Flatten Zploštit - - src/app/ceph/block/rbd-list/rbd-list.component.ts - 1 - - + Move to Trash Přesunout do koše - - src/app/ceph/block/rbd-list/rbd-list.component.ts - 1 - - + Create Vytvořit - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - - - src/app/core/auth/role-details/role-details.component.ts - 1 - - - src/app/core/auth/role-form/role-form.component.ts - 1 - - - + + Rename - Rename - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - + Přejmenovat - + Protect - Protect - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - + Ochránit - + Unprotect - Unprotect - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - + Zrušit ochranu - + Clone - Clone - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - + Klonovat - + Rollback Vrácení zpět - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts - 1 - - - + + RBD snapshot rollback Vrácení zachyceného stavu RBD zpět - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts - 1 - - + RBD snapshot Zachycený stav RBD - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts - 1 - - + Restore Obnovit - - src/app/ceph/block/rbd-trash-list/rbd-trash-list.component.ts - 1 - - + Deleted At Smazáno v - - src/app/ceph/block/rbd-trash-list/rbd-trash-list.component.ts - 1 - - + id identif. - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - - + type typ - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - - + state stav - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - - + version verze - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - - + Host Stroj - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - + + root kořen - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - - + Rank Hodnocení - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - - src/app/ceph/cluster/monitor/monitor.component.ts - 1 - - - src/app/ceph/cluster/monitor/monitor.component.ts - 1 - - - + + Daemon Proces služby - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - + Activity Aktivita - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - + Dentries Struktury složek - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - + Inodes I-uzlů - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - + Usage Využití - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - - + + Standby daemons Procesy služeb v pohotovosti - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - + The value can be updated at runtime. Hodnotu je možné aktualizovat za chodu. - - src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts - 1 - - + Daemons/clients do not pull this value from the monitor config database. We disallow setting this option via 'ceph config set ...'. This option should be configured via ceph.conf or via the @@ -4598,1110 +2491,664 @@ z databáze nastavení monitoru. Není umožněno nastavit tuto volbu prostřednictvím „ceph config set …'. Tato volba by měla být nastavena z příkazového řádku. - - src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts - 1 - - + Option takes effect only during daemon startup. Volba se uplatní pouze při spouštění procesu služby. - - src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts - 1 - - + Option only affects cluster creation. Volba ovlivní pouze vytváření klastru. - - src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts - 1 - - + Option only affects daemon creation. Volba ovlivní pouze vytvoření procesu služby. - - src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts - 1 - - - - Config option has been updated. - Volba nastavení byla aktualizována. - - src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts - 1 - - - - Update config option - Aktualizovat volbu nastavení - - src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts - 1 - - - + + + Updated config option + + + Aktualizována volba nastavení + + + + Service Služba - - src/app/ceph/cluster/configuration/configuration.component.ts - 1 - - + Current value Stávající hodnota - - src/app/ceph/cluster/configuration/configuration.component.ts - 1 - - + + Editable + Upravitelné + + + Updated options for module " + ". + + Aktualizována volba pro modul „ + “ + + + + Enable + Zapnout + + + Disable + Vypnout + + + Reconnecting, please wait ... + Opětovné připojování, čekejte… + + Public Address Veřejná adresa - - src/app/ceph/cluster/monitor/monitor.component.ts - 1 - - - src/app/ceph/cluster/monitor/monitor.component.ts - 1 - - - + + Open Sessions Otevřené relace - - src/app/ceph/cluster/monitor/monitor.component.ts - 1 - - + No In Počet do - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + OSDs that were previously marked out will not be marked back in when they start OSD které byly dříve odznačeny nebudou označeny nazpět když spustí - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + No Out Počet ven - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + OSDs will not automatically be marked out after the configured interval OSD nebudou automaticky odznačeny po nastaveném intervalu - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + No Up Počet aktivních - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + OSDs are not allowed to start OSD není dovoleno spuštění - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + No Down Počet neaktivních - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + OSD failure reports are being ignored, such that the monitors will not mark OSDs down Hlášení o selhání OSD jsou ignorovány, jako například že monitory OSD neoznačí jako nedostupné - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + Pause Pozastavit - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + Pauses reads and writes Pozastavit čtení a zápisy - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + No Scrub Žádná kontrola - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + Scrubbing is disabled Kontrola je vypnutá - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + No Deep Scrub Žádná hloubková kontrola - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + Deep Scrubbing is disabled Hloubková kontrola je vypnutá - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + No Backfill Žádné zasypávání - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + Backfilling of PGs is suspended Zasypávání skupin umístění je pozastaveno - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + No Recover Žádné obnovení - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + Recovery of PGs is suspended Obnovování skupin umístění je pozastaveno - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + Bitwise Sort Bitové třídění - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + Use bitwise sort Třídit podle bitů - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + Purged Snapdirs Vyčištěné složky zachycených stavů - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + OSDs have converted snapsets OSD mají převedené sady zachycených stavů - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + Recovery Deletes Smazáno při zotavování - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + Deletes performed during recovery instead of peering Mazání provedená při obnovování namísto peeringu - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + PG Log Hard Limit - PG Log Hard Limit - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Nepřekročitelný limit záznamu událostí PG - + Puts a hard limit on pg log length - Puts a hard limit on pg log length - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - OSD Flags were updated successfully. - Příznaky OSD byly úspěšně aktualizovány. - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - OSD Flags - Příznaky OSD - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - + Zapne nepřekročitelný limit na délku záznamu událostí v pg + + + Updated OSD Flags + Aktualizovány OSD příznaky + + Deep Scrub Hloubková kontrola - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - + Mark Out Odznačit - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - + out ven - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/dashboard/osd-summary.pipe.ts - 1 - - - + + Mark In Označit - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - + in dovnitř - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/dashboard/osd-summary.pipe.ts - 1 - - - + + Mark Down Označit - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - + down nedostupné - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/dashboard/osd-summary.pipe.ts - 1 - - - + + Mark Lost Označit ztracené - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - + Mark Značka - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - + OSD lost OSD ztraceno - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - + marked lost označeno jako ztracené - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - - Remove - Odebrat - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - + + + Purge + Vyčistit + + OSD OSD - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - - removed - odebráno - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - + + + purged + vyčištěno + + Destroy Zlikvidovat - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - + destroy zlikvidovat - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - + destroyed zlikvidováno - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - + PGs skupiny umístění - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - + Read bytes Přečteno bajtů - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - - + + Writes bytes Zapsáno bajtů - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - + Read ops Operací/s čtení - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - - + + Write ops Operací/s zápis - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - - - Mark OSD - Označit OSD - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - - Mark - Označit - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - + + + Mark OSD + + + Označit OSD + + + + + Mark + + + Označit + + + + Max Backfills - Max Backfills - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - + Max Backfills - + Recovery Max Active - Recovery Max Active - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - + Recovery Max Active - + Recovery Max Single Start - Recovery Max Single Start - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - + Recovery Max Single Start - + Recovery Sleep - Recovery Sleep - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - + Recovery Sleep - + Custom - Custom - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - - - - OSD recovery speed priority "" was set successfully. - OSD recovery speed priority "" was set successfully. - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - - - - OSD recovery speed priority - OSD recovery speed priority - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - - - - was initialized in the following OSD: - bylo inicializováno v následujícím OSD: - - src/app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.ts - 1 - - - + Uživatelsky určené + + + Updated OSD recovery speed priority " + " + + Aktualizována rychlost zotavení OSD „ + “ + + + + + was initialized in the following OSD: + + + + bylo inicializováno v následujícím OSD: + + + + Job - Job - - src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts - 1 - + Úloha - + Severity - Severity - - src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts - 1 - + Závažnost - + Started - Started - - src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts - 1 - + Zahájeno - + URL - URL - - src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts - 1 - + URL adresa - + Used Použito - - src/app/ceph/dashboard/health/health.component.ts - 1 - - + Avail. K dispozici - - src/app/ceph/dashboard/health/health.component.ts - 1 - - + Clean Čisté - - src/app/ceph/dashboard/health/health.component.ts - 1 - - + Working Pracující - - src/app/ceph/dashboard/health/health.component.ts - 1 - - + Warning Varování - - src/app/ceph/dashboard/health/health.component.ts - 1 - - + Unknown Neznámé - - src/app/ceph/dashboard/health/health.component.ts - 1 - - + up aktivní - - src/app/ceph/dashboard/mds-summary.pipe.ts - 1 - - - src/app/ceph/dashboard/osd-summary.pipe.ts - 1 - - - + + no filesystems žádné souborové systémy - - src/app/ceph/dashboard/mds-summary.pipe.ts - 1 - - - src/app/ceph/dashboard/mds-summary.pipe.ts - 1 - - - + + active aktivní - - src/app/ceph/dashboard/mds-summary.pipe.ts - 1 - - - src/app/ceph/dashboard/mgr-summary.pipe.ts - 1 - - - + + standby v pohotovosti - - src/app/ceph/dashboard/mds-summary.pipe.ts - 1 - - - src/app/ceph/dashboard/mgr-summary.pipe.ts - 1 - - - + + n/a - n/a - - src/app/ceph/dashboard/mgr-summary.pipe.ts - 1 - + n/a - + active daemon - active daemon - - src/app/ceph/dashboard/mgr-summary.pipe.ts - 1 - + aktivní proces služby - + quorum kvórum - - src/app/ceph/dashboard/mon-summary.pipe.ts - 1 - - - Value - Hodnota - - src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.ts - 1 - + + The NFS Ganesha service is not configured. + Služba NFS Ganesha není nastavena. + + + Transport + Transport + + + CephFS User + CephFS uživatel + + + CephFS Filesystem + Souborový systém CephFS + + + (inherited from global config) + (převzato z globálního nastavení) + + + inherited from global config + převzato z globálního nastavení - + + -- Select what kind of user id squashing is performed -- + -- Select what kind of user id squashing is performed -- + + + There are no daemons available. + Nejsou k dispozici žádné procesy služeb. + + + Export + Export + + Cache Mode - Cache Mode - - src/app/ceph/pool/pool-details/pool-details.component.ts - 1 - + Režim mezipaměti - + Min Evict Age - Min Evict Age - - src/app/ceph/pool/pool-details/pool-details.component.ts - 1 - + Min Evict Age - + Min Flush Age - Min Flush Age - - src/app/ceph/pool/pool-details/pool-details.component.ts - 1 - + Min Flush Age - + Target Max Bytes - Target Max Bytes - - src/app/ceph/pool/pool-details/pool-details.component.ts - 1 - + Nejvýše bajtů cíle - + Target Max Objects - Target Max Objects - - src/app/ceph/pool/pool-details/pool-details.component.ts - 1 - + Nejvýše objektů cíle - + No applications added Nebyla přidána žádná aplikace - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - - + Applications limit reached Dosažen limit aplikací - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - - + A pool can only have up to four applications definitions. Fond může mít nejvýše čtyři definice aplikací. - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - - + Allowed characters '_a-zA-Z0-9' Použitelné znaky „_a-zA-Z0-9“ - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - - + Maximum length is 128 characters Nejvyšší délka je 128 znaků - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - - + Filter or add applications Filtrovat nebo přidat aplikace - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - - + Add application Přidat aplikaci - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - - + erasure code profile profil mazacího kódu - - src/app/ceph/pool/pool-form/pool-form.component.ts - 1 - - + Replica Size Velikost repliky - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - + Last Change Nejnovější změna - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - + Erasure Coded Profile Mazáním kódovaný profil - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - + Crush Ruleset Sada crush pravidel - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - + Write bytes - Write bytes - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - + Zapsáno bajtů - + + Updated Object Gateway bucket " + " + + Aktualizována nádoba objektové brány „ + “ + + + + Created Object Gateway bucket " + " + + Vytvořena nádoba objektové brány „ + “ + + + bucket nádoba - - src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.ts - 1 - - + buckets nádoby - - src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.ts - 1 - - + + Updated Object Gateway user " + " + + Aktualizován uživatel objektové brány „ + “ + + + + Created Object Gateway user " + " + + Vytvořen uživatel objektové brány „ + “ + + + user uživatel - - src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts - 1 - - + users uživatelé - - src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts - 1 - - + Scope Rozsah - - src/app/core/auth/role-details/role-details.component.ts - 1 - - + Read Čtení - - src/app/core/auth/role-details/role-details.component.ts - 1 - - - src/app/core/auth/role-form/role-form.component.ts - 1 - - - - Created role '' - Vytvořena role „“ - - src/app/core/auth/role-form/role-form.component.ts - 1 - - - - Updated role '' - Aktualizována role „“ - - src/app/core/auth/role-form/role-form.component.ts - 1 - - - + + + Created role ' + ' + + Vytvořena role „ + “ + + + + Updated role ' + ' + + Aktualizována role „ + “ + + + System Role Systémová role - - src/app/core/auth/role-list/role-list.component.ts - 1 - - - - Deleted role '' - Smazána role „“ - - src/app/core/auth/role-list/role-list.component.ts - 1 - - - - Created user "" - Vytvořen uživatel „“ - - src/app/core/auth/user-form/user-form.component.ts - 1 - - - + + + Deleted role ' + ' + + Smazána role „ + “ + + + + Created user " + " + + Vytvořen uživatel „ + “ + + + Update user Aktualizovat uživatele - - src/app/core/auth/user-form/user-form.component.ts - 1 - - + Continue Pokračovat - - src/app/core/auth/user-form/user-form.component.ts - 1 - - + You were automatically logged out because your roles have been changed. Byli jste automaticky odhlášeni protože vaše role byly změněny. - - src/app/core/auth/user-form/user-form.component.ts - 1 - - - - Updated user "" - Aktualizován uživatel „“ - - src/app/core/auth/user-form/user-form.component.ts - 1 - - - - Deleted user "" - Smazán uživatel „“ - - src/app/core/auth/user-list/user-list.component.ts - 1 - - - - Failed to delete user "" - Nepodařilo se smazat uživatele „“ - - src/app/core/auth/user-list/user-list.component.ts - 1 - - - - You are currently logged in as "". - Nyní jste přihlášení jako „“. - - src/app/core/auth/user-list/user-list.component.ts - 1 - - - + + + Updated user " + " + + Aktualizován uživatel „ + “ + + + + Deleted user " + " + + Smazán uživatel „ + “ + + + + Failed to delete user " + " + + Nepodařilo se smazat uživatele „ + “ + + + + You are currently logged in as " + ". + + Nyní jste přihlášení jako „ + “. + + + Each object is split in data-chunks parts, each stored on a different OSD. - Each object is split in data-chunks parts, each stored on a different OSD. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + Každý objekt je rozdělen v částech shluků dat, každé uložené na jiném OSD. - + Compute coding chunks for each object and store them on different OSDs. The number of coding chunks is also the number of OSDs that can be down without losing data. - Compute coding chunks for each object and store them on different OSDs. - The number of coding chunks is also the number of OSDs that can be down without losing data. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - + Počítat kódovací shluky pro každý objekt a ukládat je na různých OSD. + Počet kódovacích shluků je také počet OSD, které mohou vypadnou, aniž dojde ke ztrátě dat. + + The jerasure plugin is the most generic and flexible plugin, it is also the default for Ceph erasure coded pools. - The jerasure plugin is the most generic and flexible plugin, - it is also the default for Ceph erasure coded pools. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - + Zásuvný modul jerasure je nejobecnější a nejpřizpůsobivější, + je také výchozí pro Ceph fondy kódované mazáním. + + The more flexible technique is reed_sol_van : it is enough to set k and m. The cauchy_good technique can be faster but you need to chose the packetsize carefully. All of reed_sol_r6_op, liberation, blaum_roth, liber8tion are RAID6 equivalents in the sense that they can only be configured with m=2. - The more flexible technique is reed_sol_van : it is enough to set k - and m. The cauchy_good technique can be faster but you need to chose the packetsize - carefully. All of reed_sol_r6_op, liberation, blaum_roth, liber8tion are RAID6 equivalents + The more flexible technique is reed_sol_van : it is enough to set k + and m. The cauchy_good technique can be faster but you need to chose the packetsize + carefully. All of reed_sol_r6_op, liberation, blaum_roth, liber8tion are RAID6 equivalents in the sense that they can only be configured with m=2. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - + The encoding will be done on packets of bytes size at a time. Chosing the right packet size is difficult. The jerasure documentation contains extensive information on this topic. - The encoding will be done on packets of bytes size at a time. - Chosing the right packet size is difficult. + The encoding will be done on packets of bytes size at a time. + Chosing the right packet size is difficult. The jerasure documentation contains extensive information on this topic. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - + With the jerasure plugin, when an erasure coded object is stored on multiple OSDs, recovering from the loss of one OSD requires reading from all the others. For instance if jerasure is configured with k=8 and m=4, losing one OSD requires reading @@ -5711,937 +3158,693 @@ less OSDs. For instance if lrc is configured with k=8, m=4 and l=4, it will create an additional parity chunk for every four OSDs. When a single OSD is lost, it can be recovered with only four OSDs instead of eleven. - With the jerasure plugin, when an erasure coded object is stored on - multiple OSDs, recovering from the loss of one OSD requires reading from all the others. - For instance if jerasure is configured with k=8 and m=4, losing one OSD requires reading - from the eleven others to repair. - - The lrc erasure code plugin creates local parity chunks to be able to recover using - less OSDs. For instance if lrc is configured with k=8, m=4 and l=4, it will create - an additional parity chunk for every four OSDs. When a single OSD is lost, it can be + With the jerasure plugin, when an erasure coded object is stored on + multiple OSDs, recovering from the loss of one OSD requires reading from all the others. + For instance if jerasure is configured with k=8 and m=4, losing one OSD requires reading + from the eleven others to repair. + + The lrc erasure code plugin creates local parity chunks to be able to recover using + less OSDs. For instance if lrc is configured with k=8, m=4 and l=4, it will create + an additional parity chunk for every four OSDs. When a single OSD is lost, it can be recovered with only four OSDs instead of eleven. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - + Group the coding and data chunks into sets of size locality. For instance, for k=4 and m=2, when locality=3 two groups of three are created. Each set can be recovered without reading chunks from another set. - Group the coding and data chunks into sets of size locality. For instance, - for k=4 and m=2, when locality=3 two groups of three are created. Each set can + Group the coding and data chunks into sets of size locality. For instance, + for k=4 and m=2, when locality=3 two groups of three are created. Each set can be recovered without reading chunks from another set. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - + The type of the crush bucket in which each set of chunks defined by l will be stored. For instance, if it is set to rack, each group of l chunks will be placed in a different rack. It is used to create a CRUSH rule step such as step choose rack. If it is not set, no such grouping is done. - The type of the crush bucket in which each set of chunks defined - by l will be stored. For instance, if it is set to rack, each group of l chunks will be - placed in a different rack. It is used to create a CRUSH rule step such as step choose + The type of the crush bucket in which each set of chunks defined + by l will be stored. For instance, if it is set to rack, each group of l chunks will be + placed in a different rack. It is used to create a CRUSH rule step such as step choose rack. If it is not set, no such grouping is done. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - + The isa plugin encapsulates the ISA library. It only runs on Intel processors. - The isa plugin encapsulates the ISA library. It only runs on Intel processors. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + Zásuvný modul isa obaluje knihovnu ISA. Funguje pouze na procesorech Intel. - + The ISA plugin comes in two Reed Solomon forms. If reed_sol_van is set, it is Vandermonde, if cauchy is set, it is Cauchy. - The ISA plugin comes in two Reed Solomon forms. + The ISA plugin comes in two Reed Solomon forms. If reed_sol_van is set, it is Vandermonde, if cauchy is set, it is Cauchy. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - + The shec plugin encapsulates the multiple SHEC library. It allows ceph to recover data more efficiently than Reed Solomon codes. - The shec plugin encapsulates the multiple SHEC library. + The shec plugin encapsulates the multiple SHEC library. It allows ceph to recover data more efficiently than Reed Solomon codes. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - + The number of parity chunks each of which includes each data chunk in its calculation range. The number is used as a durability estimator. For instance, if c=2, 2 OSDs can be down without losing data. - The number of parity chunks each of which includes each data chunk in its - calculation range. The number is used as a durability estimator. For instance, if c=2, + The number of parity chunks each of which includes each data chunk in its + calculation range. The number is used as a durability estimator. For instance, if c=2, 2 OSDs can be down without losing data. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - + The name of the crush bucket used for the first step of the CRUSH rule. For instance step take default. - The name of the crush bucket used for the first step of the CRUSH rule. - For instance step take default. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - + Název crush nádoby sloužící jako první krok CRUSH pravidla. + Například krok vzít výchozí. + + Ensure that no two chunks are in a bucket with the same failure domain. For instance, if the failure domain is host no two chunks will be stored on the same host. It is used to create a CRUSH rule step such as step chooseleaf host. - Ensure that no two chunks are in a bucket with the same failure - domain. For instance, if the failure domain is host no two chunks will be stored on the same + Ensure that no two chunks are in a bucket with the same failure + domain. For instance, if the failure domain is host no two chunks will be stored on the same host. It is used to create a CRUSH rule step such as step chooseleaf host. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - + Restrict placement to devices of a specific class (e.g., ssd or hdd), using the crush device class names in the CRUSH map. - Restrict placement to devices of a specific class - (e.g., ssd or hdd), using the crush device class names in the CRUSH map. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - + Omezit umístění na zařízení určité třídy + (např., ssd nebo hdd), pomocí názvu crush třídy zařízení v CRUSH mapě. + + Set the directory name from which the erasure code plugin is loaded. - Set the directory name from which the erasure code plugin is loaded. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + Nastavit složku ze které načítat zásuvný modul mazacího kódu. + + + Allows all operations + Umožnit všechny operace + + + Allows only operations that do not modify the server + Umožnit pouze operace které neupraví server + + + Does not allow read or write operations, but allows any other operation + Neumožňuje operace čtení či zápisu, ale umožňuje ostatní + + + Does not allow read, write, or any operation that modifies file attributes or directory content + Neumožňuje čtení, zápis nebo jinou operaci která upravuje atributy souboru nebo obsah složky + + + Allows no access at all + Neumožnit vůbec žádný přístup - + -- Select the priority -- - -- Select the priority -- - - src/app/shared/api/osd.service.ts - 1 - + -- Vyberte prioritu -- - + Low - Low - - src/app/shared/api/osd.service.ts - 1 - + Nízká - + High - High - - src/app/shared/api/osd.service.ts - 1 - + Vysoká - + Last 5 minutes - Last 5 minutes - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Uplynulých 5 minut - + Last 15 minutes - Last 15 minutes - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Uplynulých 15 minut - + Last 30 minutes - Last 30 minutes - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Uplynulých 30 minut - + Last 1 hour (Default) - Last 1 hour (Default) - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Uplynulá 1 hodina (výchozí) - + Last 3 hours - Last 3 hours - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Uplynulé 3 hodiny - + Last 6 hours - Last 6 hours - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Uplynulých 6 hodin - + Last 12 hours - Last 12 hours - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Uplynulých 12 hodin - + Last 24 hours - Last 24 hours - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Uplynulých 24 hodin - + Yesterday - Yesterday - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Včera - + Today - Today - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Dnes - + Today so far - Today so far - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Dnes doposud - + Day before yesterday - Day before yesterday - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Včerejšek - + Last 2 days - Last 2 days - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Uplynulé 2 dny - + This day last week - This day last week - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Tento den minulý týden - + Previous week - Previous week - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Předchozí týden - + This week - This week - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Tento týden - + This week so far - This week so far - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Tento týden doposud - + Last 7 days - Last 7 days - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Uplynulých 7 dnů - + Previous month - Previous month - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Předchozí měsíc - + This month - This month - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Tento měsíc - + This month so far - This month so far - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Tento měsíc doposud - + Last 30 days - Last 30 days - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Uplynulých 30 dnů - + Last 90 days - Last 90 days - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Uplynulých 90 dnů - + Last 6 months - Last 6 months - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Uplynulých 6 měsíců - + Last 1 year - Last 1 year - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Uplynulý 1 rok - + Previous year - Previous year - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Předchozí rok - + This year - This year - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Tento rok - + This year so far - This year so far - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Tento rok doposud - + Last 2 years - Last 2 years - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Uplynulé 2 roky - + Last 5 years - Last 5 years - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Uplynulých 5 let - + Information Informace - - src/app/shared/components/info-panel/info-panel.component.ts - 1 - - + No items selected. - No items selected. - - src/app/shared/components/select/select-messages.model.ts - 1 - + Nevybrány žádné položky. - + Deselect item to select again - Deselect item to select again - - src/app/shared/components/select/select-messages.model.ts - 1 - + Aby položku bylo možné znovu vybrat, je třeba nejprve zrušit její výběr - + Selection limit reached - Selection limit reached - - src/app/shared/components/select/select-messages.model.ts - 1 - + Dosažen limit výběru - + Filter tags - Filter tags - - src/app/shared/components/select/select-messages.model.ts - 1 - + Filtrovat štítky - + Add badge - Add badge - - src/app/shared/components/select/select-messages.model.ts - 1 - + Přidat odznak - + There are no items available. - There are no items available. - - src/app/shared/components/select/select-messages.model.ts - 1 - - - - Failed to - Failed to - - src/app/shared/services/task-message.service.ts - 1 - - - + Nejsou k dispozici žádné položky. + + + Yes + Ano + + + No + Ne + + + Quality of Service + Kvalita služby + + + BPS Limit + BPS Limit + + + The desired limit of IO bytes per second. + Požadovaný limit vst./výstup. bajtů za sekundu. + + + IOPS Limit + IOPS Limit + + + The desired limit of IO operations per second. + Požadovaný limit vst./výstup. operací za sekundu. + + + Read BPS Limit + Read BPS Limit + + + The desired limit of read bytes per second. + Požadovaný limit čtení bajtů za sekundu. + + + Read IOPS Limit + Read IOPS Limit + + + The desired limit of read operations per second. + Požadovaný limit operací čtení za sekundu. + + + Write BPS Limit + Write BPS Limit + + + The desired limit of write bytes per second. + Požadovaný limit zápisu bajtů za sekundu. + + + Write IOPS Limit + Write IOPS Limit + + + The desired limit of write operations per second. + Požadovaný limit operací čtení za sekundu. + + + BPS Burst + BPS dávka + + + The desired burst limit of IO bytes. + The desired burst limit of IO bytes. + + + IOPS Burst + IOPS Burst + + + The desired burst limit of IO operations. + Požadovaný limit dávky vst./výstup. operací. + + + Read BPS Burst + Read BPS Burst + + + The desired burst limit of read bytes. + Požadovaný limit dávky bajtů čtení. + + + Read IOPS Burst + Read IOPS Burst + + + The desired burst limit of read operations. + Požadovaný limit dávky čtení bajtů. + + + Write BPS Burst + Write BPS Burst + + + The desired burst limit of write bytes. + Požadovaný limit bajtů dávky zápisu. + + + Write IOPS Burst + Write IOPS Burst + + + The desired burst limit of write operations. + Požadovaný limit dávky operace zápisu. + + + Failed to + + + + Nepodařilo se + + + + + Executing Vykonává se - - src/app/shared/services/task-message.service.ts - 1 - - + execute vykonat - - src/app/shared/services/task-message.service.ts - 1 - - + Executed Vykonáno - - src/app/shared/services/task-message.service.ts - 1 - - + unknown task neznámý úkol - - src/app/shared/services/task-message.service.ts - 1 - - + Creating Vytváří se - - src/app/shared/services/task-message.service.ts - 1 - - + create vytvořit - - src/app/shared/services/task-message.service.ts - 1 - - + Updating Aktualizuje se - - src/app/shared/services/task-message.service.ts - 1 - - + update aktualizovat - - src/app/shared/services/task-message.service.ts - 1 - - + Updated Aktualizováno - - src/app/shared/services/task-message.service.ts - 1 - - + Deleting Maže se - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - + + delete smazat - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - + + Deleted Smazáno - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - - RBD '' - RBD „“ - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - - RBD snapshot '' - RBD zachycený stav „“ - - src/app/shared/services/task-message.service.ts - 1 - - - - mirror mode for pool '' - mirror mode for pool '' - - src/app/shared/services/task-message.service.ts - 1 - - - - mirror peer for pool '' - mirror peer for pool '' - - src/app/shared/services/task-message.service.ts - 1 - - - - Name is already used by . - Název už je používán . - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - - Name is already used by . - Název už je používán . - - src/app/shared/services/task-message.service.ts - 1 - - - - Name is already used by . - Název už je používán . - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - - contains snapshots. - obsahuje zachycené stavy. - - src/app/shared/services/task-message.service.ts - 1 - - - + + + RBD ' + ' + + RBD „ + “ + + + + RBD snapshot ' + ' + + RBD zachycený stav „ + “ + + + + mirror mode for pool ' + ' + + režim zrcadlení pro fond „ + “ + + + + mirror peer for pool ' + ' + + protějšek zrcadlení pro fond „ + “ + + + + Name is already used by + . + + Název už je používán + . + + + + Name is already used by + . + + Název už je používán + . + + + + Name is already used by + . + + Název už je používán + . + + + + + contains snapshots. + + + obsahuje zachycené stavy. + + + Cloning Klonuje se - - src/app/shared/services/task-message.service.ts - 1 - - + clone klonovat - - src/app/shared/services/task-message.service.ts - 1 - - + Cloned Naklonováno - - src/app/shared/services/task-message.service.ts - 1 - - - - Snapshot of must be protected. - Je třeba, aby zachycený stav byl chráněný. - - src/app/shared/services/task-message.service.ts - 1 - - - + + + Snapshot of + must be protected. + + Je třeba, aby zachycený stav + byl chráněný. + + + Copying Kopíruje se - - src/app/shared/services/task-message.service.ts - 1 - - + copy zkopírovat - - src/app/shared/services/task-message.service.ts - 1 - - + Copied Zkopírováno - - src/app/shared/services/task-message.service.ts - 1 - - + Flattening Zploštění - - src/app/shared/services/task-message.service.ts - 1 - - + flatten zploštit - - src/app/shared/services/task-message.service.ts - 1 - - + Flattened Zploštěno - - src/app/shared/services/task-message.service.ts - 1 - - - - Name is already used by . - Název už je používán pro . - - src/app/shared/services/task-message.service.ts - 1 - - - - Cannot unprotect because it contains child images. - Není možné zrušit ochranu , protože obsahuje podřízené obrazy. - - src/app/shared/services/task-message.service.ts - 1 - - - - Cannot delete because it's protected. - není možné smazat, protože je chráněné. - - src/app/shared/services/task-message.service.ts - 1 - - - + + + Name is already used by + . + + Název už je používán pro + . + + + + Cannot unprotect + because it contains child images. + + Není možné zrušit ochranu + , protože obsahuje podřízené obrazy. + + + + Cannot delete + because it's protected. + + + není možné smazat, protože je chráněné. + + + Rolling back Bere se zpět - - src/app/shared/services/task-message.service.ts - 1 - - + rollback vzít zpět - - src/app/shared/services/task-message.service.ts - 1 - - + Rolled back Vzato zpět - - src/app/shared/services/task-message.service.ts - 1 - - + Moving Přesouvá se - - src/app/shared/services/task-message.service.ts - 1 - - + move přesunout - - src/app/shared/services/task-message.service.ts - 1 - - + Moved Přesunuto - - src/app/shared/services/task-message.service.ts - 1 - - - - image '' to trash - obraz „“ do koše - - src/app/shared/services/task-message.service.ts - 1 - - - + + + image ' + ' to trash + + obraz „ + “ do koše + + + Could not find image. Obraz se nedaří najít. - - src/app/shared/services/task-message.service.ts - 1 - - + Restoring Obnovuje se - - src/app/shared/services/task-message.service.ts - 1 - - + restore obnovit - - src/app/shared/services/task-message.service.ts - 1 - - + Restored Obnoveno - - src/app/shared/services/task-message.service.ts - 1 - - - - image '' into '' - obraz „“ do „“ - - src/app/shared/services/task-message.service.ts - 1 - - - - Image name '' is already in use. - Název „“ už je používán pro jiný obraz. - - src/app/shared/services/task-message.service.ts - 1 - - - - image '' - obraz „“ - - src/app/shared/services/task-message.service.ts - 1 - - - + + + image ' + ' into ' + ' + + obraz „ + “ do „ + “ + + + + Image name ' + ' is already in use. + + Název „ + “ už je používán pro jiný obraz. + + + + image ' + ' + + obraz „ + “ + + + Purging Čistí se - - src/app/shared/services/task-message.service.ts - 1 - - + purge vyčistit - - src/app/shared/services/task-message.service.ts - 1 - - + Purged Vyčištěno - - src/app/shared/services/task-message.service.ts - 1 - - + all pools všechny fondy - - src/app/shared/services/task-message.service.ts - 1 - - - - images from - obrazy z - - src/app/shared/services/task-message.service.ts - 1 - - - + + + images from + + + obrazy z + + + + Cannot disable mirroring because it contains a peer. - Cannot disable mirroring because it contains a peer. - - src/app/shared/services/task-message.service.ts - 1 - - - - pool '' - fond „“ - - src/app/shared/services/task-message.service.ts - 1 - - - - erasure code profile '' - profil mazacího kódu „“ - - src/app/shared/services/task-message.service.ts - 1 - - - - target '' - target '' - - src/app/shared/services/task-message.service.ts - 1 - + Zrcadlení nelze vypnout protože obsahuje protějšek. + + + pool ' + ' + + fond „ + “ + + + + erasure code profile ' + ' + + profil mazacího kódu „ + “ + + + + target ' + ' + + cíl „ + “ + + + + NFS + + + NFS + + diff --git a/src/pybind/mgr/dashboard/frontend/src/locale/messages.de-DE.xlf b/src/pybind/mgr/dashboard/frontend/src/locale/messages.de-DE.xlf index b52ab5a31ca4..82e668c2df68 100644 --- a/src/pybind/mgr/dashboard/frontend/src/locale/messages.de-DE.xlf +++ b/src/pybind/mgr/dashboard/frontend/src/locale/messages.de-DE.xlf @@ -1,5708 +1,3154 @@ - - + + - + Toggle navigation Navigation umschalten - - app/core/navigation/navigation/navigation.component.html - 15 - - + + Dashboard Dashboard - - app/core/navigation/navigation/navigation.component.html - 35 - - + + Cluster Cluster - - app/core/navigation/navigation/navigation.component.html - 47 - - + + Hosts Hosts - - app/core/navigation/navigation/navigation.component.html - 57 - - - app/ceph/dashboard/health/health.component.html - 81 - - + + Monitors Monitore - - app/core/navigation/navigation/navigation.component.html - 64 - - - app/ceph/dashboard/health/health.component.html - 48 - - + + OSDs OSDs - - app/core/navigation/navigation/navigation.component.html - 71 - - - app/ceph/dashboard/health/health.component.html - 57 - - + + Configuration Konfiguration - - app/core/navigation/navigation/navigation.component.html - 78 - - + + CRUSH map - CRUSH-Plan - - app/core/navigation/navigation/navigation.component.html - 85 - - + CRUSH-Zuordnung + + + Manager modules + Manager-Module + + Logs - Logs - - app/core/navigation/navigation/navigation.component.html - 92 - - + Protokolle + + Alerts - Alerts - - app/core/navigation/navigation/navigation.component.html - 98 - - + Warnungen + + Pools Pools - - app/core/navigation/navigation/navigation.component.html - 108 - - - app/ceph/block/mirroring/overview/overview.component.html - 12 - - - app/ceph/dashboard/health/health.component.html - 190 - - - app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html - 19 - - + + Block Block - - app/core/navigation/navigation/navigation.component.html - 122 - - + + Images Images - - app/core/navigation/navigation/navigation.component.html - 131 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 120 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 341 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 479 - - - app/ceph/block/iscsi/iscsi.component.html - 9 - - - app/ceph/block/mirroring/overview/overview.component.html - 21 - - - app/ceph/block/rbd-images/rbd-images.component.html - 3 - - + + Mirroring Spiegelung - - app/core/navigation/navigation/navigation.component.html - 139 - - + + iSCSI iSCSI - - app/core/navigation/navigation/navigation.component.html - 151 - - + + + NFS + NFS + + Filesystems Dateisysteme - - app/core/navigation/navigation/navigation.component.html - 162 - - + + Object Gateway Objektgateway - - app/core/navigation/navigation/navigation.component.html - 173 - - + + Daemons Daemons - - app/core/navigation/navigation/navigation.component.html - 182 - - - app/ceph/block/iscsi/iscsi.component.html - 3 - - - app/ceph/block/mirroring/overview/overview.component.html - 5 - - + + Users Benutzer - - app/core/navigation/navigation/navigation.component.html - 188 - - - app/core/auth/user-tabs/user-tabs.component.html - 2 - - + + Buckets Buckets - - app/core/navigation/navigation/navigation.component.html - 194 - - - Retrieving data for - . Please wait... - Retrieving data for - . Please wait... - - app/shared/components/view-cache/view-cache.component.html - 2 - - - Displaying previously cached data - for . - Displaying previously cached data - for . - - app/shared/components/view-cache/view-cache.component.html - 7 - - - Could not load data for - . - Please check the cluster health. - Could not load data for - . - Please check the cluster health. - - app/shared/components/view-cache/view-cache.component.html - 12 - - + + + Retrieving data + for + + + . Please wait... + + Daten + für + + werden abgerufen. Bitte warten... + + + + Displaying previously cached data + + for + + + . + + Zuvor zwischengespeicherte Daten + + für + + + werden angezeigt. + + + + Could not load data + for + + + . + Please check the cluster health. + + Daten + für + + + konnten nicht geladen werden. + Prüfen Sie die Clusterintegrität. + + + Back Zurück - - app/shared/components/error-panel/error-panel.component.html - 27 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 544 - - - app/ceph/block/rbd-form/rbd-form.component.html - 303 - - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 159 - - - app/ceph/pool/pool-form/pool-form.component.html - 443 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 107 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 598 - - - app/core/auth/role-form/role-form.component.html - 85 - - - app/core/auth/user-form/user-form.component.html - 151 - - + + Select a Language Sprache auswählen - - app/shared/components/language-selector/language-selector.component.html - 7 - - + + Loading panel data... - Lade Panel-Daten... - - app/shared/components/grafana/grafana.component.html - 3 - - + Bereichsdaten werden geladen... + + Please consult the - documentation on how to - configure and enable the monitoring functionality. - Please consult the - documentation on how to - configure and enable the monitoring functionality. - - app/shared/components/grafana/grafana.component.html - 6 - - + documentation + on how to + configure and enable the monitoring functionality. + + Lesen Sie die + Dokumentation + zum + Konfigurieren und Aktivieren der Überwachungsfunktion. + + + Grafana Dashboard doesn't exist. Please refer to - documentation on how to - add dashboards to Grafana. - Grafana Dashboard doesn't exist. Please refer to - documentation on how to - add dashboards to Grafana. - - app/shared/components/grafana/grafana.component.html - 11 - - + documentation + on how to + add dashboards to Grafana. + + Das Grafana-Dashboard ist nicht vorhanden. In der + Dokumentation + wird beschrieben, + wie Grafana Dashboards hinzugefügt werden. + + + Grafana Time Picker - Grafana Time Picker - - app/shared/components/grafana/grafana.component.html - 20 - - + Grafana-Zeitauswahl + + Reset Settings - Reset Settings - - app/shared/components/grafana/grafana.component.html - 35 - - + Einstellungen für Zurücksetzungen + + Failed to load data. Daten konnten nicht geladen werden. - - app/shared/datatable/table/table.component.html - 2 - - + + selected ausgewählt - - app/shared/datatable/table/table.component.html - 112 - - X selected - + X selected + + found gefunden - - app/shared/datatable/table/table.component.html - 115 - - X found - + X found + + total insgesamt - - app/shared/datatable/table/table.component.html - 118 - - X total - + X total + + Settings - Settings - - app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html - 3 - - + Einstellungen + + Changing these parameters from their default values is usually not necessary. - Changing these parameters from their default values is usually not necessary. - - app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html - 15 - - - app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html - 13 - - + Eine Änderung dieser Parameter von ihren Standardwerten ist in der Regel nicht erforderlich. + + + Backstore + Backstore + + Confirm - Confirm - - app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html - 35 - - - app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html - 53 - - + Bestätigen + + Cancel Abbrechen - - app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html - 39 - - - app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html - 57 - - - app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html - 38 - - - app/shared/components/confirmation-modal/confirmation-modal.component.html - 21 - - - app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html - 38 - - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 91 - - - app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html - 34 - - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 25 - - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 44 - - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 45 - - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 44 - - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 45 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 110 - - + + Advanced Settings - Advanced Settings - - app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html - 3 - - - Create target - Create target - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 11 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 539 - - + Erweiterte Einstellungen + + Target IQN - Target IQN - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 20 - - + Ziel-IQN + + This field is required. - Dieses Feld wird benötigt. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 43 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 209 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 231 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 266 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 291 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 326 - - - app/ceph/block/rbd-form/rbd-form.component.html - 49 - - - app/ceph/block/rbd-form/rbd-form.component.html - 91 - - - app/ceph/block/rbd-form/rbd-form.component.html - 151 - - - app/ceph/block/rbd-form/rbd-form.component.html - 175 - - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 31 - - - app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html - 18 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 58 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 92 - - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 47 - - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 72 - - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 47 - - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 96 - - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 131 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 51 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 83 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 132 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 38 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 62 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 101 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 166 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 198 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 449 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 486 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 542 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 579 - - - app/core/auth/role-form/role-form.component.html - 34 - - - app/core/auth/user-form/user-form.component.html - 33 - - - app/core/auth/user-form/user-form.component.html - 60 - - - app/core/auth/user-form/user-form.component.html - 87 - - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 36 - - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 32 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 36 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 58 - - + Dies ist ein Pflichtfeld. + + IQN has wrong pattern. - IQN has wrong pattern. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 47 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 213 - - + IQN hat ein fehlerhaftes Muster. + + An IQN has the following notation 'iqn.$year-$month.$reversedAddress:$definedName' - An IQN has the following notation 'iqn.$year-$month.$reversedAddress:$definedName' - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 51 - - + Eine IQN hat die folgende Notation 'iqn.$jahr-$monat.$umkehradresse:$definierterName' + + For example: iqn.2016-06.org.dashboard:storage:disk.sn-a8675309 - For example: iqn.2016-06.org.dashboard:storage:disk.sn-a8675309 - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 53 - - + Zum Beispiel: iqn.2016-06.org.dashboard:storage:disk.sn-a8675309 + + More information - More information - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 57 - - + Weitere Informationen + + This target has modified advanced settings. - This target has modified advanced settings. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 62 - - + Erweiterte Einstellungen bei diesem Ziel wurden geändert. + + Portals - Portals - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 72 - - - At least gateways are required. - At least gateways are required. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 96 - - + Portale + + + At least + gateways are required. + + Es sind mindestens + Gateways erforderlich. + + + Add portal - Add portal - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 106 - - + Portal hinzufügen + + This image has modified settings. - This image has modified settings. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 146 - - + Einstellungen bei diesem Image wurden geändert. + + At least 1 image is required. - At least 1 image is required. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 151 - - + Mindestens 1 Image ist erforderlich. + + Add image - Add image - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 161 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 371 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 506 - - + Image hinzufügen + + + ACL authentication + ACL-Authentifizierung + + Initiators - Initiators - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 174 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 437 - - + Initiatoren + + Initiator - Initiator - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 181 - - + Initiator + + Client IQN - Client IQN - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 194 - - + Client-IQN + + Initiator IQN needs to be unique. - Initiator IQN needs to be unique. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 205 - - + Initiator-IQN muss eindeutig sein. + + User - User - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 223 - - + Benutzer + + Usernames must have a length of 8 to 64 characters and can only contain letters, '.', '@', '-', '_' or ':'. - Usernames must have a length of 8 to 64 characters and - can only contain letters, '.', '@', '-', '_' or ':'. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 235 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 295 - - + Benutzernamen müssen zwischen 8 und 64 Zeichen lang sein und + dürfen nur Buchstaben, '.', '@', '-', '_' oder ':' enthalten. + + Password - Password - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 245 - - - app/core/auth/user-form/user-form.component.html - 42 - - - Passwords must have a length of 12 to 16 characters - and can only contain letters, '@', '-' or '_'. - Passwords must have a length of 12 to 16 characters - and can only contain letters, '@', '-' or '_'. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 270 - - + Passwort + + Mutual User - Mutual User - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 281 - - + Gemeinsamer Benutzer + + Mutual Password - Mutual Password - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 305 - - - Passwords must have a length of 12 to 16 characters and - can only contain letters, '@', '-' or '_'. - Passwords must have a length of 12 to 16 characters and - can only contain letters, '@', '-' or '_'. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 330 - - + Gemeinsames Passwort + + Initiator belongs to a group. Images will be configure in the group. - Initiator belongs to a group. Images will be configure in the group. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 361 - - + Der Initiator gehört zu einer Gruppe. Images werden in der Gruppe konfiguriert. + + No items added. - No items added. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 384 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 521 - - + Keine Elemente hinzugefügt. + + Add initiator - Add initiator - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 389 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 465 - - + Initiator hinzufügen + + Groups - Groups - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 403 - - + Gruppen + + Group - Group - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 410 - - + Gruppe + + Name Name - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 422 - - - app/ceph/block/rbd-form/rbd-form.component.html - 36 - - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 18 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 21 - - - app/ceph/pool/pool-form/pool-form.component.html - 26 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 42 - - - app/core/auth/role-form/role-form.component.html - 19 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 8 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 8 - - - app/ceph/block/rbd-details/rbd-details.component.html - 13 - - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 23 - - + + Add group - Add group - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 526 - - - Are you sure that you want to the selected ? - Sind Sie sicher dass Sie die ausgewählten wollen? - - app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html - 15 - - + Gruppe hinzufügen + + + Submit + Absenden + + + Are you sure that you want to + the selected + ? + + Sind Sie sicher dass Sie die ausgewählten + + möchten? + + + Yes, I am sure. Ja, ich bin sicher. - - app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html - 25 - - - Please consult the documentation - on how to configure and enable the iSCSI Targets management functionality. - Please consult the documentation - on how to configure and enable the iSCSI Targets management functionality. - - app/ceph/block/iscsi-target-list/iscsi-target-list.component.html - 6 - - + + + Discovery Authentication + Ermittlungsauthentifizierung + + + Usernames must have a length of 8 to 64 characters and + can only contain letters, '.', '@', '-', '_' or ':'. + Benutzernamen müssen zwischen 8 und 64 Zeichen lang sein und + dürfen nur Buchstaben, '.', '@', '-', '_' oder ':' enthalten. + + + Please consult the + documentation + + on how to configure and enable the iSCSI Targets management functionality. + + Lesen Sie die + Dokumentation + zum + Konfigurieren und Aktivieren der Verwaltungsfunktion für iSCSI-Ziele. + + + Available information: - Available information: - - app/ceph/block/iscsi-target-list/iscsi-target-list.component.html - 12 - - + Verfügbare Informationen: + + iSCSI Targets not available - iSCSI Targets not available - - app/ceph/block/iscsi-target-list/iscsi-target-list.component.html - 4 - - - {VAR_SELECT, select, editing {Edit} cloning {Clone} copying {Copy} other {Add} } - {VAR_SELECT, select, editing {Edit} cloning {Clone} copying {Copy} other {Add} } - - app/ceph/block/rbd-form/rbd-form.component.html - 10 - - - {VAR_SELECT, select, cloning {Clone from} copying {Copy from} other {Parent} } - {VAR_SELECT, select, cloning {Clone from} copying {Copy from} other {Parent} } - - app/ceph/block/rbd-form/rbd-form.component.html - 20 - - + iSCSI-Ziele nicht verfügbar + + + '/' and '@' are not allowed. + '/' und '@' sind nicht zulässig. + + Loading... - Lade... - - app/ceph/block/rbd-form/rbd-form.component.html - 79 - - - app/ceph/block/rbd-form/rbd-form.component.html - 139 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 59 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 186 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 210 - - - app/ceph/pool/pool-form/pool-form.component.html - 5 - - - app/ceph/pool/pool-form/pool-form.component.html - 220 - - - app/ceph/pool/pool-form/pool-form.component.html - 341 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 83 - - + Laden... + + -- No rbd pools available -- - -- Keine rbd Pools verfügbar -- - - app/ceph/block/rbd-form/rbd-form.component.html - 82 - - + -- Keine rbd-Pools verfügbar -- + + -- Select a pool -- - -- Wählen Sie einen Pool aus -- - - app/ceph/block/rbd-form/rbd-form.component.html - 85 - - + -- Pool auswählen -- + + Use a dedicated data pool Dedizierten Datenpool verwenden - - app/ceph/block/rbd-form/rbd-form.component.html - 105 - - + + Data pool Datenpool - - app/ceph/block/rbd-form/rbd-form.component.html - 116 - - + + Dedicated pool that stores the object-data of the RBD. - Eigener Pool zur Speicherung von RBD-Objektdaten . - - app/ceph/block/rbd-form/rbd-form.component.html - 120 - - + Dedizierter Pool zur Speicherung von RBD-Objektdaten. + + -- No data pools available -- - -- Keine Pools verfügbar -- - - app/ceph/block/rbd-form/rbd-form.component.html - 142 - - + -- Keine Datenpools verfügbar -- + + Size Größe - - app/ceph/block/rbd-form/rbd-form.component.html - 160 - - - app/ceph/block/rbd-details/rbd-details.component.html - 33 - - + + e.g., 10GiB - z.B. 10GiB - - app/ceph/block/rbd-form/rbd-form.component.html - 170 - - + z. B. 10GiB + + You have to increase the size. Sie müssen die Größe erhöhen. - - app/ceph/block/rbd-form/rbd-form.component.html - 178 - - + + Features - Eigenschaften - - app/ceph/block/rbd-form/rbd-form.component.html - 188 - - - app/ceph/block/rbd-details/rbd-details.component.html - 48 - - + Funktionen + + Advanced... Erweitert... - - app/ceph/block/rbd-form/rbd-form.component.html - 211 - - + + Advanced Erweitert - - app/ceph/block/rbd-form/rbd-form.component.html - 217 - - + + + Striping + Striping + + Object size Objektgröße - - app/ceph/block/rbd-form/rbd-form.component.html - 224 - - - app/ceph/block/rbd-details/rbd-details.component.html - 43 - - + + Stripe unit - Stripe unit - - app/ceph/block/rbd-form/rbd-form.component.html - 241 - - + Stripe-Einheit + + -- Select stripe unit -- - -- Select stripe unit -- - - app/ceph/block/rbd-form/rbd-form.component.html - 252 - - + -- Stripe-Einheit auswählen -- + + This field is required because stripe count is defined! - This field is required because stripe count is defined! - - app/ceph/block/rbd-form/rbd-form.component.html - 258 - - + Dies ist ein Pflichtfeld, da eine Stripe-Anzahl definiert wurde! + + Stripe unit is greater than object size. - Stripe unit is greater than object size. - - app/ceph/block/rbd-form/rbd-form.component.html - 261 - - + Die Stripe-Einheit ist größer als die Objektgröße. + + Stripe count - Stripe count - - app/ceph/block/rbd-form/rbd-form.component.html - 270 - - + Stripe-Anzahl + + This field is required because stripe unit is defined! - This field is required because stripe unit is defined! - - app/ceph/block/rbd-form/rbd-form.component.html - 283 - - + Dies ist ein Pflichtfeld, da eine Stripe-Einheit definiert wurde! + + Stripe count must be greater than 0. - Stripe count must be greater than 0. - - app/ceph/block/rbd-form/rbd-form.component.html - 286 - - - {VAR_SELECT, select, editing {Update} cloning {Clone} copying {Copy} other {Create} } - {VAR_SELECT, select, editing {Update} cloning {Clone} copying {Copy} other {Create} } - - app/ceph/block/rbd-form/rbd-form.component.html - 298 - - + Die Stripe-Anzahl muss größer als 0 sein. + + Trash - Trash - - app/ceph/block/rbd-images/rbd-images.component.html - 8 - - + Papierkorb + + Overall Performance Gesamtleistung - - app/ceph/block/rbd-images/rbd-images.component.html - 12 - - - app/ceph/cluster/hosts/hosts.component.html - 29 - - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 71 - - - app/ceph/pool/pool-list/pool-list.component.html - 35 - - - app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.html - 16 - - + + Edit Bearbeiten - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 10 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 235 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 374 - - + + Description Beschreibung - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 32 - - - app/core/auth/role-form/role-form.component.html - 46 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 13 - - + + Long description Lange Beschreibung - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 46 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 18 - - + + Default Standard - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 60 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 32 - - + + Daemon default - Daemon default - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 74 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 37 - - + Daemon-Standard + + Services Services - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 88 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 68 - - + + Values Werte - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 101 - - - The entered value is too high! It must not be greater than . - Der eingegebene Wert ist zu groß! Er darf nicht größer als sein. - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 139 - - - The entered value is too low! It must not be lower than . - Der eingegebene Wert ist zu klein! Er darf nicht kleiner als sein. - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 142 - - + + + The entered value is too high! It must not be greater than + . + + Der eingegebene Wert ist zu groß! Er darf nicht größer als + sein. + + + + The entered value is too low! It must not be lower than + . + + Der eingegebene Wert ist zu klein! Er darf nicht kleiner als + sein. + + + Save Speichern - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 154 - - + + CRUSH map viewer - CRUSH-Plan Betrachter - - app/ceph/cluster/crushmap/crushmap.component.html - 6 - - + CRUSH-Zuordnungsanzeige + + Hosts List - Host-Liste - - app/ceph/cluster/hosts/hosts.component.html - 3 - - + Liste mit Hosts + + No entries found - No entries found - - app/ceph/cluster/logs/logs.component.html - 14 - - - app/ceph/cluster/logs/logs.component.html - 30 - - + Keine Einträge gefunden + + Cluster Logs - Cluster Logs - - app/ceph/cluster/logs/logs.component.html - 4 - - + Clusterprotokolle + + Audit Logs - Audit Logs - - app/ceph/cluster/logs/logs.component.html - 20 - - + Revisionsprotokoll + + + Loading configuration... + Konfiguration wird geladen... + + + The configuration could not be loaded. + Die Konfiguration konnte nicht geladen werden. + + + Edit Manager module + Manager-Modul bearbeiten + + + The entered value is not a valid UUID, e.g.: 67dcac9f-2c03-4d6c-b7bd-1210b3a259a8 + Der eingegebene Wert ist kein gültiger UUID, z. B.: 67dcac9f-2c03-4d6c-b7bd-1210b3a259a8 + + + The entered value needs to be a valid IP address. + Der eingegebene Wert muss eine gültige IP-Adresse sein. + + + The entered value is too high! It must be lower or equal to + . + + Der eingegebene Wert ist zu groß! Er muss kleiner als + sein oder diesem Wert entsprechen. + + + + The entered value is too low! It must be greater or equal to + . + + Der eingegebene Wert ist zu klein! Er muss größer als + sein oder diesem Wert entsprechen. + + + + The entered value needs to be a number. + Der eingegebene Wert muss eine Zahl sein. + + + The entered value needs to be a number or decimal. + Der eingegebene Wert muss eine Zahl oder Dezimalzahl sein. + + + Update + Aktualisieren + + Status Status - - app/ceph/cluster/monitor/monitor.component.html - 4 - - - app/ceph/dashboard/health/health.component.html - 3 - - + + Cluster ID Cluster-ID - - app/ceph/cluster/monitor/monitor.component.html - 9 - - + + monmap modified - monmap modified - - app/ceph/cluster/monitor/monitor.component.html - 14 - - + Monmap geändert + + monmap epoch - monmap epoch - - app/ceph/cluster/monitor/monitor.component.html - 19 - - + Monmap-Epoche + + quorum con - quorum con - - app/ceph/cluster/monitor/monitor.component.html - 24 - - + quorum con + + quorum mon - quorum mon - - app/ceph/cluster/monitor/monitor.component.html - 29 - - + quorum mon + + required con - required con - - app/ceph/cluster/monitor/monitor.component.html - 34 - - + erforderliche Verbindung + + required mon - required mon - - app/ceph/cluster/monitor/monitor.component.html - 39 - - + erforderliche Überwachung + + In Quorum - In Quorum - - app/ceph/cluster/monitor/monitor.component.html - 48 - - + In Quorum + + Not In Quorum - Not In Quorum - - app/ceph/cluster/monitor/monitor.component.html - 54 - - + Nicht in Quorum + + Cluster-wide OSD Flags - Clusterweite OSD-Einstellungen - - app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html - 3 - - - Submit - Abschicken - - app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html - 34 - - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 87 - - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 21 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 106 - - + Clusterweite OSD-Flags + + OSD Recovery Priority - OSD Recovery Priority - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 3 - - + OSD-Wiederherstellungspriorität + + Priority - Priority - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 16 - - + Priorität + + Customize priority values - Customize priority values - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 44 - - + Prioritätswerte anpassen + + This field is required! - Dieses Feld wird benötigt! - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 67 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 34 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 67 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 91 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 117 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 165 - - - app/ceph/pool/pool-form/pool-form.component.html - 40 - - - app/ceph/pool/pool-form/pool-form.component.html - 69 - - - app/ceph/pool/pool-form/pool-form.component.html - 95 - - - - - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 71 - - - The entered value is too high! It must not be greater than . - The entered value is too high! It must not be greater than . - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 75 - - - The entered value is too low! It must not be lower than . - The entered value is too low! It must not be lower than . - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 79 - - + Dies ist ein Pflichtfeld! + + + [object Object] + [object Object] + + + The entered value is too high! It must not be greater than + . + + Der eingegebene Wert ist zu groß! Er darf nicht größer als + sein. + + + + The entered value is too low! It must not be lower than + . + + Der eingegebene Wert ist zu klein! Er darf nicht kleiner als + sein. + + + Reweight OSD OSD neu gewichten - - app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html - 3 - - + + The value needs to be between 0 and 1. - Der Wert muß zwischen 0 und 1 liegen. - - app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html - 20 - - + Der Wert muss zwischen 0 und 1 liegen. + + Reweight Neu gewichten - - app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html - 30 - - - OSDs Scrub - OSDs Scrub - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 3 - - + + + OSDs + Scrub + + OSDs + Scrub + + + {VAR_SELECT, select, 1 {Deep } } - {VAR_SELECT, select, 1 {Deep } } - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 3 - - - You are about to apply a scrub to - the OSD . - You are about to apply a scrub to - the OSD . - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 13 - - + {VAR_SELECT, select, 1 {Tief } } + + + You are about to apply a + scrub to + the OSD + + + . + + Sie sind dabei, einen + Scrub auf + das OSD + + + anzuwenden. + + + {VAR_SELECT, select, 1 {deep } } - {VAR_SELECT, select, 1 {deep } } - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 13 - - + {VAR_SELECT, select, 1 {tief } } + + Set Cluster-wide Flags - Set Cluster-wide Flags - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 25 - - + Clusterweite Flags festlegen + + Set Cluster-wide Recovery Priority - Set Cluster-wide Recovery Priority - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 41 - - + Clusterweite Wiederherstellungspriorität festlegen + + OSDs List OSD-Liste - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 3 - - - OSD will be marked - if you proceed. - OSD will be marked - if you proceed. - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 81 - - + + + + OSD + + will be marked + + + if you proceed. + + + OSD + + wird markiert als + + + , wenn Sie den Vorgang fortsetzen. + + + The OSD is not safe to destroy! - The OSD is not safe to destroy! - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 90 - - - OSD will be - if you proceed. - OSD will be - if you proceed. - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 92 - - + Es ist nicht sicher, das OSD zu vernichten! + + + + OSD + + will be + + + if you proceed. + + + OSD + + wird + + + , wenn Sie den Vorgang fortsetzen. + + + Details Details - - app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.html - 10 - - - app/core/auth/role-details/role-details.component.html - 2 - - - app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html - 3 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 2 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 3 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 3 - - - app/ceph/block/rbd-details/rbd-details.component.html - 8 - - - app/ceph/pool/pool-details/pool-details.component.html - 5 - - - app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html - 3 - - + + Health - Gesundheitszustand - - app/ceph/dashboard/dashboard/dashboard.component.html - 4 - - + Integrität + + Statistics Statistiken - - app/ceph/dashboard/dashboard/dashboard.component.html - 8 - - - Add erasure code profile - Add erasure code profile - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 3 - - + + + Please consult the + documentation + + on how to configure and enable the NFS Ganesha management functionality. + + Lesen Sie die + Dokumentation + zum + Konfigurieren und Aktivieren der Verwaltungsfunktion für NFS Ganesha. + + + + Clients + Clients + + + Any client can access + Jeder Client hat Zugriff + + + Addresses + Adressen + + + Required field + Pflichtfeld + + + Must contain one or more comma-separated values + Muss mindestens einen kommagetrennten Wert enthalten + + + For example: + Beispielsweise: + + + Access Type + Zugriffstyp + + + Squash + Squash + + + Add clients + Clients hinzufügen + + + NFS export + + + NFS-Export + + + + + -- No cluster available -- + -- Kein Cluster verfügbar -- + + + -- Select the cluster -- + -- Cluster auswählen -- + + + Add daemon + Daemon hinzufügen + + + Storage Backend + Speicher-Back-End + + + -- Select the storage backend -- + -- Speicher-Back-End auswählen -- + + + Object Gateway User + Objektgatewaybenutzer + + + -- No users available -- + -- Keine Benutzer verfügbar -- + + + -- Select the object gateway user -- + -- Objektgatewaybenutzer auswählen -- + + + CephFS User ID + CephFS-Benutzer-ID + + + -- No clients available -- + -- keine Clients verfügbar -- + + + -- Select the cephx client -- + -- cephx-Client auswählen -- + + + CephFS Name + CephFS-Name + + + Security Label + Sicherheitsbezeichnung + + + Enable security label + Sicherheitsbezeichnung aktivieren + + + CephFS Path + CephFS-Pfad + + + Path need to start with a '/' and can be followed by a word + Pfad muss mit einem '/' beginnen und kann von einem Wort gefolgt werden + + + New directory will be created + Neues Verzeichnis wird erstellt + + + Path + Pfad + + + Path can only be a single '/' or a word + Pfad darf nur ein einzelner '/' oder ein Wort sein + + + New bucket will be created + Neuer Bucket wird erstellt + + + NFS Protocol + NFS-Protokoll + + + NFSv3 + NFSv3 + + + NFSv4 + NFSv4 + + + NFS Tag + NFS-Tag + + + Alternative access for + NFS v3 + mounts (it must not have a leading /). + + Alternativer Zugriff für + NFS v3 + -Mountpunkte (dürfen keinen führenden / enthalten) + + + + Clients may not mount subdirectories (i.e. if Tag = foo, the client may not mount foo/baz). + Clients können Unterverzeichnisse möglicherweise nicht mounten (d. h. wenn das Tag = foo, kann der Client foo/baz möglicherweise nicht mounten). + + + By using different Tag options, the same Path may be exported multiple times. + Wenn unterschiedliche Tagoptionen verwendet werden, wird derselbe Pfad möglicherweise mehrfach exportiert. + + + Pseudo + Pseudo + + + The position that this + NFS v4 + export occupies + in the + Pseudo FS + (it must be unique). + + Die Position dieses + NFS v4 + -Exports + auf dem + Pseudo-Dateisystem + (muss eindeutig sein). + + + + By using different Pseudo options, the same Path may be exported multiple times. + Wenn unterschiedliche Pseudo-Optionen verwendet werden, wird derselbe Pfad möglicherweise mehrfach exportiert. + + + Wrong format + Falsches Format + + + -- No access type available -- + -- Kein Zugriffstyp verfügbar -- + + + -- Select the access type -- + -- Zugriffstyp auswählen -- + + + -- No squash available -- + -- Kein Squash verfügbar -- + + + --Select what kind of user id squashing is performed -- + -- Durchzuführende Benutzer-ID-Squashing-Art auswählen -- + + + Transport Protocol + Transportprotokoll + + + UDP + UDP + + + TCP + TCP + + + CephFS + CephFS + + The name can only consist of alphanumeric characters, dashes and underscores. - The name can only consist of alphanumeric characters, dashes and underscores. - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 37 - - + Der Name darf nur alphanumerische Zeichen, Bindestriche und Unterstriche enthalten. + + The chosen erasure code profile name is already in use. - The chosen erasure code profile name is already in use. - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 40 - - + Der ausgewählte Löschcode-Profilname wird bereits verwendet. + + Plugin Plugin - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 47 - - + + Data chunks (k) - Data chunks (k) - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 75 - - + Datenblöcke (k) + + Must be equal to or greater than 2. - Muß größer oder gleich 2 sein. - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 94 - - + Muss größer oder gleich 2 sein. + + Coding chunks (m) - Coding chunks (m) - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 102 - - + Datenblöcke für die Codierung (m) + + Must be equal to or greater than 1. - Muß größer oder gleich 1 sein. - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 120 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 142 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 168 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 261 - - + Muss größer oder gleich 1 sein. + + Durability estimator (c) - Durability estimator (c) - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 129 - - + Dauerhaftigkeitsschätzung (c) + + Locality (l) - Locality (l) - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 151 - - + Standort (l) + + Crush failure domain - Crush failure domain - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 175 - - + Crush-Ausfalldomäne + + Crush Locality - Crush Locality - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 199 - - + Crush-Standort + + None Keine - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 213 - - + + Technique - Technique - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 226 - - + Technik + + Packetsize - Packetsize - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 248 - - + Paketgröße + + Crush root - Crush root - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 269 - - + Crush-Stamm + + Crush device class - Crush device class - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 286 - - + Crush-Geräteklasse + + any - any - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 296 - - + beliebig + + Directory Verzeichnis - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 308 - - + + Add Hinzufügen - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 326 - - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 140 - - + + Close Schließen - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 330 - - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 85 - - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 144 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 147 - - - app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html - 63 - - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 50 - - - pool - Pool - - app/ceph/pool/pool-form/pool-form.component.html - 16 - - - {VAR_SELECT, select, 1 {Edit} other {Add} } - {VAR_SELECT, select, 1 {Edit} other {Add} } - - app/ceph/pool/pool-form/pool-form.component.html - 16 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 17 - - + + Name... Name... - - app/ceph/pool/pool-form/pool-form.component.html - 34 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 52 - - - app/core/auth/role-form/role-form.component.html - 27 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 28 - - + + The chosen Ceph pool name is already in use. - Der gewählte Pool-Name ist bereits vergeben. - - app/ceph/pool/pool-form/pool-form.component.html - 43 - - + Der ausgewählte Poolname wird bereits verwendet. + + Pool type - Pool-Typ - - app/ceph/pool/pool-form/pool-form.component.html - 52 - - + Pooltyp + + -- Select a pool type -- - -- Pool-Typ auswählen -- - - app/ceph/pool/pool-form/pool-form.component.html - 61 - - + -- Pooltyp auswählen -- + + Placement groups - Placement groups - - app/ceph/pool/pool-form/pool-form.component.html - 79 - - + Platzierungsgruppen + + At least one placement group is needed! - At least one placement group is needed! - - app/ceph/pool/pool-form/pool-form.component.html - 98 - - + Es wird mindestens eine Platzierungsgruppe benötigt. + + Your cluster can't handle this many PGs. Please recalculate the PG amount needed. - Your cluster can't handle this many PGs. Please recalculate the PG amount needed. - - app/ceph/pool/pool-form/pool-form.component.html - 101 - - + Ihr Cluster kann nicht so viele Platzierungsgruppen verarbeiten. Berechnen Sie die benötigte Anzahl an Platzierungsgruppen. + + You can only increase the number of PGs of an existing pool. - Currently your pool has PGs. - You can only increase the number of PGs of an existing pool. - Currently your pool has PGs. - - app/ceph/pool/pool-form/pool-form.component.html - 104 - - + Currently your pool has + PGs. + + Sie können nur die Anzahl der Platzierungsgruppen eines vorhandenen Pools erhöhen. + Derzeit hat Ihr Pool + Platzierungsgruppen. + + + Calculation help Hilfe zur Berechnung - - app/ceph/pool/pool-form/pool-form.component.html - 109 - - + + The current PGs settings were calculated for you, you - should make sure the values suite your needs before submit. - The current PGs settings were calculated for you, you - should make sure the values suite your needs before submit. - - app/ceph/pool/pool-form/pool-form.component.html - 113 - - + should make sure the values suit your needs before submit. + Die aktuellen Einstellungen für die Platzierungsgruppen wurden für Sie berechnet. + Stellen Sie vor dem Senden sicher, dass die Werte Ihren Anforderungen entsprechen. + + Crush ruleset - Crush Regelsatz - - app/ceph/pool/pool-form/pool-form.component.html - 124 - - + Crush-Regelsatz + + -- Select a crush rule -- - -- Select a crush rule -- - - app/ceph/pool/pool-form/pool-form.component.html - 132 - - + -- Crush-Regel auswählen -- + + Crush rule - Crush rule - - app/ceph/pool/pool-form/pool-form.component.html - 153 - - + Crush-Regel + + Crush steps - Crush steps - - app/ceph/pool/pool-form/pool-form.component.html - 159 - - + Crush-Schritte + + The rule can't be used in the current cluster as it has to few OSDs to meet the minimum required OSD by this rule. - The rule can't be used in the current cluster as it has - to few OSDs to meet the minimum required OSD by this rule. - - app/ceph/pool/pool-form/pool-form.component.html - 170 - - + Die Regel kann im aktuellen Cluster nicht verwendet werden, + da es zu wenige OSDs enthält, um das von dieser Regel geforderte OSD-Minimum zu erfüllen. + + Replicated size - Replicated size - - app/ceph/pool/pool-form/pool-form.component.html - 181 - - - Minimum: - Minimum: - - app/ceph/pool/pool-form/pool-form.component.html - 195 - - - Maximum: - Maximum: - - app/ceph/pool/pool-form/pool-form.component.html - 196 - - + Reproduzierte Größe + + + Minimum: + + + Minimum: + + + + + Maximum: + + + Maximum: + + + + The size specified is out of range. A value from - to is valid. - The size specified is out of range. A value from - to is valid. - - app/ceph/pool/pool-form/pool-form.component.html - 201 - - + to + is valid. + + Die angegebene Größe liegt außerhalb des Bereichs. Gültige Werte liegen zwischen + und + . + + + Erasure code profile - Erasure code profile - - app/ceph/pool/pool-form/pool-form.component.html - 211 - - + Löschcode-Profil + + -- No erasure code profile available -- - -- No erasure code profile available -- - - app/ceph/pool/pool-form/pool-form.component.html - 223 - - + -- Kein Löschcode-Profil verfügbar -- + + -- Select an erasure code profile -- - -- Select an erasure code profile -- - - app/ceph/pool/pool-form/pool-form.component.html - 226 - - + -- Löschcode-Profil auswählen -- + + Flags - Flags - - app/ceph/pool/pool-form/pool-form.component.html - 272 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 57 - - + Flags + + EC Overwrites - EC Overwrites - - app/ceph/pool/pool-form/pool-form.component.html - 280 - - + EC-Überschreibungen + + Applications - Applikationen - - app/ceph/pool/pool-form/pool-form.component.html - 290 - - + Anwendungen + + Compression - Kompression - - app/ceph/pool/pool-form/pool-form.component.html - 308 - - + Komprimierung + + Mode Modus - - app/ceph/pool/pool-form/pool-form.component.html - 314 - - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 22 - - + + Algorithm Algorithmus - - app/ceph/pool/pool-form/pool-form.component.html - 333 - - + + -- No erasure compression algorithm available -- - -- No erasure compression algorithm available -- - - app/ceph/pool/pool-form/pool-form.component.html - 344 - - + -- Kein Löschkomprimierungsalgorithmus verfügbar -- + + Minimum blob size Minimale Blobgröße - - app/ceph/pool/pool-form/pool-form.component.html - 358 - - + + e.g., 128KiB - z.B. 128KiB - - app/ceph/pool/pool-form/pool-form.component.html - 367 - - + z. B. 128KiB + + Value should be greater than 0 Wert sollte größer als 0 sein - - app/ceph/pool/pool-form/pool-form.component.html - 372 - - - app/ceph/pool/pool-form/pool-form.component.html - 397 - - + + Value should be greater than the maximum blob size Wert sollte größer als die maximale Blobgröße sein - - app/ceph/pool/pool-form/pool-form.component.html - 375 - - + + Maximum blob size Maximale Blobgröße - - app/ceph/pool/pool-form/pool-form.component.html - 384 - - + + e.g., 512KiB - z.B. 512KiB - - app/ceph/pool/pool-form/pool-form.component.html - 392 - - + z. B. 512KiB + + Value should be greater than the minimum blob size Wert sollte größer als die minimale Blobgröße sein - - app/ceph/pool/pool-form/pool-form.component.html - 400 - - + + Ratio Verhältnis - - app/ceph/pool/pool-form/pool-form.component.html - 409 - - + + Compression ratio - Kompressionsverhältnis - - app/ceph/pool/pool-form/pool-form.component.html - 420 - - + Komprimierungsverhältnis + + Value should be between 0.0 and 1.0 - Wert sollte zwischen 0.0 und 1.0 liegen - - app/ceph/pool/pool-form/pool-form.component.html - 423 - - - pool - Pool - - app/ceph/pool/pool-form/pool-form.component.html - 438 - - - {VAR_SELECT, select, 1 {Edit} other {Create} } - {VAR_SELECT, select, 1 {Edit} other {Create} } - - app/ceph/pool/pool-form/pool-form.component.html - 438 - - + Wert sollte zwischen 0,0 und 1,0 liegen + + + It's not possible to create an RBD pool with '/' in the name. + Es ist nicht möglich, einen RBD-Pool mit '/' im Namen zu erstellen. + + + Please change the name or remove 'rbd' from the applications list. + Ändern Sie den Namen oder entfernen Sie 'rbd' aus der Anwendungsliste. + + Pools List Pool-Liste - - app/ceph/pool/pool-list/pool-list.component.html - 2 - - - Please consult the documentation - on how to configure and enable the Object Gateway management functionality. - Please consult the documentation - on how to configure and enable the Object Gateway management functionality. - - app/ceph/rgw/rgw-501/rgw-501.component.html - 3 - - + + + Please consult the + documentation + + on how to configure and enable the Object Gateway management functionality. + + Lesen Sie die + Dokumentation + zum + Konfigurieren und Aktivieren der Verwaltungsfunktion für das Objektgateway. + + + Loading bucket data... - Loading bucket data... - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 2 - - + Bucket-Daten werden geladen... + + The bucket data could not be loaded. - The bucket data could not be loaded. - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 5 - - - bucket - bucket - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 17 - - + Die Bucket-Daten konnten nicht geladen werden. + + Id - Id - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 26 - - + ID + + The value is not valid. Der Wert ist ungültig. - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 61 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 452 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 545 - - + + The chosen name is already in use. - Der gewählte Name ist bereits vergeben. - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 64 - - - app/core/auth/role-form/role-form.component.html - 37 - - + Der ausgewählte Name wird bereits verwendet. + + Owner Inhaber - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 73 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 18 - - + + -- Select a user -- -- Benutzer auswählen -- - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 86 - - - {VAR_SELECT, select, 1 {Update} other {Add} } - {VAR_SELECT, select, 1 {Update} other {Add} } - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 102 - - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 80 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 142 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 593 - - + + Daemons List - Daemons List - - app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.html - 2 - - - Capability - Befähigung - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 3 - - + Liste der Daemons + + Type Typ - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 22 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 42 - - + + -- Select a type -- - -- Select a type -- - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 41 - - + -- Typ auswählen -- + + Permission - Permission - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 56 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 63 - - + Berechtigung + + -- Select a permission -- - -- Select a permission -- - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 64 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 71 - - + -- Berechtigung auswählen -- + + S3 key - S3 Schlüssel - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 3 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 123 - - + S3-Schlüssel + + Username Benutzername - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 22 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 22 - - - app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html - 19 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 24 - - - app/core/auth/user-form/user-form.component.html - 19 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 9 - - + + -- Select a username -- - -- Select a username -- - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 41 - - + -- Benutzername auswählen -- + + Auto-generate key Schlüssel automatisch generieren - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 60 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 133 - - + + Access key - Access key - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 71 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 144 - - + Zugriffsschlüssel + + Secret key - Secret key - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 106 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 110 - - - app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html - 34 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 176 - - + Geheimer Schlüssel + + Subuser - Subuser - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 3 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 37 - - + Unterbenutzer + + The chosen subuser ID is already in use. - The chosen subuser ID is already in use. - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 54 - - + Die ausgewählte Unterbenutzer-ID wird bereits verwendet. + + read, write - read, write - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 77 - - + lesen, schreiben + + full - full - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 79 - - + voll + + Swift key - Swift key - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 89 - - - app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html - 3 - - + Swift-Schlüssel + + Auto-generate secret - Auto-generate secret - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 99 - - + Geheimnis automatisch generieren + + Loading user data... - Loading user data... - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 2 - - + Benutzerdaten werden geladen... + + The user data could not be loaded. - The user data could not be loaded. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 5 - - + Die Benutzerdaten konnten nicht geladen werden. + + The chosen user ID is already in use. - The chosen user ID is already in use. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 41 - - + Die ausgewählte Benutzer-ID wird bereits verwendet. + + Full name - Full name - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 50 - - - app/core/auth/user-form/user-form.component.html - 98 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 14 - - + Vollständiger Name + + Email address - Email address - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 71 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 19 - - + E-Mail-Adresse + + This is not a valid email address. - This is not a valid email address. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 79 - - + Dies ist keine gültige E-Mail-Adresse. + + The chosen email address is already in use. - The chosen email address is already in use. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 82 - - + Die ausgewählte E-Mail-Adresse wird bereits verwendet. + + Max. buckets - Max. buckets - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 91 - - + Max. Buckets + + The entered value must be >= 0. - The entered value must be >= 0. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 104 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 489 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 582 - - + Der eingegebene Wert muss >=0 sein. + + Suspended - Suspended - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 116 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 24 - - + Angehalten + + Subusers - Subusers - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 205 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 40 - - + Unterbenutzer + + There are no subusers. Keine Unterbenutzer vorhanden. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 211 - - + + Delete - Delete - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 242 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 296 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 381 - - - Add subuser - Add subuser - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 256 - - + Löschen + + Keys - Keys - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 264 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 134 - - + Schlüssel + + S3 - S3 - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 268 - - + S3 + + There are no keys. Keine Schlüssel vorhanden. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 273 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 323 - - + + Show - Show - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 289 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 339 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 149 - - - Add S3 key - Add S3 key - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 310 - - + Anzeigen + + Swift - Swift - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 318 - - + Swift + + Capabilities Befähigungen - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 352 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 49 - - + + There are no capabilities. Keine Befähigungen vorhanden. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 358 - - - Add capability - Befähigung hinzufügen - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 395 - - + + User quota - User quota - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 403 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 61 - - + Benutzerquote + + Enabled - Enabled - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 413 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 506 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 71 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 66 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 102 - - + Aktiviert + + Unlimited size - Unlimited size - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 427 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 520 - - + Unbegrenzte Größe + + Max. size - Max. size - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 438 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 531 - - + Max. Größe + + Unlimited objects - Unlimited objects - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 465 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 558 - - + Unbegrenzte Objekte + + Max. objects - Max. objects - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 476 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 569 - - + Max. Objekte + + Bucket quota - Bucket quota - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 496 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 66 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 97 - - + Bucket-Quote + + Welcome to Ceph! Willkommen bei Ceph! - - app/core/auth/login/login.component.html - 10 - - The welcome message on the login page - + The welcome message on the login page + + Username is required - Username is required - - app/core/auth/login/login.component.html - 34 - - + Benutzername ist erforderlich + + Password is required - Password is required - - app/core/auth/login/login.component.html - 58 - - + Passwort ist erforderlich + + Login - Login - - app/core/auth/login/login.component.html - 64 - - - Role - Role - - app/core/auth/role-form/role-form.component.html - 10 - - - {VAR_SELECT, select, editing {Edit} other {Add} } - {VAR_SELECT, select, editing {Edit} other {Add} } - - app/core/auth/role-form/role-form.component.html - 10 - - - app/core/auth/user-form/user-form.component.html - 10 - - + Anmeldung + + Description... - Description... - - app/core/auth/role-form/role-form.component.html - 51 - - + Beschreibung... + + Permissions - Permissions - - app/core/auth/role-form/role-form.component.html - 61 - - - Role - Role - - app/core/auth/role-form/role-form.component.html - 81 - - - {VAR_SELECT, select, editing {Update} other {Create} } - {VAR_SELECT, select, editing {Update} other {Create} } - - app/core/auth/role-form/role-form.component.html - 81 - - - app/core/auth/user-form/user-form.component.html - 147 - - + Berechtigungen + + Sorry, the user does not exist in Ceph. - Sorry, the user does not exist in Ceph. - - app/core/auth/sso/sso-not-found/sso-not-found.component.html - 3 - - - Return to Login Page. You'll be logged out from the Identity Provider when you retry logging in. - Return to Login Page. You'll be logged out from the Identity Provider when you retry logging in. - - app/core/auth/sso/sso-not-found/sso-not-found.component.html - 4 - - - User - User - - app/core/auth/user-form/user-form.component.html - 10 - - + Der Benutzer ist in Ceph leider nicht enthalten. + + + Return to + Login Page + . You'll be logged out from the Identity Provider when you retry logging in. + + Kehren Sie zur + Anmeldeseite + zurück. Sie werden vom Identitätsanbieter abgemeldet, wenn Sie versuchen, sich erneut anzumelden. + + + Confirm password - Confirm password - - app/core/auth/user-form/user-form.component.html - 69 - - + Passwort bestätigen + + Password confirmation doesn't match the password. - Password confirmation doesn't match the password. - - app/core/auth/user-form/user-form.component.html - 90 - - + Passwortbestätigung stimmt nicht mit dem Passwort überein. + + Email - Email - - app/core/auth/user-form/user-form.component.html - 114 - - + E-Mail-Adresse + + Invalid email. - Invalid email. - - app/core/auth/user-form/user-form.component.html - 125 - - + Ungültige E-Mail-Adresse. + + Roles - Roles - - app/core/auth/user-form/user-form.component.html - 131 - - - app/core/auth/user-tabs/user-tabs.component.html - 7 - - - User - User - - app/core/auth/user-form/user-form.component.html - 147 - - + Rollen + + You are about to remove "user read / update" permissions from your own user. - You are about to remove "user read / update" permissions from your own user. - - app/core/auth/user-form/user-form.component.html - 159 - - + Sie sind dabei, die Lese-/Aktualisierungsberechtigungen für Benutzer von Ihrem eigenen Benutzer zu entfernen. + + If you continue, you will no longer be able to add or remove roles from any user. - If you continue, you will no longer be able to add or remove roles from any user. - - app/core/auth/user-form/user-form.component.html - 161 - - + Wenn Sie den Vorgang fortsetzen, können Sie Benutzerrollen nicht mehr hinzufügen oder entfernen. + + Are you sure you want to continue? - Are you sure you want to continue? - - app/core/auth/user-form/user-form.component.html - 163 - - + Möchten Sie den Vorgang wirklich fortsetzen? + + Forbidden - Forbidden - - app/core/forbidden/forbidden.component.html - 3 - - + Verboten + + Sorry, you are not allowed to see what you were looking for. - Sorry, you are not allowed to see what you were looking for. - - app/core/forbidden/forbidden.component.html - 7 - - + Leider sind Sie nicht berechtigt, den gewünschten Inhalt anzuzeigen. + + Sorry, we could not find what you were looking for - Sorry, we could not find what you were looking for - - app/core/not-found/not-found.component.html - 3 - - + Leider konnte der gewünschte Inhalt nicht gefunden werden. + + Remove all Alle löschen - - app/core/navigation/notifications/notifications.component.html - 6 - - + + Recent Notifications - Recent Notifications - - app/core/navigation/notifications/notifications.component.html - 56 - - - app/core/navigation/notifications/notifications.component.html - 53 - - + Neue Benachrichtigungen + + There are no background tasks. Keine Hintergrundaufgaben vorhanden. - - app/core/navigation/task-manager/task-manager.component.html - 71 - - + + Background Tasks Hintergrundaufgaben - - app/core/navigation/task-manager/task-manager.component.html - 83 - - - app/core/navigation/task-manager/task-manager.component.html - 79 - - + + Help - Help - - app/core/navigation/dashboard-help/dashboard-help.component.html - 13 - - - app/core/navigation/dashboard-help/dashboard-help.component.html - 10 - - + Hilfe + + Documentation - Documentation - - app/core/navigation/dashboard-help/dashboard-help.component.html - 23 - - + Dokumentation + + API API - - app/core/navigation/dashboard-help/dashboard-help.component.html - 28 - - + + About - About - - app/core/navigation/dashboard-help/dashboard-help.component.html - 33 - - + Über + + Dashboard Settings - Dashboard Settings - - app/core/navigation/administration/administration.component.html - 10 - - - app/core/navigation/administration/administration.component.html - 7 - - + Dashboard-Einstellungen + + User management - User management - - app/core/navigation/administration/administration.component.html - 18 - - + Benutzerverwaltung + + Logged in user - Logged in user - - app/core/navigation/identity/identity.component.html - 9 - - - app/core/navigation/identity/identity.component.html - 6 - - + Angemeldeter Benutzer + + Signed in as - - Signed in as - - - app/core/navigation/identity/identity.component.html - 19 - - + + + + + Angemeldet als + + + + + + Sign out - Sign out - - app/core/navigation/identity/identity.component.html - 27 - - + Abmelden + + Performance Counters - Performance Counters - - app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html - 9 - - + Leistungsindikatoren + + Performance Details - Performance Details - - app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html - 16 - - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 46 - - - app/ceph/cluster/hosts/host-details/host-details.component.html - 3 - - - app/ceph/pool/pool-details/pool-details.component.html - 13 - - - app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html - 45 - - + Leistungsdetails + + ID ID - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 13 - - + + Index type - Index type - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 23 - - + Indextyp + + Placement rule - Placement rule - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 28 - - + Platzierungsregel + + Marker - Marker - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 33 - - + Marker + + Maximum marker - Maximum marker - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 38 - - + Maximum für Marker + + Version - Version - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 43 - - + Version + + Master version - Master version - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 48 - - + Masterversion + + Modification time - Modification time - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 53 - - + Änderungszeit + + Zonegroup - Zonegroup - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 58 - - + Zonengruppe + + Maximum size - Maximum size - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 76 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 71 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 107 - - + Maximale Größe + + Unlimited - Unlimited - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 79 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 90 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 74 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 85 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 110 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 121 - - + Unbegrenzt + + Maximum objects - Maximum objects - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 87 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 82 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 118 - - + Maximale Objekte + + System - System - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 29 - - + System + + {VAR_SELECT, select, 0 {No} 1 {Yes} } - {VAR_SELECT, select, 0 {No} 1 {Yes} } - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 31 - - + {VAR_SELECT, select, 0 {Nein} 1 {Ja} } + + Maximum buckets - Maximum buckets - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 35 - - + Maximale Buckets + + Performance counters not available - Performance counters not available - - app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.html - 12 - - + Leistungsindikatoren nicht verfügbar + + + Global + Global + + + Image + Image + + + Pool + Pool + + + RBD Configuration + RBD-Konfiguration + + + Remove the local configuration value. The parent configuration value will be inherited and used instead. + Entfernen Sie den lokalen Konfigurationswert. Stattdessen wird der übergeordnete Konfigurationswert übernommen und verwendet. + + + The mininum value is 0 + Der Mindestwert lautet 0 + + Attributes (OSD map) - Attributes (OSD map) - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 2 - - + Attribute (OSD-Zuordnung) + + Metadata not available - Metadata not available - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 15 - - + Metadaten nicht verfügbar + + Metadata - Metadata - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 8 - - + Metadaten + + Performance counter - Performance counter - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 18 - - - Histogram not available: - Histogram not available: - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 28 - - + Leistungsindikator + + + Histogram not available: + + + Histogramm nicht verfügbar: + + + + Writes - Writes - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 33 - - + Schreibvorgänge + + Reads - Reads - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 38 - - + Lesevorgänge + + Histogram - Histogram - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 25 - - + Histogramm + + Current values - Current values - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 23 - - + Aktuelle Werte + + Min - Min - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 47 - - + Min. + + Max - Max - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 52 - - + Max. + + Source Quelle - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 77 - - + + Level - Level - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 82 - - - Can be updated at runtime - Kann zur Laufzeit aktualisiert werden - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 87 - - + Ebene + + + Can be updated at runtime (editable) + Kann zur Laufzeit aktualisiert werden (bearbeitbar) + + Tags Tags - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 92 - - + + Enum values - Enum values - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 97 - - + Auflistungswerte + + See also Siehe auch - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 102 - - + + Cluster Status - Cluster Status - - app/ceph/dashboard/health/health.component.html - 15 - - + Clusterstatus + + Manager Daemons - Manager Daemons - - app/ceph/dashboard/health/health.component.html - 69 - - + Manager-Daemons + + Object Gateways - Object Gateways - - app/ceph/dashboard/health/health.component.html - 90 - - + Objektgateways + + Metadata Servers - Metadata Servers - - app/ceph/dashboard/health/health.component.html - 98 - - + Metadatenserver + + iSCSI Gateways - iSCSI Gateways - - app/ceph/dashboard/health/health.component.html - 109 - - + iSCSI-Gateways + + Client IOPS - Client IOPS - - app/ceph/dashboard/health/health.component.html - 125 - - + Client-IOPS + + Client Throughput - Client Throughput - - app/ceph/dashboard/health/health.component.html - 134 - - + Clientdurchsatz + + Client Read/Write - Client Read/Write - - app/ceph/dashboard/health/health.component.html - 143 - - - Client Recovery - Client Recovery - - app/ceph/dashboard/health/health.component.html - 161 - - + Client-Lese-/Schreibvorgänge + + + Recovery Throughput + Wiederherstellungsdurchsatz + + Scrub - Scrub - - app/ceph/dashboard/health/health.component.html - 170 - - + Scrub + + Performance - Performance - - app/ceph/dashboard/health/health.component.html - 119 - - + Leistung + + Raw Capacity - Raw Capacity - - app/ceph/dashboard/health/health.component.html - 200 - - + Rohkapazität + + Objects - Objects - - app/ceph/dashboard/health/health.component.html - 213 - - - app/ceph/block/rbd-details/rbd-details.component.html - 38 - - + Objekte + + PGs per OSD - PGs per OSD - - app/ceph/dashboard/health/health.component.html - 222 - - + Platzierungsgruppen pro OSD + + PG Status - PG Status - - app/ceph/dashboard/health/health.component.html - 231 - - + Platzierungsgruppenstatus + + Capacity - Capacity - - app/ceph/dashboard/health/health.component.html - 181 - - - See Logs for more details. - See Logs for more details. - - app/ceph/dashboard/health/health.component.html - 265 - - + Kapazität + + + + + See + Logs + for more details. + + + + Weitere Details finden Sie in den + Protokollen + . + + + Move an image to trash - Move an image to trash - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 3 - - - To move / to trash, - click Move Image. Optionally, you can pick an expiration date. - To move / to trash, - click Move Image. Optionally, you can pick an expiration date. - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 12 - - + Image in Papierkorb verschieben + + + To move + + / + + to trash, + click + Move Image + . Optionally, you can pick an expiration date. + + Um + + / + + in den Papierkorb zu verschieben, + klicken Sie auf + Image verschieben + . Optional können Sie ein Ablaufdatum auswählen. + + + Protection expires at - Protection expires at - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 18 - - + Schutz läuft ab am + + NOT PROTECTED - NOT PROTECTED - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 20 - - + NICHT GESCHÜTZT + + Wrong date format. Please use "YYYY-MM-DD HH:mm:ss". - Wrong date format. Please use "YYYY-MM-DD HH:mm:ss". - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 29 - - + Falsches Datumsformat. Verwenden Sie "TT.MM.JJJJ HH:mm:ss". + + Protection has already expired. Please pick a future date or leave it empty. - Protection has already expired. Please pick a future date or leave it empty. - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 32 - - + Schutz ist bereits abgelaufen. Wählen Sie ein künftiges Datum aus oder lassen Sie es leer. + + Move Image - Move Image - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 40 - - + Image verschieben + + Overview - Overview - - app/ceph/block/iscsi-tabs/iscsi-tabs.component.html - 2 - - + Übersicht + + Targets - Targets - - app/ceph/block/iscsi-tabs/iscsi-tabs.component.html - 7 - - - Only available for RBD images with fast-diff enabled - Only available for RBD images with fast-diff enabled - - app/ceph/block/rbd-details/rbd-details.component.html - 2 - - - Pool - Pool - - app/ceph/block/rbd-details/rbd-details.component.html - 18 - - + Ziele + + + Only available for RBD images with + fast-diff + enabled + + Nur für RBD-Images verfügbar, bei denen + fast-diff + aktiviert ist + + + Data Pool - Data Pool - - app/ceph/block/rbd-details/rbd-details.component.html - 23 - - + Datenpool + + Created - Created - - app/ceph/block/rbd-details/rbd-details.component.html - 28 - - + Erstellt + + Provisioned - Provisioned - - app/ceph/block/rbd-details/rbd-details.component.html - 57 - - + Bereitgestellt + + N/A - N/A - - app/ceph/block/rbd-details/rbd-details.component.html - 63 - - - app/ceph/block/rbd-details/rbd-details.component.html - 78 - - + n. v. + + Total provisioned - Total provisioned - - app/ceph/block/rbd-details/rbd-details.component.html - 72 - - + Bereitgestellt gesamt + + Striping unit - Striping unit - - app/ceph/block/rbd-details/rbd-details.component.html - 87 - - + Striping-Einheit + + Striping count - Striping count - - app/ceph/block/rbd-details/rbd-details.component.html - 92 - - + Striping-Anzahl + + Parent - Parent - - app/ceph/block/rbd-details/rbd-details.component.html - 97 - - + Übergeordnet + + Block name prefix - Block name prefix - - app/ceph/block/rbd-details/rbd-details.component.html - 107 - - + Präfix für Blockname + + Order - Order - - app/ceph/block/rbd-details/rbd-details.component.html - 112 - - + Reihenfolge + + Snapshots - Snapshots - - app/ceph/block/rbd-details/rbd-details.component.html - 119 - - - RBD Snapshot - RBD Snapshot - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 3 - - + Snapshots + + + This setting overrides the global value + Diese Einstellung überschreibt den globalen Wert + + + This is the global value. No value for this option has been set for this image. + Dies ist der globale Wert. Kein Wert für diese Option wurde für dieses Image festgelegt. + + + + RBD Snapshot + + + RBD-Snapshot + + + {VAR_SELECT, select, true {Rename} other {Create} } - {VAR_SELECT, select, true {Rename} other {Create} } - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 3 - - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 46 - - - Snapshot - Snapshot - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 46 - - + {VAR_SELECT, select, true {Umbenennen} other {Erstellen} } + + + + Snapshot + + + Snapshot + + + PROTECTED - PROTECTED - - app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.html - 17 - - + GESCHÜTZT + + UNPROTECTED - UNPROTECTED - - app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.html - 20 - - + NICHT GESCHÜTZT + + You are about to rollback - You are about to rollback - - app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.html - 25 - - + Sie sind dabei, ein Rollback durchzuführen + + Purge Trash - Purge Trash - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 3 - - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 14 - - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 41 - - - app/ceph/block/rbd-trash-list/rbd-trash-list.component.html - 25 - - + Papierkorb bereinigen + + To purge, select one or All images and click - To purge, select one or All images and click - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 13 - - + Zum Bereinigen ein oder alle Images auswählen und klicken + + Pool: - Pool: - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 19 - - + Pool: + + Pool name... - Pool name... - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 22 - - + Poolname... + + All - All - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 30 - - + Alle + + Restore Image - Restore Image - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 3 - - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 16 - - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 40 - - + Image wiederherstellen + + To restore - To restore - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 13 - - + Zum Wiederherstellen + + type the image's new name and click - type the image's new name and click - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 15 - - + Neuen Namen des Images eingeben und klicken + + New Name - New Name - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 22 - - + Neuer Name + + Expired at - Expired at - - app/ceph/block/rbd-trash-list/rbd-trash-list.component.html - 34 - - + Abgelaufen am + + Protected until - Protected until - - app/ceph/block/rbd-trash-list/rbd-trash-list.component.html - 37 - - - This image is protected until . - This image is protected until . - - app/ceph/block/rbd-trash-list/rbd-trash-list.component.html - 47 - - + Geschützt bis + + + This image is protected until + . + + Dieses Image ist geschützt bis + . + + + iSCSI Topology - iSCSI Topology - - app/ceph/block/iscsi-target-details/iscsi-target-details.component.html - 2 - - + iSCSI-Topologie + + Issues Probleme - - app/ceph/block/mirroring/image-list/image-list.component.html - 2 - - + + Syncing - Synchronisierung - - app/ceph/block/mirroring/image-list/image-list.component.html - 11 - - - app/ceph/block/mirroring/image-list/image-list.component.html - 38 - - + Wird synchronisiert + + Ready Fertig - - app/ceph/block/mirroring/image-list/image-list.component.html - 20 - - + + Edit pool mirror mode - Edit pool mirror mode - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 3 - - + Spiegelungsmodus für Pool bearbeiten + + To edit the mirror mode for pool  - , select a new mode from the list and click  - Update. - To edit the mirror mode for pool  - , select a new mode from the list and click  - Update. - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 13 - - + + + , select a new mode from the list and click  + Update + . + + Wählen Sie zum Bearbeiten des Spiegelungsmodus für den Pool  + + + einen neuen Modus aus der Liste aus und klicken Sie auf  + Aktualisieren + . + + + Peer clusters must be removed prior to disabling mirror. - Peer clusters must be removed prior to disabling mirror. - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 33 - - - Update - Update - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 41 - - - - pool mirror peer - - pool mirror peer - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 3 - - + Vor dem Deaktivieren der Spiegelung müssen Peer-Cluster entfernt werden. + + + + + pool mirror peer + + + + Peer für Poolspiegelung + + + {VAR_SELECT, select, edit {Edit} other {Add} } - {VAR_SELECT, select, edit {Edit} other {Add} } - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 3 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 14 - - - the pool - mirror peer attributes for pool and click - Submit. - the pool - mirror peer attributes for pool and click - Submit. - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 14 - - + {VAR_SELECT, select, edit {Bearbeiten} other {Hinzufügen} } + + + + the pool + mirror peer attributes for pool + + + and click + Submit + . + + + Der Pool + Spiegeln Sie Peer-Attribute für Pool + + + und klicken Sie auf + Absenden + . + + + Cluster Name - Cluster Name - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 23 - - + Clustername + + The cluster name is not valid. - The cluster name is not valid. - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 39 - - + Der Clustername ist ungültig. + + CephX ID - CephX ID - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 46 - - + CephX-ID + + CephX ID... - CephX ID... - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 51 - - + CephX-ID... + + The CephX ID is not valid. - The CephX ID is not valid. - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 61 - - + Die CephX ID ist ungültig. + + Monitor Addresses - Monitor Addresses - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 68 - - + Adressen der Monitore + + Comma-delimited addresses... - Comma-delimited addresses... - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 72 - - + Kommagetrennte Adressen... + + The monitory address is not valid. - The monitory address is not valid. - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 79 - - + Die Anrede ist ungültig. + + CephX Key - CephX Key - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 86 - - + CephX-Schlüssel + + Base64-encoded key... - Base64-encoded key... - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 90 - - + Base64-codierter Schlüssel... + + CephX key must be base64 encoded. - CephX key must be base64 encoded. - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 97 - - + CephX-Schlüssel muss base64-codiert sein. + + Cache Tiers Details - Cache Tiers Details - - app/ceph/pool/pool-details/pool-details.component.html - 22 - - + Details zu den Cache-Ebenen + + Ranks - Ranks - - app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html - 6 - - - Clients: - Clients: - - app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html - 36 - - - + Ränge + + + Clients: + + + Clients: + + + + Current - Current - - src/app/ceph/block/iscsi-target-details/iscsi-target-details.component.ts - 1 - + Aktuell + + + Updated discovery authentication + Ermittlungsauthentifizierung aktualisiert - + There are no portals available. - There are no portals available. - - src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts - 1 - + Keine Portale verfügbar. - + There are no images available. - There are no images available. - - src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts - 1 - + Keine Images verfügbar. - + There are no images available. Please make sure you add an image to the target. - There are no images available. Please make sure you add an image to the target. - - src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts - 1 - + Keine Images verfügbar. Fügen Sie dem Ziel ein Image hinzu. - + There are no initiators available. Please make sure you add an initiator to the target. - There are no initiators available. Please make sure you add an initiator to the target. - - src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts - 1 - + Keine Initiatoren verfügen. Fügen Sie dem Ziel einen Initiator hinzu. - + Target - Target - - src/app/ceph/block/iscsi-target-list/iscsi-target-list.component.ts - 1 - + Ziel - + Hostname Hostname - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - src/app/ceph/block/mirroring/daemon-list/daemon-list.component.ts - 1 - - - src/app/ceph/cluster/hosts/hosts.component.ts - 1 - - - src/app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.ts - 1 - - - - # Active/Optimized - # Active/Optimized - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - - # Active/Non-Optimized - # Active/Non-Optimized - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - - Image - Image - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.ts - 1 - - - - Active/Optimized - Active/Optimized - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - - Active/Non-Optimized - Active/Non-Optimized - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - + + Read Bytes - Read Bytes - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - + Bytes für Lesevorgang - + Write Bytes - Write Bytes - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - + Bytes für Schreibvorgang - + Read Ops - Read Ops - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - + Lesevorgänge - + Write Ops - Write Ops - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - + Schreibvorgänge - + A/O Since - A/O Since - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - + A/O seit - + Instance - Instance - - src/app/ceph/block/mirroring/daemon-list/daemon-list.component.ts - 1 - + Instanz - + Issue - Issue - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - + Problem - + State - State - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts - 1 - - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - - src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts - 1 - - - + Zustand + + Progress - Progress - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - + Fortschritt - + Disabled - Disabled - - src/app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.ts - 1 - + Deaktiviert - + Edit Mode - Edit Mode - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - + Bearbeitungsmodus - + Add Peer - Add Peer - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - + Peer hinzufügen - + Edit Peer - Edit Peer - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - + Peer bearbeiten - + Delete Peer - Delete Peer - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - + Peer löschen - + Leader - Leader - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - + Leader - + # Local - # Local - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - + # lokal - + # Remote - # Remote - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - + # remote - + mirror peer - mirror peer - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - + Peer spiegeln + + + Key + Schlüssel - + + Value + Wert + + Deep flatten - Deep flatten - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - + Umfassende Vereinfachung - + Layering - Layering - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - + Schichtung - + Exclusive lock - Exclusive lock - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - + Exklusive Sperre - + Object map (requires exclusive-lock) - Object map (requires exclusive-lock) - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - + Objektzuordnung (erfordert exklusive Sperre) - + Journaling (requires exclusive-lock) - Journaling (requires exclusive-lock) - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - + Journaling (erfordert exklusive Sperre) - + Fast diff (requires object-map) - Fast diff (requires object-map) - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - + Fast diff (erfordert Objektzuordnung) - + Copy - Copy - - src/app/ceph/block/rbd-list/rbd-list.component.ts - 1 - - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - - - + Kopieren + + Flatten - Flatten - - src/app/ceph/block/rbd-list/rbd-list.component.ts - 1 - + Vereinfachen - + Move to Trash - Move to Trash - - src/app/ceph/block/rbd-list/rbd-list.component.ts - 1 - + In Papierkorb verschieben - + Create - Create - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - - - src/app/core/auth/role-details/role-details.component.ts - 1 - - - src/app/core/auth/role-form/role-form.component.ts - 1 - - - + Erstellen + + Rename - Rename - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - + Umbenennen - + Protect - Protect - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - + Schützen - + Unprotect - Unprotect - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - + Schutz aufheben - + Clone - Clone - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - + Klonen - + Rollback - Rollback - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts - 1 - - - + Rollback + + RBD snapshot rollback - RBD snapshot rollback - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts - 1 - + Rollback für RBD-Snapshot - + RBD snapshot - RBD snapshot - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts - 1 - + RBD-Snapshot - + Restore - Restore - - src/app/ceph/block/rbd-trash-list/rbd-trash-list.component.ts - 1 - + Wiederherstellen - + Deleted At - Deleted At - - src/app/ceph/block/rbd-trash-list/rbd-trash-list.component.ts - 1 - + Gelöscht am - + id - id - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - + ID - + type - type - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - + Typ - + state - state - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - + Zustand - + version - version - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - + Version - + Host Host - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - + + root - root - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - + Stamm - + Rank - Rank - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - - src/app/ceph/cluster/monitor/monitor.component.ts - 1 - - - src/app/ceph/cluster/monitor/monitor.component.ts - 1 - - - + Rang + + Daemon - Daemon - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - + Daemon - + Activity - Activity - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - + Aktivität - + Dentries - Dentries - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - + Dentries - + Inodes - Inodes - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - + Inodes - + Usage - Usage - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - - + Nutzung + + Standby daemons - Standby daemons - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - + Standby-Daemons - + The value can be updated at runtime. - The value can be updated at runtime. - - src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts - 1 - + Der Wert kann zur Laufzeit aktualisiert werden. - + Daemons/clients do not pull this value from the monitor config database. We disallow setting this option via 'ceph config set ...'. This option should be configured via ceph.conf or via the command line. - Daemons/clients do not pull this value from the - monitor config database. We disallow setting this option via 'ceph config - set ...'. This option should be configured via ceph.conf or via the - command line. - - src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts - 1 - + Daemons/Clients rufen diesen Wert nicht aus der + Datenbank 'monitor config' ab. Es ist nicht zulässig, diese Option über 'ceph config + set ...' festzulegen. Diese Option sollte über 'ceph.conf' oder an der + Befehlszeile konfiguriert werden. - + Option takes effect only during daemon startup. - Option takes effect only during daemon startup. - - src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts - 1 - + Die Option wird nur während des Daemon-Starts wirksam. - + Option only affects cluster creation. - Option only affects cluster creation. - - src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts - 1 - + Die Option wirkt sich nur auf die Cluster-Erstellung aus. - + Option only affects daemon creation. - Option only affects daemon creation. - - src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts - 1 - - - - Config option has been updated. - Config option has been updated. - - src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts - 1 - - - - Update config option - Update config option - - src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts - 1 - - - + Die Option wirkt sich nur auf die Daemon-Erstellung aus. + + + Updated config option + + + Aktualisierte config-Option + + + + Service - Service - - src/app/ceph/cluster/configuration/configuration.component.ts - 1 - + Service - + Current value - Current value - - src/app/ceph/cluster/configuration/configuration.component.ts - 1 - + Aktueller Wert + + + Editable + Bearbeitbar + + + Updated options for module " + ". + + Aktualisierte Optionen für Modul " + ". + + + + Enable + Aktivieren + + + Disable + Deaktivieren + + + Reconnecting, please wait ... + Verbindung wird erneut hergestellt, bitte warten... - + Public Address - Public Address - - src/app/ceph/cluster/monitor/monitor.component.ts - 1 - - - src/app/ceph/cluster/monitor/monitor.component.ts - 1 - - - + Öffentliche Adresse + + Open Sessions - Open Sessions - - src/app/ceph/cluster/monitor/monitor.component.ts - 1 - + Offene Sitzungen - + No In - No In - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Kein In-Vorgang - + OSDs that were previously marked out will not be marked back in when they start - OSDs that were previously marked out will not be marked back in when they start - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + OSDs, die zuvor als 'out' markiert wurden, werden beim Start nicht wieder markiert - + No Out - No Out - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Kein Out-Vorgang - + OSDs will not automatically be marked out after the configured interval - OSDs will not automatically be marked out after the configured interval - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + OSDs werden nach dem konfigurierten Intervall nicht automatisch als 'out' markiert - + No Up - No Up - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Kein Up-Vorgang - + OSDs are not allowed to start - OSDs are not allowed to start - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + OSDs dürfen nicht gestartet werden - + No Down - No Down - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Kein Down-Vorgang - + OSD failure reports are being ignored, such that the monitors will not mark OSDs down - OSD failure reports are being ignored, such that the monitors will not mark OSDs down - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + OSD-Fehlerberichte werden ignoriert, sodass die Monitore die OSDs nicht als ausgefallen markieren - + Pause - Pause - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Pause - + Pauses reads and writes - Pauses reads and writes - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Hält Lese- und Schreibvorgänge an - + No Scrub - No Scrub - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Kein Scrub - + Scrubbing is disabled - Scrubbing is disabled - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Scrubbing ist deaktiviert - + No Deep Scrub - No Deep Scrub - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Kein umfassender Scrub - + Deep Scrubbing is disabled - Deep Scrubbing is disabled - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Umfassendes Scrubbing ist deaktiviert - + No Backfill - No Backfill - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Kein Abgleich - + Backfilling of PGs is suspended - Backfilling of PGs is suspended - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Abgleich der Platzierungsgruppen ist ausgesetzt - + No Recover - No Recover - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Keine Wiederherstellung - + Recovery of PGs is suspended - Recovery of PGs is suspended - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Wiederherstellung der Platzierungsgruppen ist ausgesetzt - + Bitwise Sort - Bitwise Sort - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Bitweise Sortierung - + Use bitwise sort - Use bitwise sort - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Bitweise Sortierung verwenden - + Purged Snapdirs - Purged Snapdirs - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Bereinigte Snapdirs - + OSDs have converted snapsets - OSDs have converted snapsets - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + OSDs besitzen konvertierte Snapsets - + Recovery Deletes - Recovery Deletes - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Löschvorgänge bei Wiederherstellungen - + Deletes performed during recovery instead of peering - Deletes performed during recovery instead of peering - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Bei der Wiederherstellung anstelle des Peerings durchgeführte Löschvorgänge - + PG Log Hard Limit - PG Log Hard Limit - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Hardlimit für Platzierungsgruppen-Protokoll - + Puts a hard limit on pg log length - Puts a hard limit on pg log length - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - OSD Flags were updated successfully. - OSD Flags were updated successfully. - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - OSD Flags - OSD Flags - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - + Legt ein Hardlimit für die Platzierungsgruppen-Protokolllänge fest + + + Updated OSD Flags + Aktualisierte OSD-Flags + + Deep Scrub - Deep Scrub - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - + Umfassender Scrub - + Mark Out - Mark Out - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - + Mit Befehl 'Out' markieren - + out - out - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/dashboard/osd-summary.pipe.ts - 1 - - - + aus + + Mark In - Mark In - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - + Mit Befehl 'In' markieren - + in - in - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/dashboard/osd-summary.pipe.ts - 1 - - - + ein + + Mark Down - Mark Down - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - + Als ausgefallen markieren - + down - down - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/dashboard/osd-summary.pipe.ts - 1 - - - + ausgefallen + + Mark Lost - Mark Lost - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - + Als verloren markieren - + Mark - Mark - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - + Markieren - + OSD lost - OSD lost - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - + OSD verloren - + marked lost - marked lost - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - - Remove - Remove - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - + markierter Verlust + + + Purge + Bereinigen + + OSD - OSD - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - - removed - removed - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - + OSD + + + purged + bereinigt + + Destroy - Destroy - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - + Vernichten - + destroy - destroy - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - + vernichten - + destroyed - destroyed - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - + vernichtet - + PGs - PGs - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - + Platzierungsgruppen - + Read bytes - Read bytes - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - - + Bytes für Lesevorgang + + Writes bytes - Writes bytes - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - + Bytes für Schreibvorgang - + Read ops - Read ops - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - - + Lesevorgänge + + Write ops - Write ops - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - - - Mark OSD - Mark OSD - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - - Mark - Mark - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - + Schreibvorgänge + + + Mark OSD + + + OSD + markieren + + + + Mark + + + + markieren + + + Max Backfills - Max Backfills - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - + Max. Abgleiche - + Recovery Max Active - Recovery Max Active - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - + Wiederherstellung, max. aktiv - + Recovery Max Single Start - Recovery Max Single Start - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - + Wiederherstellung, max. - einzelner Start - + Recovery Sleep - Recovery Sleep - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - + Wiederherstellung - Inaktivität - + Custom - Custom - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - - - - OSD recovery speed priority "" was set successfully. - OSD recovery speed priority "" was set successfully. - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - - - - OSD recovery speed priority - OSD recovery speed priority - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - - - - was initialized in the following OSD: - was initialized in the following OSD: - - src/app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.ts - 1 - - - + Benutzerdefiniert + + + Updated OSD recovery speed priority " + " + + Aktualisierte OSD-Wiederherstellungsgeschwindigkeits-Priorität " + " + + + + + was initialized in the following OSD: + + + + wurde im folgenden OSD initialisiert: + + + + Job - Job - - src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts - 1 - + Auftrag - + Severity - Severity - - src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts - 1 - + Schweregrad - + Started - Started - - src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts - 1 - + Gestartet - + URL - URL - - src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts - 1 - + URL - + Used - Used - - src/app/ceph/dashboard/health/health.component.ts - 1 - + Verwendet - + Avail. - Avail. - - src/app/ceph/dashboard/health/health.component.ts - 1 - + Verf. - + Clean - Clean - - src/app/ceph/dashboard/health/health.component.ts - 1 - + Bereinigen - + Working - Working - - src/app/ceph/dashboard/health/health.component.ts - 1 - + In Bearbeitung - + Warning - Warning - - src/app/ceph/dashboard/health/health.component.ts - 1 - + Warnung - + Unknown - Unknown - - src/app/ceph/dashboard/health/health.component.ts - 1 - + Unbekannt - + up - up - - src/app/ceph/dashboard/mds-summary.pipe.ts - 1 - - - src/app/ceph/dashboard/osd-summary.pipe.ts - 1 - - - + aktiv + + no filesystems - no filesystems - - src/app/ceph/dashboard/mds-summary.pipe.ts - 1 - - - src/app/ceph/dashboard/mds-summary.pipe.ts - 1 - - - + keine Dateisysteme + + active - active - - src/app/ceph/dashboard/mds-summary.pipe.ts - 1 - - - src/app/ceph/dashboard/mgr-summary.pipe.ts - 1 - - - + aktiv + + standby - standby - - src/app/ceph/dashboard/mds-summary.pipe.ts - 1 - - - src/app/ceph/dashboard/mgr-summary.pipe.ts - 1 - - - + Standby + + n/a - n/a - - src/app/ceph/dashboard/mgr-summary.pipe.ts - 1 - + n. v. - + active daemon - active daemon - - src/app/ceph/dashboard/mgr-summary.pipe.ts - 1 - + aktiver Daemon - + quorum - quorum - - src/app/ceph/dashboard/mon-summary.pipe.ts - 1 - + Quorum - - Value - Value - - src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.ts - 1 - + + The NFS Ganesha service is not configured. + Der NFS Ganesha-Dienst ist nicht konfiguriert. + + + Transport + Transport + + + CephFS User + CephFS-Benutzer + + + CephFS Filesystem + CephFS-Dateisystem + + + (inherited from global config) + (aus globaler Konfiguration übernommen) + + + inherited from global config + aus globaler Konfiguration übernommen - + + -- Select what kind of user id squashing is performed -- + -- Durchzuführende Benutzer-ID-Squashing-Art auswählen -- + + + There are no daemons available. + Keine Daemons verfügbar. + + + Export + Export + + Cache Mode - Cache Mode - - src/app/ceph/pool/pool-details/pool-details.component.ts - 1 - + Cache-Modus - + Min Evict Age - Min Evict Age - - src/app/ceph/pool/pool-details/pool-details.component.ts - 1 - + Min. Alter für Vertreibung - + Min Flush Age - Min Flush Age - - src/app/ceph/pool/pool-details/pool-details.component.ts - 1 - + Min. Alter für Leerung - + Target Max Bytes - Target Max Bytes - - src/app/ceph/pool/pool-details/pool-details.component.ts - 1 - + Max. Bytes für Ziel - + Target Max Objects - Target Max Objects - - src/app/ceph/pool/pool-details/pool-details.component.ts - 1 - + Max. Objekte für Ziel - + No applications added - No applications added - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - + Keine Anwendungen hinzugefügt - + Applications limit reached - Applications limit reached - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - + Anwendungslimit erreicht - + A pool can only have up to four applications definitions. - A pool can only have up to four applications definitions. - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - + Ein Pool kann nur bis zu vier Anwendungsdefinitionen aufweisen. - + Allowed characters '_a-zA-Z0-9' - Allowed characters '_a-zA-Z0-9' - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - + Zulässige Zeichen '_a-zA-Z0-9' - + Maximum length is 128 characters - Maximum length is 128 characters - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - + Maximale Länge beträgt 128 Zeichen - + Filter or add applications - Filter or add applications - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - + Anwendungen filtern oder hinzufügen - + Add application - Add application - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - + Anwendung hinzufügen - + erasure code profile - erasure code profile - - src/app/ceph/pool/pool-form/pool-form.component.ts - 1 - + Löschcode-Profil - + Replica Size - Replica Size - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - + Größe des Replikats - + Last Change - Last Change - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - + Letzte Änderung - + Erasure Coded Profile - Erasure Coded Profile - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - + Profil mit Löschcodierung - + Crush Ruleset - Crush Ruleset - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - + Crush-Regelsatz - + Write bytes - Write bytes - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - - + Bytes für Schreibvorgang + + + Updated Object Gateway bucket " + " + + Aktualisierter Objektgateway-Bucket " + " + + + + Created Object Gateway bucket " + " + + Erstellter Objektgateway-Bucket " + " + + + bucket - bucket - - src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.ts - 1 - + Bucket - + buckets - buckets - - src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.ts - 1 - + Buckets - + + Updated Object Gateway user " + " + + Aktualisierter Objektgatewaybenutzer " + " + + + + Created Object Gateway user " + " + + Erstellter Objektgatewaybenutzer " + " + + + user - user - - src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts - 1 - + Benutzer - + users - users - - src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts - 1 - + Benutzer - + Scope - Scope - - src/app/core/auth/role-details/role-details.component.ts - 1 - + Bereich - + Read - Read - - src/app/core/auth/role-details/role-details.component.ts - 1 - - - src/app/core/auth/role-form/role-form.component.ts - 1 - - - - Created role '' - Created role '' - - src/app/core/auth/role-form/role-form.component.ts - 1 - - - - Updated role '' - Updated role '' - - src/app/core/auth/role-form/role-form.component.ts - 1 - - - + Lesen + + + Created role ' + ' + + Erstellte Rolle ' + ' + + + + Updated role ' + ' + + Aktualisierte Rolle ' + ' + + + System Role - System Role - - src/app/core/auth/role-list/role-list.component.ts - 1 - - - - Deleted role '' - Deleted role '' - - src/app/core/auth/role-list/role-list.component.ts - 1 - - - - Created user "" - Created user "" - - src/app/core/auth/user-form/user-form.component.ts - 1 - - - + Systemrolle + + + Deleted role ' + ' + + Gelöschte Rolle ' + ' + + + + Created user " + " + + Erstellter Benutzer " + " + + + Update user - Update user - - src/app/core/auth/user-form/user-form.component.ts - 1 - + Benutzer aktualisieren - + Continue - Continue - - src/app/core/auth/user-form/user-form.component.ts - 1 - + Fortfahren - + You were automatically logged out because your roles have been changed. - You were automatically logged out because your roles have been changed. - - src/app/core/auth/user-form/user-form.component.ts - 1 - - - - Updated user "" - Updated user "" - - src/app/core/auth/user-form/user-form.component.ts - 1 - - - - Deleted user "" - Deleted user "" - - src/app/core/auth/user-list/user-list.component.ts - 1 - - - - Failed to delete user "" - Failed to delete user "" - - src/app/core/auth/user-list/user-list.component.ts - 1 - - - - You are currently logged in as "". - You are currently logged in as "". - - src/app/core/auth/user-list/user-list.component.ts - 1 - - - + Sie wurden automatisch abgemeldet, da Ihre Rollen geändert wurden. + + + Updated user " + " + + Aktualisierter Benutzer " + " + + + + Deleted user " + " + + Gelöschter Benutzer " + " + + + + Failed to delete user " + " + + Fehler beim Löschen des Benutzers " + " + + + + You are currently logged in as " + ". + + Sie sind derzeit angemeldet als " + ". + + + Each object is split in data-chunks parts, each stored on a different OSD. - Each object is split in data-chunks parts, each stored on a different OSD. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + Jedes Objekt wird in Datenblöcke aufgeteilt und jeweils auf einem anderen OSD gespeichert. - + Compute coding chunks for each object and store them on different OSDs. The number of coding chunks is also the number of OSDs that can be down without losing data. - Compute coding chunks for each object and store them on different OSDs. - The number of coding chunks is also the number of OSDs that can be down without losing data. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - + Berechnen Sie Codierungsdatenblöcke für jedes Objekt und speichern Sie sie auf unterschiedlichen OSDs. + Die Anzahl der Codierungsdatenblöcke entspricht auch der Anzahl der OSDs, die ausfallen können, ohne dass Daten verloren gehen. + + The jerasure plugin is the most generic and flexible plugin, it is also the default for Ceph erasure coded pools. - The jerasure plugin is the most generic and flexible plugin, - it is also the default for Ceph erasure coded pools. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - + Das jerasure-Modul ist das allgemeinste und flexibelste Modul + und fungiert auch als der Standard für Ceph-Pools mit Löschcodierung. + + The more flexible technique is reed_sol_van : it is enough to set k and m. The cauchy_good technique can be faster but you need to chose the packetsize carefully. All of reed_sol_r6_op, liberation, blaum_roth, liber8tion are RAID6 equivalents in the sense that they can only be configured with m=2. - The more flexible technique is reed_sol_van : it is enough to set k - and m. The cauchy_good technique can be faster but you need to chose the packetsize - carefully. All of reed_sol_r6_op, liberation, blaum_roth, liber8tion are RAID6 equivalents - in the sense that they can only be configured with m=2. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + Die flexiblere Technik ist 'reed_sol_van :', wobei es ausreicht, k + und m festzulegen. Die Technik 'cauchy_good' kann schneller sein. Sie müssen jedoch die Paketgröße sorgfältig + auswählen. Sämtliche 'reed_sol_r6_op'-, 'liberation'-, 'blaum_roth'- und 'liber8tion'-Vorgänge sind dahingehend RAID6-Entsprechungen, + dass sie nur mit 'm=2' konfiguriert werden können. - + The encoding will be done on packets of bytes size at a time. Chosing the right packet size is difficult. The jerasure documentation contains extensive information on this topic. - The encoding will be done on packets of bytes size at a time. - Chosing the right packet size is difficult. - The jerasure documentation contains extensive information on this topic. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + Die Codierung wird jeweils für Pakete auf Bytes-Größe vorgenommen. + Die Auswahl der richtigen Paketgröße ist schwierig. + In der Jerasure-Dokumentation sind ausführliche Informationen zu diesem Thema enthalten. - + With the jerasure plugin, when an erasure coded object is stored on multiple OSDs, recovering from the loss of one OSD requires reading from all the others. For instance if jerasure is configured with k=8 and m=4, losing one OSD requires reading @@ -5712,937 +3158,693 @@ less OSDs. For instance if lrc is configured with k=8, m=4 and l=4, it will create an additional parity chunk for every four OSDs. When a single OSD is lost, it can be recovered with only four OSDs instead of eleven. - With the jerasure plugin, when an erasure coded object is stored on - multiple OSDs, recovering from the loss of one OSD requires reading from all the others. - For instance if jerasure is configured with k=8 and m=4, losing one OSD requires reading - from the eleven others to repair. + Bei Verwendung des Jerasure-Moduls, wenn ein Objekt mit Löschcodierung auf mehreren OSDs gespeichert ist, + müssen alle anderen OSDs gelesen werden, um die verloren gegangenen Daten eines OSDs wiederherzustellen. + Wenn jerasure beispielsweise mit 'k=8' und 'm=4' konfiguriert ist, + müssen bei Verlust eines OSDs zum Reparieren die elf anderen gelesen werden. - The lrc erasure code plugin creates local parity chunks to be able to recover using - less OSDs. For instance if lrc is configured with k=8, m=4 and l=4, it will create - an additional parity chunk for every four OSDs. When a single OSD is lost, it can be - recovered with only four OSDs instead of eleven. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + Das lrc-Löschcode-Modul erstellt lokale Paritätsdatenblöcke, um die Wiederherstellung mit weniger OSDs auszuführen. + Wenn lrc beispielsweise mit 'k=8', 'm=4' und 'l=4' konfiguriert ist, wird ein zusätzlicher Paritätsdatenblock für jeweils vier OSDs erstellt. + Geht ein einzelnes OSD verloren, kann es mit nur vier OSDs anstelle + von elf wiederhergestellt werden. - + Group the coding and data chunks into sets of size locality. For instance, for k=4 and m=2, when locality=3 two groups of three are created. Each set can be recovered without reading chunks from another set. - Group the coding and data chunks into sets of size locality. For instance, - for k=4 and m=2, when locality=3 two groups of three are created. Each set can - be recovered without reading chunks from another set. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + Gruppieren Sie die Codierungs- und Datenblöcke in Sätze entsprechend dem Speicherort. + Beispielsweise werden für 'k=4' und 'm=2', wenn der Speicherort '3' entspricht, zwei Dreiergruppen erstellt. + Jeder Satz kann wiederhergestellt werden, ohne dass Datenblöcke aus einem anderen Satz gelesen werden. - + The type of the crush bucket in which each set of chunks defined by l will be stored. For instance, if it is set to rack, each group of l chunks will be placed in a different rack. It is used to create a CRUSH rule step such as step choose rack. If it is not set, no such grouping is done. - The type of the crush bucket in which each set of chunks defined - by l will be stored. For instance, if it is set to rack, each group of l chunks will be - placed in a different rack. It is used to create a CRUSH rule step such as step choose - rack. If it is not set, no such grouping is done. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + Der Typ des Crush-Buckets, in dem jeder durch l definierte Satz von Datenblöcken gespeichert wird. + Wenn er beispielsweise auf 'rack' festgelegt ist, wird jede Gruppe an l-Datenblöcken in einem anderen Rack platziert. + Er wird zum Erstellen eines CRUSH-Regelschritts verwendet, beispielsweise für einen Schritt zum Auswählen des Racks. + Wenn er nicht festgelegt ist, wird keine solche Gruppierung vorgenommen. - + The isa plugin encapsulates the ISA library. It only runs on Intel processors. - The isa plugin encapsulates the ISA library. It only runs on Intel processors. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + Das isa-Modul kapselt die ISA-Bibliothek und wird nur auf Intel-Prozessoren ausgeführt. - + The ISA plugin comes in two Reed Solomon forms. If reed_sol_van is set, it is Vandermonde, if cauchy is set, it is Cauchy. - The ISA plugin comes in two Reed Solomon forms. - If reed_sol_van is set, it is Vandermonde, if cauchy is set, it is Cauchy. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - + Das ISA-Modul wird in zwei Reed Solomon-Formularen bereitgestellt. + Wenn 'reed_sol_van' festgelegt ist, entspricht dies Vandermonde. Ist 'cauchy' festgelegt, entspricht dies 'Cauchy'. + + The shec plugin encapsulates the multiple SHEC library. It allows ceph to recover data more efficiently than Reed Solomon codes. - The shec plugin encapsulates the multiple SHEC library. - It allows ceph to recover data more efficiently than Reed Solomon codes. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - + Das shec-Modul kapselt die SHEC-Mehrfachbibliothek. + Dadurch kann ceph Daten effizienter wiederherstellen als Reed Solomon-Codes. + + The number of parity chunks each of which includes each data chunk in its calculation range. The number is used as a durability estimator. For instance, if c=2, 2 OSDs can be down without losing data. - The number of parity chunks each of which includes each data chunk in its - calculation range. The number is used as a durability estimator. For instance, if c=2, - 2 OSDs can be down without losing data. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + Die Anzahl der Paritätsdatenblöcke, von denen jeder jeden Datenblock in seinem Berechnungsbereich enthält. + Die Anzahl wird als eine Dauerhaftigkeitsschätzung verwendet. Wenn beispielsweise 'c=2' vorliegt, + können 2 OSDs ausfallen, ohne dass Daten verloren gehen. - + The name of the crush bucket used for the first step of the CRUSH rule. For instance step take default. - The name of the crush bucket used for the first step of the CRUSH rule. - For instance step take default. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - + Der Name des für den ersten Schritt der CRUSH-Regel verwendeten Crush-Buckets. + Beispielsweise 'step take default'. + + Ensure that no two chunks are in a bucket with the same failure domain. For instance, if the failure domain is host no two chunks will be stored on the same host. It is used to create a CRUSH rule step such as step chooseleaf host. - Ensure that no two chunks are in a bucket with the same failure - domain. For instance, if the failure domain is host no two chunks will be stored on the same - host. It is used to create a CRUSH rule step such as step chooseleaf host. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + Stellen Sie sicher, dass sich keine zwei Datenblöcke in einem Bucket mit derselben Ausfalldomäne befinden. + Wenn die Ausfalldomäne beispielsweise als Host fungiert, werden keine zwei Datenblöcke auf demselben Host gespeichert. + Er wird zum Erstellen eines CRUSH-Regelschritts verwendet, beispielsweise 'step chooseleaf host'. - + Restrict placement to devices of a specific class (e.g., ssd or hdd), using the crush device class names in the CRUSH map. - Restrict placement to devices of a specific class - (e.g., ssd or hdd), using the crush device class names in the CRUSH map. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - + Schränken Sie mithilfe der Klassennamen für Crush-Geräte in der CRUSH-Zuordnung die Platzierung + auf Geräte einer bestimmten Klasse (z. B. SSD oder HDD) ein. + + Set the directory name from which the erasure code plugin is loaded. - Set the directory name from which the erasure code plugin is loaded. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + Legen Sie den Verzeichnisnamen fest, über den das Löschcode-Modul geladen wird. + + + Allows all operations + Lässt alle Vorgänge zu + + + Allows only operations that do not modify the server + Lässt nur Vorgänge zu, die den Server nicht ändern + + + Does not allow read or write operations, but allows any other operation + Lässt weder Lese- noch Schreibvorgänge zu, jedoch alle anderen Vorgänge - + + Does not allow read, write, or any operation that modifies file attributes or directory content + Lässt Lese-/Schreibvorgänge und andere Vorgänge nicht zu, die Dateiattribute oder Verzeichnisinhalte ändern + + + Allows no access at all + Lässt überhaupt keinen Zugriff zu + + -- Select the priority -- - -- Select the priority -- - - src/app/shared/api/osd.service.ts - 1 - + -- Priorität auswählen -- - + Low - Low - - src/app/shared/api/osd.service.ts - 1 - + Niedrig - + High - High - - src/app/shared/api/osd.service.ts - 1 - + Hoch - + Last 5 minutes - Last 5 minutes - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Letzte 5 Minuten - + Last 15 minutes - Last 15 minutes - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Letzte 15 Minuten - + Last 30 minutes - Last 30 minutes - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Letzte 30 Minuten - + Last 1 hour (Default) - Last 1 hour (Default) - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Letzte Stunde (Standard) - + Last 3 hours - Last 3 hours - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Letzte 3 Stunden - + Last 6 hours - Last 6 hours - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Letzte 6 Stunden - + Last 12 hours - Last 12 hours - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Letzte 12 Stunden - + Last 24 hours - Last 24 hours - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Letzte 24 Stunden - + Yesterday - Yesterday - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Gestern - + Today - Today - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Heute - + Today so far - Today so far - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Heute bisher - + Day before yesterday - Day before yesterday - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Vorgestern - + Last 2 days - Last 2 days - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Letzte 2 Tage - + This day last week - This day last week - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Dieser Tag letzte Woche - + Previous week - Previous week - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Vorwoche - + This week - This week - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Diese Woche - + This week so far - This week so far - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Diese Woche bisher - + Last 7 days - Last 7 days - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Letzte 7 Tage - + Previous month - Previous month - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Vormonat - + This month - This month - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Dieser Monat - + This month so far - This month so far - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Dieser Monat bisher - + Last 30 days - Last 30 days - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Letzte 30 Tage - + Last 90 days - Last 90 days - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Letzte 90 Tage - + Last 6 months - Last 6 months - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Letzte 6 Monate - + Last 1 year - Last 1 year - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Letztes Jahr - + Previous year - Previous year - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Vorjahr - + This year - This year - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Dieses Jahr - + This year so far - This year so far - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Dieses Jahr bisher - + Last 2 years - Last 2 years - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Letzte 2 Jahre - + Last 5 years - Last 5 years - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Letzte 5 Jahre - + Information - Information - - src/app/shared/components/info-panel/info-panel.component.ts - 1 - + Informationen - + No items selected. - No items selected. - - src/app/shared/components/select/select-messages.model.ts - 1 - + Keine Elemente ausgewählt. - + Deselect item to select again - Deselect item to select again - - src/app/shared/components/select/select-messages.model.ts - 1 - + Elementauswahl zum erneuten Auswählen aufheben - + Selection limit reached - Selection limit reached - - src/app/shared/components/select/select-messages.model.ts - 1 - + Auswahllimit erreicht - + Filter tags - Filter tags - - src/app/shared/components/select/select-messages.model.ts - 1 - + Tags filtern - + Add badge - Add badge - - src/app/shared/components/select/select-messages.model.ts - 1 - + Badge hinzufügen - + There are no items available. - There are no items available. - - src/app/shared/components/select/select-messages.model.ts - 1 - - - - Failed to - Failed to - - src/app/shared/services/task-message.service.ts - 1 - - - + Keine Elemente verfügbar. + + + Yes + Ja + + + No + Nein + + + Quality of Service + Quality of Service + + + BPS Limit + BPS-Limit + + + The desired limit of IO bytes per second. + Das gewünschte Limit der E/A-Bytes pro Sekunde. + + + IOPS Limit + IOPS-Limit + + + The desired limit of IO operations per second. + Das gewünschte Limit der E/A-Vorgänge pro Sekunde. + + + Read BPS Limit + BPS-Limit für Lesevorgänge + + + The desired limit of read bytes per second. + Das gewünschte Limit der gelesenen Bytes pro Sekunde. + + + Read IOPS Limit + IOPS-Limit für Lesevorgänge + + + The desired limit of read operations per second. + Das gewünschte Limit für Lesevorgänge pro Sekunde. + + + Write BPS Limit + BPS-Limit für Schreibvorgänge + + + The desired limit of write bytes per second. + Das gewünschte Limit der geschriebenen Bytes pro Sekunde. + + + Write IOPS Limit + IOPS-Limit für Schreibvorgänge + + + The desired limit of write operations per second. + Das gewünschte Limit für Schreibvorgänge pro Sekunde. + + + BPS Burst + BPS-Block + + + The desired burst limit of IO bytes. + Das gewünschte Blocklimit der E/A-Bytes. + + + IOPS Burst + IOPS-Block + + + The desired burst limit of IO operations. + Das gewünschte Blocklimit der E/A-Vorgänge. + + + Read BPS Burst + BPS-Block für Lesevorgänge + + + The desired burst limit of read bytes. + Das gewünschte Blocklimit der gelesenen Bytes. + + + Read IOPS Burst + IOPS-Block für Lesevorgänge + + + The desired burst limit of read operations. + Das gewünschte Blocklimit der Lesevorgänge. + + + Write BPS Burst + BPS-Block für Schreibvorgänge + + + The desired burst limit of write bytes. + Das gewünschte Blocklimit der geschriebenen Bytes. + + + Write IOPS Burst + IOPS-Block für Schreibvorgänge + + + The desired burst limit of write operations. + Das gewünschte Blocklimit der Schreibvorgänge. + + + Failed to + + + + Fehler bei + + + + + Executing - Executing - - src/app/shared/services/task-message.service.ts - 1 - + Wird ausgeführt - + execute - execute - - src/app/shared/services/task-message.service.ts - 1 - + ausführen - + Executed - Executed - - src/app/shared/services/task-message.service.ts - 1 - + Ausgeführt - + unknown task Unbekannte Aufgabe - - src/app/shared/services/task-message.service.ts - 1 - - + Creating - Creating - - src/app/shared/services/task-message.service.ts - 1 - + Wird erstellt - + create - create - - src/app/shared/services/task-message.service.ts - 1 - + erstellen - + Updating - Updating - - src/app/shared/services/task-message.service.ts - 1 - + Wird aktualisiert - + update - update - - src/app/shared/services/task-message.service.ts - 1 - + aktualisieren - + Updated - Updated - - src/app/shared/services/task-message.service.ts - 1 - + Aktualisiert - + Deleting - Deleting - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - + Wird gelöscht + + delete - delete - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - + löschen + + Deleted Gelöscht - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - - RBD '' - RBD '' - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - - RBD snapshot '' - RBD snapshot '' - - src/app/shared/services/task-message.service.ts - 1 - - - - mirror mode for pool '' - mirror mode for pool '' - - src/app/shared/services/task-message.service.ts - 1 - - - - mirror peer for pool '' - mirror peer for pool '' - - src/app/shared/services/task-message.service.ts - 1 - - - - Name is already used by . - Name wird bereits von verwendet. - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - - Name is already used by . - Name wird bereits von verwendet. - - src/app/shared/services/task-message.service.ts - 1 - - - - Name is already used by . - Name wird bereits von verwendet. - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - - contains snapshots. - enthält Snapshots. - - src/app/shared/services/task-message.service.ts - 1 - - - + + + RBD ' + ' + + RBD ' + ' + + + + RBD snapshot ' + ' + + RBD-Snapshot ' + ' + + + + mirror mode for pool ' + ' + + Spiegelungsmodus für Pool ' + ' + + + + mirror peer for pool ' + ' + + Peer für Pool ' + ' spiegeln + + + + Name is already used by + . + + Name wird bereits von + verwendet. + + + + Name is already used by + . + + Name wird bereits von + verwendet. + + + + Name is already used by + . + + Name wird bereits von + verwendet. + + + + + contains snapshots. + + + enthält Snapshots. + + + Cloning - Cloning - - src/app/shared/services/task-message.service.ts - 1 - + Wird geklont - + clone - clone - - src/app/shared/services/task-message.service.ts - 1 - + klonen - + Cloned - Cloned - - src/app/shared/services/task-message.service.ts - 1 - - - - Snapshot of must be protected. - Snapshot of must be protected. - - src/app/shared/services/task-message.service.ts - 1 - - - + Geklont + + + Snapshot of + must be protected. + + Snapshot von + muss geschützt sein. + + + Copying - Copying - - src/app/shared/services/task-message.service.ts - 1 - + Wird kopiert - + copy - copy - - src/app/shared/services/task-message.service.ts - 1 - + kopieren - + Copied - Copied - - src/app/shared/services/task-message.service.ts - 1 - + Kopiert - + Flattening - Flattening - - src/app/shared/services/task-message.service.ts - 1 - + Wird vereinfacht - + flatten - flatten - - src/app/shared/services/task-message.service.ts - 1 - + vereinfachen - + Flattened - Flattened - - src/app/shared/services/task-message.service.ts - 1 - - - - Name is already used by . - Name wird bereits von verwendet. - - src/app/shared/services/task-message.service.ts - 1 - - - - Cannot unprotect because it contains child images. - Cannot unprotect because it contains child images. - - src/app/shared/services/task-message.service.ts - 1 - - - - Cannot delete because it's protected. - Kannnicht löschen, da es geschützt ist. - - src/app/shared/services/task-message.service.ts - 1 - - - + Vereinfacht + + + Name is already used by + . + + Name wird bereits von + verwendet. + + + + Cannot unprotect + because it contains child images. + + Der Schutz von + kann aufgrund enthaltener untergeordneter Images nicht aufgehoben werden. + + + + Cannot delete + because it's protected. + + Kann + nicht löschen, da es geschützt ist. + + + Rolling back - Rolling back - - src/app/shared/services/task-message.service.ts - 1 - + Rollback wird ausgeführt - + rollback - rollback - - src/app/shared/services/task-message.service.ts - 1 - + Rollback - + Rolled back - Rolled back - - src/app/shared/services/task-message.service.ts - 1 - + Rollback wurde ausgeführt - + Moving - Moving - - src/app/shared/services/task-message.service.ts - 1 - + Wird verschoben - + move - move - - src/app/shared/services/task-message.service.ts - 1 - + verschieben - + Moved - Moved - - src/app/shared/services/task-message.service.ts - 1 - - - - image '' to trash - image '' to trash - - src/app/shared/services/task-message.service.ts - 1 - - - + Verschoben + + + image ' + ' to trash + + Image ' + ' in Papierkorb verschieben + + + Could not find image. - Could not find image. - - src/app/shared/services/task-message.service.ts - 1 - + Image konnte nicht gefunden werden. - + Restoring - Restoring - - src/app/shared/services/task-message.service.ts - 1 - + Wird wiederhergestellt - + restore - restore - - src/app/shared/services/task-message.service.ts - 1 - + wiederherstellen - + Restored - Restored - - src/app/shared/services/task-message.service.ts - 1 - - - - image '' into '' - image '' into '' - - src/app/shared/services/task-message.service.ts - 1 - - - - Image name '' is already in use. - Image name '' is already in use. - - src/app/shared/services/task-message.service.ts - 1 - - - - image '' - image '' - - src/app/shared/services/task-message.service.ts - 1 - - - + Wiederhergestellt + + + image ' + ' into ' + ' + + Image ' + ' in ' + ' verschieben + + + + Image name ' + ' is already in use. + + Image-Name ' + ' wird bereits verwendet. + + + + image ' + ' + + Image ' + ' + + + Purging - Purging - - src/app/shared/services/task-message.service.ts - 1 - + Wird bereinigt - + purge - purge - - src/app/shared/services/task-message.service.ts - 1 - + bereinigen - + Purged - Purged - - src/app/shared/services/task-message.service.ts - 1 - + Bereinigt - + all pools - all pools - - src/app/shared/services/task-message.service.ts - 1 - - - - images from - images from - - src/app/shared/services/task-message.service.ts - 1 - - - + alle Pools + + + images from + + + Images von + + + + Cannot disable mirroring because it contains a peer. - Cannot disable mirroring because it contains a peer. - - src/app/shared/services/task-message.service.ts - 1 - - - - pool '' - pool '' - - src/app/shared/services/task-message.service.ts - 1 - - - - erasure code profile '' - erasure code profile '' - - src/app/shared/services/task-message.service.ts - 1 - - - - target '' - target '' - - src/app/shared/services/task-message.service.ts - 1 - + Spiegelung kann nicht deaktiviert werden, da sie einen Peer enthält. + + + pool ' + ' + + Pool ' + ' + + + + erasure code profile ' + ' + + Löschcode-Profil ' + ' + + + + target ' + ' + + Ziel ' + ' + + + + NFS + + + NFS + + diff --git a/src/pybind/mgr/dashboard/frontend/src/locale/messages.en-US.xlf b/src/pybind/mgr/dashboard/frontend/src/locale/messages.en-US.xlf new file mode 100644 index 000000000000..aa51fcc10379 --- /dev/null +++ b/src/pybind/mgr/dashboard/frontend/src/locale/messages.en-US.xlf @@ -0,0 +1,3852 @@ + + + + + Toggle navigation + Toggle navigation + + + Dashboard + Dashboard + + + Cluster + Cluster + + + Hosts + Hosts + + + Monitors + Monitors + + + OSDs + OSDs + + + Configuration + Configuration + + + CRUSH map + CRUSH map + + + Manager modules + Manager modules + + + Logs + Logs + + + Alerts + Alerts + + + Pools + Pools + + + Block + Block + + + Images + Images + + + Mirroring + Mirroring + + + iSCSI + iSCSI + + + NFS + NFS + + + Filesystems + Filesystems + + + Object Gateway + Object Gateway + + + Daemons + Daemons + + + Users + Users + + + Buckets + Buckets + + + Retrieving data + for + + + . Please wait... + + Retrieving data + for + + + . Please wait... + + + + Displaying previously cached data + + for + + + . + + Displaying previously cached data + + for + + + . + + + + Could not load data + for + + + . + Please check the cluster health. + + Could not load data + for + + + . + Please check the cluster health. + + + + Back + Back + + + Select a Language + Select a Language + + + Loading panel data... + Loading panel data... + + + Please consult the + documentation + on how to + configure and enable the monitoring functionality. + + Please consult the + documentation + on how to + configure and enable the monitoring functionality. + + + + Grafana Dashboard doesn't exist. Please refer to + documentation + on how to + add dashboards to Grafana. + + Grafana Dashboard doesn't exist. Please refer to + documentation + on how to + add dashboards to Grafana. + + + + Grafana Time Picker + Grafana Time Picker + + + Reset Settings + Reset Settings + + + Failed to load data. + Failed to load data. + + + selected + selected + X selected + + + found + found + X found + + + total + total + X total + + + Settings + Settings + + + Changing these parameters from their default values is usually not necessary. + Changing these parameters from their default values is usually not necessary. + + + Backstore + Backstore + + + Confirm + Confirm + + + Cancel + Cancel + + + Advanced Settings + Advanced Settings + + + Target IQN + Target IQN + + + This field is required. + This field is required. + + + IQN has wrong pattern. + IQN has wrong pattern. + + + An IQN has the following notation 'iqn.$year-$month.$reversedAddress:$definedName' + An IQN has the following notation 'iqn.$year-$month.$reversedAddress:$definedName' + + + For example: iqn.2016-06.org.dashboard:storage:disk.sn-a8675309 + For example: iqn.2016-06.org.dashboard:storage:disk.sn-a8675309 + + + More information + More information + + + This target has modified advanced settings. + This target has modified advanced settings. + + + Portals + Portals + + + At least + gateways are required. + + At least + gateways are required. + + + + Add portal + Add portal + + + This image has modified settings. + This image has modified settings. + + + At least 1 image is required. + At least 1 image is required. + + + Add image + Add image + + + ACL authentication + ACL authentication + + + Initiators + Initiators + + + Initiator + Initiator + + + Client IQN + Client IQN + + + Initiator IQN needs to be unique. + Initiator IQN needs to be unique. + + + User + User + + + Usernames must have a length of 8 to 64 characters and + can only contain letters, '.', '@', '-', '_' or ':'. + Usernames must have a length of 8 to 64 characters and + can only contain letters, '.', '@', '-', '_' or ':'. + + + Password + Password + + + Mutual User + Mutual User + + + Mutual Password + Mutual Password + + + Initiator belongs to a group. Images will be configure in the group. + Initiator belongs to a group. Images will be configure in the group. + + + No items added. + No items added. + + + Add initiator + Add initiator + + + Groups + Groups + + + Group + Group + + + Name + Name + + + Add group + Add group + + + Submit + Submit + + + Are you sure that you want to + the selected + ? + + Are you sure that you want to + the selected + ? + + + + Yes, I am sure. + Yes, I am sure. + + + Discovery Authentication + Discovery Authentication + + + Usernames must have a length of 8 to 64 characters and + can only contain letters, '.', '@', '-', '_' or ':'. + Usernames must have a length of 8 to 64 characters and + can only contain letters, '.', '@', '-', '_' or ':'. + + + Please consult the + documentation + + on how to configure and enable the iSCSI Targets management functionality. + + Please consult the + documentation + + on how to configure and enable the iSCSI Targets management functionality. + + + + Available information: + Available information: + + + iSCSI Targets not available + iSCSI Targets not available + + + '/' and '@' are not allowed. + '/' and '@' are not allowed. + + + Loading... + Loading... + + + -- No rbd pools available -- + -- No rbd pools available -- + + + -- Select a pool -- + -- Select a pool -- + + + Use a dedicated data pool + Use a dedicated data pool + + + Data pool + Data pool + + + Dedicated pool that stores the object-data of the RBD. + Dedicated pool that stores the object-data of the RBD. + + + -- No data pools available -- + -- No data pools available -- + + + Size + Size + + + e.g., 10GiB + e.g., 10GiB + + + You have to increase the size. + You have to increase the size. + + + Features + Features + + + Advanced... + Advanced... + + + Advanced + Advanced + + + Striping + Striping + + + Object size + Object size + + + Stripe unit + Stripe unit + + + -- Select stripe unit -- + -- Select stripe unit -- + + + This field is required because stripe count is defined! + This field is required because stripe count is defined! + + + Stripe unit is greater than object size. + Stripe unit is greater than object size. + + + Stripe count + Stripe count + + + This field is required because stripe unit is defined! + This field is required because stripe unit is defined! + + + Stripe count must be greater than 0. + Stripe count must be greater than 0. + + + Trash + Trash + + + Overall Performance + Overall Performance + + + Edit + Edit + + + Description + Description + + + Long description + Long description + + + Default + Default + + + Daemon default + Daemon default + + + Services + Services + + + Values + Values + + + The entered value is too high! It must not be greater than + . + + The entered value is too high! It must not be greater than + . + + + + The entered value is too low! It must not be lower than + . + + The entered value is too low! It must not be lower than + . + + + + Save + Save + + + CRUSH map viewer + CRUSH map viewer + + + Hosts List + Hosts List + + + No entries found + No entries found + + + Cluster Logs + Cluster Logs + + + Audit Logs + Audit Logs + + + Loading configuration... + Loading configuration... + + + The configuration could not be loaded. + The configuration could not be loaded. + + + Edit Manager module + Edit Manager module + + + The entered value is not a valid UUID, e.g.: 67dcac9f-2c03-4d6c-b7bd-1210b3a259a8 + The entered value is not a valid UUID, e.g.: 67dcac9f-2c03-4d6c-b7bd-1210b3a259a8 + + + The entered value needs to be a valid IP address. + The entered value needs to be a valid IP address. + + + The entered value is too high! It must be lower or equal to + . + + The entered value is too high! It must be lower or equal to + . + + + + The entered value is too low! It must be greater or equal to + . + + The entered value is too low! It must be greater or equal to + . + + + + The entered value needs to be a number. + The entered value needs to be a number. + + + The entered value needs to be a number or decimal. + The entered value needs to be a number or decimal. + + + Update + Update + + + Status + Status + + + Cluster ID + Cluster ID + + + monmap modified + monmap modified + + + monmap epoch + monmap epoch + + + quorum con + quorum con + + + quorum mon + quorum mon + + + required con + required con + + + required mon + required mon + + + In Quorum + In Quorum + + + Not In Quorum + Not In Quorum + + + Cluster-wide OSD Flags + Cluster-wide OSD Flags + + + OSD Recovery Priority + OSD Recovery Priority + + + Priority + Priority + + + Customize priority values + Customize priority values + + + This field is required! + This field is required! + + + [object Object] + [object Object] + + + The entered value is too high! It must not be greater than + . + + The entered value is too high! It must not be greater than + . + + + + The entered value is too low! It must not be lower than + . + + The entered value is too low! It must not be lower than + . + + + + Reweight OSD + Reweight OSD + + + The value needs to be between 0 and 1. + The value needs to be between 0 and 1. + + + Reweight + Reweight + + + OSDs + Scrub + + OSDs + Scrub + + + + {VAR_SELECT, select, 1 {Deep } } + {VAR_SELECT, select, 1 {Deep } } + + + You are about to apply a + scrub to + the OSD + + + . + + You are about to apply a + scrub to + the OSD + + + . + + + + {VAR_SELECT, select, 1 {deep } } + {VAR_SELECT, select, 1 {deep } } + + + Set Cluster-wide Flags + Set Cluster-wide Flags + + + Set Cluster-wide Recovery Priority + Set Cluster-wide Recovery Priority + + + OSDs List + OSDs List + + + + OSD + + will be marked + + + if you proceed. + + + OSD + + will be marked + + + if you proceed. + + + + The OSD is not safe to destroy! + The OSD is not safe to destroy! + + + + OSD + + will be + + + if you proceed. + + + OSD + + will be + + + if you proceed. + + + + Details + Details + + + Health + Health + + + Statistics + Statistics + + + Please consult the + documentation + + on how to configure and enable the NFS Ganesha management functionality. + + Please consult the + documentation + + on how to configure and enable the NFS Ganesha management functionality. + + + + Clients + Clients + + + Any client can access + Any client can access + + + Addresses + Addresses + + + Required field + Required field + + + Must contain one or more comma-separated values + Must contain one or more comma-separated values + + + For example: + For example: + + + Access Type + Access Type + + + Squash + Squash + + + Add clients + Add clients + + + NFS export + + + NFS export + + + + + -- No cluster available -- + -- No cluster available -- + + + -- Select the cluster -- + -- Select the cluster -- + + + Add daemon + Add daemon + + + Storage Backend + Storage Backend + + + -- Select the storage backend -- + -- Select the storage backend -- + + + Object Gateway User + Object Gateway User + + + -- No users available -- + -- No users available -- + + + -- Select the object gateway user -- + -- Select the object gateway user -- + + + CephFS User ID + CephFS User ID + + + -- No clients available -- + -- No clients available -- + + + -- Select the cephx client -- + -- Select the cephx client -- + + + CephFS Name + CephFS Name + + + Security Label + Security Label + + + Enable security label + Enable security label + + + CephFS Path + CephFS Path + + + Path need to start with a '/' and can be followed by a word + Path need to start with a '/' and can be followed by a word + + + New directory will be created + New directory will be created + + + Path + Path + + + Path can only be a single '/' or a word + Path can only be a single '/' or a word + + + New bucket will be created + New bucket will be created + + + NFS Protocol + NFS Protocol + + + NFSv3 + NFSv3 + + + NFSv4 + NFSv4 + + + NFS Tag + NFS Tag + + + Alternative access for + NFS v3 + mounts (it must not have a leading /). + + Alternative access for + NFS v3 + mounts (it must not have a leading /). + + + + Clients may not mount subdirectories (i.e. if Tag = foo, the client may not mount foo/baz). + Clients may not mount subdirectories (i.e. if Tag = foo, the client may not mount foo/baz). + + + By using different Tag options, the same Path may be exported multiple times. + By using different Tag options, the same Path may be exported multiple times. + + + Pseudo + Pseudo + + + The position that this + NFS v4 + export occupies + in the + Pseudo FS + (it must be unique). + + The position that this + NFS v4 + export occupies + in the + Pseudo FS + (it must be unique). + + + + By using different Pseudo options, the same Path may be exported multiple times. + By using different Pseudo options, the same Path may be exported multiple times. + + + Wrong format + Wrong format + + + -- No access type available -- + -- No access type available -- + + + -- Select the access type -- + -- Select the access type -- + + + -- No squash available -- + -- No squash available -- + + + --Select what kind of user id squashing is performed -- + --Select what kind of user id squashing is performed -- + + + Transport Protocol + Transport Protocol + + + UDP + UDP + + + TCP + TCP + + + CephFS + CephFS + + + The name can only consist of alphanumeric characters, dashes and underscores. + The name can only consist of alphanumeric characters, dashes and underscores. + + + The chosen erasure code profile name is already in use. + The chosen erasure code profile name is already in use. + + + Plugin + Plugin + + + Data chunks (k) + Data chunks (k) + + + Must be equal to or greater than 2. + Must be equal to or greater than 2. + + + Coding chunks (m) + Coding chunks (m) + + + Must be equal to or greater than 1. + Must be equal to or greater than 1. + + + Durability estimator (c) + Durability estimator (c) + + + Locality (l) + Locality (l) + + + Crush failure domain + Crush failure domain + + + Crush Locality + Crush Locality + + + None + None + + + Technique + Technique + + + Packetsize + Packetsize + + + Crush root + Crush root + + + Crush device class + Crush device class + + + any + any + + + Directory + Directory + + + Add + Add + + + Close + Close + + + Name... + Name... + + + The chosen Ceph pool name is already in use. + The chosen Ceph pool name is already in use. + + + Pool type + Pool type + + + -- Select a pool type -- + -- Select a pool type -- + + + Placement groups + Placement groups + + + At least one placement group is needed! + At least one placement group is needed! + + + Your cluster can't handle this many PGs. Please recalculate the PG amount needed. + Your cluster can't handle this many PGs. Please recalculate the PG amount needed. + + + You can only increase the number of PGs of an existing pool. + Currently your pool has + PGs. + + You can only increase the number of PGs of an existing pool. + Currently your pool has + PGs. + + + + Calculation help + Calculation help + + + The current PGs settings were calculated for you, you + should make sure the values suit your needs before submit. + The current PGs settings were calculated for you, you + should make sure the values suit your needs before submit. + + + Crush ruleset + Crush ruleset + + + -- Select a crush rule -- + -- Select a crush rule -- + + + Crush rule + Crush rule + + + Crush steps + Crush steps + + + The rule can't be used in the current cluster as it has + to few OSDs to meet the minimum required OSD by this rule. + The rule can't be used in the current cluster as it has + to few OSDs to meet the minimum required OSD by this rule. + + + Replicated size + Replicated size + + + Minimum: + + + Minimum: + + + + + Maximum: + + + Maximum: + + + + + The size specified is out of range. A value from + to + is valid. + + The size specified is out of range. A value from + to + is valid. + + + + Erasure code profile + Erasure code profile + + + -- No erasure code profile available -- + -- No erasure code profile available -- + + + -- Select an erasure code profile -- + -- Select an erasure code profile -- + + + Flags + Flags + + + EC Overwrites + EC Overwrites + + + Applications + Applications + + + Compression + Compression + + + Mode + Mode + + + Algorithm + Algorithm + + + -- No erasure compression algorithm available -- + -- No erasure compression algorithm available -- + + + Minimum blob size + Minimum blob size + + + e.g., 128KiB + e.g., 128KiB + + + Value should be greater than 0 + Value should be greater than 0 + + + Value should be greater than the maximum blob size + Value should be greater than the maximum blob size + + + Maximum blob size + Maximum blob size + + + e.g., 512KiB + e.g., 512KiB + + + Value should be greater than the minimum blob size + Value should be greater than the minimum blob size + + + Ratio + Ratio + + + Compression ratio + Compression ratio + + + Value should be between 0.0 and 1.0 + Value should be between 0.0 and 1.0 + + + It's not possible to create an RBD pool with '/' in the name. + It's not possible to create an RBD pool with '/' in the name. + + + Please change the name or remove 'rbd' from the applications list. + Please change the name or remove 'rbd' from the applications list. + + + Pools List + Pools List + + + Please consult the + documentation + + on how to configure and enable the Object Gateway management functionality. + + Please consult the + documentation + + on how to configure and enable the Object Gateway management functionality. + + + + Loading bucket data... + Loading bucket data... + + + The bucket data could not be loaded. + The bucket data could not be loaded. + + + Id + Id + + + The value is not valid. + The value is not valid. + + + The chosen name is already in use. + The chosen name is already in use. + + + Owner + Owner + + + -- Select a user -- + -- Select a user -- + + + Daemons List + Daemons List + + + Type + Type + + + -- Select a type -- + -- Select a type -- + + + Permission + Permission + + + -- Select a permission -- + -- Select a permission -- + + + S3 key + S3 key + + + Username + Username + + + -- Select a username -- + -- Select a username -- + + + Auto-generate key + Auto-generate key + + + Access key + Access key + + + Secret key + Secret key + + + Subuser + Subuser + + + The chosen subuser ID is already in use. + The chosen subuser ID is already in use. + + + read, write + read, write + + + full + full + + + Swift key + Swift key + + + Auto-generate secret + Auto-generate secret + + + Loading user data... + Loading user data... + + + The user data could not be loaded. + The user data could not be loaded. + + + The chosen user ID is already in use. + The chosen user ID is already in use. + + + Full name + Full name + + + Email address + Email address + + + This is not a valid email address. + This is not a valid email address. + + + The chosen email address is already in use. + The chosen email address is already in use. + + + Max. buckets + Max. buckets + + + The entered value must be >= 0. + The entered value must be >= 0. + + + Suspended + Suspended + + + Subusers + Subusers + + + There are no subusers. + There are no subusers. + + + Delete + Delete + + + Keys + Keys + + + S3 + S3 + + + There are no keys. + There are no keys. + + + Show + Show + + + Swift + Swift + + + Capabilities + Capabilities + + + There are no capabilities. + There are no capabilities. + + + User quota + User quota + + + Enabled + Enabled + + + Unlimited size + Unlimited size + + + Max. size + Max. size + + + Unlimited objects + Unlimited objects + + + Max. objects + Max. objects + + + Bucket quota + Bucket quota + + + Welcome to Ceph! + Welcome to Ceph! + The welcome message on the login page + + + Username is required + Username is required + + + Password is required + Password is required + + + Login + Login + + + Description... + Description... + + + Permissions + Permissions + + + Sorry, the user does not exist in Ceph. + Sorry, the user does not exist in Ceph. + + + Return to + Login Page + . You'll be logged out from the Identity Provider when you retry logging in. + + Return to + Login Page + . You'll be logged out from the Identity Provider when you retry logging in. + + + + Confirm password + Confirm password + + + Password confirmation doesn't match the password. + Password confirmation doesn't match the password. + + + Email + Email + + + Invalid email. + Invalid email. + + + Roles + Roles + + + You are about to remove "user read / update" permissions from your own user. + You are about to remove "user read / update" permissions from your own user. + + + If you continue, you will no longer be able to add or remove roles from any user. + If you continue, you will no longer be able to add or remove roles from any user. + + + Are you sure you want to continue? + Are you sure you want to continue? + + + Forbidden + Forbidden + + + Sorry, you are not allowed to see what you were looking for. + Sorry, you are not allowed to see what you were looking for. + + + Sorry, we could not find what you were looking for + Sorry, we could not find what you were looking for + + + Remove all + Remove all + + + Recent Notifications + Recent Notifications + + + There are no background tasks. + There are no background tasks. + + + Background Tasks + Background Tasks + + + Help + Help + + + Documentation + Documentation + + + API + API + + + About + About + + + Dashboard Settings + Dashboard Settings + + + User management + User management + + + Logged in user + Logged in user + + + Signed in as + + + + + Signed in as + + + + + + + Sign out + Sign out + + + Performance Counters + Performance Counters + + + Performance Details + Performance Details + + + ID + ID + + + Index type + Index type + + + Placement rule + Placement rule + + + Marker + Marker + + + Maximum marker + Maximum marker + + + Version + Version + + + Master version + Master version + + + Modification time + Modification time + + + Zonegroup + Zonegroup + + + Maximum size + Maximum size + + + Unlimited + Unlimited + + + Maximum objects + Maximum objects + + + System + System + + + {VAR_SELECT, select, 0 {No} 1 {Yes} } + {VAR_SELECT, select, 0 {No} 1 {Yes} } + + + Maximum buckets + Maximum buckets + + + Performance counters not available + Performance counters not available + + + Global + Global + + + Image + Image + + + Pool + Pool + + + RBD Configuration + RBD Configuration + + + Remove the local configuration value. The parent configuration value will be inherited and used instead. + Remove the local configuration value. The parent configuration value will be inherited and used instead. + + + The mininum value is 0 + The mininum value is 0 + + + Attributes (OSD map) + Attributes (OSD map) + + + Metadata not available + Metadata not available + + + Metadata + Metadata + + + Performance counter + Performance counter + + + Histogram not available: + + + Histogram not available: + + + + + Writes + Writes + + + Reads + Reads + + + Histogram + Histogram + + + Current values + Current values + + + Min + Min + + + Max + Max + + + Source + Source + + + Level + Level + + + Can be updated at runtime (editable) + Can be updated at runtime (editable) + + + Tags + Tags + + + Enum values + Enum values + + + See also + See also + + + Cluster Status + Cluster Status + + + Manager Daemons + Manager Daemons + + + Object Gateways + Object Gateways + + + Metadata Servers + Metadata Servers + + + iSCSI Gateways + iSCSI Gateways + + + Client IOPS + Client IOPS + + + Client Throughput + Client Throughput + + + Client Read/Write + Client Read/Write + + + Recovery Throughput + Recovery Throughput + + + Scrub + Scrub + + + Performance + Performance + + + Raw Capacity + Raw Capacity + + + Objects + Objects + + + PGs per OSD + PGs per OSD + + + PG Status + PG Status + + + Capacity + Capacity + + + + + See + Logs + for more details. + + + + See + Logs + for more details. + + + + Move an image to trash + Move an image to trash + + + To move + + / + + to trash, + click + Move Image + . Optionally, you can pick an expiration date. + + To move + + / + + to trash, + click + Move Image + . Optionally, you can pick an expiration date. + + + + Protection expires at + Protection expires at + + + NOT PROTECTED + NOT PROTECTED + + + Wrong date format. Please use "YYYY-MM-DD HH:mm:ss". + Wrong date format. Please use "YYYY-MM-DD HH:mm:ss". + + + Protection has already expired. Please pick a future date or leave it empty. + Protection has already expired. Please pick a future date or leave it empty. + + + Move Image + Move Image + + + Overview + Overview + + + Targets + Targets + + + Only available for RBD images with + fast-diff + enabled + + Only available for RBD images with + fast-diff + enabled + + + + Data Pool + Data Pool + + + Created + Created + + + Provisioned + Provisioned + + + N/A + N/A + + + Total provisioned + Total provisioned + + + Striping unit + Striping unit + + + Striping count + Striping count + + + Parent + Parent + + + Block name prefix + Block name prefix + + + Order + Order + + + Snapshots + Snapshots + + + This setting overrides the global value + This setting overrides the global value + + + This is the global value. No value for this option has been set for this image. + This is the global value. No value for this option has been set for this image. + + + + RBD Snapshot + + + RBD Snapshot + + + + {VAR_SELECT, select, true {Rename} other {Create} } + {VAR_SELECT, select, true {Rename} other {Create} } + + + + Snapshot + + + Snapshot + + + + PROTECTED + PROTECTED + + + UNPROTECTED + UNPROTECTED + + + You are about to rollback + You are about to rollback + + + Purge Trash + Purge Trash + + + To purge, select one or All images and click + To purge, select one or All images and click + + + Pool: + Pool: + + + Pool name... + Pool name... + + + All + All + + + Restore Image + Restore Image + + + To restore + To restore + + + type the image's new name and click + type the image's new name and click + + + New Name + New Name + + + Expired at + Expired at + + + Protected until + Protected until + + + This image is protected until + . + + This image is protected until + . + + + + iSCSI Topology + iSCSI Topology + + + Issues + Issues + + + Syncing + Syncing + + + Ready + Ready + + + Edit pool mirror mode + Edit pool mirror mode + + + To edit the mirror mode for pool  + + + , select a new mode from the list and click  + Update + . + + To edit the mirror mode for pool + + + , select a new mode from the list and click + Update + . + + + + Peer clusters must be removed prior to disabling mirror. + Peer clusters must be removed prior to disabling mirror. + + + + + pool mirror peer + + + + pool mirror peer + + + + {VAR_SELECT, select, edit {Edit} other {Add} } + {VAR_SELECT, select, edit {Edit} other {Add} } + + + + the pool + mirror peer attributes for pool + + + and click + Submit + . + + + the pool + mirror peer attributes for pool + + + and click + Submit + . + + + + Cluster Name + Cluster Name + + + The cluster name is not valid. + The cluster name is not valid. + + + CephX ID + CephX ID + + + CephX ID... + CephX ID... + + + The CephX ID is not valid. + The CephX ID is not valid. + + + Monitor Addresses + Monitor Addresses + + + Comma-delimited addresses... + Comma-delimited addresses... + + + The monitory address is not valid. + The monitory address is not valid. + + + CephX Key + CephX Key + + + Base64-encoded key... + Base64-encoded key... + + + CephX key must be base64 encoded. + CephX key must be base64 encoded. + + + Cache Tiers Details + Cache Tiers Details + + + Ranks + Ranks + + + Clients: + + + Clients: + + + + + Current + Current + + + Updated discovery authentication + Updated discovery authentication + + + There are no portals available. + There are no portals available. + + + There are no images available. + There are no images available. + + + There are no images available. Please make sure you add an image to the target. + There are no images available. Please make sure you add an image to the target. + + + There are no initiators available. Please make sure you add an initiator to the target. + There are no initiators available. Please make sure you add an initiator to the target. + + + Target + Target + + + Hostname + Hostname + + + Read Bytes + Read Bytes + + + Write Bytes + Write Bytes + + + Read Ops + Read Ops + + + Write Ops + Write Ops + + + A/O Since + A/O Since + + + Instance + Instance + + + Issue + Issue + + + State + State + + + Progress + Progress + + + Disabled + Disabled + + + Edit Mode + Edit Mode + + + Add Peer + Add Peer + + + Edit Peer + Edit Peer + + + Delete Peer + Delete Peer + + + Leader + Leader + + + # Local + # Local + + + # Remote + # Remote + + + mirror peer + mirror peer + + + Key + Key + + + Value + Value + + + Deep flatten + Deep flatten + + + Layering + Layering + + + Exclusive lock + Exclusive lock + + + Object map (requires exclusive-lock) + Object map (requires exclusive-lock) + + + Journaling (requires exclusive-lock) + Journaling (requires exclusive-lock) + + + Fast diff (requires object-map) + Fast diff (requires object-map) + + + Copy + Copy + + + Flatten + Flatten + + + Move to Trash + Move to Trash + + + Create + Create + + + Rename + Rename + + + Protect + Protect + + + Unprotect + Unprotect + + + Clone + Clone + + + Rollback + Rollback + + + RBD snapshot rollback + RBD snapshot rollback + + + RBD snapshot + RBD snapshot + + + Restore + Restore + + + Deleted At + Deleted At + + + id + id + + + type + type + + + state + state + + + version + version + + + Host + Host + + + root + root + + + Rank + Rank + + + Daemon + Daemon + + + Activity + Activity + + + Dentries + Dentries + + + Inodes + Inodes + + + Usage + Usage + + + Standby daemons + Standby daemons + + + The value can be updated at runtime. + The value can be updated at runtime. + + + Daemons/clients do not pull this value from the + monitor config database. We disallow setting this option via 'ceph config + set ...'. This option should be configured via ceph.conf or via the + command line. + Daemons/clients do not pull this value from the + monitor config database. We disallow setting this option via 'ceph config + set ...'. This option should be configured via ceph.conf or via the + command line. + + + Option takes effect only during daemon startup. + Option takes effect only during daemon startup. + + + Option only affects cluster creation. + Option only affects cluster creation. + + + Option only affects daemon creation. + Option only affects daemon creation. + + + Updated config option + + + Updated config option + + + + + Service + Service + + + Current value + Current value + + + Editable + Editable + + + Updated options for module " + ". + + Updated options for module " + ". + + + + Enable + Enable + + + Disable + Disable + + + Reconnecting, please wait ... + Reconnecting, please wait ... + + + Public Address + Public Address + + + Open Sessions + Open Sessions + + + No In + No In + + + OSDs that were previously marked out will not be marked back in when they start + OSDs that were previously marked out will not be marked back in when they start + + + No Out + No Out + + + OSDs will not automatically be marked out after the configured interval + OSDs will not automatically be marked out after the configured interval + + + No Up + No Up + + + OSDs are not allowed to start + OSDs are not allowed to start + + + No Down + No Down + + + OSD failure reports are being ignored, such that the monitors will not mark OSDs down + OSD failure reports are being ignored, such that the monitors will not mark OSDs down + + + Pause + Pause + + + Pauses reads and writes + Pauses reads and writes + + + No Scrub + No Scrub + + + Scrubbing is disabled + Scrubbing is disabled + + + No Deep Scrub + No Deep Scrub + + + Deep Scrubbing is disabled + Deep Scrubbing is disabled + + + No Backfill + No Backfill + + + Backfilling of PGs is suspended + Backfilling of PGs is suspended + + + No Recover + No Recover + + + Recovery of PGs is suspended + Recovery of PGs is suspended + + + Bitwise Sort + Bitwise Sort + + + Use bitwise sort + Use bitwise sort + + + Purged Snapdirs + Purged Snapdirs + + + OSDs have converted snapsets + OSDs have converted snapsets + + + Recovery Deletes + Recovery Deletes + + + Deletes performed during recovery instead of peering + Deletes performed during recovery instead of peering + + + PG Log Hard Limit + PG Log Hard Limit + + + Puts a hard limit on pg log length + Puts a hard limit on pg log length + + + Updated OSD Flags + Updated OSD Flags + + + Deep Scrub + Deep Scrub + + + Mark Out + Mark Out + + + out + out + + + Mark In + Mark In + + + in + in + + + Mark Down + Mark Down + + + down + down + + + Mark Lost + Mark Lost + + + Mark + Mark + + + OSD lost + OSD lost + + + marked lost + marked lost + + + Purge + Purge + + + OSD + OSD + + + purged + purged + + + Destroy + Destroy + + + destroy + destroy + + + destroyed + destroyed + + + PGs + PGs + + + Read bytes + Read bytes + + + Writes bytes + Writes bytes + + + Read ops + Read ops + + + Write ops + Write ops + + + Mark OSD + + + Mark OSD + + + + + Mark + + + Mark + + + + + Max Backfills + Max Backfills + + + Recovery Max Active + Recovery Max Active + + + Recovery Max Single Start + Recovery Max Single Start + + + Recovery Sleep + Recovery Sleep + + + Custom + Custom + + + Updated OSD recovery speed priority " + " + + Updated OSD recovery speed priority " + " + + + + + was initialized in the following OSD: + + + + was initialized in the following OSD: + + + + + Job + Job + + + Severity + Severity + + + Started + Started + + + URL + URL + + + Used + Used + + + Avail. + Avail. + + + Clean + Clean + + + Working + Working + + + Warning + Warning + + + Unknown + Unknown + + + up + up + + + no filesystems + no filesystems + + + active + active + + + standby + standby + + + n/a + n/a + + + active daemon + active daemon + + + quorum + quorum + + + The NFS Ganesha service is not configured. + The NFS Ganesha service is not configured. + + + Transport + Transport + + + CephFS User + CephFS User + + + CephFS Filesystem + CephFS Filesystem + + + (inherited from global config) + (inherited from global config) + + + inherited from global config + inherited from global config + + + -- Select what kind of user id squashing is performed -- + -- Select what kind of user id squashing is performed -- + + + There are no daemons available. + There are no daemons available. + + + Export + Export + + + Cache Mode + Cache Mode + + + Min Evict Age + Min Evict Age + + + Min Flush Age + Min Flush Age + + + Target Max Bytes + Target Max Bytes + + + Target Max Objects + Target Max Objects + + + No applications added + No applications added + + + Applications limit reached + Applications limit reached + + + A pool can only have up to four applications definitions. + A pool can only have up to four applications definitions. + + + Allowed characters '_a-zA-Z0-9' + Allowed characters '_a-zA-Z0-9' + + + Maximum length is 128 characters + Maximum length is 128 characters + + + Filter or add applications + Filter or add applications + + + Add application + Add application + + + erasure code profile + erasure code profile + + + Replica Size + Replica Size + + + Last Change + Last Change + + + Erasure Coded Profile + Erasure Coded Profile + + + Crush Ruleset + Crush Ruleset + + + Write bytes + Write bytes + + + Updated Object Gateway bucket " + " + + Updated Object Gateway bucket " + " + + + + Created Object Gateway bucket " + " + + Created Object Gateway bucket " + " + + + + bucket + bucket + + + buckets + buckets + + + Updated Object Gateway user " + " + + Updated Object Gateway user " + " + + + + Created Object Gateway user " + " + + Created Object Gateway user " + " + + + + user + user + + + users + users + + + Scope + Scope + + + Read + Read + + + Created role ' + ' + + Created role ' + ' + + + + Updated role ' + ' + + Updated role ' + ' + + + + System Role + System Role + + + Deleted role ' + ' + + Deleted role ' + ' + + + + Created user " + " + + Created user " + " + + + + Update user + Update user + + + Continue + Continue + + + You were automatically logged out because your roles have been changed. + You were automatically logged out because your roles have been changed. + + + Updated user " + " + + Updated user " + " + + + + Deleted user " + " + + Deleted user " + " + + + + Failed to delete user " + " + + Failed to delete user " + " + + + + You are currently logged in as " + ". + + You are currently logged in as " + ". + + + + Each object is split in data-chunks parts, each stored on a different OSD. + Each object is split in data-chunks parts, each stored on a different OSD. + + + Compute coding chunks for each object and store them on different OSDs. + The number of coding chunks is also the number of OSDs that can be down without losing data. + Compute coding chunks for each object and store them on different OSDs. + The number of coding chunks is also the number of OSDs that can be down without losing data. + + + The jerasure plugin is the most generic and flexible plugin, + it is also the default for Ceph erasure coded pools. + The jerasure plugin is the most generic and flexible plugin, + it is also the default for Ceph erasure coded pools. + + + The more flexible technique is reed_sol_van : it is enough to set k + and m. The cauchy_good technique can be faster but you need to chose the packetsize + carefully. All of reed_sol_r6_op, liberation, blaum_roth, liber8tion are RAID6 equivalents + in the sense that they can only be configured with m=2. + The more flexible technique is reed_sol_van : it is enough to set k + and m. The cauchy_good technique can be faster but you need to chose the packetsize + carefully. All of reed_sol_r6_op, liberation, blaum_roth, liber8tion are RAID6 equivalents + in the sense that they can only be configured with m=2. + + + The encoding will be done on packets of bytes size at a time. + Chosing the right packet size is difficult. + The jerasure documentation contains extensive information on this topic. + The encoding will be done on packets of bytes size at a time. + Chosing the right packet size is difficult. + The jerasure documentation contains extensive information on this topic. + + + With the jerasure plugin, when an erasure coded object is stored on + multiple OSDs, recovering from the loss of one OSD requires reading from all the others. + For instance if jerasure is configured with k=8 and m=4, losing one OSD requires reading + from the eleven others to repair. + + The lrc erasure code plugin creates local parity chunks to be able to recover using + less OSDs. For instance if lrc is configured with k=8, m=4 and l=4, it will create + an additional parity chunk for every four OSDs. When a single OSD is lost, it can be + recovered with only four OSDs instead of eleven. + With the jerasure plugin, when an erasure coded object is stored on + multiple OSDs, recovering from the loss of one OSD requires reading from all the others. + For instance if jerasure is configured with k=8 and m=4, losing one OSD requires reading + from the eleven others to repair. + + The lrc erasure code plugin creates local parity chunks to be able to recover using + less OSDs. For instance if lrc is configured with k=8, m=4 and l=4, it will create + an additional parity chunk for every four OSDs. When a single OSD is lost, it can be + recovered with only four OSDs instead of eleven. + + + Group the coding and data chunks into sets of size locality. For instance, + for k=4 and m=2, when locality=3 two groups of three are created. Each set can + be recovered without reading chunks from another set. + Group the coding and data chunks into sets of size locality. For instance, + for k=4 and m=2, when locality=3 two groups of three are created. Each set can + be recovered without reading chunks from another set. + + + The type of the crush bucket in which each set of chunks defined + by l will be stored. For instance, if it is set to rack, each group of l chunks will be + placed in a different rack. It is used to create a CRUSH rule step such as step choose + rack. If it is not set, no such grouping is done. + The type of the crush bucket in which each set of chunks defined + by l will be stored. For instance, if it is set to rack, each group of l chunks will be + placed in a different rack. It is used to create a CRUSH rule step such as step choose + rack. If it is not set, no such grouping is done. + + + The isa plugin encapsulates the ISA library. It only runs on Intel processors. + The isa plugin encapsulates the ISA library. It only runs on Intel processors. + + + The ISA plugin comes in two Reed Solomon forms. + If reed_sol_van is set, it is Vandermonde, if cauchy is set, it is Cauchy. + The ISA plugin comes in two Reed Solomon forms. + If reed_sol_van is set, it is Vandermonde, if cauchy is set, it is Cauchy. + + + The shec plugin encapsulates the multiple SHEC library. + It allows ceph to recover data more efficiently than Reed Solomon codes. + The shec plugin encapsulates the multiple SHEC library. + It allows ceph to recover data more efficiently than Reed Solomon codes. + + + The number of parity chunks each of which includes each data chunk in its + calculation range. The number is used as a durability estimator. For instance, if c=2, + 2 OSDs can be down without losing data. + The number of parity chunks each of which includes each data chunk in its + calculation range. The number is used as a durability estimator. For instance, if c=2, + 2 OSDs can be down without losing data. + + + The name of the crush bucket used for the first step of the CRUSH rule. + For instance step take default. + The name of the crush bucket used for the first step of the CRUSH rule. + For instance step take default. + + + Ensure that no two chunks are in a bucket with the same failure + domain. For instance, if the failure domain is host no two chunks will be stored on the same + host. It is used to create a CRUSH rule step such as step chooseleaf host. + Ensure that no two chunks are in a bucket with the same failure + domain. For instance, if the failure domain is host no two chunks will be stored on the same + host. It is used to create a CRUSH rule step such as step chooseleaf host. + + + Restrict placement to devices of a specific class + (e.g., ssd or hdd), using the crush device class names in the CRUSH map. + Restrict placement to devices of a specific class + (e.g., ssd or hdd), using the crush device class names in the CRUSH map. + + + Set the directory name from which the erasure code plugin is loaded. + Set the directory name from which the erasure code plugin is loaded. + + + Allows all operations + Allows all operations + + + Allows only operations that do not modify the server + Allows only operations that do not modify the server + + + Does not allow read or write operations, but allows any other operation + Does not allow read or write operations, but allows any other operation + + + Does not allow read, write, or any operation that modifies file attributes or directory content + Does not allow read, write, or any operation that modifies file attributes or directory content + + + Allows no access at all + Allows no access at all + + + -- Select the priority -- + -- Select the priority -- + + + Low + Low + + + High + High + + + Last 5 minutes + Last 5 minutes + + + Last 15 minutes + Last 15 minutes + + + Last 30 minutes + Last 30 minutes + + + Last 1 hour (Default) + Last 1 hour (Default) + + + Last 3 hours + Last 3 hours + + + Last 6 hours + Last 6 hours + + + Last 12 hours + Last 12 hours + + + Last 24 hours + Last 24 hours + + + Yesterday + Yesterday + + + Today + Today + + + Today so far + Today so far + + + Day before yesterday + Day before yesterday + + + Last 2 days + Last 2 days + + + This day last week + This day last week + + + Previous week + Previous week + + + This week + This week + + + This week so far + This week so far + + + Last 7 days + Last 7 days + + + Previous month + Previous month + + + This month + This month + + + This month so far + This month so far + + + Last 30 days + Last 30 days + + + Last 90 days + Last 90 days + + + Last 6 months + Last 6 months + + + Last 1 year + Last 1 year + + + Previous year + Previous year + + + This year + This year + + + This year so far + This year so far + + + Last 2 years + Last 2 years + + + Last 5 years + Last 5 years + + + Information + Information + + + No items selected. + No items selected. + + + Deselect item to select again + Deselect item to select again + + + Selection limit reached + Selection limit reached + + + Filter tags + Filter tags + + + Add badge + Add badge + + + There are no items available. + There are no items available. + + + Yes + Yes + + + No + No + + + Quality of Service + Quality of Service + + + BPS Limit + BPS Limit + + + The desired limit of IO bytes per second. + The desired limit of IO bytes per second. + + + IOPS Limit + IOPS Limit + + + The desired limit of IO operations per second. + The desired limit of IO operations per second. + + + Read BPS Limit + Read BPS Limit + + + The desired limit of read bytes per second. + The desired limit of read bytes per second. + + + Read IOPS Limit + Read IOPS Limit + + + The desired limit of read operations per second. + The desired limit of read operations per second. + + + Write BPS Limit + Write BPS Limit + + + The desired limit of write bytes per second. + The desired limit of write bytes per second. + + + Write IOPS Limit + Write IOPS Limit + + + The desired limit of write operations per second. + The desired limit of write operations per second. + + + BPS Burst + BPS Burst + + + The desired burst limit of IO bytes. + The desired burst limit of IO bytes. + + + IOPS Burst + IOPS Burst + + + The desired burst limit of IO operations. + The desired burst limit of IO operations. + + + Read BPS Burst + Read BPS Burst + + + The desired burst limit of read bytes. + The desired burst limit of read bytes. + + + Read IOPS Burst + Read IOPS Burst + + + The desired burst limit of read operations. + The desired burst limit of read operations. + + + Write BPS Burst + Write BPS Burst + + + The desired burst limit of write bytes. + The desired burst limit of write bytes. + + + Write IOPS Burst + Write IOPS Burst + + + The desired burst limit of write operations. + The desired burst limit of write operations. + + + Failed to + + + + Failed to + + + + + + Executing + Executing + + + execute + execute + + + Executed + Executed + + + unknown task + unknown task + + + Creating + Creating + + + create + create + + + Updating + Updating + + + update + update + + + Updated + Updated + + + Deleting + Deleting + + + delete + delete + + + Deleted + Deleted + + + RBD ' + ' + + RBD ' + ' + + + + RBD snapshot ' + ' + + RBD snapshot ' + ' + + + + mirror mode for pool ' + ' + + mirror mode for pool ' + ' + + + + mirror peer for pool ' + ' + + mirror peer for pool ' + ' + + + + Name is already used by + . + + Name is already used by + . + + + + Name is already used by + . + + Name is already used by + . + + + + Name is already used by + . + + Name is already used by + . + + + + + contains snapshots. + + + contains snapshots. + + + + Cloning + Cloning + + + clone + clone + + + Cloned + Cloned + + + Snapshot of + must be protected. + + Snapshot of + must be protected. + + + + Copying + Copying + + + copy + copy + + + Copied + Copied + + + Flattening + Flattening + + + flatten + flatten + + + Flattened + Flattened + + + Name is already used by + . + + Name is already used by + . + + + + Cannot unprotect + because it contains child images. + + Cannot unprotect + because it contains child images. + + + + Cannot delete + because it's protected. + + Cannot delete + because it's protected. + + + + Rolling back + Rolling back + + + rollback + rollback + + + Rolled back + Rolled back + + + Moving + Moving + + + move + move + + + Moved + Moved + + + image ' + ' to trash + + image ' + ' to trash + + + + Could not find image. + Could not find image. + + + Restoring + Restoring + + + restore + restore + + + Restored + Restored + + + image ' + ' into ' + ' + + image ' + ' into ' + ' + + + + Image name ' + ' is already in use. + + Image name ' + ' is already in use. + + + + image ' + ' + + image ' + ' + + + + Purging + Purging + + + purge + purge + + + Purged + Purged + + + all pools + all pools + + + images from + + + images from + + + + + Cannot disable mirroring because it contains a peer. + Cannot disable mirroring because it contains a peer. + + + pool ' + ' + + pool ' + ' + + + + erasure code profile ' + ' + + erasure code profile ' + ' + + + + target ' + ' + + target ' + ' + + + + NFS + + + NFS + + + + + + \ No newline at end of file diff --git a/src/pybind/mgr/dashboard/frontend/src/locale/messages.es-ES.xlf b/src/pybind/mgr/dashboard/frontend/src/locale/messages.es-ES.xlf index 5fe87fb0b182..74f9bba52bef 100644 --- a/src/pybind/mgr/dashboard/frontend/src/locale/messages.es-ES.xlf +++ b/src/pybind/mgr/dashboard/frontend/src/locale/messages.es-ES.xlf @@ -1,5708 +1,3160 @@ - - + + - + Toggle navigation - Toggle navigation - - app/core/navigation/navigation/navigation.component.html - 15 - - + Alternar navegación + + Dashboard - Dashboard - - app/core/navigation/navigation/navigation.component.html - 35 - - + Consola + + Cluster - Cluster - - app/core/navigation/navigation/navigation.component.html - 47 - - + Clúster + + Hosts - Nodos - - app/core/navigation/navigation/navigation.component.html - 57 - - - app/ceph/dashboard/health/health.component.html - 81 - - + Hosts + + Monitors Monitores - - app/core/navigation/navigation/navigation.component.html - 64 - - - app/ceph/dashboard/health/health.component.html - 48 - - + + OSDs OSDs - - app/core/navigation/navigation/navigation.component.html - 71 - - - app/ceph/dashboard/health/health.component.html - 57 - - + + Configuration Configuración - - app/core/navigation/navigation/navigation.component.html - 78 - - + + CRUSH map - CRUSH map - - app/core/navigation/navigation/navigation.component.html - 85 - - + Mapa de CRUSH + + + Manager modules + Módulos de gestor + + Logs - Logs - - app/core/navigation/navigation/navigation.component.html - 92 - - + Registros + + Alerts - Alerts - - app/core/navigation/navigation/navigation.component.html - 98 - - + Alertas + + Pools - Pooles - - app/core/navigation/navigation/navigation.component.html - 108 - - - app/ceph/block/mirroring/overview/overview.component.html - 12 - - - app/ceph/dashboard/health/health.component.html - 190 - - - app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html - 19 - - + Repositorios + + Block - Bloques - - app/core/navigation/navigation/navigation.component.html - 122 - - + Bloque + + Images Imágenes - - app/core/navigation/navigation/navigation.component.html - 131 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 120 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 341 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 479 - - - app/ceph/block/iscsi/iscsi.component.html - 9 - - - app/ceph/block/mirroring/overview/overview.component.html - 21 - - - app/ceph/block/rbd-images/rbd-images.component.html - 3 - - + + Mirroring - Mirroring - - app/core/navigation/navigation/navigation.component.html - 139 - - + Duplicación + + iSCSI iSCSI - - app/core/navigation/navigation/navigation.component.html - 151 - - + + + NFS + NFS + + Filesystems - Sistemas de Ficheros - - app/core/navigation/navigation/navigation.component.html - 162 - - + Sistemas de archivos + + Object Gateway - Gateway de Objetos - - app/core/navigation/navigation/navigation.component.html - 173 - - + Object Gateway + + Daemons Daemons - - app/core/navigation/navigation/navigation.component.html - 182 - - - app/ceph/block/iscsi/iscsi.component.html - 3 - - - app/ceph/block/mirroring/overview/overview.component.html - 5 - - + + Users Usuarios - - app/core/navigation/navigation/navigation.component.html - 188 - - - app/core/auth/user-tabs/user-tabs.component.html - 2 - - + + Buckets - Buckets - - app/core/navigation/navigation/navigation.component.html - 194 - - - Retrieving data for - . Please wait... - Obteniendo datos -para . Por favor, espere... - - app/shared/components/view-cache/view-cache.component.html - 2 - - - Displaying previously cached data - for . - Mostrando datos previamente guardados en caché -para . - - app/shared/components/view-cache/view-cache.component.html - 7 - - - Could not load data for - . - Please check the cluster health. - No se pudieron cargar los datos para -. -Por favor, consulte el estado del clúster. - - app/shared/components/view-cache/view-cache.component.html - 12 - - + Papeleras + + + Retrieving data + for + + + . Please wait... + + Obteniendo datos + +para + + + . Espere. + + + + Displaying previously cached data + + for + + + . + + Mostrando datos guardados previamente en caché + +para + + + . + + + + Could not load data + for + + + . + Please check the cluster health. + + No se han podido cargar los datos + para + + + . +Consulte el estado del clúster. + + + Back - Volver - - app/shared/components/error-panel/error-panel.component.html - 27 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 544 - - - app/ceph/block/rbd-form/rbd-form.component.html - 303 - - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 159 - - - app/ceph/pool/pool-form/pool-form.component.html - 443 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 107 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 598 - - - app/core/auth/role-form/role-form.component.html - 85 - - - app/core/auth/user-form/user-form.component.html - 151 - - + Atrás + + Select a Language Seleccione un idioma - - app/shared/components/language-selector/language-selector.component.html - 7 - - + + Loading panel data... Cargando datos del panel... - - app/shared/components/grafana/grafana.component.html - 3 - - + + Please consult the - documentation on how to - configure and enable the monitoring functionality. - Por favor, consulte -la documentación sobe cómo -configurar y activar la monitorización. - - app/shared/components/grafana/grafana.component.html - 6 - - + documentation + on how to + configure and enable the monitoring functionality. + + Consulte la + documentación + sobre cómo +configurar y habilitar la supervisión. + + + Grafana Dashboard doesn't exist. Please refer to - documentation on how to - add dashboards to Grafana. - Grafana Dashboard doesn't exist. Please refer to - documentation on how to - add dashboards to Grafana. - - app/shared/components/grafana/grafana.component.html - 11 - - + documentation + on how to + add dashboards to Grafana. + + No existe la consola de Grafana. Consulte la + documentación + sobre cómo + añadir consolas a Grafana. + + + Grafana Time Picker - Grafana Time Picker - - app/shared/components/grafana/grafana.component.html - 20 - - + Selector de hora de Grafana + + Reset Settings - Reset Settings - - app/shared/components/grafana/grafana.component.html - 35 - - + Restablecer ajustes + + Failed to load data. Error al cargar los datos. - - app/shared/datatable/table/table.component.html - 2 - - + + selected - seleccionado/s - - app/shared/datatable/table/table.component.html - 112 - - X selected - + seleccionados + X selected + + found - encontrado/s - - app/shared/datatable/table/table.component.html - 115 - - X found - + encontrados + X found + + total - total/es - - app/shared/datatable/table/table.component.html - 118 - - X total - + total + X total + + Settings - Settings - - app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html - 3 - - + Ajustes + + Changing these parameters from their default values is usually not necessary. - Changing these parameters from their default values is usually not necessary. - - app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html - 15 - - - app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html - 13 - - + Normalmente no es necesario cambiar los valores por defecto de estos parámetros. + + + Backstore + Almacén + + Confirm - Confirm - - app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html - 35 - - - app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html - 53 - - + Confirmar + + Cancel - Cancel - - app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html - 39 - - - app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html - 57 - - - app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html - 38 - - - app/shared/components/confirmation-modal/confirmation-modal.component.html - 21 - - - app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html - 38 - - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 91 - - - app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html - 34 - - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 25 - - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 44 - - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 45 - - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 44 - - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 45 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 110 - - + Cancelar + + Advanced Settings - Advanced Settings - - app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html - 3 - - - Create target - Create target - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 11 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 539 - - + Ajustes avanzados + + Target IQN - Target IQN - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 20 - - + IQN de destino + + This field is required. - Campo obligatorio. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 43 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 209 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 231 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 266 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 291 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 326 - - - app/ceph/block/rbd-form/rbd-form.component.html - 49 - - - app/ceph/block/rbd-form/rbd-form.component.html - 91 - - - app/ceph/block/rbd-form/rbd-form.component.html - 151 - - - app/ceph/block/rbd-form/rbd-form.component.html - 175 - - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 31 - - - app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html - 18 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 58 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 92 - - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 47 - - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 72 - - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 47 - - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 96 - - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 131 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 51 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 83 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 132 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 38 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 62 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 101 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 166 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 198 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 449 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 486 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 542 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 579 - - - app/core/auth/role-form/role-form.component.html - 34 - - - app/core/auth/user-form/user-form.component.html - 33 - - - app/core/auth/user-form/user-form.component.html - 60 - - - app/core/auth/user-form/user-form.component.html - 87 - - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 36 - - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 32 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 36 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 58 - - + Este campo es obligatorio. + + IQN has wrong pattern. - IQN has wrong pattern. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 47 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 213 - - + El IQN tiene un patrón erróneo. + + An IQN has the following notation 'iqn.$year-$month.$reversedAddress:$definedName' - An IQN has the following notation 'iqn.$year-$month.$reversedAddress:$definedName' - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 51 - - + Los IQN tienen esta notación: iqn.$year-$month.$reversedAddress:$definedName + + For example: iqn.2016-06.org.dashboard:storage:disk.sn-a8675309 - For example: iqn.2016-06.org.dashboard:storage:disk.sn-a8675309 - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 53 - - + Por ejemplo: iqn.2016-06.org.dashboard:storage:disk.sn-a8675309 + + More information - More information - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 57 - - + Más información + + This target has modified advanced settings. - This target has modified advanced settings. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 62 - - + Este destino tiene ajustes avanzados modificados. + + Portals - Portals - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 72 - - - At least gateways are required. - At least gateways are required. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 96 - - + Portales + + + At least + gateways are required. + + Se requieren al menos + puertas de enlace. + + + Add portal - Add portal - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 106 - - + Añadir portal + + This image has modified settings. - This image has modified settings. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 146 - - + Esta imagen tiene ajustes modificados. + + At least 1 image is required. - At least 1 image is required. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 151 - - + Se requiere al menos 1 imagen. + + Add image - Add image - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 161 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 371 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 506 - - + Añadir imagen + + + ACL authentication + Autenticación de ACL + + Initiators - Initiators - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 174 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 437 - - + Iniciadores + + Initiator - Initiator - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 181 - - + Iniciador + + Client IQN - Client IQN - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 194 - - + IQN del cliente + + Initiator IQN needs to be unique. - Initiator IQN needs to be unique. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 205 - - + El IQN del iniciador debe ser exclusivo. + + User - User - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 223 - - + Usuario + + Usernames must have a length of 8 to 64 characters and can only contain letters, '.', '@', '-', '_' or ':'. - Usernames must have a length of 8 to 64 characters and - can only contain letters, '.', '@', '-', '_' or ':'. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 235 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 295 - - + Los nombres de usuario deben tener entre 8 y 64 caracteres y + solo pueden incluir letras y estos caracteres: ".", "@", "-", "_" o ":". + + Password - Password - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 245 - - - app/core/auth/user-form/user-form.component.html - 42 - - - Passwords must have a length of 12 to 16 characters - and can only contain letters, '@', '-' or '_'. - Passwords must have a length of 12 to 16 characters - and can only contain letters, '@', '-' or '_'. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 270 - - + Contraseña + + Mutual User - Mutual User - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 281 - - + Usuario mutuo + + Mutual Password - Mutual Password - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 305 - - - Passwords must have a length of 12 to 16 characters and - can only contain letters, '@', '-' or '_'. - Passwords must have a length of 12 to 16 characters and - can only contain letters, '@', '-' or '_'. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 330 - - + Contraseña mutua + + Initiator belongs to a group. Images will be configure in the group. - Initiator belongs to a group. Images will be configure in the group. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 361 - - + El iniciador pertenece a un grupo. Las imágenes se configurarán en el grupo. + + No items added. - No items added. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 384 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 521 - - + No se ha añadido ningún elemento. + + Add initiator - Add initiator - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 389 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 465 - - + Añadir iniciador + + Groups - Groups - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 403 - - + Grupos + + Group - Group - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 410 - - + Grupo + + Name Nombre - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 422 - - - app/ceph/block/rbd-form/rbd-form.component.html - 36 - - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 18 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 21 - - - app/ceph/pool/pool-form/pool-form.component.html - 26 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 42 - - - app/core/auth/role-form/role-form.component.html - 19 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 8 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 8 - - - app/ceph/block/rbd-details/rbd-details.component.html - 13 - - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 23 - - + + Add group - Add group - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 526 - - - Are you sure that you want to the selected ? - Are you sure that you want to the selected ? - - app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html - 15 - - + Añadir grupo + + + Submit + Enviar + + + Are you sure that you want to + the selected + ? + + ¿Seguro que quiere + el elemento + seleccionado? + + + Yes, I am sure. - Yes, I am sure. - - app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html - 25 - - - Please consult the documentation - on how to configure and enable the iSCSI Targets management functionality. - Please consult the documentation - on how to configure and enable the iSCSI Targets management functionality. - - app/ceph/block/iscsi-target-list/iscsi-target-list.component.html - 6 - - + Sí, seguro. + + + Discovery Authentication + Autenticación de descubrimiento + + + Usernames must have a length of 8 to 64 characters and + can only contain letters, '.', '@', '-', '_' or ':'. + Los nombres de usuario deben tener entre 8 y 64 caracteres y + solo pueden incluir letras y estos caracteres: ".", "@", "-", "_" o ":". + + + Please consult the + documentation + + on how to configure and enable the iSCSI Targets management functionality. + + Consulte la + documentación + + sobre cómo configurar y habilitar la función de gestión de destinos iSCSI. + + + Available information: - Available information: - - app/ceph/block/iscsi-target-list/iscsi-target-list.component.html - 12 - - + Información disponible: + + iSCSI Targets not available - iSCSI Targets not available - - app/ceph/block/iscsi-target-list/iscsi-target-list.component.html - 4 - - - {VAR_SELECT, select, editing {Edit} cloning {Clone} copying {Copy} other {Add} } - {VAR_SELECT, select, editing {Editar} cloning {Clonar} copying {Copiar} other {Añadir} } - - app/ceph/block/rbd-form/rbd-form.component.html - 10 - - - {VAR_SELECT, select, cloning {Clone from} copying {Copy from} other {Parent} } - {VAR_SELECT, select, cloning {Clonar de} copying {Copiar de} other {Padre} } - - app/ceph/block/rbd-form/rbd-form.component.html - 20 - - + Destinos iSCSI no disponibles + + + '/' and '@' are not allowed. + No se permiten los caracteres "/" ni "@". + + Loading... Cargando... - - app/ceph/block/rbd-form/rbd-form.component.html - 79 - - - app/ceph/block/rbd-form/rbd-form.component.html - 139 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 59 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 186 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 210 - - - app/ceph/pool/pool-form/pool-form.component.html - 5 - - - app/ceph/pool/pool-form/pool-form.component.html - 220 - - - app/ceph/pool/pool-form/pool-form.component.html - 341 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 83 - - + + -- No rbd pools available -- - -- No hay pooles RBD disponibles -- - - app/ceph/block/rbd-form/rbd-form.component.html - 82 - - + -- No hay ningún repositorio RBD disponible -- + + -- Select a pool -- - -- Seleccione un pool -- - - app/ceph/block/rbd-form/rbd-form.component.html - 85 - - + -- Seleccione un repositorio -- + + Use a dedicated data pool - Usar un pool dedicado para datos - - app/ceph/block/rbd-form/rbd-form.component.html - 105 - - + Usar un repositorio dedicado para datos + + Data pool - Pool de datos - - app/ceph/block/rbd-form/rbd-form.component.html - 116 - - + Repositorio de datos + + Dedicated pool that stores the object-data of the RBD. - Pool dedicado para almacenar los datos de RBD - - app/ceph/block/rbd-form/rbd-form.component.html - 120 - - + Repositorio dedicado para almacenar los datos de objeto de RBD. + + -- No data pools available -- - -- No hay pooles de datos disponibles -- - - app/ceph/block/rbd-form/rbd-form.component.html - 142 - - + -- No hay ningún repositorio de datos disponible -- + + Size Tamaño - - app/ceph/block/rbd-form/rbd-form.component.html - 160 - - - app/ceph/block/rbd-details/rbd-details.component.html - 33 - - + + e.g., 10GiB - ej: 10GiB - - app/ceph/block/rbd-form/rbd-form.component.html - 170 - - + ej.: 10 GiB + + You have to increase the size. Debe aumentar el tamaño. - - app/ceph/block/rbd-form/rbd-form.component.html - 178 - - + + Features - Features - - app/ceph/block/rbd-form/rbd-form.component.html - 188 - - - app/ceph/block/rbd-details/rbd-details.component.html - 48 - - + Características + + Advanced... - Advanced... - - app/ceph/block/rbd-form/rbd-form.component.html - 211 - - + Avanzado... + + Advanced - Advanced - - app/ceph/block/rbd-form/rbd-form.component.html - 217 - - + Avanzado + + + Striping + Repartición + + Object size - Object size - - app/ceph/block/rbd-form/rbd-form.component.html - 224 - - - app/ceph/block/rbd-details/rbd-details.component.html - 43 - - + Tamaño del objeto + + Stripe unit - Stripe unit - - app/ceph/block/rbd-form/rbd-form.component.html - 241 - - + Unidad de repartición + + -- Select stripe unit -- - -- Select stripe unit -- - - app/ceph/block/rbd-form/rbd-form.component.html - 252 - - + -- Seleccione la unidad de repartición -- + + This field is required because stripe count is defined! - This field is required because stripe count is defined! - - app/ceph/block/rbd-form/rbd-form.component.html - 258 - - + Este campo es obligatorio porque se ha definido el recuento de repartición. + + Stripe unit is greater than object size. - Stripe unit is greater than object size. - - app/ceph/block/rbd-form/rbd-form.component.html - 261 - - + La unidad de repartición es mayor que el tamaño del objeto. + + Stripe count - Stripe count - - app/ceph/block/rbd-form/rbd-form.component.html - 270 - - + Recuento de repartición + + This field is required because stripe unit is defined! - This field is required because stripe unit is defined! - - app/ceph/block/rbd-form/rbd-form.component.html - 283 - - + Este campo es obligatorio porque se ha definido la unidad de repartición. + + Stripe count must be greater than 0. - Stripe count must be greater than 0. - - app/ceph/block/rbd-form/rbd-form.component.html - 286 - - - {VAR_SELECT, select, editing {Update} cloning {Clone} copying {Copy} other {Create} } - {VAR_SELECT, select, editing {Update} cloning {Clone} copying {Copy} other {Create} } - - app/ceph/block/rbd-form/rbd-form.component.html - 298 - - + El recuento de repartición debe ser mayor que 0. + + Trash - Trash - - app/ceph/block/rbd-images/rbd-images.component.html - 8 - - + Papelera + + Overall Performance - Overall Performance - - app/ceph/block/rbd-images/rbd-images.component.html - 12 - - - app/ceph/cluster/hosts/hosts.component.html - 29 - - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 71 - - - app/ceph/pool/pool-list/pool-list.component.html - 35 - - - app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.html - 16 - - + Rendimiento general + + Edit - Edit - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 10 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 235 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 374 - - + Editar + + Description - Description - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 32 - - - app/core/auth/role-form/role-form.component.html - 46 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 13 - - + Descripción + + Long description - Long description - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 46 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 18 - - + Descripción larga + + Default - Default - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 60 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 32 - - + Opción por defecto + + Daemon default - Daemon default - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 74 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 37 - - + Daemon por defecto + + Services - Services - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 88 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 68 - - + Servicios + + Values - Values - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 101 - - - The entered value is too high! It must not be greater than . - The entered value is too high! It must not be greater than . - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 139 - - - The entered value is too low! It must not be lower than . - The entered value is too low! It must not be lower than . - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 142 - - + Valores + + + The entered value is too high! It must not be greater than + . + + El valor introducido es demasiado alto. No debe ser mayor que + . + + + + The entered value is too low! It must not be lower than + . + + El valor introducido es demasiado bajo. No debe ser menor que + . + + + Save - Save - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 154 - - + Guardar + + CRUSH map viewer - CRUSH map viewer - - app/ceph/cluster/crushmap/crushmap.component.html - 6 - - + Visor del mapa de CRUSH + + Hosts List - Hosts List - - app/ceph/cluster/hosts/hosts.component.html - 3 - - + Lista de hosts + + No entries found - No entries found - - app/ceph/cluster/logs/logs.component.html - 14 - - - app/ceph/cluster/logs/logs.component.html - 30 - - + No se encuentra ninguna entrada + + Cluster Logs - Cluster Logs - - app/ceph/cluster/logs/logs.component.html - 4 - - + Registros del clúster + + Audit Logs - Audit Logs - - app/ceph/cluster/logs/logs.component.html - 20 - - + Registros de auditoría + + + Loading configuration... + Cargando configuración... + + + The configuration could not be loaded. + No es posible cargar la configuración. + + + Edit Manager module + Módulo del gestor de edición + + + The entered value is not a valid UUID, e.g.: 67dcac9f-2c03-4d6c-b7bd-1210b3a259a8 + El valor introducido no es un UUID válido, por ejemplo: 67dcac9f-2c03-4d6c-b7bd-1210b3a259a8 + + + The entered value needs to be a valid IP address. + El valor introducido debe ser una dirección IP válida. + + + The entered value is too high! It must be lower or equal to + . + + El valor introducido es demasiado alto. Debe ser menor o igual que + . + + + + The entered value is too low! It must be greater or equal to + . + + El valor introducido es demasiado bajo. Debe ser mayor o igual que + . + + + + The entered value needs to be a number. + El valor introducido debe ser un número. + + + The entered value needs to be a number or decimal. + El valor introducido debe ser un número o un decimal. + + + Update + Actualizar + + Status - Status - - app/ceph/cluster/monitor/monitor.component.html - 4 - - - app/ceph/dashboard/health/health.component.html - 3 - - + Estado + + Cluster ID - Cluster ID - - app/ceph/cluster/monitor/monitor.component.html - 9 - - + ID de clúster + + monmap modified - monmap modified - - app/ceph/cluster/monitor/monitor.component.html - 14 - - + Mapa de supervisión modificado + + monmap epoch - monmap epoch - - app/ceph/cluster/monitor/monitor.component.html - 19 - - + Época de mapa de supervisión + + quorum con - quorum con - - app/ceph/cluster/monitor/monitor.component.html - 24 - - + quórum de con + + quorum mon - quorum mon - - app/ceph/cluster/monitor/monitor.component.html - 29 - - + quórum de mon + + required con - required con - - app/ceph/cluster/monitor/monitor.component.html - 34 - - + con requerido + + required mon - required mon - - app/ceph/cluster/monitor/monitor.component.html - 39 - - + mon requerido + + In Quorum - In Quorum - - app/ceph/cluster/monitor/monitor.component.html - 48 - - + Con quórum + + Not In Quorum - Not In Quorum - - app/ceph/cluster/monitor/monitor.component.html - 54 - - + Sin quórum + + Cluster-wide OSD Flags - Cluster-wide OSD Flags - - app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html - 3 - - - Submit - Submit - - app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html - 34 - - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 87 - - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 21 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 106 - - + Indicadores OSD de todo el clúster + + OSD Recovery Priority - OSD Recovery Priority - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 3 - - + Prioridad de recuperación de OSD + + Priority - Priority - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 16 - - + Prioridad + + Customize priority values - Customize priority values - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 44 - - + Personalizar valores de prioridad + + This field is required! - This field is required! - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 67 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 34 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 67 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 91 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 117 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 165 - - - app/ceph/pool/pool-form/pool-form.component.html - 40 - - - app/ceph/pool/pool-form/pool-form.component.html - 69 - - - app/ceph/pool/pool-form/pool-form.component.html - 95 - - - - - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 71 - - - The entered value is too high! It must not be greater than . - The entered value is too high! It must not be greater than . - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 75 - - - The entered value is too low! It must not be lower than . - The entered value is too low! It must not be lower than . - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 79 - - + Este campo es obligatorio. + + + [object Object] + [object Object] + + + The entered value is too high! It must not be greater than + . + + El valor introducido es demasiado alto. No debe ser mayor que + . + + + + The entered value is too low! It must not be lower than + . + + El valor introducido es demasiado bajo. No debe ser menor que + . + + + Reweight OSD - Reweight OSD - - app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html - 3 - - + Reequilibrar peso de OSD + + The value needs to be between 0 and 1. - The value needs to be between 0 and 1. - - app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html - 20 - - + El valor debe estar entre 0 y 1. + + Reweight - Reweight - - app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html - 30 - - - OSDs Scrub - OSDs Scrub - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 3 - - + Reequilibrar peso + + + OSDs + Scrub + + + Depuración de OSDs + + + {VAR_SELECT, select, 1 {Deep } } - {VAR_SELECT, select, 1 {Deep } } - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 3 - - - You are about to apply a scrub to - the OSD . - You are about to apply a scrub to - the OSD . - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 13 - - + {VAR_SELECT, select, 1 {Profundo} } + + + You are about to apply a + scrub to + the OSD + + + . + + Se dispone a aplicar una + depuración + al OSD + + + . + + + {VAR_SELECT, select, 1 {deep } } - {VAR_SELECT, select, 1 {deep } } - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 13 - - + {VAR_SELECT, select, 1 {profundo} } + + Set Cluster-wide Flags - Set Cluster-wide Flags - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 25 - - + Definir indicadores de todo el clúster + + Set Cluster-wide Recovery Priority - Set Cluster-wide Recovery Priority - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 41 - - + Definir prioridad de recuperación de todo el clúster + + OSDs List - OSDs List - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 3 - - - OSD will be marked - if you proceed. - OSD will be marked - if you proceed. - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 81 - - + Lista de OSD + + + + OSD + + will be marked + + + if you proceed. + + Si continúa, el + OSD + + + se marcará + + + . + + + The OSD is not safe to destroy! - The OSD is not safe to destroy! - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 90 - - - OSD will be - if you proceed. - OSD will be - if you proceed. - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 92 - - + No es seguro destruir el OSD. + + + + OSD + + will be + + + if you proceed. + + Si continúa, el + OSD + + + se + + + . + + + Details - Details - - app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.html - 10 - - - app/core/auth/role-details/role-details.component.html - 2 - - - app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html - 3 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 2 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 3 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 3 - - - app/ceph/block/rbd-details/rbd-details.component.html - 8 - - - app/ceph/pool/pool-details/pool-details.component.html - 5 - - - app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html - 3 - - + Detalles + + Health - Health - - app/ceph/dashboard/dashboard/dashboard.component.html - 4 - - + Estado + + Statistics - Statistics - - app/ceph/dashboard/dashboard/dashboard.component.html - 8 - - - Add erasure code profile - Add erasure code profile - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 3 - - + Estadísticas + + + Please consult the + documentation + + on how to configure and enable the NFS Ganesha management functionality. + + Consulte la + documentación + + sobre cómo configurar y habilitar la función de gestión de NFS Ganesha. + + + + Clients + Clientes + + + Any client can access + Cualquier cliente puede acceder + + + Addresses + Destinatarios + + + Required field + Campo requerido + + + Must contain one or more comma-separated values + Debe contener uno o varios valores separados por comas + + + For example: + Por ejemplo: + + + Access Type + Tipo de acceso + + + Squash + Reducir privilegios + + + Add clients + Añadir clientes + + + NFS export + + + Exportación NFS + + + + + -- No cluster available -- + -- No hay ningún clúster disponible -- + + + -- Select the cluster -- + -- Seleccione el clúster -- + + + Add daemon + Añadir daemon + + + Storage Backend + Motor de almacenamiento + + + -- Select the storage backend -- + -- Seleccione el motor de almacenamiento -- + + + Object Gateway User + Usuario de Object Gateway + + + -- No users available -- + -- No hay ningún usuario disponible -- + + + -- Select the object gateway user -- + -- Seleccione el usuario de Object Gateway -- + + + CephFS User ID + ID de usuario de CephFS + + + -- No clients available -- + -- No hay ningún cliente disponible -- + + + -- Select the cephx client -- + -- Seleccione el cliente de CephX -- + + + CephFS Name + Nombre de CephFS + + + Security Label + Etiqueta de seguridad + + + Enable security label + Habilitar etiqueta de seguridad + + + CephFS Path + Ruta de CephFS + + + Path need to start with a '/' and can be followed by a word + La ruta debe empezar por "/" y puede ir seguida de una palabra + + + New directory will be created + Se creará un directorio nuevo + + + Path + Ruta + + + Path can only be a single '/' or a word + La ruta solo puede ser una "/" o una palabra + + + New bucket will be created + Se creará una papelera nueva + + + NFS Protocol + Protocolo NFS + + + NFSv3 + NFSv3 + + + NFSv4 + NFSv4 + + + NFS Tag + Etiqueta NFS + + + Alternative access for + NFS v3 + mounts (it must not have a leading /). + + Acceso alternativo para montajes + NFS v3 + (no debe empezar con /). + + + + Clients may not mount subdirectories (i.e. if Tag = foo, the client may not mount foo/baz). + Puede que los clientes no monten subdirectorios (es decir, si Etiqueta = foo, el cliente puede que no monte foo/baz). + + + By using different Tag options, the same Path may be exported multiple times. + Al usar distintas opciones de Etiqueta, la misma Ruta se puede exportar varias veces. + + + Pseudo + Pseudo + + + The position that this + NFS v4 + export occupies + in the + Pseudo FS + (it must be unique). + + La posición que ocupa esta exportación + NFS v4 + + en + Pseudo FS + (debe ser exclusiva). + + + + By using different Pseudo options, the same Path may be exported multiple times. + Al usar distintas opciones de Pseudo, la misma Ruta se puede exportar varias veces. + + + Wrong format + Formato erróneo + + + -- No access type available -- + -- No hay ningún tipo de acceso disponible -- + + + -- Select the access type -- + -- Seleccione el tipo de acceso -- + + + -- No squash available -- + -- No hay ninguna reducción de privilegios disponible -- + + + --Select what kind of user id squashing is performed -- + -- Seleccione el tipo de reducción de privilegios de ID de usuario que se va a realizar -- + + + Transport Protocol + Protocolo de transporte + + + UDP + UDP + + + TCP + TCP + + + CephFS + CephFS + + The name can only consist of alphanumeric characters, dashes and underscores. - The name can only consist of alphanumeric characters, dashes and underscores. - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 37 - - + El nombre solo puede tener caracteres alfanuméricos, guiones y guiones bajos. + + The chosen erasure code profile name is already in use. - The chosen erasure code profile name is already in use. - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 40 - - + El nombre del perfil de código de borrado que ha elegido ya está en uso. + + Plugin - Plugin - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 47 - - + Complemento + + Data chunks (k) - Data chunks (k) - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 75 - - + Porciones de datos (k) + + Must be equal to or greater than 2. - Must be equal to or greater than 2. - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 94 - - + Debe ser igual o mayor que 2. + + Coding chunks (m) - Coding chunks (m) - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 102 - - + Porciones de código (m) + + Must be equal to or greater than 1. - Must be equal to or greater than 1. - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 120 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 142 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 168 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 261 - - + Debe ser igual o mayor que 1. + + Durability estimator (c) - Durability estimator (c) - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 129 - - + Estimador de durabilidad (c) + + Locality (l) - Locality (l) - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 151 - - + Localización (l) + + Crush failure domain - Crush failure domain - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 175 - - + Dominio de error de CRUSH + + Crush Locality - Crush Locality - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 199 - - + Localización de CRUSH + + None - None - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 213 - - + Ninguna + + Technique - Technique - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 226 - - + Técnica + + Packetsize - Packetsize - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 248 - - + Tamaño del paquete + + Crush root - Crush root - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 269 - - + Raíz de CRUSH + + Crush device class - Crush device class - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 286 - - + Clase de dispositivo de CRUSH + + any - any - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 296 - - + cualquiera + + Directory - Directory - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 308 - - + Directorio + + Add - Add - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 326 - - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 140 - - + Añadir + + Close - Close - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 330 - - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 85 - - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 144 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 147 - - - app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html - 63 - - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 50 - - - pool - pool - - app/ceph/pool/pool-form/pool-form.component.html - 16 - - - {VAR_SELECT, select, 1 {Edit} other {Add} } - {VAR_SELECT, select, 1 {Edit} other {Add} } - - app/ceph/pool/pool-form/pool-form.component.html - 16 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 17 - - + Cerrar + + Name... - Name... - - app/ceph/pool/pool-form/pool-form.component.html - 34 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 52 - - - app/core/auth/role-form/role-form.component.html - 27 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 28 - - + Nombre... + + The chosen Ceph pool name is already in use. - The chosen Ceph pool name is already in use. - - app/ceph/pool/pool-form/pool-form.component.html - 43 - - + El nombre del repositorio de Ceph que ha elegido ya está en uso. + + Pool type - Pool type - - app/ceph/pool/pool-form/pool-form.component.html - 52 - - + Tipo de repositorio + + -- Select a pool type -- - -- Select a pool type -- - - app/ceph/pool/pool-form/pool-form.component.html - 61 - - + -- Seleccione un tipo de repositorio -- + + Placement groups - Placement groups - - app/ceph/pool/pool-form/pool-form.component.html - 79 - - + Grupos de colocación + + At least one placement group is needed! - At least one placement group is needed! - - app/ceph/pool/pool-form/pool-form.component.html - 98 - - + Se necesita al menos un grupo de colocación. + + Your cluster can't handle this many PGs. Please recalculate the PG amount needed. - Your cluster can't handle this many PGs. Please recalculate the PG amount needed. - - app/ceph/pool/pool-form/pool-form.component.html - 101 - - + El clúster no puede gestionar tantos grupos de colocación. Vuelva a calcular la cantidad que necesita. + + You can only increase the number of PGs of an existing pool. - Currently your pool has PGs. - You can only increase the number of PGs of an existing pool. - Currently your pool has PGs. - - app/ceph/pool/pool-form/pool-form.component.html - 104 - - + Currently your pool has + PGs. + + Solo puede aumentar el número de grupos de colocación de un repositorio que ya exista. + El repositorio actual tiene + grupos de colocación. + + + Calculation help - Calculation help - - app/ceph/pool/pool-form/pool-form.component.html - 109 - - + Ayuda para el cálculo + + The current PGs settings were calculated for you, you - should make sure the values suite your needs before submit. - The current PGs settings were calculated for you, you - should make sure the values suite your needs before submit. - - app/ceph/pool/pool-form/pool-form.component.html - 113 - - + should make sure the values suit your needs before submit. + El número grupos de colocación actual se ha calculado +  automáticamente. Debe asegurarse de que sirve para sus necesidades antes de enviar. + + Crush ruleset - Crush ruleset - - app/ceph/pool/pool-form/pool-form.component.html - 124 - - + Conjunto de reglas de CRUSH + + -- Select a crush rule -- - -- Select a crush rule -- - - app/ceph/pool/pool-form/pool-form.component.html - 132 - - + -- Seleccione una regla de CRUSH -- + + Crush rule - Crush rule - - app/ceph/pool/pool-form/pool-form.component.html - 153 - - + Regla de CRUSH + + Crush steps - Crush steps - - app/ceph/pool/pool-form/pool-form.component.html - 159 - - + Pasos de CRUSH + + The rule can't be used in the current cluster as it has to few OSDs to meet the minimum required OSD by this rule. - The rule can't be used in the current cluster as it has - to few OSDs to meet the minimum required OSD by this rule. - - app/ceph/pool/pool-form/pool-form.component.html - 170 - - + La regla no se puede usar en el clúster actual, ya que + no tiene suficientes OSD que cumplan el mínimo requerido. + + Replicated size - Replicated size - - app/ceph/pool/pool-form/pool-form.component.html - 181 - - - Minimum: - Minimum: - - app/ceph/pool/pool-form/pool-form.component.html - 195 - - - Maximum: - Maximum: - - app/ceph/pool/pool-form/pool-form.component.html - 196 - - + Tamaño replicado + + + Minimum: + + + Mínimo: + + + + + Maximum: + + + Máximo: + + + + The size specified is out of range. A value from - to is valid. - The size specified is out of range. A value from - to is valid. - - app/ceph/pool/pool-form/pool-form.component.html - 201 - - + to + is valid. + + El tamaño especificado está fuera del intervalo. Los valores válidos + son del + al + . + + + Erasure code profile - Erasure code profile - - app/ceph/pool/pool-form/pool-form.component.html - 211 - - + Perfil de código de borrado + + -- No erasure code profile available -- - -- No erasure code profile available -- - - app/ceph/pool/pool-form/pool-form.component.html - 223 - - + -- No hay ningún perfil de código de borrado disponible -- + + -- Select an erasure code profile -- - -- Select an erasure code profile -- - - app/ceph/pool/pool-form/pool-form.component.html - 226 - - + -- Seleccione un perfil de código de borrado -- + + Flags - Flags - - app/ceph/pool/pool-form/pool-form.component.html - 272 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 57 - - + Indicadores + + EC Overwrites - EC Overwrites - - app/ceph/pool/pool-form/pool-form.component.html - 280 - - + Sustituciones de códigos de borrado + + Applications - Applications - - app/ceph/pool/pool-form/pool-form.component.html - 290 - - + Aplicaciones + + Compression - Compression - - app/ceph/pool/pool-form/pool-form.component.html - 308 - - + Compresión + + Mode - Mode - - app/ceph/pool/pool-form/pool-form.component.html - 314 - - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 22 - - + Modo + + Algorithm - Algorithm - - app/ceph/pool/pool-form/pool-form.component.html - 333 - - + Algoritmo + + -- No erasure compression algorithm available -- - -- No erasure compression algorithm available -- - - app/ceph/pool/pool-form/pool-form.component.html - 344 - - + -- No hay ningún algoritmo de compresión de borrado disponible -- + + Minimum blob size - Minimum blob size - - app/ceph/pool/pool-form/pool-form.component.html - 358 - - + Tamaño de Blob mínimo + + e.g., 128KiB - e.g., 128KiB - - app/ceph/pool/pool-form/pool-form.component.html - 367 - - + p. ej. 128 KiB + + Value should be greater than 0 - Value should be greater than 0 - - app/ceph/pool/pool-form/pool-form.component.html - 372 - - - app/ceph/pool/pool-form/pool-form.component.html - 397 - - + El valor debe ser mayor que 0 + + Value should be greater than the maximum blob size - Value should be greater than the maximum blob size - - app/ceph/pool/pool-form/pool-form.component.html - 375 - - + El valor debe ser mayor que el tamaño de Blob máximo + + Maximum blob size - Maximum blob size - - app/ceph/pool/pool-form/pool-form.component.html - 384 - - + Tamaño de Blob máximo + + e.g., 512KiB - e.g., 512KiB - - app/ceph/pool/pool-form/pool-form.component.html - 392 - - + p. ej. 512 KiB + + Value should be greater than the minimum blob size - Value should be greater than the minimum blob size - - app/ceph/pool/pool-form/pool-form.component.html - 400 - - + El valor debe ser mayor que el tamaño de Blob mínimo + + Ratio - Ratio - - app/ceph/pool/pool-form/pool-form.component.html - 409 - - + Relación + + Compression ratio - Compression ratio - - app/ceph/pool/pool-form/pool-form.component.html - 420 - - + Relación de compresión + + Value should be between 0.0 and 1.0 - Value should be between 0.0 and 1.0 - - app/ceph/pool/pool-form/pool-form.component.html - 423 - - - pool - pool - - app/ceph/pool/pool-form/pool-form.component.html - 438 - - - {VAR_SELECT, select, 1 {Edit} other {Create} } - {VAR_SELECT, select, 1 {Edit} other {Create} } - - app/ceph/pool/pool-form/pool-form.component.html - 438 - - + El valor debe estar entre 0,0 y 1,0 + + + It's not possible to create an RBD pool with '/' in the name. + No es posible crear un repositorio RBD con el nombre "/". + + + Please change the name or remove 'rbd' from the applications list. + Cambie el nombre o elimine "rbd" de la lista de aplicaciones. + + Pools List - Pools List - - app/ceph/pool/pool-list/pool-list.component.html - 2 - - - Please consult the documentation - on how to configure and enable the Object Gateway management functionality. - Please consult the documentation - on how to configure and enable the Object Gateway management functionality. - - app/ceph/rgw/rgw-501/rgw-501.component.html - 3 - - + Lista de repositorios + + + Please consult the + documentation + + on how to configure and enable the Object Gateway management functionality. + + Consulte la + documentación + + sobre cómo configurar y habilitar la función de gestión de Object Gateway. + + + Loading bucket data... - Loading bucket data... - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 2 - - + Cargando datos de la papelera... + + The bucket data could not be loaded. - The bucket data could not be loaded. - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 5 - - - bucket - bucket - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 17 - - + No es posible cargar los datos de la papelera. + + Id - Id - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 26 - - + ID + + The value is not valid. - The value is not valid. - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 61 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 452 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 545 - - + El valor no es válido. + + The chosen name is already in use. - The chosen name is already in use. - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 64 - - - app/core/auth/role-form/role-form.component.html - 37 - - + El nombre que ha elegido ya está en uso. + + Owner - Owner - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 73 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 18 - - + Propietario + + -- Select a user -- - -- Select a user -- - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 86 - - - {VAR_SELECT, select, 1 {Update} other {Add} } - {VAR_SELECT, select, 1 {Update} other {Add} } - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 102 - - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 80 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 142 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 593 - - + -- Seleccione un usuario -- + + Daemons List - Daemons List - - app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.html - 2 - - - Capability - Capability - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 3 - - + Lista de daemons + + Type - Type - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 22 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 42 - - + Tipo + + -- Select a type -- - -- Select a type -- - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 41 - - + -- Seleccione un tipo -- + + Permission - Permission - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 56 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 63 - - + Permiso + + -- Select a permission -- - -- Select a permission -- - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 64 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 71 - - + -- Seleccione un permiso -- + + S3 key - S3 key - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 3 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 123 - - + Clave S3 + + Username - Username - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 22 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 22 - - - app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html - 19 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 24 - - - app/core/auth/user-form/user-form.component.html - 19 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 9 - - + Nombre de usuario + + -- Select a username -- - -- Select a username -- - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 41 - - + -- Seleccione un nombre de usuario -- + + Auto-generate key - Auto-generate key - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 60 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 133 - - + Autogenerar clave + + Access key - Access key - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 71 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 144 - - + Clave de acceso + + Secret key - Secret key - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 106 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 110 - - - app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html - 34 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 176 - - + Clave secreta + + Subuser - Subuser - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 3 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 37 - - + Subusuario + + The chosen subuser ID is already in use. - The chosen subuser ID is already in use. - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 54 - - + El ID de subusuario que ha elegido ya está en uso. + + read, write - read, write - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 77 - - + lectura, escritura + + full - full - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 79 - - + todos + + Swift key - Swift key - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 89 - - - app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html - 3 - - + Clave Swift + + Auto-generate secret - Auto-generate secret - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 99 - - + Autogenerar secreto + + Loading user data... - Loading user data... - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 2 - - + Cargando datos del usuario... + + The user data could not be loaded. - The user data could not be loaded. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 5 - - + No es posible cargar los datos del usuario. + + The chosen user ID is already in use. - The chosen user ID is already in use. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 41 - - + El ID de usuario que ha elegido ya está en uso. + + Full name - Full name - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 50 - - - app/core/auth/user-form/user-form.component.html - 98 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 14 - - + Nombre completo + + Email address - Email address - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 71 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 19 - - + Dirección de correo electrónico + + This is not a valid email address. - This is not a valid email address. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 79 - - + Esta dirección no es válida. + + The chosen email address is already in use. - The chosen email address is already in use. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 82 - - + La dirección de correo electrónico que ha elegido ya está en uso. + + Max. buckets - Max. buckets - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 91 - - + Máx. papeleras + + The entered value must be >= 0. - The entered value must be >= 0. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 104 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 489 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 582 - - + El valor introducido debe ser mayor o igual que 0. + + Suspended - Suspended - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 116 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 24 - - + Suspendido + + Subusers - Subusers - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 205 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 40 - - + Subusuarios + + There are no subusers. - There are no subusers. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 211 - - + No hay ningún subusuario. + + Delete - Delete - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 242 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 296 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 381 - - - Add subuser - Add subuser - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 256 - - + Suprimir + + Keys - Keys - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 264 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 134 - - + Claves + + S3 - S3 - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 268 - - + S3 + + There are no keys. - There are no keys. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 273 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 323 - - + No hay ninguna clave. + + Show - Show - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 289 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 339 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 149 - - - Add S3 key - Add S3 key - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 310 - - + Mostrar + + Swift - Swift - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 318 - - + Swift + + Capabilities - Capabilities - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 352 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 49 - - + Capacidades + + There are no capabilities. - There are no capabilities. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 358 - - - Add capability - Add capability - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 395 - - + No hay ninguna capacidad + + User quota - User quota - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 403 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 61 - - + Cuota de usuario + + Enabled - Enabled - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 413 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 506 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 71 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 66 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 102 - - + Habilitado + + Unlimited size - Unlimited size - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 427 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 520 - - + Tamaño ilimitado + + Max. size - Max. size - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 438 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 531 - - + Tamaño máx. + + Unlimited objects - Unlimited objects - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 465 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 558 - - + Objetos ilimitados + + Max. objects - Max. objects - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 476 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 569 - - + Objetos máx. + + Bucket quota - Bucket quota - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 496 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 66 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 97 - - + Cuota de papelera + + Welcome to Ceph! - Welcome to Ceph! - - app/core/auth/login/login.component.html - 10 - - The welcome message on the login page - + ¡Bienvenidos a Ceph! + The welcome message on the login page + + Username is required - Username is required - - app/core/auth/login/login.component.html - 34 - - + El nombre de usuario es obligatorio + + Password is required - Password is required - - app/core/auth/login/login.component.html - 58 - - + La contraseña es obligatoria + + Login - Login - - app/core/auth/login/login.component.html - 64 - - - Role - Role - - app/core/auth/role-form/role-form.component.html - 10 - - - {VAR_SELECT, select, editing {Edit} other {Add} } - {VAR_SELECT, select, editing {Edit} other {Add} } - - app/core/auth/role-form/role-form.component.html - 10 - - - app/core/auth/user-form/user-form.component.html - 10 - - + Entrada + + Description... - Description... - - app/core/auth/role-form/role-form.component.html - 51 - - + Descripción... + + Permissions - Permissions - - app/core/auth/role-form/role-form.component.html - 61 - - - Role - Role - - app/core/auth/role-form/role-form.component.html - 81 - - - {VAR_SELECT, select, editing {Update} other {Create} } - {VAR_SELECT, select, editing {Update} other {Create} } - - app/core/auth/role-form/role-form.component.html - 81 - - - app/core/auth/user-form/user-form.component.html - 147 - - + Permisos + + Sorry, the user does not exist in Ceph. - Sorry, the user does not exist in Ceph. - - app/core/auth/sso/sso-not-found/sso-not-found.component.html - 3 - - - Return to Login Page. You'll be logged out from the Identity Provider when you retry logging in. - Return to Login Page. You'll be logged out from the Identity Provider when you retry logging in. - - app/core/auth/sso/sso-not-found/sso-not-found.component.html - 4 - - - User - User - - app/core/auth/user-form/user-form.component.html - 10 - - + Lo sentimos. El usuario no existe en Ceph. + + + Return to + Login Page + . You'll be logged out from the Identity Provider when you retry logging in. + + Vuelva a la + Página de entrada + . Saldrá del proveedor de identidad cuando vuelva a intentar entrar a la sesión. + + + Confirm password - Confirm password - - app/core/auth/user-form/user-form.component.html - 69 - - + Confirmar contraseña + + Password confirmation doesn't match the password. - Password confirmation doesn't match the password. - - app/core/auth/user-form/user-form.component.html - 90 - - + Las contraseñas no coinciden. + + Email - Email - - app/core/auth/user-form/user-form.component.html - 114 - - + Correo electrónico + + Invalid email. - Invalid email. - - app/core/auth/user-form/user-form.component.html - 125 - - + Correo electrónico no válido. + + Roles - Roles - - app/core/auth/user-form/user-form.component.html - 131 - - - app/core/auth/user-tabs/user-tabs.component.html - 7 - - - User - User - - app/core/auth/user-form/user-form.component.html - 147 - - + Funciones + + You are about to remove "user read / update" permissions from your own user. - You are about to remove "user read / update" permissions from your own user. - - app/core/auth/user-form/user-form.component.html - 159 - - + Se dispone a eliminar los permisos "lectura/actualización de usuario" de su propio usuario. + + If you continue, you will no longer be able to add or remove roles from any user. - If you continue, you will no longer be able to add or remove roles from any user. - - app/core/auth/user-form/user-form.component.html - 161 - - + Si continúa, no podrá añadir ni eliminar funciones en ningún usuario. + + Are you sure you want to continue? - Are you sure you want to continue? - - app/core/auth/user-form/user-form.component.html - 163 - - + ¿Seguro que desea continuar? + + Forbidden - Forbidden - - app/core/forbidden/forbidden.component.html - 3 - - + Prohibido + + Sorry, you are not allowed to see what you were looking for. - Sorry, you are not allowed to see what you were looking for. - - app/core/forbidden/forbidden.component.html - 7 - - + Lo sentimos. No tiene permiso para ver lo que busca. + + Sorry, we could not find what you were looking for - Sorry, we could not find what you were looking for - - app/core/not-found/not-found.component.html - 3 - - + Lo sentimos. No se encuentra lo que busca + + Remove all - Remove all - - app/core/navigation/notifications/notifications.component.html - 6 - - + Eliminar todo + + Recent Notifications - Recent Notifications - - app/core/navigation/notifications/notifications.component.html - 56 - - - app/core/navigation/notifications/notifications.component.html - 53 - - + Notificaciones recientes + + There are no background tasks. - There are no background tasks. - - app/core/navigation/task-manager/task-manager.component.html - 71 - - + No hay tareas en segundo plano. + + Background Tasks - Background Tasks - - app/core/navigation/task-manager/task-manager.component.html - 83 - - - app/core/navigation/task-manager/task-manager.component.html - 79 - - + Tareas en segundo plano + + Help - Help - - app/core/navigation/dashboard-help/dashboard-help.component.html - 13 - - - app/core/navigation/dashboard-help/dashboard-help.component.html - 10 - - + Ayuda + + Documentation - Documentation - - app/core/navigation/dashboard-help/dashboard-help.component.html - 23 - - + Documentación + + API - API - - app/core/navigation/dashboard-help/dashboard-help.component.html - 28 - - + API + + About - About - - app/core/navigation/dashboard-help/dashboard-help.component.html - 33 - - + Acerca de + + Dashboard Settings - Dashboard Settings - - app/core/navigation/administration/administration.component.html - 10 - - - app/core/navigation/administration/administration.component.html - 7 - - + Ajustes de la consola + + User management - User management - - app/core/navigation/administration/administration.component.html - 18 - - + Gestión del usuario + + Logged in user - Logged in user - - app/core/navigation/identity/identity.component.html - 9 - - - app/core/navigation/identity/identity.component.html - 6 - - + Usuario que ha entrado + + Signed in as - - Signed in as - - - app/core/navigation/identity/identity.component.html - 19 - - + + + + + Ha entrado como + + + + + + Sign out - Sign out - - app/core/navigation/identity/identity.component.html - 27 - - + Salir + + Performance Counters - Performance Counters - - app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html - 9 - - + Contadores de rendimiento + + Performance Details - Performance Details - - app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html - 16 - - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 46 - - - app/ceph/cluster/hosts/host-details/host-details.component.html - 3 - - - app/ceph/pool/pool-details/pool-details.component.html - 13 - - - app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html - 45 - - + Detalles de rendimiento + + ID - ID - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 13 - - + ID + + Index type - Index type - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 23 - - + Tipo de índice + + Placement rule - Placement rule - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 28 - - + Regla de colocación + + Marker - Marker - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 33 - - + Marcador + + Maximum marker - Maximum marker - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 38 - - + Marcador máximo + + Version - Version - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 43 - - + Versión + + Master version - Master version - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 48 - - + Versión maestra + + Modification time - Modification time - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 53 - - + Hora de modificación + + Zonegroup - Zonegroup - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 58 - - + Grupo de zona + + Maximum size - Maximum size - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 76 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 71 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 107 - - + Tamaño máximo + + Unlimited - Unlimited - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 79 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 90 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 74 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 85 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 110 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 121 - - + Sin límite + + Maximum objects - Maximum objects - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 87 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 82 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 118 - - + Número máximo de objetos + + System - System - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 29 - - + Sistema + + {VAR_SELECT, select, 0 {No} 1 {Yes} } - {VAR_SELECT, select, 0 {No} 1 {Yes} } - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 31 - - + {VAR_SELECT, select, 0 {No} 1 {Sí} } + + Maximum buckets - Maximum buckets - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 35 - - + Número máximo de papeleras + + Performance counters not available - Performance counters not available - - app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.html - 12 - - + Los contadores de rendimiento no están disponibles + + + Global + Global + + + Image + Imagen + + + Pool + Repositorio + + + RBD Configuration + Configuración de RBD + + + Remove the local configuration value. The parent configuration value will be inherited and used instead. + Elimina el valor de configuración local. Se heredará y usará en su lugar el valor de configuración padre. + + + The mininum value is 0 + El valor mínimo es 0 + + Attributes (OSD map) - Attributes (OSD map) - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 2 - - + Atributos (mapa de OSD) + + Metadata not available - Metadata not available - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 15 - - + Los metadatos no están disponibles + + Metadata - Metadata - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 8 - - + Metadatos + + Performance counter - Performance counter - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 18 - - - Histogram not available: - Histogram not available: - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 28 - - + Contandor de rendimiento + + + Histogram not available: + + + El histograma no está disponible: + + + + Writes - Writes - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 33 - - + Escrituras + + Reads - Reads - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 38 - - + Lecturas + + Histogram - Histogram - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 25 - - + Histograma + + Current values - Current values - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 23 - - + Valores actuales + + Min - Min - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 47 - - + Mín. + + Max - Max - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 52 - - + Máx. + + Source - Source - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 77 - - + Origen + + Level - Level - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 82 - - - Can be updated at runtime - Can be updated at runtime - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 87 - - + Nivel + + + Can be updated at runtime (editable) + Se puede actualizar en el tiempo de ejecución (editable) + + Tags - Tags - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 92 - - + Etiquetas + + Enum values - Enum values - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 97 - - + Valores Enum + + See also - See also - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 102 - - + Véase también + + Cluster Status - Cluster Status - - app/ceph/dashboard/health/health.component.html - 15 - - + Estado del clúster + + Manager Daemons - Manager Daemons - - app/ceph/dashboard/health/health.component.html - 69 - - + Daemons de gestor + + Object Gateways - Object Gateways - - app/ceph/dashboard/health/health.component.html - 90 - - + Instancias de Object Gateway + + Metadata Servers - Metadata Servers - - app/ceph/dashboard/health/health.component.html - 98 - - + Servidores de metadatos + + iSCSI Gateways - iSCSI Gateways - - app/ceph/dashboard/health/health.component.html - 109 - - + Puertas de enlace iSCSI + + Client IOPS - Client IOPS - - app/ceph/dashboard/health/health.component.html - 125 - - + IOPS de cliente + + Client Throughput - Client Throughput - - app/ceph/dashboard/health/health.component.html - 134 - - + Rendimiento del cliente + + Client Read/Write - Client Read/Write - - app/ceph/dashboard/health/health.component.html - 143 - - - Client Recovery - Client Recovery - - app/ceph/dashboard/health/health.component.html - 161 - - + Lectura/escritura de cliente + + + Recovery Throughput + Rendimiento de recuperación + + Scrub - Scrub - - app/ceph/dashboard/health/health.component.html - 170 - - + Depuración + + Performance - Performance - - app/ceph/dashboard/health/health.component.html - 119 - - + Rendimiento + + Raw Capacity - Raw Capacity - - app/ceph/dashboard/health/health.component.html - 200 - - + Capacidad en bruto + + Objects - Objects - - app/ceph/dashboard/health/health.component.html - 213 - - - app/ceph/block/rbd-details/rbd-details.component.html - 38 - - + Objetos + + PGs per OSD - PGs per OSD - - app/ceph/dashboard/health/health.component.html - 222 - - + Grupos de colocación por OSD + + PG Status - PG Status - - app/ceph/dashboard/health/health.component.html - 231 - - + Estado del grupo de colocación + + Capacity - Capacity - - app/ceph/dashboard/health/health.component.html - 181 - - - See Logs for more details. - See Logs for more details. - - app/ceph/dashboard/health/health.component.html - 265 - - + Capacidad + + + + + See + Logs + for more details. + + + + Consulte la sección + Registros + para obtener más datos. + + + Move an image to trash - Move an image to trash - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 3 - - - To move / to trash, - click Move Image. Optionally, you can pick an expiration date. - To move / to trash, - click Move Image. Optionally, you can pick an expiration date. - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 12 - - + Mover una imagen a la papelera + + + To move + + / + + to trash, + click + Move Image + . Optionally, you can pick an expiration date. + + Para mover + + / + + a la papelera, + haga clic en + Mover imagen + . Opcionalmente, puede seleccionar una fecha de caducidad. + + + Protection expires at - Protection expires at - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 18 - - + La protección caduca a las + + NOT PROTECTED - NOT PROTECTED - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 20 - - + SIN PROTECCIÓN + + Wrong date format. Please use "YYYY-MM-DD HH:mm:ss". - Wrong date format. Please use "YYYY-MM-DD HH:mm:ss". - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 29 - - + Formato de fecha erróneo. Use el formato "AAAA-MM-DD HH:mm:ss". + + Protection has already expired. Please pick a future date or leave it empty. - Protection has already expired. Please pick a future date or leave it empty. - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 32 - - + La protección ya ha caducado. Seleccione una fecha del futuro o deje el campo vacío. + + Move Image - Move Image - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 40 - - + Mover imagen + + Overview - Overview - - app/ceph/block/iscsi-tabs/iscsi-tabs.component.html - 2 - - + Resumen + + Targets - Targets - - app/ceph/block/iscsi-tabs/iscsi-tabs.component.html - 7 - - - Only available for RBD images with fast-diff enabled - Only available for RBD images with fast-diff enabled - - app/ceph/block/rbd-details/rbd-details.component.html - 2 - - - Pool - Pool - - app/ceph/block/rbd-details/rbd-details.component.html - 18 - - + Destinos + + + Only available for RBD images with + fast-diff + enabled + + Solo disponible para imágenes RBD con + fast-diff + habilitado + + + Data Pool - Data Pool - - app/ceph/block/rbd-details/rbd-details.component.html - 23 - - + Repositorio de datos + + Created - Created - - app/ceph/block/rbd-details/rbd-details.component.html - 28 - - + Creados + + Provisioned - Provisioned - - app/ceph/block/rbd-details/rbd-details.component.html - 57 - - + Aprovisionados + + N/A - N/A - - app/ceph/block/rbd-details/rbd-details.component.html - 63 - - - app/ceph/block/rbd-details/rbd-details.component.html - 78 - - + N/D + + Total provisioned - Total provisioned - - app/ceph/block/rbd-details/rbd-details.component.html - 72 - - + Total aprovisionado + + Striping unit - Striping unit - - app/ceph/block/rbd-details/rbd-details.component.html - 87 - - + Unidad de repartición + + Striping count - Striping count - - app/ceph/block/rbd-details/rbd-details.component.html - 92 - - + Recuento de repartición + + Parent - Parent - - app/ceph/block/rbd-details/rbd-details.component.html - 97 - - + Padre + + Block name prefix - Block name prefix - - app/ceph/block/rbd-details/rbd-details.component.html - 107 - - + Prefijo de nombre de bloque + + Order - Order - - app/ceph/block/rbd-details/rbd-details.component.html - 112 - - + Orden + + Snapshots - Snapshots - - app/ceph/block/rbd-details/rbd-details.component.html - 119 - - - RBD Snapshot - RBD Snapshot - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 3 - - + Instantáneas + + + This setting overrides the global value + Este ajuste sustituye al valor global + + + This is the global value. No value for this option has been set for this image. + Este es el valor global. No se ha definido ningún valor para esta opción para esta imagen. + + + + RBD Snapshot + + + instantánea RBD + + + {VAR_SELECT, select, true {Rename} other {Create} } - {VAR_SELECT, select, true {Rename} other {Create} } - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 3 - - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 46 - - - Snapshot - Snapshot - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 46 - - + {VAR_SELECT, select, true {Renombrar} other {Crear} } + + + + Snapshot + + + instantánea + + + PROTECTED - PROTECTED - - app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.html - 17 - - + CON PROTECCIÓN + + UNPROTECTED - UNPROTECTED - - app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.html - 20 - - + SIN PROTECCIÓN + + You are about to rollback - You are about to rollback - - app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.html - 25 - - + Se dispone a revertir + + Purge Trash - Purge Trash - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 3 - - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 14 - - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 41 - - - app/ceph/block/rbd-trash-list/rbd-trash-list.component.html - 25 - - + Vaciar papelera + + To purge, select one or All images and click - To purge, select one or All images and click - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 13 - - + Para limpiar, seleccione una imagen, o todas las imágenes, y haga clic en + + Pool: - Pool: - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 19 - - + Repositorio: + + Pool name... - Pool name... - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 22 - - + Nombre del repositorio... + + All - All - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 30 - - + Todas + + Restore Image - Restore Image - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 3 - - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 16 - - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 40 - - + Restaurar imágenes + + To restore - To restore - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 13 - - + Para restaurar + + type the image's new name and click - type the image's new name and click - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 15 - - + escriba el nombre nuevo de la imagen y haga clic en + + New Name - New Name - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 22 - - + Nombre nuevo + + Expired at - Expired at - - app/ceph/block/rbd-trash-list/rbd-trash-list.component.html - 34 - - + Caducó a las + + Protected until - Protected until - - app/ceph/block/rbd-trash-list/rbd-trash-list.component.html - 37 - - - This image is protected until . - This image is protected until . - - app/ceph/block/rbd-trash-list/rbd-trash-list.component.html - 47 - - + Protección hasta + + + This image is protected until + . + + Esta imagen está protegida hasta el + . + + + iSCSI Topology - iSCSI Topology - - app/ceph/block/iscsi-target-details/iscsi-target-details.component.html - 2 - - + Topología iSCSI + + Issues Problemas - - app/ceph/block/mirroring/image-list/image-list.component.html - 2 - - + + Syncing Sincronizando - - app/ceph/block/mirroring/image-list/image-list.component.html - 11 - - - app/ceph/block/mirroring/image-list/image-list.component.html - 38 - - + + Ready Listo - - app/ceph/block/mirroring/image-list/image-list.component.html - 20 - - + + Edit pool mirror mode - Edit pool mirror mode - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 3 - - + Editar modo de duplicación de repositorio + + To edit the mirror mode for pool  - , select a new mode from the list and click  - Update. - To edit the mirror mode for pool  - , select a new mode from the list and click  - Update. - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 13 - - + + + , select a new mode from the list and click  + Update + . + + Para editar el modo de duplicación del repositorio  + + + , seleccione un modo nuevo en la lista y haga clic  + en + Actualizar + . + + + Peer clusters must be removed prior to disabling mirror. - Peer clusters must be removed prior to disabling mirror. - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 33 - - - Update - Update - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 41 - - - - pool mirror peer - - pool mirror peer - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 3 - - + Los clústeres de par deben eliminarse antes de inhabilitar la duplicación. + + + + + pool mirror peer + + + +duplicar par de repositorio + + + {VAR_SELECT, select, edit {Edit} other {Add} } - {VAR_SELECT, select, edit {Edit} other {Add} } - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 3 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 14 - - - the pool - mirror peer attributes for pool and click - Submit. - the pool - mirror peer attributes for pool and click - Submit. - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 14 - - + {VAR_SELECT, select, edit {Editar} other {Añadir} } + + + + the pool + mirror peer attributes for pool + + + and click + Submit + . + + + los atributos del par + de duplicación del respositorio + + + y haga clic en + Enviar + . + + + Cluster Name - Cluster Name - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 23 - - + Nombre del clúster + + The cluster name is not valid. - The cluster name is not valid. - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 39 - - + El nombre del clúster no es válido. + + CephX ID - CephX ID - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 46 - - + ID de CephX + + CephX ID... - CephX ID... - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 51 - - + ID de CephX... + + The CephX ID is not valid. - The CephX ID is not valid. - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 61 - - + El ID de CephX no es válido. + + Monitor Addresses - Monitor Addresses - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 68 - - + Direcciones de monitores + + Comma-delimited addresses... - Comma-delimited addresses... - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 72 - - + Direcciones delimitadas por comas... + + The monitory address is not valid. - The monitory address is not valid. - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 79 - - + La dirección del monitor no es válida. + + CephX Key - CephX Key - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 86 - - + Clave de CephX + + Base64-encoded key... - Base64-encoded key... - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 90 - - + Clave con cifrado base64... + + CephX key must be base64 encoded. - CephX key must be base64 encoded. - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 97 - - + La clave de CephX debe tener cifrado base64 + + Cache Tiers Details - Cache Tiers Details - - app/ceph/pool/pool-details/pool-details.component.html - 22 - - + Detalles de niveles de caché + + Ranks - Ranks - - app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html - 6 - - - Clients: - Clients: - - app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html - 36 - - - + Clasificaciones + + + Clients: + + + Clientes: + + + + Current - Current - - src/app/ceph/block/iscsi-target-details/iscsi-target-details.component.ts - 1 - + Actual - + + Updated discovery authentication + Autenticación de descubrimiento actualizada + + There are no portals available. - There are no portals available. - - src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts - 1 - + No hay ningún portal disponible. - + There are no images available. - There are no images available. - - src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts - 1 - + No hay ninguna imagen disponible. - + There are no images available. Please make sure you add an image to the target. - There are no images available. Please make sure you add an image to the target. - - src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts - 1 - + No hay ninguna imagen disponible. Asegúrese de añadir una imagen al destino. - + There are no initiators available. Please make sure you add an initiator to the target. - There are no initiators available. Please make sure you add an initiator to the target. - - src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts - 1 - + No hay ningún iniciador disponible. Asegúrese de añadir un iniciador al destino. - + Target - Target - - src/app/ceph/block/iscsi-target-list/iscsi-target-list.component.ts - 1 - + Destino - + Hostname - Hostname - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - src/app/ceph/block/mirroring/daemon-list/daemon-list.component.ts - 1 - - - src/app/ceph/cluster/hosts/hosts.component.ts - 1 - - - src/app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.ts - 1 - - - - # Active/Optimized - # Active/Optimized - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - - # Active/Non-Optimized - # Active/Non-Optimized - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - - Image - Image - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.ts - 1 - - - - Active/Optimized - Active/Optimized - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - - Active/Non-Optimized - Active/Non-Optimized - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - + Nombre de host + + Read Bytes - Read Bytes - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - + Bytes de lectura - + Write Bytes - Write Bytes - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - + Bytes de escritura - + Read Ops - Read Ops - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - + Operaciones de lectura - + Write Ops - Write Ops - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - + Operaciones de escritura - + A/O Since - A/O Since - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - + A/O desde - + Instance - Instance - - src/app/ceph/block/mirroring/daemon-list/daemon-list.component.ts - 1 - + Instancia - + Issue - Issue - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - + Problema - + State - State - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts - 1 - - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - - src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts - 1 - - - + Estado + + Progress - Progress - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - + Progreso - + Disabled - Disabled - - src/app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.ts - 1 - + Inhabilitado - + Edit Mode - Edit Mode - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - + Editar modo - + Add Peer - Add Peer - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - + Añadir par - + Edit Peer - Edit Peer - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - + Editar par - + Delete Peer - Delete Peer - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - + Suprimir par - + Leader - Leader - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - + Líder - + # Local - # Local - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - + N.º locales - + # Remote - # Remote - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - + N.º remotos - + mirror peer - mirror peer - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - + duplicar par - + + Key + Clave + + + Value + Valor + + Deep flatten - Deep flatten - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - + Aplanamiento profundo - + Layering - Layering - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - + En capas - + Exclusive lock - Exclusive lock - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - + Bloqueo exclusivo - + Object map (requires exclusive-lock) - Object map (requires exclusive-lock) - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - + Mapa de objetos (requiere bloqueo exclusivo) - + Journaling (requires exclusive-lock) - Journaling (requires exclusive-lock) - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - + En diario (requiere bloqueo exclusivo) - + Fast diff (requires object-map) - Fast diff (requires object-map) - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - + Diferencias rápidas (requiere mapa de objetos) - + Copy - Copy - - src/app/ceph/block/rbd-list/rbd-list.component.ts - 1 - - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - - - + Copiar + + Flatten - Flatten - - src/app/ceph/block/rbd-list/rbd-list.component.ts - 1 - + Aplanar - + Move to Trash - Move to Trash - - src/app/ceph/block/rbd-list/rbd-list.component.ts - 1 - + Mover a la papelera - + Create - Create - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - - - src/app/core/auth/role-details/role-details.component.ts - 1 - - - src/app/core/auth/role-form/role-form.component.ts - 1 - - - + Crear + + Rename - Rename - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - + Renombrar - + Protect - Protect - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - + Proteger - + Unprotect - Unprotect - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - + Desproteger - + Clone - Clone - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - + Clonar - + Rollback - Rollback - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts - 1 - - - + Revertir + + RBD snapshot rollback - RBD snapshot rollback - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts - 1 - + Reversión de instantánea RBD - + RBD snapshot - RBD snapshot - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts - 1 - + Instantánea RBD - + Restore - Restore - - src/app/ceph/block/rbd-trash-list/rbd-trash-list.component.ts - 1 - + Restaurar - + Deleted At - Deleted At - - src/app/ceph/block/rbd-trash-list/rbd-trash-list.component.ts - 1 - + Suprimido a las - + id - id - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - + ID - + type - type - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - + tipo - + state - state - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - + estado - + version - version - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - + versión - + Host - Host - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - + Host + + root - root - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - + raíz - + Rank - Rank - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - - src/app/ceph/cluster/monitor/monitor.component.ts - 1 - - - src/app/ceph/cluster/monitor/monitor.component.ts - 1 - - - + Clasificación + + Daemon - Daemon - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - + Daemon - + Activity - Activity - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - + Actividad - + Dentries - Dentries - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - + Dentries - + Inodes - Inodes - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - + Inodos - + Usage - Usage - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - - + Uso + + Standby daemons - Standby daemons - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - + Daemons de reserva - + The value can be updated at runtime. - The value can be updated at runtime. - - src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts - 1 - + El valor se puede actualizar en el tiempo de ejecución. - + Daemons/clients do not pull this value from the monitor config database. We disallow setting this option via 'ceph config set ...'. This option should be configured via ceph.conf or via the command line. - Daemons/clients do not pull this value from the - monitor config database. We disallow setting this option via 'ceph config - set ...'. This option should be configured via ceph.conf or via the - command line. - - src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts - 1 - + Los daemons/clientes no extraen este valor de la + base de datos de configuración del monitor. No se recomienda definir esta opción con "ceph config + set ...". Esta opción se debe configurar mediante ceph.conf o a través + de la línea de comandos. - + Option takes effect only during daemon startup. - Option takes effect only during daemon startup. - - src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts - 1 - + La opción solo surte efecto durante el inicio del daemon. - + Option only affects cluster creation. - Option only affects cluster creation. - - src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts - 1 - + La opción solo afecta a la creación del clúster. - + Option only affects daemon creation. - Option only affects daemon creation. - - src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts - 1 - - - - Config option has been updated. - Config option has been updated. - - src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts - 1 - - - - Update config option - Update config option - - src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts - 1 - - - + La opción solo afecta a la creación del daemon. + + + Updated config option + + + Opción de configuración actualizada + + + + Service - Service - - src/app/ceph/cluster/configuration/configuration.component.ts - 1 - + Servicio - + Current value - Current value - - src/app/ceph/cluster/configuration/configuration.component.ts - 1 - + Valor actual + + + Editable + Editable + + + Updated options for module " + ". + + Opciones actualizadas para el módulo + . + + + + Enable + Habilitar - + + Disable + Inhabilitar + + + Reconnecting, please wait ... + Conectando de nuevo. Espere... + + Public Address - Public Address - - src/app/ceph/cluster/monitor/monitor.component.ts - 1 - - - src/app/ceph/cluster/monitor/monitor.component.ts - 1 - - - + Dirección pública + + Open Sessions - Open Sessions - - src/app/ceph/cluster/monitor/monitor.component.ts - 1 - + Sesiones abiertas - + No In - No In - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + No incluir - + OSDs that were previously marked out will not be marked back in when they start - OSDs that were previously marked out will not be marked back in when they start - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Los OSD que se excluyeron anteriormente no se volverán a incluir cuando se inicien - + No Out - No Out - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + No excluir - + OSDs will not automatically be marked out after the configured interval - OSDs will not automatically be marked out after the configured interval - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Los OSD no se excluirán automáticamente después del intervalo configurado - + No Up - No Up - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + No activar - + OSDs are not allowed to start - OSDs are not allowed to start - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + No se permite que los OSD se inicien - + No Down - No Down - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + No desactivar - + OSD failure reports are being ignored, such that the monitors will not mark OSDs down - OSD failure reports are being ignored, such that the monitors will not mark OSDs down - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Se ignoran los informes de error de OSD, de forma que los monitores no desactivarán los OSD - + Pause - Pause - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Pausa - + Pauses reads and writes - Pauses reads and writes - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Pone en pausa las lecturas y escrituras - + No Scrub - No Scrub - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + No depurar - + Scrubbing is disabled - Scrubbing is disabled - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + La depuración está inhabilitada - + No Deep Scrub - No Deep Scrub - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + No depuración profunda - + Deep Scrubbing is disabled - Deep Scrubbing is disabled - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + La depuración profunda está inhabilitada - + No Backfill - No Backfill - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + No reponer - + Backfilling of PGs is suspended - Backfilling of PGs is suspended - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + La reposición de grupos de colocación se suspende - + No Recover - No Recover - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + No recuperar - + Recovery of PGs is suspended - Recovery of PGs is suspended - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + La recuperación de los grupos de colocación se suspende - + Bitwise Sort - Bitwise Sort - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Orden bit a bit - + Use bitwise sort - Use bitwise sort - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Usar orden bit a bit - + Purged Snapdirs - Purged Snapdirs - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Snapdir limpiados - + OSDs have converted snapsets - OSDs have converted snapsets - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Los OSD tienen snapset convertidos - + Recovery Deletes - Recovery Deletes - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Supresiones de recuperación - + Deletes performed during recovery instead of peering - Deletes performed during recovery instead of peering - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Supresiones realizadas durante la recuperación, en lugar de emparejamientos - + PG Log Hard Limit - PG Log Hard Limit - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Límite estricto de registro del grupo de colocación - + Puts a hard limit on pg log length - Puts a hard limit on pg log length - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - OSD Flags were updated successfully. - OSD Flags were updated successfully. - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - OSD Flags - OSD Flags - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - + Establece un límite estricto para la longitud del registro del grupo de colocación + + + Updated OSD Flags + Indicadores de OSD actualizados + + Deep Scrub - Deep Scrub - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - + Depuración profunda - + Mark Out - Mark Out - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - + Marcar para excluir - + out - out - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/dashboard/osd-summary.pipe.ts - 1 - - - + excluir + + Mark In - Mark In - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - + Marcar para incluir - + in - in - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/dashboard/osd-summary.pipe.ts - 1 - - - + Incluir + + Mark Down - Mark Down - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - + Marcar para desactivar - + down - down - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/dashboard/osd-summary.pipe.ts - 1 - - - + desactivar + + Mark Lost - Mark Lost - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - + Marcar como perdido - + Mark - Mark - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - + Marcar - + OSD lost - OSD lost - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - + OSD perdido - + marked lost - marked lost - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - - Remove - Remove - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - + marcado como perdido + + + Purge + Limpiar + + OSD - OSD - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - - removed - removed - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - + OSD + + + purged + limpiado + + Destroy - Destroy - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - + Destruir - + destroy - destroy - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - + destruir - + destroyed - destroyed - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - + destruido - + PGs - PGs - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - + Grupos de colocación - + Read bytes - Read bytes - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - - + Bytes de lectura + + Writes bytes - Writes bytes - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - + Bytes de escritura - + Read ops - Read ops - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - - + Operaciones de lectura + + Write ops - Write ops - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - - - Mark OSD - Mark OSD - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - - Mark - Mark - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - + Operaciones de escritura + + + Mark OSD + + + Marcar OSD + + + + + Mark + + + Marcar + + + + Max Backfills - Max Backfills - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - + Número máximo de reposiciones - + Recovery Max Active - Recovery Max Active - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - + Máximo de recuperaciones activas - + Recovery Max Single Start - Recovery Max Single Start - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - + Máximo de recuperaciones de inicio único - + Recovery Sleep - Recovery Sleep - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - + Reposo de recuperación - + Custom - Custom - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - - - - OSD recovery speed priority "" was set successfully. - OSD recovery speed priority "" was set successfully. - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - - - - OSD recovery speed priority - OSD recovery speed priority - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - - - - was initialized in the following OSD: - was initialized in the following OSD: - - src/app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.ts - 1 - - - + Personalizar + + + Updated OSD recovery speed priority " + " + + Prioridad de velocidad de recuperación de OSD actualizada + + + + + + was initialized in the following OSD: + + + + se ha inicializado en el siguiente OSD: + + + + Job - Job - - src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts - 1 - + Trabajo - + Severity - Severity - - src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts - 1 - + Gravedad - + Started - Started - - src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts - 1 - + Iniciado - + URL - URL - - src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts - 1 - + URL - + Used - Used - - src/app/ceph/dashboard/health/health.component.ts - 1 - + Usado - + Avail. - Avail. - - src/app/ceph/dashboard/health/health.component.ts - 1 - + Dispon. - + Clean - Clean - - src/app/ceph/dashboard/health/health.component.ts - 1 - + Borrar - + Working - Working - - src/app/ceph/dashboard/health/health.component.ts - 1 - + En curso - + Warning - Warning - - src/app/ceph/dashboard/health/health.component.ts - 1 - + Advertencia - + Unknown - Unknown - - src/app/ceph/dashboard/health/health.component.ts - 1 - + Desconocido - + up - up - - src/app/ceph/dashboard/mds-summary.pipe.ts - 1 - - - src/app/ceph/dashboard/osd-summary.pipe.ts - 1 - - - + activo + + no filesystems - no filesystems - - src/app/ceph/dashboard/mds-summary.pipe.ts - 1 - - - src/app/ceph/dashboard/mds-summary.pipe.ts - 1 - - - + sin sistemas de archivos + + active - active - - src/app/ceph/dashboard/mds-summary.pipe.ts - 1 - - - src/app/ceph/dashboard/mgr-summary.pipe.ts - 1 - - - + activo + + standby - standby - - src/app/ceph/dashboard/mds-summary.pipe.ts - 1 - - - src/app/ceph/dashboard/mgr-summary.pipe.ts - 1 - - - + reserva + + n/a - n/a - - src/app/ceph/dashboard/mgr-summary.pipe.ts - 1 - + n/d - + active daemon - active daemon - - src/app/ceph/dashboard/mgr-summary.pipe.ts - 1 - + daemon activo - + quorum - quorum - - src/app/ceph/dashboard/mon-summary.pipe.ts - 1 - + quórum - - Value - Value - - src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.ts - 1 - + + The NFS Ganesha service is not configured. + El servicio NFS Ganesha no está configurado. + + + Transport + Transportar + + + CephFS User + Usuario de CephFS + + + CephFS Filesystem + Sistemas de archivos CephFS - + + (inherited from global config) + (se hereda de la configuración global) + + + inherited from global config + se hereda de la configuración global + + + -- Select what kind of user id squashing is performed -- + -- Seleccione el tipo de reducción de privilegios de ID de usuario que se va a realizar -- + + + There are no daemons available. + No hay ningún daemon disponible. + + + Export + Exportar + + Cache Mode - Cache Mode - - src/app/ceph/pool/pool-details/pool-details.component.ts - 1 - + Modo de caché - + Min Evict Age - Min Evict Age - - src/app/ceph/pool/pool-details/pool-details.component.ts - 1 - + Antigüedad mínima de expulsión - + Min Flush Age - Min Flush Age - - src/app/ceph/pool/pool-details/pool-details.component.ts - 1 - + Antigüedad mínima de vaciado - + Target Max Bytes - Target Max Bytes - - src/app/ceph/pool/pool-details/pool-details.component.ts - 1 - + Número máximo de bytes de destino - + Target Max Objects - Target Max Objects - - src/app/ceph/pool/pool-details/pool-details.component.ts - 1 - + Número máximo de objetos de destino - + No applications added - No applications added - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - + No se ha añadido ninguna aplicación - + Applications limit reached - Applications limit reached - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - + Se ha alcanzado el límite de aplicaciones - + A pool can only have up to four applications definitions. - A pool can only have up to four applications definitions. - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - + Un repositorio solo puede tener hasta cuatro definiciones de aplicaciones. - + Allowed characters '_a-zA-Z0-9' - Allowed characters '_a-zA-Z0-9' - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - + Caracteres permitidos: _, a-z, A-Z y 0-9 - + Maximum length is 128 characters - Maximum length is 128 characters - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - + La longitud máxima es 128 caracteres - + Filter or add applications - Filter or add applications - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - + Filtrar o añadir aplicaciones - + Add application - Add application - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - + Añadir aplicación - + erasure code profile - erasure code profile - - src/app/ceph/pool/pool-form/pool-form.component.ts - 1 - + perfil de código de borrado - + Replica Size - Replica Size - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - + Tamaño de réplica - + Last Change - Last Change - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - + Último cambio - + Erasure Coded Profile - Erasure Coded Profile - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - + Perfil de código de borrado - + Crush Ruleset - Crush Ruleset - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - + Conjunto de reglas de CRUSH - + Write bytes - Write bytes - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - - + Bytes de escritura + + + Updated Object Gateway bucket " + " + + Papelera de Object Gateway actualizada " + " + + + + Created Object Gateway bucket " + " + + Papelera de Object Gateway creada " + " + + + bucket - bucket - - src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.ts - 1 - + papelera - + buckets - buckets - - src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.ts - 1 - - - + papeleras + + + Updated Object Gateway user " + " + + Usuario de Object Gateway actualizado " + " + + + + Created Object Gateway user " + " + + Usuario de Object Gateway creado " + " + + + user - user - - src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts - 1 - + usuario - + users - users - - src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts - 1 - + usuarios - + Scope - Scope - - src/app/core/auth/role-details/role-details.component.ts - 1 - + Ámbito - + Read - Read - - src/app/core/auth/role-details/role-details.component.ts - 1 - - - src/app/core/auth/role-form/role-form.component.ts - 1 - - - - Created role '' - Created role '' - - src/app/core/auth/role-form/role-form.component.ts - 1 - - - - Updated role '' - Updated role '' - - src/app/core/auth/role-form/role-form.component.ts - 1 - - - + Lectura + + + Created role ' + ' + + Se ha creado la función + + + + + Updated role ' + ' + + Se ha actualizado la función + + + + System Role - System Role - - src/app/core/auth/role-list/role-list.component.ts - 1 - - - - Deleted role '' - Deleted role '' - - src/app/core/auth/role-list/role-list.component.ts - 1 - - - - Created user "" - Created user "" - - src/app/core/auth/user-form/user-form.component.ts - 1 - - - + Función del sistema + + + Deleted role ' + ' + + Se ha suprimido la función + + + + + Created user " + " + + Se ha creado el usuario + + + + Update user - Update user - - src/app/core/auth/user-form/user-form.component.ts - 1 - + Actualizar usuario - + Continue - Continue - - src/app/core/auth/user-form/user-form.component.ts - 1 - + Continuar - + You were automatically logged out because your roles have been changed. - You were automatically logged out because your roles have been changed. - - src/app/core/auth/user-form/user-form.component.ts - 1 - - - - Updated user "" - Updated user "" - - src/app/core/auth/user-form/user-form.component.ts - 1 - - - - Deleted user "" - Deleted user "" - - src/app/core/auth/user-list/user-list.component.ts - 1 - - - - Failed to delete user "" - Failed to delete user "" - - src/app/core/auth/user-list/user-list.component.ts - 1 - - - - You are currently logged in as "". - You are currently logged in as "". - - src/app/core/auth/user-list/user-list.component.ts - 1 - - - + La sesión se ha cerrado automáticamente porque sus funciones han cambiado. + + + Updated user " + " + + Se ha actualizado el usuario + + + + + Deleted user " + " + + Se ha suprimido el usuario + + + + + Failed to delete user " + " + + Error al suprimir el usuario + + + + + You are currently logged in as " + ". + + Ha entrado a la sesión como + + + + Each object is split in data-chunks parts, each stored on a different OSD. - Each object is split in data-chunks parts, each stored on a different OSD. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + Cada objeto se divide en porciones de datos, cada una almacenada en un OSD distinto. - + Compute coding chunks for each object and store them on different OSDs. The number of coding chunks is also the number of OSDs that can be down without losing data. - Compute coding chunks for each object and store them on different OSDs. - The number of coding chunks is also the number of OSDs that can be down without losing data. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - + Calcula las porciones de código para cada objeto y las almacena en distintos OSD. + El número de porciones de código es también el número de OSD que pueden estar inactivos sin que se pierdan datos. + + The jerasure plugin is the most generic and flexible plugin, it is also the default for Ceph erasure coded pools. - The jerasure plugin is the most generic and flexible plugin, - it is also the default for Ceph erasure coded pools. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - + El complemento jerasure es el más genérico y flexible, + y también el complemento por defecto para los repositorios de código de borrado de Ceph. + + The more flexible technique is reed_sol_van : it is enough to set k and m. The cauchy_good technique can be faster but you need to chose the packetsize carefully. All of reed_sol_r6_op, liberation, blaum_roth, liber8tion are RAID6 equivalents in the sense that they can only be configured with m=2. - The more flexible technique is reed_sol_van : it is enough to set k - and m. The cauchy_good technique can be faster but you need to chose the packetsize - carefully. All of reed_sol_r6_op, liberation, blaum_roth, liber8tion are RAID6 equivalents - in the sense that they can only be configured with m=2. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + La técnica más flexible es reed_sol_van: basta con definir k y m. + La técnica cauchy_good puede ser más rápida, pero hay que elegir con cuidado el tamaño + del paquete. reed_sol_r6_op, liberation, blaum_roth y liber8tion son todas equivalentes a RAID6 + en el sentido de que solo se pueden configurar con m=2. - + The encoding will be done on packets of bytes size at a time. Chosing the right packet size is difficult. The jerasure documentation contains extensive information on this topic. - The encoding will be done on packets of bytes size at a time. - Chosing the right packet size is difficult. - The jerasure documentation contains extensive information on this topic. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + La codificación se realizará según el tamaño de los paquetes de bytes de uno en uno. + Elegir el tamaño correcto es difícil. + La documentación de jerasure incluye información completa sobre el tema. - + With the jerasure plugin, when an erasure coded object is stored on multiple OSDs, recovering from the loss of one OSD requires reading from all the others. For instance if jerasure is configured with k=8 and m=4, losing one OSD requires reading @@ -5712,937 +3164,693 @@ configurar y activar la monitorización. less OSDs. For instance if lrc is configured with k=8, m=4 and l=4, it will create an additional parity chunk for every four OSDs. When a single OSD is lost, it can be recovered with only four OSDs instead of eleven. - With the jerasure plugin, when an erasure coded object is stored on - multiple OSDs, recovering from the loss of one OSD requires reading from all the others. - For instance if jerasure is configured with k=8 and m=4, losing one OSD requires reading - from the eleven others to repair. + Con el complemento jerasure, cuando un objeto de código de borrado se almacena + en varios OSD, para recuperarse de la pérdida de un OSD es necesario leer de todos los demás. + Por ejemplo, si jerasure está configurado con k=8 y m=4, cuando se pierde un OSD es necesario leer + de los otros once para repararlo. - The lrc erasure code plugin creates local parity chunks to be able to recover using - less OSDs. For instance if lrc is configured with k=8, m=4 and l=4, it will create - an additional parity chunk for every four OSDs. When a single OSD is lost, it can be - recovered with only four OSDs instead of eleven. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + El complemento de código de borrado lrc crea porciones de paridad local para poder realizar la recuperación con + menos OSDs. Por ejemplo, is lrc está configurado con k=8, m=4 y l=4, creará + una porción de paridad adicional para cada cuatro OSDs. Si se pierde un solo OSD, se puede recuperar + solo con cuatro OSD, en lugar de con once. - + Group the coding and data chunks into sets of size locality. For instance, for k=4 and m=2, when locality=3 two groups of three are created. Each set can be recovered without reading chunks from another set. - Group the coding and data chunks into sets of size locality. For instance, - for k=4 and m=2, when locality=3 two groups of three are created. Each set can - be recovered without reading chunks from another set. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + Agrupa las porciones de código y de datos en localizaciones de conjuntos de tamaño. Por ejemplo, + para k=4 y m=2, si locality=3, se crean dos grupos de tres. Cada conjunto + se puede recuperar sin leer porciones de otro conjunto. - + The type of the crush bucket in which each set of chunks defined by l will be stored. For instance, if it is set to rack, each group of l chunks will be placed in a different rack. It is used to create a CRUSH rule step such as step choose rack. If it is not set, no such grouping is done. - The type of the crush bucket in which each set of chunks defined - by l will be stored. For instance, if it is set to rack, each group of l chunks will be - placed in a different rack. It is used to create a CRUSH rule step such as step choose - rack. If it is not set, no such grouping is done. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + El tipo de papelera de CRUSH en el que se almacenará cada + conjunto de porciones definido por l. Por ejemplo, si se define como bastidor, cada grupo de l porciones + se colocará en un bastidor distinto. Se usa para crear un paso de regla de CRUSH, por ejemplo, "step choose + rack". Si no se define, no se realiza este tipo de agrupamiento. - + The isa plugin encapsulates the ISA library. It only runs on Intel processors. - The isa plugin encapsulates the ISA library. It only runs on Intel processors. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + El complemento isa encapsula la biblioteca ISA. Solo funciona en procesadores Intel. - + The ISA plugin comes in two Reed Solomon forms. If reed_sol_van is set, it is Vandermonde, if cauchy is set, it is Cauchy. - The ISA plugin comes in two Reed Solomon forms. - If reed_sol_van is set, it is Vandermonde, if cauchy is set, it is Cauchy. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - + El complemento ISA viene en dos formatos de Reed Solomon. + Si se define reed_sol_van, se trata de Vandermonde; si se define cauchy, se trata de Cauchy. + + The shec plugin encapsulates the multiple SHEC library. It allows ceph to recover data more efficiently than Reed Solomon codes. - The shec plugin encapsulates the multiple SHEC library. - It allows ceph to recover data more efficiently than Reed Solomon codes. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - + El complemento shec encapsula las distintas bibliotecas SHEC. + Permite a Ceph recuperar datos de forma más eficiente que los códigos de Reed Solomon. + + The number of parity chunks each of which includes each data chunk in its calculation range. The number is used as a durability estimator. For instance, if c=2, 2 OSDs can be down without losing data. - The number of parity chunks each of which includes each data chunk in its - calculation range. The number is used as a durability estimator. For instance, if c=2, - 2 OSDs can be down without losing data. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + El número de porciones de paridad. Cada uno de ellas incluye cada porción de datos + en su intervalo de cálculo. El número se usa como estimador de durabilidad. Por ejemplo, si c=2, + 2 OSD pueden estar inactivos sin que se pierdan datos. - + The name of the crush bucket used for the first step of the CRUSH rule. For instance step take default. - The name of the crush bucket used for the first step of the CRUSH rule. - For instance step take default. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - + El nombre de la papelera de CRUSH usado para el primer paso de la regla de CRUSH. + Por ejemplo, "step take default". + + Ensure that no two chunks are in a bucket with the same failure domain. For instance, if the failure domain is host no two chunks will be stored on the same host. It is used to create a CRUSH rule step such as step chooseleaf host. - Ensure that no two chunks are in a bucket with the same failure - domain. For instance, if the failure domain is host no two chunks will be stored on the same - host. It is used to create a CRUSH rule step such as step chooseleaf host. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + Asegúrese de que no hay dos porciones en una papelera con el mismo + dominio de error. Por ejemplo, si el dominio de error es host, no debe haber dos porciones almacenadas en el mismo + host. Se usa para crear un paso de regla de CRUSH, por ejemplo, "step chooseleaf host". - + Restrict placement to devices of a specific class (e.g., ssd or hdd), using the crush device class names in the CRUSH map. - Restrict placement to devices of a specific class - (e.g., ssd or hdd), using the crush device class names in the CRUSH map. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - + Restringe la colocación a dispositivos de una clase concreta + (p.ej., ssd o hdd) usando los nombre de clase de dispositivo CRUSH en el mapa de CRUSH. + + Set the directory name from which the erasure code plugin is loaded. - Set the directory name from which the erasure code plugin is loaded. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + Define el nombre de directorio del que se cargará el complemento de código de borrado. + + + Allows all operations + Permite todas las operaciones + + + Allows only operations that do not modify the server + Permite solo las operaciones que no modifican el servidor + + + Does not allow read or write operations, but allows any other operation + No permite operaciones de lectura o escritura, pero sí cualquier otra - + + Does not allow read, write, or any operation that modifies file attributes or directory content + No permite operaciones de lectura o escritura, ni ninguna otra que modifique los atributos del archivo o el contenido del directorio + + + Allows no access at all + No permite ningún tipo de acceso + + -- Select the priority -- - -- Select the priority -- - - src/app/shared/api/osd.service.ts - 1 - + -- Seleccione la prioridad -- - + Low - Low - - src/app/shared/api/osd.service.ts - 1 - + Baja - + High - High - - src/app/shared/api/osd.service.ts - 1 - + Alta - + Last 5 minutes - Last 5 minutes - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Últimos 5 minutos - + Last 15 minutes - Last 15 minutes - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Últimos 15 minutos - + Last 30 minutes - Last 30 minutes - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Últimos 30 minutos - + Last 1 hour (Default) - Last 1 hour (Default) - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Última hora (opción por defecto) - + Last 3 hours - Last 3 hours - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Últimas 3 horas - + Last 6 hours - Last 6 hours - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Últimas 6 horas - + Last 12 hours - Last 12 hours - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Últimas 12 horas - + Last 24 hours - Last 24 hours - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Últimas 24 horas - + Yesterday - Yesterday - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Ayer - + Today - Today - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Hoy - + Today so far - Today so far - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Hoy hasta ahora - + Day before yesterday - Day before yesterday - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Anteayer - + Last 2 days - Last 2 days - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Los últimos 2 días - + This day last week - This day last week - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Este día la semana pasada - + Previous week - Previous week - - src/app/shared/components/grafana/grafana.component.ts - 1 - + La semana pasada - + This week - This week - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Esta semana - + This week so far - This week so far - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Esta semana hasta ahora - + Last 7 days - Last 7 days - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Los últimos 7 días - + Previous month - Previous month - - src/app/shared/components/grafana/grafana.component.ts - 1 - + El mes pasado - + This month - This month - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Este mes - + This month so far - This month so far - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Este mes hasta ahora - + Last 30 days - Last 30 days - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Los últimos 30 días - + Last 90 days - Last 90 days - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Los últimos 90 días - + Last 6 months - Last 6 months - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Los últimos 6 meses - + Last 1 year - Last 1 year - - src/app/shared/components/grafana/grafana.component.ts - 1 - + El último año - + Previous year - Previous year - - src/app/shared/components/grafana/grafana.component.ts - 1 - + El año pasado - + This year - This year - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Este año - + This year so far - This year so far - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Este año hasta ahora - + Last 2 years - Last 2 years - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Los últimos 2 años - + Last 5 years - Last 5 years - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Los últimos 5 años - + Information - Information - - src/app/shared/components/info-panel/info-panel.component.ts - 1 - + Información - + No items selected. - No items selected. - - src/app/shared/components/select/select-messages.model.ts - 1 - + No se ha seleccionado ningún elemento. - + Deselect item to select again - Deselect item to select again - - src/app/shared/components/select/select-messages.model.ts - 1 - + Deseleccione el elemento para volver a seleccionarlo - + Selection limit reached - Selection limit reached - - src/app/shared/components/select/select-messages.model.ts - 1 - + Se ha alcanzado el límite de selección - + Filter tags - Filter tags - - src/app/shared/components/select/select-messages.model.ts - 1 - + Filtrar etiquetas - + Add badge - Add badge - - src/app/shared/components/select/select-messages.model.ts - 1 - + Añadir insignia - + There are no items available. - There are no items available. - - src/app/shared/components/select/select-messages.model.ts - 1 - - - - Failed to - Failed to - - src/app/shared/services/task-message.service.ts - 1 - - - + No hay ningún elemento disponible. + + + Yes + Sí + + + No + No + + + Quality of Service + Calidad del servicio + + + BPS Limit + Límite de BPS + + + The desired limit of IO bytes per second. + El límite deseado de bytes de E/S por segundo. + + + IOPS Limit + Límite de IOPS + + + The desired limit of IO operations per second. + El límite deseado de operaciones de E/S por segundo. + + + Read BPS Limit + Límite de BPS de lectura + + + The desired limit of read bytes per second. + El límite deseado de bytes de lectura por segundo. + + + Read IOPS Limit + Límite de IOPS de lectura + + + The desired limit of read operations per second. + El límite deseado de operaciones de lectura por segundo. + + + Write BPS Limit + Límite de BPS de escritura + + + The desired limit of write bytes per second. + El límite deseado de bytes de escritura por segundo. + + + Write IOPS Limit + Límite de IOPS de escritura + + + The desired limit of write operations per second. + El límite deseado de operaciones de escritura por segundo. + + + BPS Burst + Ráfaga de BPS + + + The desired burst limit of IO bytes. + El límite deseado de ráfaga de bytes de E/S. + + + IOPS Burst + Ráfaga de IOPS + + + The desired burst limit of IO operations. + El límite deseado de ráfaga de operaciones de E/S. + + + Read BPS Burst + Ráfaga de BPS de lectura + + + The desired burst limit of read bytes. + El límite deseado de ráfaga de bytes de lectura. + + + Read IOPS Burst + Ráfaga de IOPS de lectura + + + The desired burst limit of read operations. + El límite deseado de ráfaga de operaciones de lectura. + + + Write BPS Burst + Ráfaga de BPS de escritura + + + The desired burst limit of write bytes. + El límite deseado de ráfaga de bytes de escritura. + + + Write IOPS Burst + Ráfaga de IOPS de escritura + + + The desired burst limit of write operations. + El límite deseado de ráfaga de operaciones de escritura. + + + Failed to + + + + Error al + + + + + Executing - Executing - - src/app/shared/services/task-message.service.ts - 1 - + Ejecutando - + execute - execute - - src/app/shared/services/task-message.service.ts - 1 - + ejecutar - + Executed - Executed - - src/app/shared/services/task-message.service.ts - 1 - + Ejecutado - + unknown task - unknown task - - src/app/shared/services/task-message.service.ts - 1 - + tarea desconocida - + Creating - Creating - - src/app/shared/services/task-message.service.ts - 1 - + Creando - + create - create - - src/app/shared/services/task-message.service.ts - 1 - + crear - + Updating - Updating - - src/app/shared/services/task-message.service.ts - 1 - + Actualizando - + update - update - - src/app/shared/services/task-message.service.ts - 1 - + actualizar - + Updated - Updated - - src/app/shared/services/task-message.service.ts - 1 - + Actualizado - + Deleting - Deleting - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - + Suprimiendo + + delete - delete - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - + suprimir + + Deleted - Deleted - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - - RBD '' - RBD '' - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - - RBD snapshot '' - RBD snapshot '' - - src/app/shared/services/task-message.service.ts - 1 - - - - mirror mode for pool '' - mirror mode for pool '' - - src/app/shared/services/task-message.service.ts - 1 - - - - mirror peer for pool '' - mirror peer for pool '' - - src/app/shared/services/task-message.service.ts - 1 - - - - Name is already used by . - Name is already used by . - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - - Name is already used by . - Name is already used by . - - src/app/shared/services/task-message.service.ts - 1 - - - - Name is already used by . - Name is already used by . - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - - contains snapshots. - contains snapshots. - - src/app/shared/services/task-message.service.ts - 1 - - - + Suprimido + + + RBD ' + ' + + RBD + + + + + RBD snapshot ' + ' + + Instantánea RBD + + + + + mirror mode for pool ' + ' + + modo de duplicación para repositorio + + + + + mirror peer for pool ' + ' + + par de duplicación para repositorio + + + + + Name is already used by + . + + + ya está usando el nombre. + + + + Name is already used by + . + + + ya está usando el nombre. + + + + Name is already used by + . + + + ya está usando el nombre. + + + + + contains snapshots. + + + contiene instantáneas. + + + Cloning - Cloning - - src/app/shared/services/task-message.service.ts - 1 - + Clonando - + clone - clone - - src/app/shared/services/task-message.service.ts - 1 - + clonar - + Cloned - Cloned - - src/app/shared/services/task-message.service.ts - 1 - - - - Snapshot of must be protected. - Snapshot of must be protected. - - src/app/shared/services/task-message.service.ts - 1 - - - + Clonado + + + Snapshot of + must be protected. + + La instantánea de + debe estar protegida. + + + Copying - Copying - - src/app/shared/services/task-message.service.ts - 1 - + Copiando - + copy - copy - - src/app/shared/services/task-message.service.ts - 1 - + copiar - + Copied - Copied - - src/app/shared/services/task-message.service.ts - 1 - + Copiado - + Flattening - Flattening - - src/app/shared/services/task-message.service.ts - 1 - + Aplanando - + flatten - flatten - - src/app/shared/services/task-message.service.ts - 1 - + aplanar - + Flattened - Flattened - - src/app/shared/services/task-message.service.ts - 1 - - - - Name is already used by . - Name is already used by . - - src/app/shared/services/task-message.service.ts - 1 - - - - Cannot unprotect because it contains child images. - Cannot unprotect because it contains child images. - - src/app/shared/services/task-message.service.ts - 1 - - - - Cannot delete because it's protected. - Cannot delete because it's protected. - - src/app/shared/services/task-message.service.ts - 1 - - - + Aplanado + + + Name is already used by + . + + + ya está usando el nombre. + + + + Cannot unprotect + because it contains child images. + + No es posible desproteger + porque contiene imágenes hijas. + + + + Cannot delete + because it's protected. + + No es posible suprimir + porque está protegido. + + + Rolling back - Rolling back - - src/app/shared/services/task-message.service.ts - 1 - + Revirtiendo - + rollback - rollback - - src/app/shared/services/task-message.service.ts - 1 - + revertir - + Rolled back - Rolled back - - src/app/shared/services/task-message.service.ts - 1 - + Revertido - + Moving - Moving - - src/app/shared/services/task-message.service.ts - 1 - + Moviendo - + move - move - - src/app/shared/services/task-message.service.ts - 1 - + mover - + Moved - Moved - - src/app/shared/services/task-message.service.ts - 1 - - - - image '' to trash - image '' to trash - - src/app/shared/services/task-message.service.ts - 1 - - - + Movido + + + image ' + ' to trash + + la imagen + a la papelera + + + Could not find image. - Could not find image. - - src/app/shared/services/task-message.service.ts - 1 - + No se encuentra la imagen. - + Restoring - Restoring - - src/app/shared/services/task-message.service.ts - 1 - + Restaurando - + restore - restore - - src/app/shared/services/task-message.service.ts - 1 - + restaurar - + Restored - Restored - - src/app/shared/services/task-message.service.ts - 1 - - - - image '' into '' - image '' into '' - - src/app/shared/services/task-message.service.ts - 1 - - - - Image name '' is already in use. - Image name '' is already in use. - - src/app/shared/services/task-message.service.ts - 1 - - - - image '' - image '' - - src/app/shared/services/task-message.service.ts - 1 - - - + Restaurado + + + image ' + ' into ' + ' + + la imagen + en + + + + + Image name ' + ' is already in use. + + El nombre de imagen + ya está en uso. + + + + image ' + ' + + la imagen + + + + Purging - Purging - - src/app/shared/services/task-message.service.ts - 1 - + Limpiando - + purge - purge - - src/app/shared/services/task-message.service.ts - 1 - + limpiar - + Purged - Purged - - src/app/shared/services/task-message.service.ts - 1 - + Limpiado - + all pools - all pools - - src/app/shared/services/task-message.service.ts - 1 - - - - images from - images from - - src/app/shared/services/task-message.service.ts - 1 - - - + todos los repositorios + + + images from + + + imágenes de + + + + Cannot disable mirroring because it contains a peer. - Cannot disable mirroring because it contains a peer. - - src/app/shared/services/task-message.service.ts - 1 - - - - pool '' - pool '' - - src/app/shared/services/task-message.service.ts - 1 - - - - erasure code profile '' - erasure code profile '' - - src/app/shared/services/task-message.service.ts - 1 - - - - target '' - target '' - - src/app/shared/services/task-message.service.ts - 1 - + No es posible inhabilitar la duplicación porque contiene un par + + + pool ' + ' + + repositorio + + + + + erasure code profile ' + ' + + perfil de código de borrado + + + + + target ' + ' + + destino + + + + + NFS + + + NFS + + diff --git a/src/pybind/mgr/dashboard/frontend/src/locale/messages.fr-FR.xlf b/src/pybind/mgr/dashboard/frontend/src/locale/messages.fr-FR.xlf index 21383933cc48..a0dec1dcd9fa 100644 --- a/src/pybind/mgr/dashboard/frontend/src/locale/messages.fr-FR.xlf +++ b/src/pybind/mgr/dashboard/frontend/src/locale/messages.fr-FR.xlf @@ -1,5708 +1,3156 @@ - - + + - + Toggle navigation - Toggle navigation - - app/core/navigation/navigation/navigation.component.html - 15 - - + Activer/Désactiver la navigation + + Dashboard - Dashboard - - app/core/navigation/navigation/navigation.component.html - 35 - - + Tableau de bord + + Cluster - Cluster - - app/core/navigation/navigation/navigation.component.html - 47 - - + Grappe + + Hosts Serveurs - - app/core/navigation/navigation/navigation.component.html - 57 - - - app/ceph/dashboard/health/health.component.html - 81 - - + + Monitors - Monitors - - app/core/navigation/navigation/navigation.component.html - 64 - - - app/ceph/dashboard/health/health.component.html - 48 - - + Moniteurs + + OSDs - OSDs - - app/core/navigation/navigation/navigation.component.html - 71 - - - app/ceph/dashboard/health/health.component.html - 57 - - + OSD + + Configuration Configuration - - app/core/navigation/navigation/navigation.component.html - 78 - - + + CRUSH map - CRUSH map - - app/core/navigation/navigation/navigation.component.html - 85 - - + Carte CRUSH + + + Manager modules + Modules Manager + + Logs - Logs - - app/core/navigation/navigation/navigation.component.html - 92 - - + Journaux + + Alerts - Alerts - - app/core/navigation/navigation/navigation.component.html - 98 - - + Alertes + + Pools - Pools - - app/core/navigation/navigation/navigation.component.html - 108 - - - app/ceph/block/mirroring/overview/overview.component.html - 12 - - - app/ceph/dashboard/health/health.component.html - 190 - - - app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html - 19 - - + Réserves + + Block - Block - - app/core/navigation/navigation/navigation.component.html - 122 - - + Bloc + + Images Images - - app/core/navigation/navigation/navigation.component.html - 131 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 120 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 341 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 479 - - - app/ceph/block/iscsi/iscsi.component.html - 9 - - - app/ceph/block/mirroring/overview/overview.component.html - 21 - - - app/ceph/block/rbd-images/rbd-images.component.html - 3 - - + + Mirroring - Mirroring - - app/core/navigation/navigation/navigation.component.html - 139 - - + Mise en miroir + + iSCSI - iSCSI - - app/core/navigation/navigation/navigation.component.html - 151 - - + iSCSI + + + NFS + NFS + + Filesystems Systèmes de fichiers - - app/core/navigation/navigation/navigation.component.html - 162 - - + + Object Gateway - Object Gateway - - app/core/navigation/navigation/navigation.component.html - 173 - - + Object Gateway + + Daemons - Daemons - - app/core/navigation/navigation/navigation.component.html - 182 - - - app/ceph/block/iscsi/iscsi.component.html - 3 - - - app/ceph/block/mirroring/overview/overview.component.html - 5 - - + Daemons + + Users Utilisateurs - - app/core/navigation/navigation/navigation.component.html - 188 - - - app/core/auth/user-tabs/user-tabs.component.html - 2 - - + + Buckets - Buckets - - app/core/navigation/navigation/navigation.component.html - 194 - - - Retrieving data for - . Please wait... - Retrieving data for - . Please wait... - - app/shared/components/view-cache/view-cache.component.html - 2 - - - Displaying previously cached data - for . - Displaying previously cached data - for . - - app/shared/components/view-cache/view-cache.component.html - 7 - - - Could not load data for - . - Please check the cluster health. - Could not load data for - . - Please check the cluster health. - - app/shared/components/view-cache/view-cache.component.html - 12 - - + Compartiments + + + Retrieving data + for + + + . Please wait... + + Récupération des données + pour + + + . Veuillez patienter... + + + + Displaying previously cached data + + for + + + . + + Affichage des données + précédemment mises en cache + pour + + + . + + + + Could not load data + for + + + . + Please check the cluster health. + + Impossible de charger les données + pour + + + . + Veuillez vérifier l'état de santé de la grappe. + + + Back Retour - - app/shared/components/error-panel/error-panel.component.html - 27 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 544 - - - app/ceph/block/rbd-form/rbd-form.component.html - 303 - - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 159 - - - app/ceph/pool/pool-form/pool-form.component.html - 443 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 107 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 598 - - - app/core/auth/role-form/role-form.component.html - 85 - - - app/core/auth/user-form/user-form.component.html - 151 - - + + Select a Language Sélectionner une langue - - app/shared/components/language-selector/language-selector.component.html - 7 - - + + Loading panel data... - Loading panel data... - - app/shared/components/grafana/grafana.component.html - 3 - - + Chargement des données du panneau... + + Please consult the - documentation on how to - configure and enable the monitoring functionality. - Please consult the - documentation on how to - configure and enable the monitoring functionality. - - app/shared/components/grafana/grafana.component.html - 6 - - + documentation + on how to + configure and enable the monitoring functionality. + + Veuillez consulter la + documentation + relative à + la configuration et à l'activation de la fonctionnalité de surveillance. + + + Grafana Dashboard doesn't exist. Please refer to - documentation on how to - add dashboards to Grafana. - Grafana Dashboard doesn't exist. Please refer to - documentation on how to - add dashboards to Grafana. - - app/shared/components/grafana/grafana.component.html - 11 - - + documentation + on how to + add dashboards to Grafana. + + Le tableau de bord Grafana n'existe pas. Veuillez consulter + la + documentation + relative à + l'ajout de tableaux de bord à Grafana. + + + Grafana Time Picker - Grafana Time Picker - - app/shared/components/grafana/grafana.component.html - 20 - - + Sélecteur d'heure Grafana + + Reset Settings - Reset Settings - - app/shared/components/grafana/grafana.component.html - 35 - - + Réinitialiser les paramètres + + Failed to load data. Échec du chargement des données. - - app/shared/datatable/table/table.component.html - 2 - - + + selected - selected - - app/shared/datatable/table/table.component.html - 112 - - X selected - + sélectionné(e)(s) + X selected + + found - found - - app/shared/datatable/table/table.component.html - 115 - - X found - + trouvé(e)(s) + X found + + total - total - - app/shared/datatable/table/table.component.html - 118 - - X total - + total + X total + + Settings - Settings - - app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html - 3 - - + Paramètres + + Changing these parameters from their default values is usually not necessary. - Changing these parameters from their default values is usually not necessary. - - app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html - 15 - - - app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html - 13 - - + Il n'est généralement pas nécessaire de modifier ces paramètres par défaut. + + + Backstore + Backstore + + Confirm - Confirm - - app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html - 35 - - - app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html - 53 - - + Confirmer + + Cancel Annuler - - app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html - 39 - - - app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html - 57 - - - app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html - 38 - - - app/shared/components/confirmation-modal/confirmation-modal.component.html - 21 - - - app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html - 38 - - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 91 - - - app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html - 34 - - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 25 - - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 44 - - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 45 - - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 44 - - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 45 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 110 - - + + Advanced Settings - Advanced Settings - - app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html - 3 - - - Create target - Create target - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 11 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 539 - - + Paramètres avancés + + Target IQN - Target IQN - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 20 - - + IQN cible + + This field is required. Ce champs est requis. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 43 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 209 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 231 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 266 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 291 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 326 - - - app/ceph/block/rbd-form/rbd-form.component.html - 49 - - - app/ceph/block/rbd-form/rbd-form.component.html - 91 - - - app/ceph/block/rbd-form/rbd-form.component.html - 151 - - - app/ceph/block/rbd-form/rbd-form.component.html - 175 - - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 31 - - - app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html - 18 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 58 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 92 - - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 47 - - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 72 - - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 47 - - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 96 - - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 131 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 51 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 83 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 132 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 38 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 62 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 101 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 166 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 198 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 449 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 486 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 542 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 579 - - - app/core/auth/role-form/role-form.component.html - 34 - - - app/core/auth/user-form/user-form.component.html - 33 - - - app/core/auth/user-form/user-form.component.html - 60 - - - app/core/auth/user-form/user-form.component.html - 87 - - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 36 - - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 32 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 36 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 58 - - + + IQN has wrong pattern. - IQN has wrong pattern. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 47 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 213 - - + Modèle IQN incorrect. + + An IQN has the following notation 'iqn.$year-$month.$reversedAddress:$definedName' - An IQN has the following notation 'iqn.$year-$month.$reversedAddress:$definedName' - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 51 - - + Un IQN est associé à la notation 'iqn.$year-$month.$reversedAddress:$definedName' + + For example: iqn.2016-06.org.dashboard:storage:disk.sn-a8675309 - For example: iqn.2016-06.org.dashboard:storage:disk.sn-a8675309 - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 53 - - + Par exemple : iqn.2016-06.org.dashboard:storage:disk.sn-a8675309 + + More information - More information - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 57 - - + Plus d'informations + + This target has modified advanced settings. - This target has modified advanced settings. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 62 - - + Des paramètres avancés de cette cible ont été modifiés. + + Portals - Portals - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 72 - - - At least gateways are required. - At least gateways are required. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 96 - - + Portails + + + At least + gateways are required. + + Au moins + passerelles sont nécessaires. + + + Add portal - Add portal - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 106 - - + Ajouter un portail + + This image has modified settings. - This image has modified settings. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 146 - - + Des paramètres avancés de cette image ont été modifiés. + + At least 1 image is required. - At least 1 image is required. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 151 - - + Au moins 1 image est requise. + + Add image - Add image - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 161 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 371 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 506 - - + Ajouter une image + + + ACL authentication + Authentification ACL + + Initiators - Initiators - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 174 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 437 - - + Initiateurs + + Initiator - Initiator - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 181 - - + Initiateur + + Client IQN - Client IQN - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 194 - - + IQN client + + Initiator IQN needs to be unique. - Initiator IQN needs to be unique. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 205 - - + L'IQN de l'initiateur doit être unique. + + User - User - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 223 - - + Utilisateur + + Usernames must have a length of 8 to 64 characters and can only contain letters, '.', '@', '-', '_' or ':'. - Usernames must have a length of 8 to 64 characters and - can only contain letters, '.', '@', '-', '_' or ':'. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 235 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 295 - - + Les noms d'utilisateur doivent comporter entre 8 et 64 caractères et + ne peuvent contenir que des lettres et les caractères '.', '@', '-', '_' ou ':'. + + Password Mot de passe - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 245 - - - app/core/auth/user-form/user-form.component.html - 42 - - - Passwords must have a length of 12 to 16 characters - and can only contain letters, '@', '-' or '_'. - Passwords must have a length of 12 to 16 characters - and can only contain letters, '@', '-' or '_'. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 270 - - + + Mutual User - Mutual User - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 281 - - + Utilisateur commun + + Mutual Password - Mutual Password - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 305 - - - Passwords must have a length of 12 to 16 characters and - can only contain letters, '@', '-' or '_'. - Passwords must have a length of 12 to 16 characters and - can only contain letters, '@', '-' or '_'. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 330 - - + Mot de passe commun + + Initiator belongs to a group. Images will be configure in the group. - Initiator belongs to a group. Images will be configure in the group. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 361 - - + L'initiateur appartient à un groupe dans lequel les images seront configurées. + + No items added. - No items added. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 384 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 521 - - + Aucun élément ajouté. + + Add initiator - Add initiator - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 389 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 465 - - + Ajouter un initiateur + + Groups - Groups - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 403 - - + Groupes + + Group - Group - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 410 - - + Groupe + + Name Nom - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 422 - - - app/ceph/block/rbd-form/rbd-form.component.html - 36 - - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 18 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 21 - - - app/ceph/pool/pool-form/pool-form.component.html - 26 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 42 - - - app/core/auth/role-form/role-form.component.html - 19 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 8 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 8 - - - app/ceph/block/rbd-details/rbd-details.component.html - 13 - - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 23 - - + + Add group - Add group - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 526 - - - Are you sure that you want to the selected ? - Are you sure that you want to the selected ? - - app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html - 15 - - + Ajouter un groupe + + + Submit + Soumettre + + + Are you sure that you want to + the selected + ? + + Voulez-vous vraiment + l'élément sélectionné + ? + + + Yes, I am sure. - Yes, I am sure. - - app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html - 25 - - - Please consult the documentation - on how to configure and enable the iSCSI Targets management functionality. - Please consult the documentation - on how to configure and enable the iSCSI Targets management functionality. - - app/ceph/block/iscsi-target-list/iscsi-target-list.component.html - 6 - - + Oui. + + + Discovery Authentication + Authentification de la découverte + + + Usernames must have a length of 8 to 64 characters and + can only contain letters, '.', '@', '-', '_' or ':'. + Les noms d'utilisateur doivent comporter entre 8 et 64 caractères et + ne peuvent contenir que des lettres et les caractères '.', '@', '-', '_' ou ':'. + + + Please consult the + documentation + + on how to configure and enable the iSCSI Targets management functionality. + + Veuillez consulter la + documentation + +relative à la configuration et à l'activation de la fonctionnalité de gestion des cibles iSCSI. + + + Available information: - Available information: - - app/ceph/block/iscsi-target-list/iscsi-target-list.component.html - 12 - - + Informations disponibles : + + iSCSI Targets not available - iSCSI Targets not available - - app/ceph/block/iscsi-target-list/iscsi-target-list.component.html - 4 - - - {VAR_SELECT, select, editing {Edit} cloning {Clone} copying {Copy} other {Add} } - {VAR_SELECT, select, editing {Edit} cloning {Clone} copying {Copy} other {Add} } - - app/ceph/block/rbd-form/rbd-form.component.html - 10 - - - {VAR_SELECT, select, cloning {Clone from} copying {Copy from} other {Parent} } - {VAR_SELECT, select, cloning {Clone from} copying {Copy from} other {Parent} } - - app/ceph/block/rbd-form/rbd-form.component.html - 20 - - + Cibles iSCSI non disponibles + + + '/' and '@' are not allowed. + Les caractères '/' et '@' ne sont pas autorisés. + + Loading... Chargement... - - app/ceph/block/rbd-form/rbd-form.component.html - 79 - - - app/ceph/block/rbd-form/rbd-form.component.html - 139 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 59 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 186 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 210 - - - app/ceph/pool/pool-form/pool-form.component.html - 5 - - - app/ceph/pool/pool-form/pool-form.component.html - 220 - - - app/ceph/pool/pool-form/pool-form.component.html - 341 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 83 - - + + -- No rbd pools available -- - -- No rbd pools available -- - - app/ceph/block/rbd-form/rbd-form.component.html - 82 - - + -- Aucune réserve RBD disponible -- + + -- Select a pool -- - -- Select a pool -- - - app/ceph/block/rbd-form/rbd-form.component.html - 85 - - + -- Sélectionner une réserve -- + + Use a dedicated data pool - Use a dedicated data pool - - app/ceph/block/rbd-form/rbd-form.component.html - 105 - - + Utiliser une réserve de données dédiée + + Data pool - Data pool - - app/ceph/block/rbd-form/rbd-form.component.html - 116 - - + Réserve de données + + Dedicated pool that stores the object-data of the RBD. - Dedicated pool that stores the object-data of the RBD. - - app/ceph/block/rbd-form/rbd-form.component.html - 120 - - + Réserve dédiée qui stocke les données objet du RBD. + + -- No data pools available -- - -- No data pools available -- - - app/ceph/block/rbd-form/rbd-form.component.html - 142 - - + -- Aucune réserve de données disponible -- + + Size Taille - - app/ceph/block/rbd-form/rbd-form.component.html - 160 - - - app/ceph/block/rbd-details/rbd-details.component.html - 33 - - + + e.g., 10GiB - par ex. 10Gio - - app/ceph/block/rbd-form/rbd-form.component.html - 170 - - + par exemple, 10 Gio + + You have to increase the size. Vous devez augmenter la taille. - - app/ceph/block/rbd-form/rbd-form.component.html - 178 - - + + Features Fonctionnalités - - app/ceph/block/rbd-form/rbd-form.component.html - 188 - - - app/ceph/block/rbd-details/rbd-details.component.html - 48 - - + + Advanced... - Advanced... - - app/ceph/block/rbd-form/rbd-form.component.html - 211 - - + Avancé... + + Advanced - Advanced - - app/ceph/block/rbd-form/rbd-form.component.html - 217 - - + Avancé + + + Striping + Segmentation + + Object size Taille de l'objet - - app/ceph/block/rbd-form/rbd-form.component.html - 224 - - - app/ceph/block/rbd-details/rbd-details.component.html - 43 - - + + Stripe unit - Stripe unit - - app/ceph/block/rbd-form/rbd-form.component.html - 241 - - + Unité de segmentation + + -- Select stripe unit -- - -- Select stripe unit -- - - app/ceph/block/rbd-form/rbd-form.component.html - 252 - - + -- Sélectionner une unité de segmentation -- + + This field is required because stripe count is defined! - This field is required because stripe count is defined! - - app/ceph/block/rbd-form/rbd-form.component.html - 258 - - + Ce champ est obligatoire, car le nombre de segments est défini. + + Stripe unit is greater than object size. - Stripe unit is greater than object size. - - app/ceph/block/rbd-form/rbd-form.component.html - 261 - - + L'unité de segmentation est supérieure à la taille de l'objet. + + Stripe count - Stripe count - - app/ceph/block/rbd-form/rbd-form.component.html - 270 - - + Nombre de segments + + This field is required because stripe unit is defined! - This field is required because stripe unit is defined! - - app/ceph/block/rbd-form/rbd-form.component.html - 283 - - + Ce champ est obligatoire, car l'unité de segmentation est définie. + + Stripe count must be greater than 0. - Stripe count must be greater than 0. - - app/ceph/block/rbd-form/rbd-form.component.html - 286 - - - {VAR_SELECT, select, editing {Update} cloning {Clone} copying {Copy} other {Create} } - {VAR_SELECT, select, editing {Update} cloning {Clone} copying {Copy} other {Create} } - - app/ceph/block/rbd-form/rbd-form.component.html - 298 - - + Le nombre de segments doit être supérieur à 0. + + Trash - Poubelle - - app/ceph/block/rbd-images/rbd-images.component.html - 8 - - + Corbeille + + Overall Performance - Overall Performance - - app/ceph/block/rbd-images/rbd-images.component.html - 12 - - - app/ceph/cluster/hosts/hosts.component.html - 29 - - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 71 - - - app/ceph/pool/pool-list/pool-list.component.html - 35 - - - app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.html - 16 - - + Performance globale + + Edit - Edit - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 10 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 235 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 374 - - + Modifier + + Description Description - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 32 - - - app/core/auth/role-form/role-form.component.html - 46 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 13 - - + + Long description - Longue description - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 46 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 18 - - + Description longue + + Default - Défaut - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 60 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 32 - - + Valeur par défaut + + Daemon default - Daemon default - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 74 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 37 - - + Valeur par défaut du daemon + + Services Services - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 88 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 68 - - + + Values Valeurs - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 101 - - - The entered value is too high! It must not be greater than . - La valeur entrée est trop haute! Elle ne doit pas être supérieure à . - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 139 - - - The entered value is too low! It must not be lower than . - La valeur entrée est trop haute! Elle ne doit pas être inférieure à . - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 142 - - + + + The entered value is too high! It must not be greater than + . + + La valeur entrée est trop élevée ! Elle ne peut pas être supérieure à + . + + + + The entered value is too low! It must not be lower than + . + + La valeur entrée est trop faible ! Elle ne peut pas être inférieure à + . + + + Save Sauvegarder - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 154 - - + + CRUSH map viewer - CRUSH map viewer - - app/ceph/cluster/crushmap/crushmap.component.html - 6 - - + Visionneuse de carte CRUSH + + Hosts List - Liste de serveurs. - - app/ceph/cluster/hosts/hosts.component.html - 3 - - + Liste d'hôtes + + No entries found - No entries found - - app/ceph/cluster/logs/logs.component.html - 14 - - - app/ceph/cluster/logs/logs.component.html - 30 - - + Aucune entrée trouvée + + Cluster Logs - Cluster Logs - - app/ceph/cluster/logs/logs.component.html - 4 - - + Journaux de grappes + + Audit Logs - Audit Logs - - app/ceph/cluster/logs/logs.component.html - 20 - - + Journaux d'audit + + + Loading configuration... + Chargement de la configuration... + + + The configuration could not be loaded. + La configuration n'a pas pu être chargée. + + + Edit Manager module + Modifier le module Manager + + + The entered value is not a valid UUID, e.g.: 67dcac9f-2c03-4d6c-b7bd-1210b3a259a8 + La valeur entrée n'est pas un UUID valide, par exemple : 67dcac9f-2c03-4d6c-b7bd-1210b3a259a8 + + + The entered value needs to be a valid IP address. + La valeur entrée doit être une adresse IP valide. + + + The entered value is too high! It must be lower or equal to + . + + La valeur entrée est trop élevée ! Elle doit être inférieure ou égale à + . + + + + The entered value is too low! It must be greater or equal to + . + + La valeur entrée est trop faible ! Elle doit être supérieure ou égale à + . + + + + The entered value needs to be a number. + La valeur entrée doit être un nombre. + + + The entered value needs to be a number or decimal. + La valeur entrée doit être un nombre ou une valeur décimale. + + + Update + Mise à jour + + Status - Status - - app/ceph/cluster/monitor/monitor.component.html - 4 - - - app/ceph/dashboard/health/health.component.html - 3 - - + Statut + + Cluster ID - Cluster ID - - app/ceph/cluster/monitor/monitor.component.html - 9 - - + ID de grappe + + monmap modified - monmap modified - - app/ceph/cluster/monitor/monitor.component.html - 14 - - + monmap modifié + + monmap epoch - monmap epoch - - app/ceph/cluster/monitor/monitor.component.html - 19 - - + monmap epoch + + quorum con - quorum con - - app/ceph/cluster/monitor/monitor.component.html - 24 - - + quorum con + + quorum mon - quorum mon - - app/ceph/cluster/monitor/monitor.component.html - 29 - - + quorum mon + + required con - required con - - app/ceph/cluster/monitor/monitor.component.html - 34 - - + required con + + required mon - required mon - - app/ceph/cluster/monitor/monitor.component.html - 39 - - + required mon + + In Quorum - In Quorum - - app/ceph/cluster/monitor/monitor.component.html - 48 - - + Dans le quorum + + Not In Quorum - Not In Quorum - - app/ceph/cluster/monitor/monitor.component.html - 54 - - + Hors quorum + + Cluster-wide OSD Flags - Cluster-wide OSD Flags - - app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html - 3 - - - Submit - Soumettre. - - app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html - 34 - - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 87 - - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 21 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 106 - - + Drapeaux OSD à l'échelle de la grappe + + OSD Recovery Priority - OSD Recovery Priority - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 3 - - + Priorité de récupération des OSD + + Priority - Priority - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 16 - - + Priorité + + Customize priority values - Customize priority values - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 44 - - + Personnaliser les valeurs de priorité + + This field is required! - Ce champ est requis! - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 67 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 34 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 67 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 91 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 117 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 165 - - - app/ceph/pool/pool-form/pool-form.component.html - 40 - - - app/ceph/pool/pool-form/pool-form.component.html - 69 - - - app/ceph/pool/pool-form/pool-form.component.html - 95 - - - - - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 71 - - - The entered value is too high! It must not be greater than . - The entered value is too high! It must not be greater than . - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 75 - - - The entered value is too low! It must not be lower than . - The entered value is too low! It must not be lower than . - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 79 - - + Ce champ est obligatoire ! + + + [object Object] + [object Object] + + + The entered value is too high! It must not be greater than + . + + La valeur entrée est trop élevée ! Elle ne peut pas être supérieure à + . + + + + The entered value is too low! It must not be lower than + . + + La valeur entrée est trop faible ! Elle ne peut pas être inférieure à + . + + + Reweight OSD - Reweight OSD - - app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html - 3 - - + Réévaluer l'OSD + + The value needs to be between 0 and 1. - La valeur doit se situer entre 0 et 1. - - app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html - 20 - - + La valeur doit être comprise entre 0 et 1. + + Reweight - Reweight - - app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html - 30 - - - OSDs Scrub - OSDs Scrub - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 3 - - + Réévaluer + + + OSDs + Scrub + + Nettoyage des + OSD + + + {VAR_SELECT, select, 1 {Deep } } - {VAR_SELECT, select, 1 {Deep } } - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 3 - - - You are about to apply a scrub to - the OSD . - You are about to apply a scrub to - the OSD . - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 13 - - + {VAR_SELECT, select, 1 {Profondeur } } + + + You are about to apply a + scrub to + the OSD + + + . + + Vous êtes sur le point d'appliquer un nettoyage + + à l'OSD + + + . + + + {VAR_SELECT, select, 1 {deep } } - {VAR_SELECT, select, 1 {deep } } - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 13 - - + {VAR_SELECT, select, 1 {profondeur } } + + Set Cluster-wide Flags - Set Cluster-wide Flags - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 25 - - + Définir des drapeaux à l'échelle de la grappe + + Set Cluster-wide Recovery Priority - Set Cluster-wide Recovery Priority - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 41 - - + Définir une priorité de récupération à l'échelle de la grappe + + OSDs List - OSDs List - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 3 - - - OSD will be marked - if you proceed. - OSD will be marked - if you proceed. - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 81 - - + Liste des OSD + + + + OSD + + will be marked + + + if you proceed. + + L' + OSD + + sera marqué + + + si vous continuez. + + + The OSD is not safe to destroy! - The OSD is not safe to destroy! - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 90 - - - OSD will be - if you proceed. - OSD will be - if you proceed. - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 92 - - + L'OSD ne peut pas être détruit de façon sécurisée ! + + + + OSD + + will be + + + if you proceed. + + + L'OSD + + sera + + + si vous continuez. + + + Details Détails - - app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.html - 10 - - - app/core/auth/role-details/role-details.component.html - 2 - - - app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html - 3 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 2 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 3 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 3 - - - app/ceph/block/rbd-details/rbd-details.component.html - 8 - - - app/ceph/pool/pool-details/pool-details.component.html - 5 - - - app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html - 3 - - + + Health Santé - - app/ceph/dashboard/dashboard/dashboard.component.html - 4 - - + + Statistics Statistiques - - app/ceph/dashboard/dashboard/dashboard.component.html - 8 - - - Add erasure code profile - Add erasure code profile - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 3 - - + + + Please consult the + documentation + + on how to configure and enable the NFS Ganesha management functionality. + + Veuillez consulter la + documentation + + relative à la configuration et à l'activation de la fonctionnalité de gestion du NFS Ganesha. + + + + Clients + Clients + + + Any client can access + Accès possible par tous les clients + + + Addresses + Adresses + + + Required field + Champ obligatoire + + + Must contain one or more comma-separated values + Doit contenir une ou plusieurs valeurs séparées par une virgule + + + For example: + Par exemple : + + + Access Type + Type d'accès + + + Squash + Squash + + + Add clients + Ajouter des clients + + + NFS export + + + Export NFS + + + + + -- No cluster available -- + -- Aucune grappe disponible -- + + + -- Select the cluster -- + -- Sélectionner la grappe -- + + + Add daemon + Ajouter un daemon + + + Storage Backend + Backend de stockage + + + -- Select the storage backend -- + -- Sélectionner le backend de stockage -- + + + Object Gateway User + Utilisateur Object Gateway + + + -- No users available -- + -- Aucun utilisateur disponible -- + + + -- Select the object gateway user -- + -- Sélectionner l'utilisateur Object Gateway -- + + + CephFS User ID + ID utilisateur CephFS + + + -- No clients available -- + -- Aucun client disponible -- + + + -- Select the cephx client -- + -- Sélectionner le client cephx -- + + + CephFS Name + Nom CephFS + + + Security Label + Libellé de sécurité + + + Enable security label + Activer le libellé de sécurité + + + CephFS Path + Chemin CephFS + + + Path need to start with a '/' and can be followed by a word + Le chemin doit commencer par '/' et peut être suivi d'un mot + + + New directory will be created + Un nouveau répertoire sera créé + + + Path + Chemin + + + Path can only be a single '/' or a word + Le chemin peut être constitué d'un seul '/' ou d'un seul mot + + + New bucket will be created + Un compartiment sera créé + + + NFS Protocol + Protocole NFS + + + NFSv3 + NFSv3 + + + NFSv4 + NFSv4 + + + NFS Tag + Balise NFS + + + Alternative access for + NFS v3 + mounts (it must not have a leading /). + + Autre chemin d'accès aux montages + NFS v3 + (doit commencer par /). + + + + Clients may not mount subdirectories (i.e. if Tag = foo, the client may not mount foo/baz). + Les clients ne peuvent pas monter de sous-répertoires (si la balise = foo, le client ne peut pas monter foo/baz). + + + By using different Tag options, the same Path may be exported multiple times. + En utilisant différentes options de balise, il est possible d'exporter plusieurs fois le même chemin. + + + Pseudo + Pseudo + + + The position that this + NFS v4 + export occupies + in the + Pseudo FS + (it must be unique). + + Position occupée par cet export + NFS v4 + + dans le + système de fichiers Pseudo + (doit être unique). + + + + By using different Pseudo options, the same Path may be exported multiple times. + En utilisant différentes options de pseudo, il est possible d'exporter exporter plusieurs fois le même chemin. + + + Wrong format + Format incorrect + + + -- No access type available -- + -- Aucun type d'accès disponible -- + + + -- Select the access type -- + -- Sélectionner le type d'accès -- + + + -- No squash available -- + -- Aucun squash disponible -- + + + --Select what kind of user id squashing is performed -- + -- Sélectionnez le type de squash d'ID utilisateur qui est effectué -- + + + Transport Protocol + Protocole de transport + + + UDP + UDP + + + TCP + TCP + + + CephFS + CephFS + + The name can only consist of alphanumeric characters, dashes and underscores. - The name can only consist of alphanumeric characters, dashes and underscores. - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 37 - - + Le nom doit être exclusivement composé de caractères alphanumériques, de tirets et de traits de soulignement. + + The chosen erasure code profile name is already in use. - The chosen erasure code profile name is already in use. - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 40 - - + Le nom de profil du code d'effacement sélectionné est déjà utilisé. + + Plugin - Plugin - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 47 - - + Plug-in + + Data chunks (k) - Data chunks (k) - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 75 - - + Blocs de données (k) + + Must be equal to or greater than 2. - Doit être équivalent ou supérieur à 2. - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 94 - - + Doit être égal ou supérieur à 2. + + Coding chunks (m) - Coding chunks (m) - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 102 - - + Blocs de codage (m) + + Must be equal to or greater than 1. - Doit être équivalent ou supérieur à 1. - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 120 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 142 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 168 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 261 - - + Doit être égal ou supérieur à 1. + + Durability estimator (c) - Durability estimator (c) - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 129 - - + Estimateur de durabilité (c) + + Locality (l) - Locality (l) - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 151 - - + Localité (l) + + Crush failure domain - Crush failure domain - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 175 - - + Domaine de défaillance Crush + + Crush Locality - Crush Locality - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 199 - - + Localité Crush + + None Aucun - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 213 - - + + Technique - Technique - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 226 - - + Technique + + Packetsize - Packetsize - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 248 - - + Taille de paquet + + Crush root - Crush root - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 269 - - + Racine Crush + + Crush device class - Crush device class - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 286 - - + Classe de périphérique Crush + + any - any - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 296 - - + tout + + Directory Répertoire - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 308 - - + + Add Ajouter - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 326 - - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 140 - - + + Close Fermer - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 330 - - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 85 - - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 144 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 147 - - - app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html - 63 - - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 50 - - - pool - pool - - app/ceph/pool/pool-form/pool-form.component.html - 16 - - - {VAR_SELECT, select, 1 {Edit} other {Add} } - {VAR_SELECT, select, 1 {Edit} other {Add} } - - app/ceph/pool/pool-form/pool-form.component.html - 16 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 17 - - + + Name... Nom... - - app/ceph/pool/pool-form/pool-form.component.html - 34 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 52 - - - app/core/auth/role-form/role-form.component.html - 27 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 28 - - + + The chosen Ceph pool name is already in use. - The chosen Ceph pool name is already in use. - - app/ceph/pool/pool-form/pool-form.component.html - 43 - - + Le nom de réserve Ceph sélectionné est déjà utilisé. + + Pool type - Pool type - - app/ceph/pool/pool-form/pool-form.component.html - 52 - - + Type de réserve + + -- Select a pool type -- - -- Select a pool type -- - - app/ceph/pool/pool-form/pool-form.component.html - 61 - - + -- Sélectionner un type de réserve -- + + Placement groups - Placement groups - - app/ceph/pool/pool-form/pool-form.component.html - 79 - - + Groupes de placements + + At least one placement group is needed! - At least one placement group is needed! - - app/ceph/pool/pool-form/pool-form.component.html - 98 - - + Au moins un groupe de placements est nécessaire. + + Your cluster can't handle this many PGs. Please recalculate the PG amount needed. - Your cluster can't handle this many PGs. Please recalculate the PG amount needed. - - app/ceph/pool/pool-form/pool-form.component.html - 101 - - + Votre grappe ne peut pas gérer autant de groupes de placements. Veuillez recalculer le nombre de groupes de placements nécessaires. + + You can only increase the number of PGs of an existing pool. - Currently your pool has PGs. - You can only increase the number of PGs of an existing pool. - Currently your pool has PGs. - - app/ceph/pool/pool-form/pool-form.component.html - 104 - - + Currently your pool has + PGs. + + Vous pouvez uniquement augmenter le nombre de groupes de placements d'une réserve existante. + Votre réserve contient actuellement + groupes de placements. + + + Calculation help Aide au calcul - - app/ceph/pool/pool-form/pool-form.component.html - 109 - - + + The current PGs settings were calculated for you, you - should make sure the values suite your needs before submit. - The current PGs settings were calculated for you, you - should make sure the values suite your needs before submit. - - app/ceph/pool/pool-form/pool-form.component.html - 113 - - + should make sure the values suit your needs before submit. + Les paramètres actuels des groupes de placements ont été calculés pour vous. +Vérifiez que les valeurs correspondent à vos besoins avant de les soumettre. + + Crush ruleset - Crush ruleset - - app/ceph/pool/pool-form/pool-form.component.html - 124 - - + Jeu de règles Crush + + -- Select a crush rule -- - -- Select a crush rule -- - - app/ceph/pool/pool-form/pool-form.component.html - 132 - - + -- Sélectionner une règle crush -- + + Crush rule - Crush rule - - app/ceph/pool/pool-form/pool-form.component.html - 153 - - + Règle Crush + + Crush steps - Crush steps - - app/ceph/pool/pool-form/pool-form.component.html - 159 - - + Étapes Crush + + The rule can't be used in the current cluster as it has to few OSDs to meet the minimum required OSD by this rule. - The rule can't be used in the current cluster as it has - to few OSDs to meet the minimum required OSD by this rule. - - app/ceph/pool/pool-form/pool-form.component.html - 170 - - + La règle ne peut pas être utilisée dans la grappe active, car celle-ci + comporte un nombre d'OSD inférieur au nombre d'OSD minimum requis par cette règle. + + Replicated size - Replicated size - - app/ceph/pool/pool-form/pool-form.component.html - 181 - - - Minimum: - Minimum: - - app/ceph/pool/pool-form/pool-form.component.html - 195 - - - Maximum: - Maximum: - - app/ceph/pool/pool-form/pool-form.component.html - 196 - - + Taille de réplication + + + Minimum: + + + Minimum : + + + + + Maximum: + + + Maximum : + + + + The size specified is out of range. A value from - to is valid. - The size specified is out of range. A value from - to is valid. - - app/ceph/pool/pool-form/pool-form.component.html - 201 - - + to + is valid. + + La taille spécifiée est en dehors de la plage. Une valeur comprise entre + et + est valide. + + + Erasure code profile - Erasure code profile - - app/ceph/pool/pool-form/pool-form.component.html - 211 - - + Profil de code d'effacement + + -- No erasure code profile available -- - -- No erasure code profile available -- - - app/ceph/pool/pool-form/pool-form.component.html - 223 - - + -- Aucun profil de code d'effacement n'est disponible -- + + -- Select an erasure code profile -- - -- Select an erasure code profile -- - - app/ceph/pool/pool-form/pool-form.component.html - 226 - - + -- Sélectionner un profil de code d'effacement -- + + Flags - Flags - - app/ceph/pool/pool-form/pool-form.component.html - 272 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 57 - - + Drapeaux + + EC Overwrites - EC Overwrites - - app/ceph/pool/pool-form/pool-form.component.html - 280 - - + Écrasements EC + + Applications - Applications - - app/ceph/pool/pool-form/pool-form.component.html - 290 - - + Applications + + Compression Compression - - app/ceph/pool/pool-form/pool-form.component.html - 308 - - + + Mode Mode - - app/ceph/pool/pool-form/pool-form.component.html - 314 - - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 22 - - + + Algorithm Algorithme - - app/ceph/pool/pool-form/pool-form.component.html - 333 - - + + -- No erasure compression algorithm available -- - -- No erasure compression algorithm available -- - - app/ceph/pool/pool-form/pool-form.component.html - 344 - - + -- Aucun algorithme de compression d'effacement n'est disponible -- + + Minimum blob size - Minimum blob size - - app/ceph/pool/pool-form/pool-form.component.html - 358 - - + Taille de blob minimale + + e.g., 128KiB par ex. 128 Kio - - app/ceph/pool/pool-form/pool-form.component.html - 367 - - + + Value should be greater than 0 - Value should be greater than 0 - - app/ceph/pool/pool-form/pool-form.component.html - 372 - - - app/ceph/pool/pool-form/pool-form.component.html - 397 - - + La valeur doit être supérieure à 0 + + Value should be greater than the maximum blob size - Value should be greater than the maximum blob size - - app/ceph/pool/pool-form/pool-form.component.html - 375 - - + La valeur doit être supérieure à la taille de blob maximale. + + Maximum blob size - Maximum blob size - - app/ceph/pool/pool-form/pool-form.component.html - 384 - - + Taille de blob maximale + + e.g., 512KiB - par ex. 512Kio - - app/ceph/pool/pool-form/pool-form.component.html - 392 - - + par ex., 512 Kio + + Value should be greater than the minimum blob size - Value should be greater than the minimum blob size - - app/ceph/pool/pool-form/pool-form.component.html - 400 - - + La valeur doit être supérieure à la taille de blob minimale. + + Ratio Rapport - - app/ceph/pool/pool-form/pool-form.component.html - 409 - - + + Compression ratio Rapport de compression - - app/ceph/pool/pool-form/pool-form.component.html - 420 - - + + Value should be between 0.0 and 1.0 La valeur doit se situer entre 0.0 et 1.0 - - app/ceph/pool/pool-form/pool-form.component.html - 423 - - - pool - pool - - app/ceph/pool/pool-form/pool-form.component.html - 438 - - - {VAR_SELECT, select, 1 {Edit} other {Create} } - {VAR_SELECT, select, 1 {Edit} other {Create} } - - app/ceph/pool/pool-form/pool-form.component.html - 438 - - + + + It's not possible to create an RBD pool with '/' in the name. + Il n'est pas possible de créer une réserve RBD dont le nom contient '/'. + + + Please change the name or remove 'rbd' from the applications list. + Modifiez le nom ou supprimez 'rbd' de la liste des applications. + + Pools List - Pools List - - app/ceph/pool/pool-list/pool-list.component.html - 2 - - - Please consult the documentation - on how to configure and enable the Object Gateway management functionality. - Please consult the documentation - on how to configure and enable the Object Gateway management functionality. - - app/ceph/rgw/rgw-501/rgw-501.component.html - 3 - - + Liste des réserves + + + Please consult the + documentation + + on how to configure and enable the Object Gateway management functionality. + + Veuillez consulter la + documentation + + relative à la configuration et à l'activation de la fonctionnalité de gestion Object Gateway. + + + Loading bucket data... - Loading bucket data... - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 2 - - + Chargement des données de compartiment... + + The bucket data could not be loaded. - The bucket data could not be loaded. - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 5 - - - bucket - bucket - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 17 - - + Les données du compartiment n'ont pas pu être chargées. + + Id - Id - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 26 - - + ID + + The value is not valid. La valeur n'est pas valide. - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 61 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 452 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 545 - - + + The chosen name is already in use. - Le nom choisi est déjà en cours d'utilisation. - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 64 - - - app/core/auth/role-form/role-form.component.html - 37 - - + Le nom sélectionné est déjà en cours d'utilisation. + + Owner Propriétaire - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 73 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 18 - - + + -- Select a user -- - -- Select a user -- - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 86 - - - {VAR_SELECT, select, 1 {Update} other {Add} } - {VAR_SELECT, select, 1 {Update} other {Add} } - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 102 - - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 80 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 142 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 593 - - + -- Sélectionner un utilisateur -- + + Daemons List - Daemons List - - app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.html - 2 - - - Capability - Capability - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 3 - - + Liste de daemons + + Type - Type - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 22 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 42 - - + Type + + -- Select a type -- - -- Select a type -- - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 41 - - + -- Sélectionner un type -- + + Permission - Permission - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 56 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 63 - - + Autorisation + + -- Select a permission -- - -- Select a permission -- - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 64 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 71 - - + -- Sélectionner une autorisation -- + + S3 key Clef S3 - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 3 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 123 - - + + Username Nom d'utilisateur - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 22 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 22 - - - app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html - 19 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 24 - - - app/core/auth/user-form/user-form.component.html - 19 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 9 - - + + -- Select a username -- - -- Select a username -- - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 41 - - + -- Sélectionner un nom d'utilisateur -- + + Auto-generate key - Clef générée automatiquement - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 60 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 133 - - + Générer automatiquement la clef + + Access key - Access key - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 71 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 144 - - + Clef d'accès + + Secret key - Secret key - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 106 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 110 - - - app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html - 34 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 176 - - + Clef secrète + + Subuser - Subuser - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 3 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 37 - - + Utilisateur secondaire + + The chosen subuser ID is already in use. - The chosen subuser ID is already in use. - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 54 - - + L'ID d'utilisateur secondaire sélectionné est déjà utilisé. + + read, write lire, écrire - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 77 - - + + full - rempli - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 79 - - + complet + + Swift key - Swift key - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 89 - - - app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html - 3 - - + Clé Swift + + Auto-generate secret - Auto-generate secret - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 99 - - + Générer automatiquement le secret + + Loading user data... - Loading user data... - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 2 - - + Chargement des donnés utilisateur… + + The user data could not be loaded. - The user data could not be loaded. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 5 - - + Les donnés utilisateur n'ont pas pu être chargées. + + The chosen user ID is already in use. - The chosen user ID is already in use. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 41 - - + L'ID utilisateur spécifié est déjà utilisé. + + Full name Nom complet - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 50 - - - app/core/auth/user-form/user-form.component.html - 98 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 14 - - + + Email address - Adresse email - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 71 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 19 - - + Adresse électronique + + This is not a valid email address. - Ceci n'est pas une adresse email valide. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 79 - - + Ceci n'est pas une adresse électronique valide. + + The chosen email address is already in use. - The chosen email address is already in use. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 82 - - + L'adresse électronique spécifiée est déjà utilisée. + + Max. buckets - Max. buckets - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 91 - - + Nombre max. de compartiments + + The entered value must be >= 0. - The entered value must be >= 0. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 104 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 489 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 582 - - + La valeur saisie doit être >= 0. + + Suspended Suspendu - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 116 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 24 - - + + Subusers - Subusers - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 205 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 40 - - + Utilisateurs secondaires + + There are no subusers. - There are no subusers. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 211 - - + Il n'y a aucun utilisateur secondaire. + + Delete - Supprimé - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 242 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 296 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 381 - - - Add subuser - Add subuser - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 256 - - + Supprimer + + Keys Clefs - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 264 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 134 - - + + S3 - S3 - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 268 - - + S3 + + There are no keys. Il n'y a pas de clefs. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 273 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 323 - - + + Show Afficher - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 289 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 339 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 149 - - - Add S3 key - Add S3 key - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 310 - - + + Swift Swift - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 318 - - + + Capabilities - Capabilities - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 352 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 49 - - + Fonctionnalités + + There are no capabilities. - There are no capabilities. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 358 - - - Add capability - Add capability - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 395 - - + Il n'y a aucune fonctionnalité. + + User quota Quota utilisateur - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 403 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 61 - - + + Enabled Activé - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 413 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 506 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 71 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 66 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 102 - - + + Unlimited size Taille illimitée - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 427 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 520 - - + + Max. size Taille max. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 438 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 531 - - + + Unlimited objects Objets illimités - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 465 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 558 - - + + Max. objects - Objet max. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 476 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 569 - - + Nombre max. d'objets + + Bucket quota - Bucket quota - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 496 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 66 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 97 - - + Quota de compartiments + + Welcome to Ceph! - Welcome to Ceph! - - app/core/auth/login/login.component.html - 10 - - The welcome message on the login page - + Bienvenue dans Ceph ! + The welcome message on the login page + + Username is required - Nom d'utilisateur requis. - - app/core/auth/login/login.component.html - 34 - - + Nom d'utilisateur requis + + Password is required Mot de passe requis - - app/core/auth/login/login.component.html - 58 - - + + Login - Login - - app/core/auth/login/login.component.html - 64 - - - Role - Role - - app/core/auth/role-form/role-form.component.html - 10 - - - {VAR_SELECT, select, editing {Edit} other {Add} } - {VAR_SELECT, select, editing {Edit} other {Add} } - - app/core/auth/role-form/role-form.component.html - 10 - - - app/core/auth/user-form/user-form.component.html - 10 - - + Connexion + + Description... Description... - - app/core/auth/role-form/role-form.component.html - 51 - - + + Permissions - Permission - - app/core/auth/role-form/role-form.component.html - 61 - - - Role - Role - - app/core/auth/role-form/role-form.component.html - 81 - - - {VAR_SELECT, select, editing {Update} other {Create} } - {VAR_SELECT, select, editing {Update} other {Create} } - - app/core/auth/role-form/role-form.component.html - 81 - - - app/core/auth/user-form/user-form.component.html - 147 - - + Autorisations + + Sorry, the user does not exist in Ceph. - Sorry, the user does not exist in Ceph. - - app/core/auth/sso/sso-not-found/sso-not-found.component.html - 3 - - - Return to Login Page. You'll be logged out from the Identity Provider when you retry logging in. - Return to Login Page. You'll be logged out from the Identity Provider when you retry logging in. - - app/core/auth/sso/sso-not-found/sso-not-found.component.html - 4 - - - User - User - - app/core/auth/user-form/user-form.component.html - 10 - - + Désolé, l'utilisateur n'existe pas dans Ceph. + + + Return to + Login Page + . You'll be logged out from the Identity Provider when you retry logging in. + + Retournez à la + page de connexion + . Vous serez déconnecté du fournisseur d'identité lorsque vous tenterez de vous reconnecter. + + + Confirm password - Confirmez le mot de passe - - app/core/auth/user-form/user-form.component.html - 69 - - + Confirmer le mot de passe + + Password confirmation doesn't match the password. Le mot de passe de confirmation ne correspond pas au mot de passe. - - app/core/auth/user-form/user-form.component.html - 90 - - + + Email - Email - - app/core/auth/user-form/user-form.component.html - 114 - - + Adresse électronique + + Invalid email. - L'adresse email est invalide. - - app/core/auth/user-form/user-form.component.html - 125 - - + L'adresse électronique n'est pas valide. + + Roles - Roles - - app/core/auth/user-form/user-form.component.html - 131 - - - app/core/auth/user-tabs/user-tabs.component.html - 7 - - - User - User - - app/core/auth/user-form/user-form.component.html - 147 - - + Rôles + + You are about to remove "user read / update" permissions from your own user. - You are about to remove "user read / update" permissions from your own user. - - app/core/auth/user-form/user-form.component.html - 159 - - + Vous êtes sur le point de supprimer les autorisations "lecture/mise à jour utilisateur" de votre propre utilisateur. + + If you continue, you will no longer be able to add or remove roles from any user. - Si vous continuez, vous ne serez plus capable d'ajouter ou supprimer des rôles sur n'importe quel utilisateur. - - app/core/auth/user-form/user-form.component.html - 161 - - + Si vous continuez, vous ne serez plus en mesure d'ajouter ni de supprimer des rôles pour n'importe quel utilisateur. + + Are you sure you want to continue? - Êtes-vous certain de vouloir continuer? - - app/core/auth/user-form/user-form.component.html - 163 - - + Voulez-vous vraiment continuer ? + + Forbidden Interdit - - app/core/forbidden/forbidden.component.html - 3 - - + + Sorry, you are not allowed to see what you were looking for. Désolé, vous n'êtes pas autorisé à voir ce que vous cherchez. - - app/core/forbidden/forbidden.component.html - 7 - - + + Sorry, we could not find what you were looking for - Désolé, nous ne pouvons trouver ce que vous cherchez. - - app/core/not-found/not-found.component.html - 3 - - + Désolés, nous ne parvenons pas à trouver ce que vous cherchez. + + Remove all Tout supprimer - - app/core/navigation/notifications/notifications.component.html - 6 - - + + Recent Notifications - Notifications récentes. - - app/core/navigation/notifications/notifications.component.html - 56 - - - app/core/navigation/notifications/notifications.component.html - 53 - - + Notifications récentes + + There are no background tasks. - There are no background tasks. - - app/core/navigation/task-manager/task-manager.component.html - 71 - - + Il n'y a aucune tâche en arrière-plan. + + Background Tasks - Tâches de fond - - app/core/navigation/task-manager/task-manager.component.html - 83 - - - app/core/navigation/task-manager/task-manager.component.html - 79 - - + Tâches en arrière-plan + + Help Aide - - app/core/navigation/dashboard-help/dashboard-help.component.html - 13 - - - app/core/navigation/dashboard-help/dashboard-help.component.html - 10 - - + + Documentation Documentation - - app/core/navigation/dashboard-help/dashboard-help.component.html - 23 - - + + API - API - - app/core/navigation/dashboard-help/dashboard-help.component.html - 28 - - + API + + About - À propos - - app/core/navigation/dashboard-help/dashboard-help.component.html - 33 - - + À propos de + + Dashboard Settings - Dashboard Settings - - app/core/navigation/administration/administration.component.html - 10 - - - app/core/navigation/administration/administration.component.html - 7 - - + Paramètres du tableau de bord + + User management - Gestion de l'utilisateur - - app/core/navigation/administration/administration.component.html - 18 - - + Gestion des utilisateurs + + Logged in user - Logged in user - - app/core/navigation/identity/identity.component.html - 9 - - - app/core/navigation/identity/identity.component.html - 6 - - + Utilisateur connecté + + Signed in as - - Signed in as - - - app/core/navigation/identity/identity.component.html - 19 - - + + + + + Connecté en tant que + + + + + + Sign out - Déconnexion - - app/core/navigation/identity/identity.component.html - 27 - - + Se déconnecter + + Performance Counters - Performance Counters - - app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html - 9 - - + Compteurs de performance + + Performance Details Détails des performances - - app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html - 16 - - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 46 - - - app/ceph/cluster/hosts/host-details/host-details.component.html - 3 - - - app/ceph/pool/pool-details/pool-details.component.html - 13 - - - app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html - 45 - - + + ID - ID - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 13 - - + ID + + Index type - Index type - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 23 - - + Type d'index + + Placement rule - Placement rule - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 28 - - + Règle de placement + + Marker - Marker - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 33 - - + Marqueur + + Maximum marker - Maximum marker - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 38 - - + Marqueur maximum + + Version Version - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 43 - - + + Master version - Master version - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 48 - - + Version principale + + Modification time Date de modification - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 53 - - + + Zonegroup - Zonegroup - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 58 - - + Groupe de zones + + Maximum size - Maximum size - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 76 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 71 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 107 - - + Taille maximale + + Unlimited - Unlimited - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 79 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 90 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 74 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 85 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 110 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 121 - - + Illimité + + Maximum objects - Maximum objects - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 87 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 82 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 118 - - + Nombre maximal d'objets + + System - System - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 29 - - + Système + + {VAR_SELECT, select, 0 {No} 1 {Yes} } - {VAR_SELECT, select, 0 {No} 1 {Yes} } - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 31 - - + {VAR_SELECT, select, 0 {Non} 1 {Oui} } + + Maximum buckets - Maximum buckets - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 35 - - + Nombre maximal de compartiments + + Performance counters not available - Performance counters not available - - app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.html - 12 - - + Compteurs de performance non disponibles + + + Global + Global + + + Image + Image + + + Pool + Réserve + + + RBD Configuration + Configuration RBD + + + Remove the local configuration value. The parent configuration value will be inherited and used instead. + Supprimez la valeur de configuration locale. La valeur de configuration parent sera héritée et utilisée à la place. + + + The mininum value is 0 + La valeur minimale est 0. + + Attributes (OSD map) - Attributes (OSD map) - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 2 - - + Attributs (carte OSD) + + Metadata not available Métadonnées non disponibles - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 15 - - + + Metadata Métadonnées - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 8 - - + + Performance counter - Performance counter - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 18 - - - Histogram not available: - Histogram not available: - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 28 - - + Compteur de performance + + + Histogram not available: + + + Histogramme non disponible : + + + + Writes Écritures - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 33 - - + + Reads Lectures - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 38 - - + + Histogram Histogramme - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 25 - - + + Current values Valeurs actuelles - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 23 - - + + Min Minimum - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 47 - - + + Max Maximum - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 52 - - + + Source Source - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 77 - - + + Level - Level - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 82 - - - Can be updated at runtime - Can be updated at runtime - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 87 - - + Niveau + + + Can be updated at runtime (editable) + Mise à jour possible lors de l'exécution (modifiable) + + Tags - Tags - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 92 - - + Balises + + Enum values - Enum values - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 97 - - + Valeurs d'énuménation + + See also Voir aussi - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 102 - - + + Cluster Status - Cluster Status - - app/ceph/dashboard/health/health.component.html - 15 - - + Statut de la grappe + + Manager Daemons - Manager Daemons - - app/ceph/dashboard/health/health.component.html - 69 - - + Daemons du gestionnaire + + Object Gateways - Object Gateways - - app/ceph/dashboard/health/health.component.html - 90 - - + Passerelles d'objet + + Metadata Servers - Metadata Servers - - app/ceph/dashboard/health/health.component.html - 98 - - + Serveurs de métadonnées + + iSCSI Gateways - iSCSI Gateways - - app/ceph/dashboard/health/health.component.html - 109 - - + Passerelles iSCSI + + Client IOPS - Client IOPS - - app/ceph/dashboard/health/health.component.html - 125 - - + IOPS client + + Client Throughput - Client Throughput - - app/ceph/dashboard/health/health.component.html - 134 - - + Débit client + + Client Read/Write - Client Read/Write - - app/ceph/dashboard/health/health.component.html - 143 - - - Client Recovery - Client Recovery - - app/ceph/dashboard/health/health.component.html - 161 - - + Lectures/Écritures client + + + Recovery Throughput + Débit de récupération + + Scrub - Scrub - - app/ceph/dashboard/health/health.component.html - 170 - - + Nettoyer + + Performance Performance - - app/ceph/dashboard/health/health.component.html - 119 - - + + Raw Capacity - Raw Capacity - - app/ceph/dashboard/health/health.component.html - 200 - - + Capacité brute + + Objects Objets - - app/ceph/dashboard/health/health.component.html - 213 - - - app/ceph/block/rbd-details/rbd-details.component.html - 38 - - + + PGs per OSD - PGs per OSD - - app/ceph/dashboard/health/health.component.html - 222 - - + Groupes de placements par OSD + + PG Status - PG Status - - app/ceph/dashboard/health/health.component.html - 231 - - + Statut du groupe de placements + + Capacity Capacité - - app/ceph/dashboard/health/health.component.html - 181 - - - See Logs for more details. - See Logs for more details. - - app/ceph/dashboard/health/health.component.html - 265 - - + + + + + See + Logs + for more details. + + + + Consultez les + journaux + pour plus d'informations. + + + Move an image to trash - Déplacer une image vers la poubelle. - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 3 - - - To move / to trash, - click Move Image. Optionally, you can pick an expiration date. - To move / to trash, - click Move Image. Optionally, you can pick an expiration date. - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 12 - - + Déplacer une image vers la corbeille. + + + To move + + / + + to trash, + click + Move Image + . Optionally, you can pick an expiration date. + + Pour déplacer + + / + + vers la corbeille, + cliquez sur + Déplacer une image + . Vous pouvez également sélectionner une date d'expiration. + + + Protection expires at - La protection expire à la date du - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 18 - - + La protection expire le + + NOT PROTECTED NON PROTÉGÉ - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 20 - - + + Wrong date format. Please use "YYYY-MM-DD HH:mm:ss". - Mauvais format de date. Veuillez utiliser "AAAA-MM-JJJ HH:mm:ss" - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 29 - - + Format de date incorrect. Veuillez utiliser "AAAA-MM-JJ HH:mm:ss" + + Protection has already expired. Please pick a future date or leave it empty. La protection a déjà expiré. Veuillez sélectionner une date ultérieure ou laisser le champ vide. - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 32 - - + + Move Image Déplacer une image - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 40 - - + + Overview - Overview - - app/ceph/block/iscsi-tabs/iscsi-tabs.component.html - 2 - - + Présentation + + Targets - Targets - - app/ceph/block/iscsi-tabs/iscsi-tabs.component.html - 7 - - - Only available for RBD images with fast-diff enabled - Only available for RBD images with fast-diff enabled - - app/ceph/block/rbd-details/rbd-details.component.html - 2 - - - Pool - Pool - - app/ceph/block/rbd-details/rbd-details.component.html - 18 - - + Cibles + + + Only available for RBD images with + fast-diff + enabled + + Disponible uniquement pour les images RBD pour lesquelles + fast-diff + est activé + + + Data Pool - Data Pool - - app/ceph/block/rbd-details/rbd-details.component.html - 23 - - + Réserve de données + + Created - Created - - app/ceph/block/rbd-details/rbd-details.component.html - 28 - - + Créé + + Provisioned - Provisioned - - app/ceph/block/rbd-details/rbd-details.component.html - 57 - - + Provisionné + + N/A - N/A - - app/ceph/block/rbd-details/rbd-details.component.html - 63 - - - app/ceph/block/rbd-details/rbd-details.component.html - 78 - - + N/A + + Total provisioned - Total provisioned - - app/ceph/block/rbd-details/rbd-details.component.html - 72 - - + Provisionnement total + + Striping unit - Striping unit - - app/ceph/block/rbd-details/rbd-details.component.html - 87 - - + Unité de segmentation + + Striping count - Striping count - - app/ceph/block/rbd-details/rbd-details.component.html - 92 - - + Nombre de segmentations + + Parent Parent - - app/ceph/block/rbd-details/rbd-details.component.html - 97 - - + + Block name prefix - Block name prefix - - app/ceph/block/rbd-details/rbd-details.component.html - 107 - - + Préfixe du nom de bloc + + Order - Commande - - app/ceph/block/rbd-details/rbd-details.component.html - 112 - - + Tri + + Snapshots - Snapshots - - app/ceph/block/rbd-details/rbd-details.component.html - 119 - - - RBD Snapshot - RBD Snapshot - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 3 - - + Instantanés + + + This setting overrides the global value + Ce paramètre remplace la valeur globale + + + This is the global value. No value for this option has been set for this image. + Il s'agit de la valeur globale. Aucune valeur de cette option n'a été définie pour cette image. + + + + RBD Snapshot + + + instantané RDB + + + {VAR_SELECT, select, true {Rename} other {Create} } - {VAR_SELECT, select, true {Rename} other {Create} } - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 3 - - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 46 - - - Snapshot - Snapshot - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 46 - - + {VAR_SELECT, select, true {Renommer} other {Créer} } + + + + Snapshot + + + instantané + + + PROTECTED PROTÉGÉ - - app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.html - 17 - - + + UNPROTECTED - UNPROTECTED - - app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.html - 20 - - + NON PROTÉGÉ + + You are about to rollback - You are about to rollback - - app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.html - 25 - - + Vous êtes sur le point de revenir à l'état initial + + Purge Trash - Vider la poubelle - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 3 - - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 14 - - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 41 - - - app/ceph/block/rbd-trash-list/rbd-trash-list.component.html - 25 - - + Vider la corbeille + + To purge, select one or All images and click - Pour purger, sélectionner une ou l'ensemble des images puis cliquez - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 13 - - + Pour purger, sélectionner une image ou toutes, puis cliquez sur + + Pool: - Pool: - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 19 - - + Réserve : + + Pool name... - Pool name... - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 22 - - + Nom de la réserve... + + All - All - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 30 - - + Tout + + Restore Image - Restore Image - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 3 - - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 16 - - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 40 - - + Restaurer l'image + + To restore - To restore - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 13 - - + Pour restaurer + + type the image's new name and click - type the image's new name and click - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 15 - - + saisissez le nouveau nom de l'image, puis cliquez sur + + New Name Nouveau nom - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 22 - - + + Expired at - Expire le - - app/ceph/block/rbd-trash-list/rbd-trash-list.component.html - 34 - - + Expiration le + + Protected until - Protected until - - app/ceph/block/rbd-trash-list/rbd-trash-list.component.html - 37 - - - This image is protected until . - This image is protected until . - - app/ceph/block/rbd-trash-list/rbd-trash-list.component.html - 47 - - + Protection jusqu'au + + + This image is protected until + . + + Cette image est protégée jusqu'au + . + + + iSCSI Topology - iSCSI Topology - - app/ceph/block/iscsi-target-details/iscsi-target-details.component.html - 2 - - + Topologie iSCSI + + Issues Problèmes - - app/ceph/block/mirroring/image-list/image-list.component.html - 2 - - + + Syncing Synchronisation en cours - - app/ceph/block/mirroring/image-list/image-list.component.html - 11 - - - app/ceph/block/mirroring/image-list/image-list.component.html - 38 - - + + Ready Prêt - - app/ceph/block/mirroring/image-list/image-list.component.html - 20 - - + + Edit pool mirror mode - Edit pool mirror mode - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 3 - - + Modifier le mode de mise en miroir de la réserve + + To edit the mirror mode for pool  - , select a new mode from the list and click  - Update. - To edit the mirror mode for pool  - , select a new mode from the list and click  - Update. - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 13 - - + + + , select a new mode from the list and click  + Update + . + + Pour modifier le mode de mise en miroir de la réserve  + + + , sélectionnez un nouveau mode dans la liste, puis cliquez sur + Mettre à jour + . + + + Peer clusters must be removed prior to disabling mirror. - Peer clusters must be removed prior to disabling mirror. - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 33 - - - Update - Mise à jour - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 41 - - - - pool mirror peer - - pool mirror peer - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 3 - - + Les grappes d'homologues doivent être supprimées avant de désactiver la mise en miroir. + + + + + pool mirror peer + + + + homologue de mise en miroir de la réserve + + + {VAR_SELECT, select, edit {Edit} other {Add} } - {VAR_SELECT, select, edit {Edit} other {Add} } - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 3 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 14 - - - the pool - mirror peer attributes for pool and click - Submit. - the pool - mirror peer attributes for pool and click - Submit. - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 14 - - + {VAR_SELECT, select, edit {Modifier} other {Ajouter} } + + + + the pool + mirror peer attributes for pool + + + and click + Submit + . + + + les attributs + de mise en miroir de la réserve + + + et cliquez sur + Soumettre + . + + + Cluster Name - Cluster Name - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 23 - - + Nom de grappe + + The cluster name is not valid. - The cluster name is not valid. - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 39 - - + Le nom de grappe n'est pas valide. + + CephX ID - CephX ID - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 46 - - + ID CephX + + CephX ID... - CephX ID... - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 51 - - + ID CephX + + The CephX ID is not valid. - The CephX ID is not valid. - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 61 - - + L'ID CephX n'est pas valide. + + Monitor Addresses - Monitor Addresses - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 68 - - + Adresses du moniteur + + Comma-delimited addresses... - Comma-delimited addresses... - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 72 - - + Adresses séparées par une virgule... + + The monitory address is not valid. - The monitory address is not valid. - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 79 - - + L'adresse du moniteur n'est pas valide. + + CephX Key - CephX Key - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 86 - - + Clef CephX + + Base64-encoded key... - Base64-encoded key... - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 90 - - + Clef Base64... + + CephX key must be base64 encoded. - CephX key must be base64 encoded. - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 97 - - + La clef CephX doit être codée en base64. + + Cache Tiers Details - Cache Tiers Details - - app/ceph/pool/pool-details/pool-details.component.html - 22 - - + Détails des niveaux de mise en cache + + Ranks Rangs - - app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html - 6 - - - Clients: - Clients: - - app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html - 36 - - - + + + Clients: + + + Clients : + + + + Current - Current - - src/app/ceph/block/iscsi-target-details/iscsi-target-details.component.ts - 1 - + Actuel + + + Updated discovery authentication + Authentification de la découverte mise à jour - + There are no portals available. - There are no portals available. - - src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts - 1 - + Il n'y a aucun portail disponible. - + There are no images available. - There are no images available. - - src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts - 1 - + Il n'y a aucune image disponible. - + There are no images available. Please make sure you add an image to the target. - There are no images available. Please make sure you add an image to the target. - - src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts - 1 - + Il n'y a aucune image disponible. Veillez à ajouter une image à la cible. - + There are no initiators available. Please make sure you add an initiator to the target. - There are no initiators available. Please make sure you add an initiator to the target. - - src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts - 1 - + Il n'y a aucun initiateur disponible. Veillez à ajouter un initiateur à la cible. - + Target - Target - - src/app/ceph/block/iscsi-target-list/iscsi-target-list.component.ts - 1 - + Cible - + Hostname - Hostname - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - src/app/ceph/block/mirroring/daemon-list/daemon-list.component.ts - 1 - - - src/app/ceph/cluster/hosts/hosts.component.ts - 1 - - - src/app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.ts - 1 - - - - # Active/Optimized - # Active/Optimized - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - - # Active/Non-Optimized - # Active/Non-Optimized - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - - Image - Image - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.ts - 1 - - - - Active/Optimized - Active/Optimized - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - - Active/Non-Optimized - Active/Non-Optimized - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - + Nom d'hôte + + Read Bytes - Read Bytes - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - + Octets de lecture - + Write Bytes - Write Bytes - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - + Octets d'écriture - + Read Ops - Read Ops - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - + Opérations de lecture - + Write Ops - Write Ops - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - + Opérations d'écriture - + A/O Since - A/O Since - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - + A/O depuis - + Instance - Instance - - src/app/ceph/block/mirroring/daemon-list/daemon-list.component.ts - 1 - + Instance - + Issue Problème - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - + State État - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts - 1 - - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - - src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts - 1 - - - + + Progress - Progress - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - + Avancement - + Disabled - Disabled - - src/app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.ts - 1 - + Désactivé - + Edit Mode - Edit Mode - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - + Mode d'édition - + Add Peer - Add Peer - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - + Ajouter un homologue - + Edit Peer - Edit Peer - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - + Modifier un homologue - + Delete Peer - Delete Peer - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - + Supprimer un homologue - + Leader - Leader - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - + Leader - + # Local - # Local - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - + nb en local - + # Remote - # Remote - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - + nb à distance - + mirror peer - mirror peer - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - + mettre en miroir l'homologue + + + Key + Clef - + + Value + Valeur + + Deep flatten - Deep flatten - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - + Aplatissement en profondeur - + Layering - Layering - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - + Superposition - + Exclusive lock - Exclusive lock - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - + Verrou exclusif - + Object map (requires exclusive-lock) - Object map (requires exclusive-lock) - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - + Assignation d'objet (nécessite exclusive-lock) - + Journaling (requires exclusive-lock) - Journaling (requires exclusive-lock) - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - + Journalisation (nécessite exclusive-lock) - + Fast diff (requires object-map) - Fast diff (requires object-map) - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - + Fast diff (nécessite object-map) - + Copy - Copy - - src/app/ceph/block/rbd-list/rbd-list.component.ts - 1 - - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - - - + Copier + + Flatten - Flatten - - src/app/ceph/block/rbd-list/rbd-list.component.ts - 1 - + Aplatir - + Move to Trash - Move to Trash - - src/app/ceph/block/rbd-list/rbd-list.component.ts - 1 - + Déplacer vers la corbeille - + Create - Création - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - - - src/app/core/auth/role-details/role-details.component.ts - 1 - - - src/app/core/auth/role-form/role-form.component.ts - 1 - - - + Créer + + Rename - Rename - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - + Renommer - + Protect - Protect - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - + Protéger - + Unprotect - Unprotect - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - + Annuler la protection - + Clone - Clone - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - + Cloner - + Rollback - Rollback - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts - 1 - - - + Revenir à l'état initial + + RBD snapshot rollback - RBD snapshot rollback - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts - 1 - + Retour à l'état initial de l'instantané RBD - + RBD snapshot - RBD snapshot - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts - 1 - + Intantané RBD - + Restore - Restore - - src/app/ceph/block/rbd-trash-list/rbd-trash-list.component.ts - 1 - + Restaurer - + Deleted At - Supprimé le - - src/app/ceph/block/rbd-trash-list/rbd-trash-list.component.ts - 1 - + Supprimé le - + id - id - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - + ID - + type type - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - - + state état - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - - + version version - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - - + Host - Host - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - + Hôte + + root - root - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - + racine - + Rank Rang - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - - src/app/ceph/cluster/monitor/monitor.component.ts - 1 - - - src/app/ceph/cluster/monitor/monitor.component.ts - 1 - - - + + Daemon - Daemon - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - + Daemon - + Activity Activité - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - + Dentries - Dentries - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - + Dentries - + Inodes - Inodes - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - + Inodes - + Usage Utilisation - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - - + + Standby daemons - Standby daemons - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - + Daemons en veille - + The value can be updated at runtime. - The value can be updated at runtime. - - src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts - 1 - + La valeur peut être mise à jour au moment de l'exécution. - + Daemons/clients do not pull this value from the monitor config database. We disallow setting this option via 'ceph config set ...'. This option should be configured via ceph.conf or via the command line. - Daemons/clients do not pull this value from the - monitor config database. We disallow setting this option via 'ceph config - set ...'. This option should be configured via ceph.conf or via the - command line. - - src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts - 1 - + Les daemons/clients ne tirent pas cette valeur de +  la base de données de configuration de Monitor. Nous n'autorisons pas le réglage de cette option via 'ceph config +  set ...'. Cette option doit être configurée via ceph.conf ou via +  la ligne de commande. - + Option takes effect only during daemon startup. - Option takes effect only during daemon startup. - - src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts - 1 - + L'option ne prend effet qu'au démarrage du daemon. - + Option only affects cluster creation. - Option only affects cluster creation. - - src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts - 1 - + L'option n'affecte que la création des grappes. - + Option only affects daemon creation. - Option only affects daemon creation. - - src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts - 1 - - - - Config option has been updated. - Config option has been updated. - - src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts - 1 - - - - Update config option - Update config option - - src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts - 1 - - - + L'option n'affecte que la création des daemons. + + + Updated config option + + + Option de configuration mise à jour + + + + Service Service - - src/app/ceph/cluster/configuration/configuration.component.ts - 1 - - + Current value Valeur actuelle - - src/app/ceph/cluster/configuration/configuration.component.ts - 1 - - + + Editable + Modifiable + + + Updated options for module " + ". + + Options mises à jour pour le module " + ". + + + + Enable + Activer + + + Disable + Désactiver + + + Reconnecting, please wait ... + Reconnexion en cours… Veuillez patienter. + + Public Address Adresse publique - - src/app/ceph/cluster/monitor/monitor.component.ts - 1 - - - src/app/ceph/cluster/monitor/monitor.component.ts - 1 - - - + + Open Sessions - Open Sessions - - src/app/ceph/cluster/monitor/monitor.component.ts - 1 - + Sessions ouvertes - + No In - No In - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Pas rentrés - + OSDs that were previously marked out will not be marked back in when they start - OSDs that were previously marked out will not be marked back in when they start - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Les OSD qui ont été marqués comme sortis ne seront pas marqués comme rentrés à leur démarrage. - + No Out - No Out - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Pas sortis - + OSDs will not automatically be marked out after the configured interval - OSDs will not automatically be marked out after the configured interval - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Les OSD ne seront pas marqués automatiquement comme sortis après l'intervalle configuré. - + No Up - No Up - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Pas démarrés - + OSDs are not allowed to start - OSDs are not allowed to start - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Les OSD ne sont pas autorisés à démarrer. - + No Down - No Down - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Pas arrêtés - + OSD failure reports are being ignored, such that the monitors will not mark OSDs down - OSD failure reports are being ignored, such that the monitors will not mark OSDs down - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Les rapports de défaillance des OSD sont ignorés, de sorte que les moniteurs ne marquent pas les OSD comme étant arrêtés. - + Pause Pause - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + Pauses reads and writes - Mettre en pause les lectures et écritures - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Met en pause les lectures et écritures - + No Scrub - No Scrub - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Pas de nettoyage - + Scrubbing is disabled - Scrubbing is disabled - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Nettoyage désactivé - + No Deep Scrub - No Deep Scrub - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Pas de nettoyage en profondeur - + Deep Scrubbing is disabled - Deep Scrubbing is disabled - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Le nettoyage en profondeur est désactivé - + No Backfill - No Backfill - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Pas de renvoi - + Backfilling of PGs is suspended - Backfilling of PGs is suspended - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Le renvoi des groupes de placements est suspendu - + No Recover - No Recover - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Pas de récupération - + Recovery of PGs is suspended - Recovery of PGs is suspended - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + La récupération des groupes de placements est suspendue - + Bitwise Sort - Bitwise Sort - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Tri au niveau du bit - + Use bitwise sort - Use bitwise sort - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Utiliser le tri au niveau du bit - + Purged Snapdirs - Purged Snapdirs - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Variables snapdir purgées - + OSDs have converted snapsets - OSDs have converted snapsets - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Les OSD ont converti les variables snapset - + Recovery Deletes - Recovery Deletes - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Suppressions des récupérations - + Deletes performed during recovery instead of peering - Deletes performed during recovery instead of peering - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Suppressions effectuées pendant la restauration et non l'homologation - + PG Log Hard Limit - PG Log Hard Limit - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + Limite stricte de journalisation des groupes de placements - + Puts a hard limit on pg log length - Puts a hard limit on pg log length - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - OSD Flags were updated successfully. - OSD Flags were updated successfully. - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - OSD Flags - OSD Flags - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - + Impose une limite stricte à la longueur du journal des groupes de placements + + + Updated OSD Flags + Drapeaux OSD mis à jour + + Deep Scrub - Deep Scrub - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - + Nettoyage en profondeur - + Mark Out - Mark Out - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - + Marquer comme sorti - + out - out - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/dashboard/osd-summary.pipe.ts - 1 - - - + sorti + + Mark In - Mark In - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - + Marquer comme rentré - + in - in - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/dashboard/osd-summary.pipe.ts - 1 - - - + rentré + + Mark Down - Mark Down - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - + Marquer comme arrêté - + down - down - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/dashboard/osd-summary.pipe.ts - 1 - - - + arrêté + + Mark Lost - Mark Lost - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - + Marquer comme perdu - + Mark - Mark - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - + Marquer - + OSD lost - OSD lost - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - + OSD perdu - + marked lost - marked lost - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - - Remove - Supprimer - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - + marqué comme perdu + + + Purge + Purger + + OSD - OSD - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - - removed - supprimé - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - + OSD + + + purged + purgé + + Destroy Détruire - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - + destroy détruire - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - + destroyed détruit - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - + PGs - PGs - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - + Groupes de placements - + Read bytes - Read bytes - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - - + Octets de lecture + + Writes bytes - Writes bytes - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - + Octets d'écriture - + Read ops - Read ops - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - - + Opérations de lecture + + Write ops - Write ops - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - - - Mark OSD - Mark OSD - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - - Mark - Mark - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - + Opérations d'écriture + + + Mark OSD + + + Marquer l'OSD comme + + + + + Mark + + + Marquer comme + + + + Max Backfills - Max Backfills - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - + Nbre max. de renvois - + Recovery Max Active - Recovery Max Active - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - + Nombre maximum de récupérations actives - + Recovery Max Single Start - Recovery Max Single Start - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - + Nombre maximum de démarrages uniques de récupérations - + Recovery Sleep - Recovery Sleep - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - + Mise en veille de la récupération - + Custom - Custom - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - - - - OSD recovery speed priority "" was set successfully. - OSD recovery speed priority "" was set successfully. - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - - - - OSD recovery speed priority - OSD recovery speed priority - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - - - - was initialized in the following OSD: - was initialized in the following OSD: - - src/app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.ts - 1 - - - + Personnalisé + + + Updated OSD recovery speed priority " + " + + Priorité de la vitesse de récupération des OSD" + " mise à jour + + + + + was initialized in the following OSD: + + + + a été initialisé(e) sur l'OSD suivant : + + + + Job - Job - - src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts - 1 - + Travail - + Severity - Severity - - src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts - 1 - + Gravité - + Started - Started - - src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts - 1 - + Démarré - + URL - URL - - src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts - 1 - + URL - + Used Utilisé - - src/app/ceph/dashboard/health/health.component.ts - 1 - - + Avail. Dispo. - - src/app/ceph/dashboard/health/health.component.ts - 1 - - + Clean - Clean - - src/app/ceph/dashboard/health/health.component.ts - 1 - + Nettoyé - + Working - Working - - src/app/ceph/dashboard/health/health.component.ts - 1 - + En cours - + Warning Avertissement - - src/app/ceph/dashboard/health/health.component.ts - 1 - - + Unknown Inconnu - - src/app/ceph/dashboard/health/health.component.ts - 1 - - + up - up - - src/app/ceph/dashboard/mds-summary.pipe.ts - 1 - - - src/app/ceph/dashboard/osd-summary.pipe.ts - 1 - - - + opérationnel + + no filesystems - no filesystems - - src/app/ceph/dashboard/mds-summary.pipe.ts - 1 - - - src/app/ceph/dashboard/mds-summary.pipe.ts - 1 - - - + aucun système de fichiers + + active - active - - src/app/ceph/dashboard/mds-summary.pipe.ts - 1 - - - src/app/ceph/dashboard/mgr-summary.pipe.ts - 1 - - - + actif + + standby - standby - - src/app/ceph/dashboard/mds-summary.pipe.ts - 1 - - - src/app/ceph/dashboard/mgr-summary.pipe.ts - 1 - - - + veille + + n/a - n/a - - src/app/ceph/dashboard/mgr-summary.pipe.ts - 1 - + n/a - + active daemon - active daemon - - src/app/ceph/dashboard/mgr-summary.pipe.ts - 1 - + daemon actif - + quorum - quorum - - src/app/ceph/dashboard/mon-summary.pipe.ts - 1 - + quorum - - Value - Valeur - - src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.ts - 1 - + + The NFS Ganesha service is not configured. + Le service NFS Ganesha n'est pas configuré. + + + Transport + Transport + + + CephFS User + Utilisateur CephFS + + + CephFS Filesystem + Système de fichiers CephFS + + + (inherited from global config) + (hérité de la configuration globale) + + + inherited from global config + hérité de la configuration globale - + + -- Select what kind of user id squashing is performed -- + -- Sélectionner le type de squashing d'ID utilisateur effectué -- + + + There are no daemons available. + Aucun daemon n'est disponible. + + + Export + Export + + Cache Mode - Cache Mode - - src/app/ceph/pool/pool-details/pool-details.component.ts - 1 - + Mode cache - + Min Evict Age - Min Evict Age - - src/app/ceph/pool/pool-details/pool-details.component.ts - 1 - + Âge évict min. - + Min Flush Age - Min Flush Age - - src/app/ceph/pool/pool-details/pool-details.component.ts - 1 - + Âge vidage min. - + Target Max Bytes - Target Max Bytes - - src/app/ceph/pool/pool-details/pool-details.component.ts - 1 - + Nombre max d'octets cibles - + Target Max Objects - Target Max Objects - - src/app/ceph/pool/pool-details/pool-details.component.ts - 1 - + Nombre max. d'objets cibles - + No applications added - No applications added - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - + Aucune application ajoutée - + Applications limit reached - Applications limit reached - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - + Limite d'applications atteinte - + A pool can only have up to four applications definitions. - A pool can only have up to four applications definitions. - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - + Une réserve peut avoir quatre définitions d'application maximum. - + Allowed characters '_a-zA-Z0-9' Caractère autorisés '_a-zA-Z0-9' - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - - + Maximum length is 128 characters La longueur maximale est de 128 caractères. - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - - + Filter or add applications - Filter or add applications - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - + Filtrer ou ajouter des applications - + Add application - Add application - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - + Ajouter une application - + erasure code profile - erasure code profile - - src/app/ceph/pool/pool-form/pool-form.component.ts - 1 - + profil de code d'effacement - + Replica Size - Replica Size - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - + Taille de la réplique - + Last Change Dernier changement - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - + Erasure Coded Profile - Erasure Coded Profile - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - + Profil de code d'effacement - + Crush Ruleset - Crush Ruleset - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - + Jeu de règles Crush - + Write bytes - Write bytes - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - - + Octets d'écriture + + + Updated Object Gateway bucket " + " + + Compartiment Object Gateway " + " mis à jour + + + + Created Object Gateway bucket " + " + + Compartiment Object Gateway " + " créé + + + bucket - bucket - - src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.ts - 1 - + compartiment - + buckets - buckets - - src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.ts - 1 - - - + compartiments + + + Updated Object Gateway user " + " + + Utilisateur Object Gateway " + " mis à jour + + + + Created Object Gateway user " + " + + Utilisateur Object Gateway " + " créé + + + user utilisateur - - src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts - 1 - - + users utilisateurs - - src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts - 1 - - + Scope Périmètre - - src/app/core/auth/role-details/role-details.component.ts - 1 - - + Read Lecture - - src/app/core/auth/role-details/role-details.component.ts - 1 - - - src/app/core/auth/role-form/role-form.component.ts - 1 - - - - Created role '' - Created role '' - - src/app/core/auth/role-form/role-form.component.ts - 1 - - - - Updated role '' - Updated role '' - - src/app/core/auth/role-form/role-form.component.ts - 1 - - - + + + Created role ' + ' + + Rôle ' + ' créé + + + + Updated role ' + ' + + Rôle ' + ' mis à jour + + + System Role - System Role - - src/app/core/auth/role-list/role-list.component.ts - 1 - - - - Deleted role '' - Deleted role '' - - src/app/core/auth/role-list/role-list.component.ts - 1 - - - - Created user "" - Created user "" - - src/app/core/auth/user-form/user-form.component.ts - 1 - - - + Rôle système + + + Deleted role ' + ' + + Rôle ' + ' supprimé + + + + Created user " + " + + Utilisateur " + " créé + + + Update user - MAJ de l'utilisateur - - src/app/core/auth/user-form/user-form.component.ts - 1 - + Mettre à jour l'utilisateur - + Continue Continuer - - src/app/core/auth/user-form/user-form.component.ts - 1 - - + You were automatically logged out because your roles have been changed. - Vous avez été automatiquement déconnecté car vos rôles ont changés. - - src/app/core/auth/user-form/user-form.component.ts - 1 - - - - Updated user "" - Utilisateur "" mis à jour - - src/app/core/auth/user-form/user-form.component.ts - 1 - - - - Deleted user "" - Utilisateur "" supprimé - - src/app/core/auth/user-list/user-list.component.ts - 1 - - - - Failed to delete user "" - Échec de la suppression de l'utilisateur "" - - src/app/core/auth/user-list/user-list.component.ts - 1 - - - - You are currently logged in as "". - Vous êtes connecté entant que "". - - src/app/core/auth/user-list/user-list.component.ts - 1 - - - + Vous avez été automatiquement déconnecté, car vos rôles ont changé. + + + Updated user " + " + + Utilisateur " + " mis à jour + + + + Deleted user " + " + + Utilisateur " + " supprimé + + + + Failed to delete user " + " + + Échec de la suppression de l'utilisateur " + " + + + + You are currently logged in as " + ". + + Vous êtes connecté en tant que " + ". + + + Each object is split in data-chunks parts, each stored on a different OSD. - Each object is split in data-chunks parts, each stored on a different OSD. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + Chaque objet est divisé en parties de blocs de données, chacune étant stockée sur un OSD différent. - + Compute coding chunks for each object and store them on different OSDs. The number of coding chunks is also the number of OSDs that can be down without losing data. - Compute coding chunks for each object and store them on different OSDs. - The number of coding chunks is also the number of OSDs that can be down without losing data. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - + Calculez des blocs de codage pour chaque objet et stockez-les sur différents OSD. + Le nombre de blocs de codage correspond également au nombre d'OSD qui peuvent être arrêtés sans perdre de données. + + The jerasure plugin is the most generic and flexible plugin, it is also the default for Ceph erasure coded pools. - The jerasure plugin is the most generic and flexible plugin, - it is also the default for Ceph erasure coded pools. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - + Le plugin jerasure est le plugin le plus générique et le plus flexible, +  c'est aussi la valeur par défaut des réserves codées à effacement Ceph. + + The more flexible technique is reed_sol_van : it is enough to set k and m. The cauchy_good technique can be faster but you need to chose the packetsize carefully. All of reed_sol_r6_op, liberation, blaum_roth, liber8tion are RAID6 equivalents in the sense that they can only be configured with m=2. - The more flexible technique is reed_sol_van : it is enough to set k - and m. The cauchy_good technique can be faster but you need to chose the packetsize - carefully. All of reed_sol_r6_op, liberation, blaum_roth, liber8tion are RAID6 equivalents - in the sense that they can only be configured with m=2. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + La technique la plus flexible est reed_sol_van_van : il suffit de définir k + et m. La technique cauchy_good peut être plus rapide, mais vous devez choisir la taille du paquet + avec précaution. reed_sol_r6_op, liberation, blaum_roth et liber8tion sont des équivalents RAID6 + en ce sens qu'ils ne peuvent être configurés qu'avec m=2. - + The encoding will be done on packets of bytes size at a time. Chosing the right packet size is difficult. The jerasure documentation contains extensive information on this topic. - The encoding will be done on packets of bytes size at a time. - Chosing the right packet size is difficult. - The jerasure documentation contains extensive information on this topic. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + L'encodage se fera sur des paquets de taille d'octets. +  Choisir la bonne taille de paquet est difficile. +  La documentation de jerasure contient de nombreuses informations à ce sujet. - + With the jerasure plugin, when an erasure coded object is stored on multiple OSDs, recovering from the loss of one OSD requires reading from all the others. For instance if jerasure is configured with k=8 and m=4, losing one OSD requires reading @@ -5712,937 +3160,693 @@ less OSDs. For instance if lrc is configured with k=8, m=4 and l=4, it will create an additional parity chunk for every four OSDs. When a single OSD is lost, it can be recovered with only four OSDs instead of eleven. - With the jerasure plugin, when an erasure coded object is stored on - multiple OSDs, recovering from the loss of one OSD requires reading from all the others. - For instance if jerasure is configured with k=8 and m=4, losing one OSD requires reading - from the eleven others to repair. + Avec le plugin jerasure, lorsqu'un objet codé à effacement est stocké sur + plusieurs OSD, la récupération à la suite de la perte d'un OSD nécessite la lecture de tous les autres. + Par exemple, si jerasure est configuré avec k=8 et m=4, la perte d'un OSD nécessite de lire + les onze autres pour pouvoir effectuer une réparation. - The lrc erasure code plugin creates local parity chunks to be able to recover using - less OSDs. For instance if lrc is configured with k=8, m=4 and l=4, it will create - an additional parity chunk for every four OSDs. When a single OSD is lost, it can be - recovered with only four OSDs instead of eleven. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + Le plugin de code d'effacement lrc crée des blocs de parité locale pour permettre la récupération avec + moins d'OSD. Par exemple, si lrc est configuré avec k=8, m=4 et l=4, + un bloc de parité supplémentaire est créé pour chaque groupe de quatre OSD. Lorsqu'un seul OSD est perdu, il peut être + récupéré avec seulement quatre OSD au lieu de onze. - + Group the coding and data chunks into sets of size locality. For instance, for k=4 and m=2, when locality=3 two groups of three are created. Each set can be recovered without reading chunks from another set. - Group the coding and data chunks into sets of size locality. For instance, - for k=4 and m=2, when locality=3 two groups of three are created. Each set can - be recovered without reading chunks from another set. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + Regroupez les blocs de données et de codage en ensembles de localité de taille. Par exemple, + pour k=4 et m=2, lorsque locality=3, deux groupes de trois sont créés. Chaque ensemble peut + être récupéré sans lire les blocs d'un autre jeu. - + The type of the crush bucket in which each set of chunks defined by l will be stored. For instance, if it is set to rack, each group of l chunks will be placed in a different rack. It is used to create a CRUSH rule step such as step choose rack. If it is not set, no such grouping is done. - The type of the crush bucket in which each set of chunks defined - by l will be stored. For instance, if it is set to rack, each group of l chunks will be - placed in a different rack. It is used to create a CRUSH rule step such as step choose - rack. If it is not set, no such grouping is done. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + Type de compartiment Crush dans lequel chaque ensemble de blocs défini + par I sera stocké. Par exemple, s'il est réglé sur rack, chaque groupe de blocs I sera + placé dans un rack différent. Il est utilisé pour créer une étape de la règle CRUSH telle que l'étape de choix + d'un rack. S'il n'est pas défini, aucun regroupement de ce type n'est effectué. - + The isa plugin encapsulates the ISA library. It only runs on Intel processors. - The isa plugin encapsulates the ISA library. It only runs on Intel processors. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + Le plug-in isa encapsule la bibliothèque ISA. Il ne fonctionne qu'avec des processeurs Intel. - + The ISA plugin comes in two Reed Solomon forms. If reed_sol_van is set, it is Vandermonde, if cauchy is set, it is Cauchy. - The ISA plugin comes in two Reed Solomon forms. - If reed_sol_van is set, it is Vandermonde, if cauchy is set, it is Cauchy. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - + Le plugin ISA se présente sous deux formes Reed Solomon. + Si reed_sol_van est défini, il équivaut à Vandermonde. Si cauchy est configuré, il équivaut à Cauchy. + + The shec plugin encapsulates the multiple SHEC library. It allows ceph to recover data more efficiently than Reed Solomon codes. - The shec plugin encapsulates the multiple SHEC library. - It allows ceph to recover data more efficiently than Reed Solomon codes. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - + Le plug-in shec encapsule la bibliothèque SHEC multiple. + Il permet à Ceph de récupérer les données plus efficacement qu'avec les codes Reed Solomon. + + The number of parity chunks each of which includes each data chunk in its calculation range. The number is used as a durability estimator. For instance, if c=2, 2 OSDs can be down without losing data. - The number of parity chunks each of which includes each data chunk in its - calculation range. The number is used as a durability estimator. For instance, if c=2, - 2 OSDs can be down without losing data. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + Nombre de blocs de parité, chacun incluant chaque bloc de données dans sa + plage de calcul. Ce nombre est utilisé comme estimateur de durabilité. Par exemple, si c=2, + 2 OSD peuvent être arrêtés sans perte de données. - + The name of the crush bucket used for the first step of the CRUSH rule. For instance step take default. - The name of the crush bucket used for the first step of the CRUSH rule. - For instance step take default. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - + Nom du compartiment crush utilisé pour la première étape de la règle CRUSH. + Par exemple, l'étape de définition des valeurs par défaut. + + Ensure that no two chunks are in a bucket with the same failure domain. For instance, if the failure domain is host no two chunks will be stored on the same host. It is used to create a CRUSH rule step such as step chooseleaf host. - Ensure that no two chunks are in a bucket with the same failure - domain. For instance, if the failure domain is host no two chunks will be stored on the same - host. It is used to create a CRUSH rule step such as step chooseleaf host. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + Vérifiez qu'il n'existe pas deux blocs dans un compartiment avec le même domaine de + défaillance. Par exemple, si le domaine de défaillance est un hôte, deux blocs ne seront pas stockés sur le même + hôte. Cette option est utilisée pour créer une étape de la règle CRUSH telle que chooseleaf host. - + Restrict placement to devices of a specific class (e.g., ssd or hdd), using the crush device class names in the CRUSH map. - Restrict placement to devices of a specific class - (e.g., ssd or hdd), using the crush device class names in the CRUSH map. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - + Restreindre le placement aux périphériques d'une classe spécifique + (par exemple, ssd ou hdd), en utilisant les noms des classes de périphériques crush dans la carte CRUSH. + + Set the directory name from which the erasure code plugin is loaded. - Set the directory name from which the erasure code plugin is loaded. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + Définissez le nom du répertoire à partir duquel le plug-in de code d'effacement est chargé. + + + Allows all operations + Autoriser toutes les opérations + + + Allows only operations that do not modify the server + Autorise uniquement les opérations qui ne modifient pas le serveur + + + Does not allow read or write operations, but allows any other operation + N'autorise pas les opérations de lecture ou d'écriture, mais toutes les autres. + + + Does not allow read, write, or any operation that modifies file attributes or directory content + N'autorise pas la lecture, l'écriture ni aucune autre opération modifiant les attributs d'un fichier ou le contenu d'un répertoire. - + + Allows no access at all + N'autorise aucun accès + + -- Select the priority -- - -- Select the priority -- - - src/app/shared/api/osd.service.ts - 1 - + -- Sélectionner la priorité -- - + Low - Low - - src/app/shared/api/osd.service.ts - 1 - + Faible - + High - High - - src/app/shared/api/osd.service.ts - 1 - + Élevée - + Last 5 minutes - Last 5 minutes - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Les 5 dernières minutes - + Last 15 minutes - Last 15 minutes - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Les 15 dernières minutes - + Last 30 minutes - Last 30 minutes - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Les 30 dernières minutes - + Last 1 hour (Default) - Last 1 hour (Default) - - src/app/shared/components/grafana/grafana.component.ts - 1 - + La dernière heure (par défaut) - + Last 3 hours - Last 3 hours - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Les 3 dernières heures - + Last 6 hours - Last 6 hours - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Les 6 dernières heures - + Last 12 hours - Last 12 hours - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Les 12 dernières heures - + Last 24 hours - Last 24 hours - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Les 24 dernières heures - + Yesterday - Yesterday - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Hier - + Today - Today - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Aujourd'hui - + Today so far - Today so far - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Depuis le début de la journée - + Day before yesterday - Day before yesterday - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Avant-hier - + Last 2 days - Last 2 days - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Les 2 derniers jours - + This day last week - This day last week - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Il y a huit jours - + Previous week - Previous week - - src/app/shared/components/grafana/grafana.component.ts - 1 - + La semaine dernière - + This week - This week - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Cette semaine - + This week so far - This week so far - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Depuis le début de la semaine - + Last 7 days - Last 7 days - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Les 7 derniers jours - + Previous month - Previous month - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Le mois dernier - + This month - This month - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Ce mois - + This month so far - This month so far - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Depuis le début du mois - + Last 30 days - Last 30 days - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Les 30 derniers jours - + Last 90 days - Last 90 days - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Les 90 derniers jours - + Last 6 months - Last 6 months - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Les 6 derniers mois - + Last 1 year - Last 1 year - - src/app/shared/components/grafana/grafana.component.ts - 1 - + L'année écoulée - + Previous year - Previous year - - src/app/shared/components/grafana/grafana.component.ts - 1 - + L'année dernière - + This year - This year - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Cette année - + This year so far - This year so far - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Depuis le début de l'année - + Last 2 years - Last 2 years - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Les 2 dernières années - + Last 5 years - Last 5 years - - src/app/shared/components/grafana/grafana.component.ts - 1 - + Les 5 dernières années - + Information - Information - - src/app/shared/components/info-panel/info-panel.component.ts - 1 - + Informations - + No items selected. - No items selected. - - src/app/shared/components/select/select-messages.model.ts - 1 - + Aucun élément sélectionné. - + Deselect item to select again - Deselect item to select again - - src/app/shared/components/select/select-messages.model.ts - 1 - + Désélectionnez l'élément pour le sélectionner à nouveau. - + Selection limit reached - Selection limit reached - - src/app/shared/components/select/select-messages.model.ts - 1 - + Limite de sélection atteinte - + Filter tags - Filter tags - - src/app/shared/components/select/select-messages.model.ts - 1 - + Balises de filtre - + Add badge - Add badge - - src/app/shared/components/select/select-messages.model.ts - 1 - + Ajouter un badge - + There are no items available. - There are no items available. - - src/app/shared/components/select/select-messages.model.ts - 1 - - - - Failed to - Failed to - - src/app/shared/services/task-message.service.ts - 1 - - - + Aucun élément disponible. + + + Yes + Oui + + + No + Non + + + Quality of Service + Qualité de service + + + BPS Limit + Limite de bits/s + + + The desired limit of IO bytes per second. + Limite souhaitée d'octets E/S par seconde. + + + IOPS Limit + Limite E/S par seconde + + + The desired limit of IO operations per second. + Limite souhaitée d'opérations E/S par seconde. + + + Read BPS Limit + Limite de bits/s en lecture + + + The desired limit of read bytes per second. + Limite souhaitée de lecture d'octets par seconde. + + + Read IOPS Limit + Limite E/S par seconde en lecture + + + The desired limit of read operations per second. + Limite souhaitée d'opérations de lecture par seconde. + + + Write BPS Limit + Limite de bits/s en écriture + + + The desired limit of write bytes per second. + Limite souhaitée d'écriture d'octets par seconde. + + + Write IOPS Limit + Limite E/S par seconde en écriture + + + The desired limit of write operations per second. + Limite souhaitée d'opérations d'écriture par seconde. + + + BPS Burst + Rafale de bits/s + + + The desired burst limit of IO bytes. + Limite de rafale d'octets en E/S souhaitée. + + + IOPS Burst + Rafale E/S par seconde + + + The desired burst limit of IO operations. + Limite de rafale d'opérations E/S souhaitée. + + + Read BPS Burst + Rafale E/S par seconde en lecture + + + The desired burst limit of read bytes. + Limite de rafale d'octets lus par seconde. + + + Read IOPS Burst + Rafale E/S par seconde en lecture + + + The desired burst limit of read operations. + Limite de rafale d'opérations de lecture + + + Write BPS Burst + Rafale E/S par seconde en écriture + + + The desired burst limit of write bytes. + Limite de rafale de lectures d'octets souhaitée. + + + Write IOPS Burst + Rafale d'E/S par seconde en écriture + + + The desired burst limit of write operations. + Limite de rafale d'opérations d'écriture souhaitée. + + + Failed to + + + + Impossible de + + + + + Executing En cours d'exécution - - src/app/shared/services/task-message.service.ts - 1 - - + execute exécuter - - src/app/shared/services/task-message.service.ts - 1 - - + Executed Exécuté - - src/app/shared/services/task-message.service.ts - 1 - - + unknown task tâche inconnue - - src/app/shared/services/task-message.service.ts - 1 - - + Creating En cours de création - - src/app/shared/services/task-message.service.ts - 1 - - + create créer - - src/app/shared/services/task-message.service.ts - 1 - - + Updating En cours de mise à jour - - src/app/shared/services/task-message.service.ts - 1 - - + update - mise à jour - - src/app/shared/services/task-message.service.ts - 1 - + mettre à jour - + Updated Mis à jour - - src/app/shared/services/task-message.service.ts - 1 - - + Deleting En cours de suppression - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - + + delete supprimer - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - + + Deleted Supprimé - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - - RBD '' - RBD '' - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - - RBD snapshot '' - RBD snapshot '' - - src/app/shared/services/task-message.service.ts - 1 - - - - mirror mode for pool '' - mirror mode for pool '' - - src/app/shared/services/task-message.service.ts - 1 - - - - mirror peer for pool '' - mirror peer for pool '' - - src/app/shared/services/task-message.service.ts - 1 - - - - Name is already used by . - Le nom est déjà utilisé par . - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - - Name is already used by . - Le nom est déjà utilisé par . - - src/app/shared/services/task-message.service.ts - 1 - - - - Name is already used by . - Le nom est déjà utilisé par . - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - - contains snapshots. - contains snapshots. - - src/app/shared/services/task-message.service.ts - 1 - - - + + + RBD ' + ' + + RBD ' + ' + + + + RBD snapshot ' + ' + + Instantané RBD ' + ' + + + + mirror mode for pool ' + ' + + mode miroir pour la réserve ' + ' + + + + mirror peer for pool ' + ' + + mettre en miroir l'homologue pour la réserve ' + ' + + + + Name is already used by + . + + Le nom est déjà utilisé par + . + + + + Name is already used by + . + + Le nom est déjà utilisé par + . + + + + Name is already used by + . + + Le nom est déjà utilisé par + . + + + + + contains snapshots. + + + contient des instantanés. + + + Cloning - Cloning - - src/app/shared/services/task-message.service.ts - 1 - + Clonage en cours - + clone - clone - - src/app/shared/services/task-message.service.ts - 1 - + cloner - + Cloned - Cloned - - src/app/shared/services/task-message.service.ts - 1 - - - - Snapshot of must be protected. - Snapshot of must be protected. - - src/app/shared/services/task-message.service.ts - 1 - - - + Cloné + + + Snapshot of + must be protected. + + L'instantané de + doit être protégé. + + + Copying En cours de copie - - src/app/shared/services/task-message.service.ts - 1 - - + copy copie - - src/app/shared/services/task-message.service.ts - 1 - - + Copied Copié - - src/app/shared/services/task-message.service.ts - 1 - - + Flattening - Flattening - - src/app/shared/services/task-message.service.ts - 1 - + Aplatissement - + flatten - flatten - - src/app/shared/services/task-message.service.ts - 1 - + aplatir - + Flattened - Flattened - - src/app/shared/services/task-message.service.ts - 1 - - - - Name is already used by . - Le nom est déjà utilisé par . - - src/app/shared/services/task-message.service.ts - 1 - - - - Cannot unprotect because it contains child images. - Cannot unprotect because it contains child images. - - src/app/shared/services/task-message.service.ts - 1 - - - - Cannot delete because it's protected. - Impossible de supprimer car il est supprimé. - - src/app/shared/services/task-message.service.ts - 1 - - - + Applati + + + Name is already used by + . + + Nom déjà utilisé par + . + + + + Cannot unprotect + because it contains child images. + + Impossible d'annuler la protection de + , car cet élément contient des images enfants. + + + + Cannot delete + because it's protected. + + Impossible de supprimer + , car cet élément est protégé. + + + Rolling back - Rolling back - - src/app/shared/services/task-message.service.ts - 1 - + Retour à l'état initial - + rollback - rollback - - src/app/shared/services/task-message.service.ts - 1 - + rétablir l'état initial - + Rolled back - Rolled back - - src/app/shared/services/task-message.service.ts - 1 - + Rétabli à l'état initial - + Moving En cours de déplacement - - src/app/shared/services/task-message.service.ts - 1 - - + move déplacer - - src/app/shared/services/task-message.service.ts - 1 - - + Moved Déplacé - - src/app/shared/services/task-message.service.ts - 1 - - - - image '' to trash - image '' to trash - - src/app/shared/services/task-message.service.ts - 1 - - - + + + image ' + ' to trash + + image ' + ' déplacée vers la corbeille + + + Could not find image. Impossible de trouver l'image. - - src/app/shared/services/task-message.service.ts - 1 - - + Restoring En cours de restauration. - - src/app/shared/services/task-message.service.ts - 1 - - + restore restaurer - - src/app/shared/services/task-message.service.ts - 1 - - + Restored Restauré - - src/app/shared/services/task-message.service.ts - 1 - - - - image '' into '' - image '' into '' - - src/app/shared/services/task-message.service.ts - 1 - - - - Image name '' is already in use. - Image name '' is already in use. - - src/app/shared/services/task-message.service.ts - 1 - - - - image '' - image '' - - src/app/shared/services/task-message.service.ts - 1 - - - + + + image ' + ' into ' + ' + + image ' + ' vers ' + ' + + + + Image name ' + ' is already in use. + + Le nom d'image ' + ' est déjà utilisé. + + + + image ' + ' + + image ' + ' + + + Purging En cours de purge - - src/app/shared/services/task-message.service.ts - 1 - - + purge purger - - src/app/shared/services/task-message.service.ts - 1 - - + Purged Purgé - - src/app/shared/services/task-message.service.ts - 1 - - + all pools - all pools - - src/app/shared/services/task-message.service.ts - 1 - - - - images from - images from - - src/app/shared/services/task-message.service.ts - 1 - - - + toutes les réserves + + + images from + + + images de + + + + Cannot disable mirroring because it contains a peer. - Cannot disable mirroring because it contains a peer. - - src/app/shared/services/task-message.service.ts - 1 - - - - pool '' - pool '' - - src/app/shared/services/task-message.service.ts - 1 - - - - erasure code profile '' - erasure code profile '' - - src/app/shared/services/task-message.service.ts - 1 - - - - target '' - target '' - - src/app/shared/services/task-message.service.ts - 1 - + Impossible de désactiver la mise en miroir, car l'élément contient un homologue. + + + pool ' + ' + + réserve ' + ' + + + + erasure code profile ' + ' + + profil de code d'effacement ' + ' + + + + target ' + ' + + cible ' + ' + + + + NFS + + + NFS + + diff --git a/src/pybind/mgr/dashboard/frontend/src/locale/messages.id-ID.xlf b/src/pybind/mgr/dashboard/frontend/src/locale/messages.id-ID.xlf index 640e95881566..6b38e6d2579a 100644 --- a/src/pybind/mgr/dashboard/frontend/src/locale/messages.id-ID.xlf +++ b/src/pybind/mgr/dashboard/frontend/src/locale/messages.id-ID.xlf @@ -1,4596 +1,2489 @@ - - + + - + Toggle navigation Pengalih navigasi - - app/core/navigation/navigation/navigation.component.html - 15 - - + + Dashboard Dasbor - - app/core/navigation/navigation/navigation.component.html - 35 - - + + Cluster Klaster - - app/core/navigation/navigation/navigation.component.html - 47 - - + + Hosts Hos - - app/core/navigation/navigation/navigation.component.html - 57 - - - app/ceph/dashboard/health/health.component.html - 81 - - + + Monitors Monitor - - app/core/navigation/navigation/navigation.component.html - 64 - - - app/ceph/dashboard/health/health.component.html - 48 - - + + OSDs OSD - - app/core/navigation/navigation/navigation.component.html - 71 - - - app/ceph/dashboard/health/health.component.html - 57 - - + + Configuration Konfigurasi - - app/core/navigation/navigation/navigation.component.html - 78 - - + + CRUSH map peta CRUSH - - app/core/navigation/navigation/navigation.component.html - 85 - - + + + Manager modules + Modul Ceph Manajer + + Logs Log - - app/core/navigation/navigation/navigation.component.html - 92 - - + + Alerts Peringatan - - app/core/navigation/navigation/navigation.component.html - 98 - - + + Pools Pool - - app/core/navigation/navigation/navigation.component.html - 108 - - - app/ceph/block/mirroring/overview/overview.component.html - 12 - - - app/ceph/dashboard/health/health.component.html - 190 - - - app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html - 19 - - + + Block Blok - - app/core/navigation/navigation/navigation.component.html - 122 - - + + Images Image - - app/core/navigation/navigation/navigation.component.html - 131 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 120 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 341 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 479 - - - app/ceph/block/iscsi/iscsi.component.html - 9 - - - app/ceph/block/mirroring/overview/overview.component.html - 21 - - - app/ceph/block/rbd-images/rbd-images.component.html - 3 - - + + Mirroring Pencerminan - - app/core/navigation/navigation/navigation.component.html - 139 - - + + iSCSI iSCSI - - app/core/navigation/navigation/navigation.component.html - 151 - - + + + NFS + NFS + + Filesystems Sistemfile - - app/core/navigation/navigation/navigation.component.html - 162 - - + + Object Gateway Gerbang Objek - - app/core/navigation/navigation/navigation.component.html - 173 - - + + Daemons Daemon - - app/core/navigation/navigation/navigation.component.html - 182 - - - app/ceph/block/iscsi/iscsi.component.html - 3 - - - app/ceph/block/mirroring/overview/overview.component.html - 5 - - + + Users Pengguna - - app/core/navigation/navigation/navigation.component.html - 188 - - - app/core/auth/user-tabs/user-tabs.component.html - 2 - - + + Buckets Buket - - app/core/navigation/navigation/navigation.component.html - 194 - - - Retrieving data for - . Please wait... - Menerima data untuk -. Mohon tunggu... - - app/shared/components/view-cache/view-cache.component.html - 2 - - - Displaying previously cached data - for . - Menampilkan data sebelumnya -untuk . - - app/shared/components/view-cache/view-cache.component.html - 7 - - - Could not load data for - . - Please check the cluster health. - Gagal memuat data untuk -. -Mohon periksa kesehatan klaster. - - app/shared/components/view-cache/view-cache.component.html - 12 - - + + + Retrieving data + for + + + . Please wait... + + Menerima data + untuk + + + . Mohon tunggu... + + + + Displaying previously cached data + + for + + + . + + Menampilkan data + sebelumnya +untuk + + + . + + + + Could not load data + for + + + . + Please check the cluster health. + + Gagal memuat data + untuk + + + . +Mohon periksa kesehatan klaster. + + + Back Kembali - - app/shared/components/error-panel/error-panel.component.html - 27 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 544 - - - app/ceph/block/rbd-form/rbd-form.component.html - 303 - - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 159 - - - app/ceph/pool/pool-form/pool-form.component.html - 443 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 107 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 598 - - - app/core/auth/role-form/role-form.component.html - 85 - - - app/core/auth/user-form/user-form.component.html - 151 - - + + Select a Language Pilih bahasa - - app/shared/components/language-selector/language-selector.component.html - 7 - - + + Loading panel data... Memuat data panel... - - app/shared/components/grafana/grafana.component.html - 3 - - + + Please consult the - documentation on how to - configure and enable the monitoring functionality. + documentation + on how to + configure and enable the monitoring functionality. + Silakan merujuk ke -dokumentasi tentang -cara mengonfigurasi dan mengaktifkan fungsi pemantauan. - - app/shared/components/grafana/grafana.component.html - 6 - - + dokumentasi + tentang +cara mengonfigurasi dan mengaktifkan fungsi pemantauan. + + + Grafana Dashboard doesn't exist. Please refer to - documentation on how to - add dashboards to Grafana. + documentation + on how to + add dashboards to Grafana. + Dasbor Grafana tidak ada. Mohon merujuk ke - dokumentasi tentang cara -menambahkan dasbor ke Grafana. - - app/shared/components/grafana/grafana.component.html - 11 - - + dokumentasi + tentang cara +menambahkan dasbor ke Grafana. + + + Grafana Time Picker Pemilih Waktu Grafana - - app/shared/components/grafana/grafana.component.html - 20 - - + + Reset Settings Reset Pengaturan - - app/shared/components/grafana/grafana.component.html - 35 - - + + Failed to load data. Gagal memuat data. - - app/shared/datatable/table/table.component.html - 2 - - + + selected dipilih - - app/shared/datatable/table/table.component.html - 112 - - X selected - + X selected + + found ditemukan - - app/shared/datatable/table/table.component.html - 115 - - X found - + X found + + total total - - app/shared/datatable/table/table.component.html - 118 - - X total - + X total + + Settings Pengaturan - - app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html - 3 - - + + Changing these parameters from their default values is usually not necessary. Mengganti parameter ini dari nilai bawaan biasanya tidak diperlukan. - - app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html - 15 - - - app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html - 13 - - + + + Backstore + Backstore + + Confirm Konfirmasi - - app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html - 35 - - - app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html - 53 - - + + Cancel Batal - - app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html - 39 - - - app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html - 57 - - - app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html - 38 - - - app/shared/components/confirmation-modal/confirmation-modal.component.html - 21 - - - app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html - 38 - - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 91 - - - app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html - 34 - - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 25 - - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 44 - - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 45 - - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 44 - - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 45 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 110 - - + + Advanced Settings Pengaturan Lanjut - - app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html - 3 - - - Create target - Buat target - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 11 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 539 - - + + Target IQN Target IQN - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 20 - - + + This field is required. Isian ini tidak boleh kosong. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 43 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 209 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 231 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 266 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 291 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 326 - - - app/ceph/block/rbd-form/rbd-form.component.html - 49 - - - app/ceph/block/rbd-form/rbd-form.component.html - 91 - - - app/ceph/block/rbd-form/rbd-form.component.html - 151 - - - app/ceph/block/rbd-form/rbd-form.component.html - 175 - - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 31 - - - app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html - 18 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 58 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 92 - - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 47 - - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 72 - - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 47 - - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 96 - - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 131 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 51 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 83 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 132 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 38 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 62 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 101 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 166 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 198 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 449 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 486 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 542 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 579 - - - app/core/auth/role-form/role-form.component.html - 34 - - - app/core/auth/user-form/user-form.component.html - 33 - - - app/core/auth/user-form/user-form.component.html - 60 - - - app/core/auth/user-form/user-form.component.html - 87 - - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 36 - - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 32 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 36 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 58 - - + + IQN has wrong pattern. Pola IQN salah. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 47 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 213 - - + + An IQN has the following notation 'iqn.$year-$month.$reversedAddress:$definedName' Suatu IQN memiliki notasi seperti ini 'iqn.$tahun-$bulan.$reversedAddress:$definedName' - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 51 - - + + For example: iqn.2016-06.org.dashboard:storage:disk.sn-a8675309 Contoh: iqn.2016-06.org.dashboard:storage:disk.sn-a8675309 - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 53 - - + + More information Informasi lainnya - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 57 - - + + This target has modified advanced settings. Pengaturan lanjutan target ini telah dimodifikasi. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 62 - - + + Portals Portal - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 72 - - - At least gateways are required. - Dibutuhkan min gerbang/gateway. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 96 - - + + + At least + gateways are required. + + Dibutuhkan min + gerbang/gateway. + + + Add portal Tambahkan portal - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 106 - - + + This image has modified settings. Pengaturan Image ini telah dimodifikasi. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 146 - - + + At least 1 image is required. Dibutuhkan minimal 1 image. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 151 - - + + Add image Tambahkan image - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 161 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 371 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 506 - - + + + ACL authentication + Otentikasi ACL + + Initiators Inisiator - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 174 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 437 - - + + Initiator Inisiator - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 181 - - + + Client IQN Klien IQN - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 194 - - + + Initiator IQN needs to be unique. Inisiator IQN harus unik. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 205 - - + + User Pengguna - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 223 - - + + Usernames must have a length of 8 to 64 characters and can only contain letters, '.', '@', '-', '_' or ':'. Nama pengguna harus terdiri atas 8 hingga 64 karakter dan hanya boleh mengandung huruf, '.', '@', '-', '_' atau ':'. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 235 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 295 - - + + Password Kata sandi - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 245 - - - app/core/auth/user-form/user-form.component.html - 42 - - - Passwords must have a length of 12 to 16 characters - and can only contain letters, '@', '-' or '_'. - Kata sandi harus terdiri dari 12 hingga 16 karakter -dan hanya boleh mengandung karakter, '@', '-' atau '_'. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 270 - - + + Mutual User Pengguna Bersama - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 281 - - + + Mutual Password Kata sandi bersama - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 305 - - - Passwords must have a length of 12 to 16 characters and - can only contain letters, '@', '-' or '_'. - Kata sandi harus terdiri dari 12 hingga 16 karakter -dan hanya boleh mengandung karakter, '@', '-' atau '_'. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 330 - - + + Initiator belongs to a group. Images will be configure in the group. Inisiator termasuk ke dalam grup. Image akan dikonfigurasi di dalam grup. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 361 - - + + No items added. Tidak ada yang ditambahkan. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 384 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 521 - - + + Add initiator Tambahkan inisiator - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 389 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 465 - - + + Groups Grup - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 403 - - + + Group Grup - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 410 - - + + Name Nama - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 422 - - - app/ceph/block/rbd-form/rbd-form.component.html - 36 - - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 18 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 21 - - - app/ceph/pool/pool-form/pool-form.component.html - 26 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 42 - - - app/core/auth/role-form/role-form.component.html - 19 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 8 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 8 - - - app/ceph/block/rbd-details/rbd-details.component.html - 13 - - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 23 - - + + Add group Tambahkan grup - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 526 - - - Are you sure that you want to the selected ? - Anda yakin ingin dari ? - - app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html - 15 - - + + + Submit + Kirim + + + Are you sure that you want to + the selected + ? + + Anda yakin ingin + dari + ? + + + Yes, I am sure. Ya, saya yakin. - - app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html - 25 - - - Please consult the documentation - on how to configure and enable the iSCSI Targets management functionality. - Mohon cek ke dokumentasi -tentang cara mengonfigurasi dan mengaktifkan fungsi manajemen iSCSI Target. - - app/ceph/block/iscsi-target-list/iscsi-target-list.component.html - 6 - - + + + Discovery Authentication + Otentikasi Discovery + + + Usernames must have a length of 8 to 64 characters and + can only contain letters, '.', '@', '-', '_' or ':'. + Nama pengguna harus terdiri dari 8 hingga 64 karakter dan +hanya boleh mengandung huruf, '.', '@', '-', '_' atau ':'. + + + Please consult the + documentation + + on how to configure and enable the iSCSI Targets management functionality. + + Mohon cek ke + dokumentasi + +tentang cara mengonfigurasi dan mengaktifkan fungsi manajemen iSCSI Target. + + + Available information: Informasi tersedia: - - app/ceph/block/iscsi-target-list/iscsi-target-list.component.html - 12 - - + + iSCSI Targets not available iSCSI Target tidak tersedia - - app/ceph/block/iscsi-target-list/iscsi-target-list.component.html - 4 - - - {VAR_SELECT, select, editing {Edit} cloning {Clone} copying {Copy} other {Add} } - {VAR_SELECT, select, editing {Edit} cloning {Klon} copying {Salin} other {Tambah} } - - app/ceph/block/rbd-form/rbd-form.component.html - 10 - - - {VAR_SELECT, select, cloning {Clone from} copying {Copy from} other {Parent} } - {VAR_SELECT, select, cloning {Klon dari} copying {Salin dari} other {Induk} } - - app/ceph/block/rbd-form/rbd-form.component.html - 20 - - + + + '/' and '@' are not allowed. + '/' dan '@' tidak diperbolehkan. + + Loading... Memuat... - - app/ceph/block/rbd-form/rbd-form.component.html - 79 - - - app/ceph/block/rbd-form/rbd-form.component.html - 139 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 59 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 186 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 210 - - - app/ceph/pool/pool-form/pool-form.component.html - 5 - - - app/ceph/pool/pool-form/pool-form.component.html - 220 - - - app/ceph/pool/pool-form/pool-form.component.html - 341 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 83 - - + + -- No rbd pools available -- -- Tidak ada pool rbd tersedia -- - - app/ceph/block/rbd-form/rbd-form.component.html - 82 - - + + -- Select a pool -- -- Pilih pool -- - - app/ceph/block/rbd-form/rbd-form.component.html - 85 - - + + Use a dedicated data pool Gunakan pool data terdedikasi - - app/ceph/block/rbd-form/rbd-form.component.html - 105 - - + + Data pool Pool data - - app/ceph/block/rbd-form/rbd-form.component.html - 116 - - + + Dedicated pool that stores the object-data of the RBD. Pool terdedikasi yang menyimpan data-objek dari RBD. - - app/ceph/block/rbd-form/rbd-form.component.html - 120 - - + + -- No data pools available -- -- Tidak ada pool data tersedia -- - - app/ceph/block/rbd-form/rbd-form.component.html - 142 - - + + Size Ukuran - - app/ceph/block/rbd-form/rbd-form.component.html - 160 - - - app/ceph/block/rbd-details/rbd-details.component.html - 33 - - + + e.g., 10GiB cth. 10GiB - - app/ceph/block/rbd-form/rbd-form.component.html - 170 - - + + You have to increase the size. Anda harus menaikkan ukuran. - - app/ceph/block/rbd-form/rbd-form.component.html - 178 - - + + Features Fitur - - app/ceph/block/rbd-form/rbd-form.component.html - 188 - - - app/ceph/block/rbd-details/rbd-details.component.html - 48 - - + + Advanced... Tingkat lanjut... - - app/ceph/block/rbd-form/rbd-form.component.html - 211 - - + + Advanced Tingkat lanjut - - app/ceph/block/rbd-form/rbd-form.component.html - 217 - - + + + Striping + Setrip + + Object size Ukuran objek - - app/ceph/block/rbd-form/rbd-form.component.html - 224 - - - app/ceph/block/rbd-details/rbd-details.component.html - 43 - - + + Stripe unit Unit setrip - - app/ceph/block/rbd-form/rbd-form.component.html - 241 - - + + -- Select stripe unit -- -- Pilih ukuran setrip -- - - app/ceph/block/rbd-form/rbd-form.component.html - 252 - - + + This field is required because stripe count is defined! Isian ini harus diisi karena jumlah setrip telah ditentukan! - - app/ceph/block/rbd-form/rbd-form.component.html - 258 - - + + Stripe unit is greater than object size. Unit setrip lebih besar dari ukuran objek. - - app/ceph/block/rbd-form/rbd-form.component.html - 261 - - + + Stripe count Jumlah setrip - - app/ceph/block/rbd-form/rbd-form.component.html - 270 - - + + This field is required because stripe unit is defined! Isian wajib diisi karena unit setrip didefinisikan! - - app/ceph/block/rbd-form/rbd-form.component.html - 283 - - + + Stripe count must be greater than 0. Jumlah setrip harus lebih besar dari 0. - - app/ceph/block/rbd-form/rbd-form.component.html - 286 - - - {VAR_SELECT, select, editing {Update} cloning {Clone} copying {Copy} other {Create} } - {VAR_SELECT, select, editing {Perbarui} cloning {Klon} copying {Salin} other {Buat} } - - app/ceph/block/rbd-form/rbd-form.component.html - 298 - - + + Trash Tempat sampah - - app/ceph/block/rbd-images/rbd-images.component.html - 8 - - + + Overall Performance Performa Keseluruhan - - app/ceph/block/rbd-images/rbd-images.component.html - 12 - - - app/ceph/cluster/hosts/hosts.component.html - 29 - - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 71 - - - app/ceph/pool/pool-list/pool-list.component.html - 35 - - - app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.html - 16 - - + + Edit Edit - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 10 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 235 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 374 - - + + Description Deskripsi - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 32 - - - app/core/auth/role-form/role-form.component.html - 46 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 13 - - + + Long description Deskripsi lengkap - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 46 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 18 - - + + Default Bawaan - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 60 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 32 - - + + Daemon default Daemon bawaan - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 74 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 37 - - + + Services Layanan - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 88 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 68 - - + + Values Nilai - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 101 - - - The entered value is too high! It must not be greater than . - Nilai yang dimasukkan terlalu tinggi! Tidak boleh lebih besar dari . - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 139 - - - The entered value is too low! It must not be lower than . - Nilai yang dimasukkan terlalu rendah! Tidak boleh lebih rendah dari . - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 142 - - + + + The entered value is too high! It must not be greater than + . + + Nilai yang dimasukkan terlalu tinggi! Tidak boleh lebih besar dari + . + + + + The entered value is too low! It must not be lower than + . + + Nilai yang dimasukkan terlalu rendah! Tidak boleh lebih rendah dari + . + + + Save Simpan - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 154 - - + + CRUSH map viewer Penampil peta CRUSH - - app/ceph/cluster/crushmap/crushmap.component.html - 6 - - + + Hosts List Daftar Hos - - app/ceph/cluster/hosts/hosts.component.html - 3 - - + + No entries found Entri tidak ditemukan - - app/ceph/cluster/logs/logs.component.html - 14 - - - app/ceph/cluster/logs/logs.component.html - 30 - - + + Cluster Logs Log Klaster - - app/ceph/cluster/logs/logs.component.html - 4 - - + + Audit Logs Log Audit - - app/ceph/cluster/logs/logs.component.html - 20 - - + + + Loading configuration... + Memuat konfigurasi... + + + The configuration could not be loaded. + Konfigurasi tidak dapat dimuat. + + + Edit Manager module + Edit modul Ceph Manajer + + + The entered value is not a valid UUID, e.g.: 67dcac9f-2c03-4d6c-b7bd-1210b3a259a8 + Nilai yang dimasukkan bukan UUID yang valid, cth: 67dcac9f-2c03-4d6c-b7bd-1210b3a259a8 + + + The entered value needs to be a valid IP address. + Nilai yang dimasukkan harus alamat IP yang valid. + + + The entered value is too high! It must be lower or equal to + . + + Nilai yang dimasukkan terlalu tinggi! Harus lebih kecil atau sama dengan + . + + + + The entered value is too low! It must be greater or equal to + . + + Nilai yang dimasukkan terlalu rendah! Harus lebih besar atau sama dengan + . + + + + The entered value needs to be a number. + Nilai yang dimasukkan harus berupa angka. + + + The entered value needs to be a number or decimal. + Nilai yang dimasukkan harus berupa angka atau desimal. + + + Update + Perbarui + + Status Status - - app/ceph/cluster/monitor/monitor.component.html - 4 - - - app/ceph/dashboard/health/health.component.html - 3 - - + + Cluster ID ID Klaster - - app/ceph/cluster/monitor/monitor.component.html - 9 - - + + monmap modified monmap diubah - - app/ceph/cluster/monitor/monitor.component.html - 14 - - + + monmap epoch - epoch monmap - - app/ceph/cluster/monitor/monitor.component.html - 19 - - + monmap epoch + + quorum con kuorum con - - app/ceph/cluster/monitor/monitor.component.html - 24 - - + + quorum mon kuorum mon - - app/ceph/cluster/monitor/monitor.component.html - 29 - - + + required con con yang dibutuhkan - - app/ceph/cluster/monitor/monitor.component.html - 34 - - + + required mon mon yang dibutuhkan - - app/ceph/cluster/monitor/monitor.component.html - 39 - - + + In Quorum Memenuhi Kuorum - - app/ceph/cluster/monitor/monitor.component.html - 48 - - + + Not In Quorum Tidak dalam Kuorum - - app/ceph/cluster/monitor/monitor.component.html - 54 - - + + Cluster-wide OSD Flags Flag OSD Klaster - - app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html - 3 - - - Submit - Kirim - - app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html - 34 - - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 87 - - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 21 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 106 - - + + OSD Recovery Priority Prioritas pemulihan OSD - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 3 - - + + Priority Prioritas - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 16 - - + + Customize priority values Ubah nilai prioritas - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 44 - - + + This field is required! Isian ini harus diisi! - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 67 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 34 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 67 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 91 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 117 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 165 - - - app/ceph/pool/pool-form/pool-form.component.html - 40 - - - app/ceph/pool/pool-form/pool-form.component.html - 69 - - - app/ceph/pool/pool-form/pool-form.component.html - 95 - - - - - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 71 - - - The entered value is too high! It must not be greater than . - Nilai yang dimasukkan terlalu tinggi! Tidak boleh lebih tinggi dari . - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 75 - - - The entered value is too low! It must not be lower than . - Nilai yang dimasukkan terlalu rendah! Tidak boleh lebih rendah dari . - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 79 - - + + + [object Object] + [object Object] + + + The entered value is too high! It must not be greater than + . + + Nilai yang dimasukkan terlalu tinggi! Tidak boleh lebih tinggi dari + . + + + + The entered value is too low! It must not be lower than + . + + Nilai yang dimasukkan terlalu rendah! Tidak boleh lebih rendah dari + . + + + Reweight OSD Ubah bobot OSD - - app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html - 3 - - + + The value needs to be between 0 and 1. Nilai harus antara 0 dan 1. - - app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html - 20 - - + + Reweight Ubah bobot - - app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html - 30 - - - OSDs Scrub - OSD Scrub - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 3 - - + + + OSDs + Scrub + + OSD + Scrub + + + {VAR_SELECT, select, 1 {Deep } } {VAR_SELECT, select, 1 {Dalam } } - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 3 - - - You are about to apply a scrub to - the OSD . - Anda akan menerapkan scrub pada -OSD . - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 13 - - + + + You are about to apply a + scrub to + the OSD + + + . + + Anda akan menerapkan + scrub pada +OSD + + + . + + + {VAR_SELECT, select, 1 {deep } } {VAR_SELECT, select, 1 {dalam } } - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 13 - - + + Set Cluster-wide Flags Set Flag Se-klaster - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 25 - - + + Set Cluster-wide Recovery Priority Set Prioritas Pemulihan Se-klaster - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 41 - - + + OSDs List Daftar OSD - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 3 - - - OSD will be marked - if you proceed. - OSD akan ditandai - jika ingin melanjutkan. - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 81 - - + + + + OSD + + will be marked + + + if you proceed. + + + OSD + + akan ditandai + + + jika ingin melanjutkan. + + + The OSD is not safe to destroy! OSD tidak aman untuk dihancurkan! - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 90 - - - OSD will be - if you proceed. - OSD akan - jika ingin melanjutkan. - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 92 - - + + + + OSD + + will be + + + if you proceed. + + + OSD + + akan + + + jika ingin melanjutkan. + + + Details Detail - - app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.html - 10 - - - app/core/auth/role-details/role-details.component.html - 2 - - - app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html - 3 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 2 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 3 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 3 - - - app/ceph/block/rbd-details/rbd-details.component.html - 8 - - - app/ceph/pool/pool-details/pool-details.component.html - 5 - - - app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html - 3 - - + + Health Kesehatan - - app/ceph/dashboard/dashboard/dashboard.component.html - 4 - - + + Statistics Statistik - - app/ceph/dashboard/dashboard/dashboard.component.html - 8 - - - Add erasure code profile - Tambahkan profil erasure code - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 3 - - + + + Please consult the + documentation + + on how to configure and enable the NFS Ganesha management functionality. + + Mohon periksa + dokumentasi + +tentang cara mengonfigurasi dan aktfikan fungsi manajemen NFS Ganesha. + + + + Clients + Klien + + + Any client can access + Semua klien dapat mengakses + + + Addresses + Alamat + + + Required field + Wajib diisi + + + Must contain one or more comma-separated values + Harus mengandung satu atau lebih nilai yang dipisahkan koma + + + For example: + Contoh: + + + Access Type + Tipe Akses + + + Squash + Squash + + + Add clients + Tambah klien + + + NFS export + + + Ekspor NFS + + + + + -- No cluster available -- + -- Klaster tidak tersedia -- + + + -- Select the cluster -- + -- Pilih klaster -- + + + Add daemon + Tambah daemon + + + Storage Backend + Backend Penyimpanan + + + -- Select the storage backend -- + -- Pilih backend penyimpanan -- + + + Object Gateway User + Pengguna Gerbang Objek + + + -- No users available -- + -- Pengguna tidak tersedia -- + + + -- Select the object gateway user -- + -- Pilih pengguna gerbang objek -- + + + CephFS User ID + ID Pengguna CephFS + + + -- No clients available -- + -- Klien tidak tersedia -- + + + -- Select the cephx client -- + -- Pilih klien cephx -- + + + CephFS Name + Nama CephFS + + + Security Label + Label Keamanan + + + Enable security label + Aktifkan label keamanan + + + CephFS Path + CephFS Path + + + Path need to start with a '/' and can be followed by a word + Lintasan atau path harus dimulai dengan '/' dan diikuti dengan kata + + + New directory will be created + Direktori baru akan dibuat + + + Path + Path + + + Path can only be a single '/' or a word + Path hanya boleh berupa '/' atau kata + + + New bucket will be created + Buket baru akan dibuat + + + NFS Protocol + Protokol NFS + + + NFSv3 + NFSv3 + + + NFSv4 + NFSv4 + + + NFS Tag + Tag NFS + + + Alternative access for + NFS v3 + mounts (it must not have a leading /). + + Alternatif akses untuk mount + NFSv3 + (tidak boleh diawali /). + + + + Clients may not mount subdirectories (i.e. if Tag = foo, the client may not mount foo/baz). + Klien mungkin tidak dapat mount subdirektori (cth. jika Tag = foo, klien mungkin tidak bisa mount foo/baz). + + + By using different Tag options, the same Path may be exported multiple times. + Dengan menggunakan opsi Tag yang berbeda, Path yang sama akan diekspor beberapa kali. + + + Pseudo + Pseudo + + + The position that this + NFS v4 + export occupies + in the + Pseudo FS + (it must be unique). + + Posisi dari + NFS v4 + yang diekspor ini menempati + Pseudo FS + (ini harus unik). + + + + By using different Pseudo options, the same Path may be exported multiple times. + Dengan menggunakan opsi Pseudo yang berbeda, Path yang sama akan diekspor beberapa kali. + + + Wrong format + Format salah + + + -- No access type available -- + -- Tipe akses tidak tersedia -- + + + -- Select the access type -- + -- Pilih tipe akses -- + + + -- No squash available -- + -- Squash tidak tersedia -- + + + --Select what kind of user id squashing is performed -- + -- Pilih jenis squashing id pengguna yang akan dilakukan -- + + + Transport Protocol + Protokol Transport + + + UDP + UDP + + + TCP + TCP + + + CephFS + CephFS + + The name can only consist of alphanumeric characters, dashes and underscores. Nama hanya boleh terdiri dari alfanumerik, tanda hubung, dan garis bawah. - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 37 - - + + The chosen erasure code profile name is already in use. Nama profil erasure code sudah digunakan. - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 40 - - + + Plugin Plugin - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 47 - - + + Data chunks (k) Pecahan data (k) - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 75 - - + + Must be equal to or greater than 2. Harus sama dengan atau lebih dari 2. - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 94 - - + + Coding chunks (m) Pecahan Coding (m) - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 102 - - + + Must be equal to or greater than 1. Harus sama dengan atau lebih dari 1. - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 120 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 142 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 168 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 261 - - + + Durability estimator (c) Penduga daya tahan (c) - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 129 - - + + Locality (l) Lokalitas (l) - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 151 - - + + Crush failure domain Domain kegagalan Crush - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 175 - - + + Crush Locality Lokalitas Crush - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 199 - - + + None Tidak ada - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 213 - - + + Technique Teknik - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 226 - - + + Packetsize Ukuran paket - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 248 - - + + Crush root Crush root - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 269 - - + + Crush device class Kelas perangkat Crush - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 286 - - + + any apa saja - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 296 - - + + Directory Direktori - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 308 - - + + Add Tambah - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 326 - - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 140 - - + + Close Tutup - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 330 - - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 85 - - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 144 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 147 - - - app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html - 63 - - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 50 - - - pool - pool - - app/ceph/pool/pool-form/pool-form.component.html - 16 - - - {VAR_SELECT, select, 1 {Edit} other {Add} } - {VAR_SELECT, select, 1 {Edit} other {Tambah} } - - app/ceph/pool/pool-form/pool-form.component.html - 16 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 17 - - + + Name... Nama... - - app/ceph/pool/pool-form/pool-form.component.html - 34 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 52 - - - app/core/auth/role-form/role-form.component.html - 27 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 28 - - + + The chosen Ceph pool name is already in use. Nama pool Ceph yang dipilih sudah digunakan. - - app/ceph/pool/pool-form/pool-form.component.html - 43 - - + + Pool type Jenis pool - - app/ceph/pool/pool-form/pool-form.component.html - 52 - - + + -- Select a pool type -- -- Pilih jenis pool -- - - app/ceph/pool/pool-form/pool-form.component.html - 61 - - + + Placement groups Grup penempatan - - app/ceph/pool/pool-form/pool-form.component.html - 79 - - + + At least one placement group is needed! Dibutuhkan setidaknya satu grup penempatan! - - app/ceph/pool/pool-form/pool-form.component.html - 98 - - + + Your cluster can't handle this many PGs. Please recalculate the PG amount needed. Klaster Anda tidak dapat menangani PG sebanyak ini. Mohon hitung ulang jumlah PG yang dibutuhkan. - - app/ceph/pool/pool-form/pool-form.component.html - 101 - - + + You can only increase the number of PGs of an existing pool. - Currently your pool has PGs. + Currently your pool has + PGs. + Anda hanya dapat menambahkan nilai PG dari pool yang ada. -Saat ini pool Anda memiliki PG. - - app/ceph/pool/pool-form/pool-form.component.html - 104 - - +Saat ini pool Anda memiliki + PG. + + + Calculation help Bantuan penghitungan - - app/ceph/pool/pool-form/pool-form.component.html - 109 - - + + The current PGs settings were calculated for you, you - should make sure the values suite your needs before submit. + should make sure the values suit your needs before submit. Pengaturan PG saat ini telah dihitung untuk Anda, Anda -harus memastikan jumlah PG telah sesuai sebelum melanjutkan. - - app/ceph/pool/pool-form/pool-form.component.html - 113 - - +harus memastikan nilai tersebut sesuai kebutuhan sebelum mengajukan. + + Crush ruleset Aturan CRUSH - - app/ceph/pool/pool-form/pool-form.component.html - 124 - - + + -- Select a crush rule -- -- Pilih aturan crush -- - - app/ceph/pool/pool-form/pool-form.component.html - 132 - - + + Crush rule Aturan crush - - app/ceph/pool/pool-form/pool-form.component.html - 153 - - + + Crush steps Crush steps - - app/ceph/pool/pool-form/pool-form.component.html - 159 - - + + The rule can't be used in the current cluster as it has to few OSDs to meet the minimum required OSD by this rule. Aturan crush tidak dapat digunakan di klaster ini karena jumlah OSD terlalu sedikit untuk memenuhi syarat minimal OSD untuk aturan ini. - - app/ceph/pool/pool-form/pool-form.component.html - 170 - - + + Replicated size Jumlah replikasi - - app/ceph/pool/pool-form/pool-form.component.html - 181 - - - Minimum: - Minimum: - - app/ceph/pool/pool-form/pool-form.component.html - 195 - - - Maximum: - Maksimum: - - app/ceph/pool/pool-form/pool-form.component.html - 196 - - + + + Minimum: + + + Minimum: + + + + + Maximum: + + + Maksimum: + + + + The size specified is out of range. A value from - to is valid. + to + is valid. + Ukuran yang dimasukkan di luar jangkauan. Nilai yang valid -dari hingga . - - app/ceph/pool/pool-form/pool-form.component.html - 201 - - +dari + hingga + . + + + Erasure code profile Profil erasure code - - app/ceph/pool/pool-form/pool-form.component.html - 211 - - + + -- No erasure code profile available -- -- Tidak ada profil erasure code -- - - app/ceph/pool/pool-form/pool-form.component.html - 223 - - + + -- Select an erasure code profile -- -- Pilih profil erasure code -- - - app/ceph/pool/pool-form/pool-form.component.html - 226 - - + + Flags Flag - - app/ceph/pool/pool-form/pool-form.component.html - 272 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 57 - - + + EC Overwrites EC Overwrites - - app/ceph/pool/pool-form/pool-form.component.html - 280 - - + + Applications Aplikasi - - app/ceph/pool/pool-form/pool-form.component.html - 290 - - + + Compression Kompresi - - app/ceph/pool/pool-form/pool-form.component.html - 308 - - + + Mode Mode - - app/ceph/pool/pool-form/pool-form.component.html - 314 - - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 22 - - + + Algorithm Algoritma - - app/ceph/pool/pool-form/pool-form.component.html - 333 - - + + -- No erasure compression algorithm available -- -- Tidak ada algoritma pengompresian erasure -- - - app/ceph/pool/pool-form/pool-form.component.html - 344 - - + + Minimum blob size Ukuran blob minimum - - app/ceph/pool/pool-form/pool-form.component.html - 358 - - + + e.g., 128KiB cth. 128KiB - - app/ceph/pool/pool-form/pool-form.component.html - 367 - - + + Value should be greater than 0 Nilai harus lebih besar dari 0 - - app/ceph/pool/pool-form/pool-form.component.html - 372 - - - app/ceph/pool/pool-form/pool-form.component.html - 397 - - + + Value should be greater than the maximum blob size Nilai harus lebih besar dari ukuran maksimum blob - - app/ceph/pool/pool-form/pool-form.component.html - 375 - - + + Maximum blob size Ukuran maksimum blob - - app/ceph/pool/pool-form/pool-form.component.html - 384 - - + + e.g., 512KiB cth. 512KiB - - app/ceph/pool/pool-form/pool-form.component.html - 392 - - + + Value should be greater than the minimum blob size Nilai harus lebih besar dari ukuran minimum blob - - app/ceph/pool/pool-form/pool-form.component.html - 400 - - + + Ratio Rasio - - app/ceph/pool/pool-form/pool-form.component.html - 409 - - + + Compression ratio Rasio kompresi - - app/ceph/pool/pool-form/pool-form.component.html - 420 - - + + Value should be between 0.0 and 1.0 Nilai harus antara 0.0 dan 1.0 - - app/ceph/pool/pool-form/pool-form.component.html - 423 - - - pool - pool - - app/ceph/pool/pool-form/pool-form.component.html - 438 - - - {VAR_SELECT, select, 1 {Edit} other {Create} } - {VAR_SELECT, select, 1 {Edit} other {Buat} } - - app/ceph/pool/pool-form/pool-form.component.html - 438 - - + + + It's not possible to create an RBD pool with '/' in the name. + Tidak boleh membuat pool RBD dengan nama yang mengandung '/'. + + + Please change the name or remove 'rbd' from the applications list. + Mohon ganti atau hapus 'rbd' dari daftar aplikasi. + + Pools List Daftar pool - - app/ceph/pool/pool-list/pool-list.component.html - 2 - - - Please consult the documentation - on how to configure and enable the Object Gateway management functionality. - Silakan cek kembali dokumentasi -tentang cara mengonfigurasi dan mengaktifkan fungsi manajemen Gerbang Objek. - - app/ceph/rgw/rgw-501/rgw-501.component.html - 3 - - + + + Please consult the + documentation + + on how to configure and enable the Object Gateway management functionality. + + Silakan cek kembali + dokumentasi + +tentang cara mengonfigurasi dan mengaktifkan fungsi manajemen Gerbang Objek. + + + Loading bucket data... Memuat data buket... - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 2 - - + + The bucket data could not be loaded. Buket data tidak dapat dimuat. - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 5 - - - bucket - buket - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 17 - - + + Id Id - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 26 - - + + The value is not valid. Nilai tidak valid. - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 61 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 452 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 545 - - + + The chosen name is already in use. Nama yang dipilih sudah digunakan. - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 64 - - - app/core/auth/role-form/role-form.component.html - 37 - - + + Owner Pemilik - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 73 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 18 - - + + -- Select a user -- -- Pilih pengguna -- - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 86 - - - {VAR_SELECT, select, 1 {Update} other {Add} } - {VAR_SELECT, select, 1 {Perbarui} other {Tambah} } - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 102 - - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 80 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 142 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 593 - - + + Daemons List Daftar Daemon - - app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.html - 2 - - - Capability - Kemampuan - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 3 - - + + Type Tipe - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 22 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 42 - - + + -- Select a type -- -- Pilih tipe -- - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 41 - - + + Permission Izin - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 56 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 63 - - + + -- Select a permission -- -- Pilih izin -- - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 64 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 71 - - + + S3 key Kunci S3 - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 3 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 123 - - + + Username Nama pengguna - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 22 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 22 - - - app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html - 19 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 24 - - - app/core/auth/user-form/user-form.component.html - 19 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 9 - - + + -- Select a username -- -- Pilih nama pengguna -- - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 41 - - + + Auto-generate key Kunci otomatis-dibuat - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 60 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 133 - - + + Access key Kunci akses - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 71 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 144 - - + + Secret key Kunci rahasia - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 106 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 110 - - - app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html - 34 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 176 - - + + Subuser Subpengguna - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 3 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 37 - - + + The chosen subuser ID is already in use. ID subpengguna sudah digunakan. - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 54 - - + + read, write baca, tulis - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 77 - - + + full penuh - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 79 - - + + Swift key Kunci Swift - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 89 - - - app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html - 3 - - + + Auto-generate secret Sandi otomatis-dibuat - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 99 - - + + Loading user data... Memuat data pengguna... - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 2 - - + + The user data could not be loaded. Data pengguna tidak dapat dimuat. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 5 - - + + The chosen user ID is already in use. ID pengguna yang dipilih sudah digunakan. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 41 - - + + Full name Nama lengkap - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 50 - - - app/core/auth/user-form/user-form.component.html - 98 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 14 - - + + Email address Alamat email - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 71 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 19 - - + + This is not a valid email address. Ini bukan alamat email yang valid. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 79 - - + + The chosen email address is already in use. Alamat email yang dipilih sudah digunakan. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 82 - - + + Max. buckets Maks. buket - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 91 - - + + The entered value must be >= 0. Nilai yang dimasukkan harus >= 0. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 104 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 489 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 582 - - + + Suspended Dihentikan - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 116 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 24 - - + + Subusers Subpengguna - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 205 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 40 - - + + There are no subusers. Tidak ada sub-pengguna. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 211 - - + + Delete Hapus - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 242 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 296 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 381 - - - Add subuser - Tambahkan sub-pengguna. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 256 - - + + Keys Kunci - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 264 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 134 - - + + S3 S3 - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 268 - - + + There are no keys. Kunci tidak ditemukan. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 273 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 323 - - + + Show Tampilkan - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 289 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 339 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 149 - - - Add S3 key - Tambah kunci S3 - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 310 - - + + Swift Swift - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 318 - - + + Capabilities Kemampuan - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 352 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 49 - - + + There are no capabilities. Kemampuan tidak ada. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 358 - - - Add capability - Tambahkan kemampuan - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 395 - - + + User quota Kuota pengguna - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 403 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 61 - - + + Enabled Diaktifkan - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 413 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 506 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 71 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 66 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 102 - - + + Unlimited size Ukuran tak terbatas - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 427 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 520 - - + + Max. size Ukuran maks. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 438 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 531 - - + + Unlimited objects Objek tak terbatas - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 465 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 558 - - + + Max. objects Objek maks. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 476 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 569 - - + + Bucket quota Kuota Buket - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 496 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 66 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 97 - - + + Welcome to Ceph! Selamat datang di Ceph! - - app/core/auth/login/login.component.html - 10 - - The welcome message on the login page - + The welcome message on the login page + + Username is required Nama pengguna harus diisi - - app/core/auth/login/login.component.html - 34 - - + + Password is required Kata sandi harus diisi - - app/core/auth/login/login.component.html - 58 - - + + Login Masuk - - app/core/auth/login/login.component.html - 64 - - - Role - Role - - app/core/auth/role-form/role-form.component.html - 10 - - - {VAR_SELECT, select, editing {Edit} other {Add} } - {VAR_SELECT, select, editing {Edit} other {Tambah} } - - app/core/auth/role-form/role-form.component.html - 10 - - - app/core/auth/user-form/user-form.component.html - 10 - - + + Description... Deskripsi... - - app/core/auth/role-form/role-form.component.html - 51 - - + + Permissions Izin - - app/core/auth/role-form/role-form.component.html - 61 - - - Role - Role - - app/core/auth/role-form/role-form.component.html - 81 - - - {VAR_SELECT, select, editing {Update} other {Create} } - {VAR_SELECT, select, editing {Perbarui} other {Buat} } - - app/core/auth/role-form/role-form.component.html - 81 - - - app/core/auth/user-form/user-form.component.html - 147 - - + + Sorry, the user does not exist in Ceph. Maaf, pengguna tidak terdaftar di Ceph. - - app/core/auth/sso/sso-not-found/sso-not-found.component.html - 3 - - - Return to Login Page. You'll be logged out from the Identity Provider when you retry logging in. - Kembali ke Halaman Masuk . Anda akan dikeluarkan dari Penyedia Identitas saat Anda mencoba masuk. - - app/core/auth/sso/sso-not-found/sso-not-found.component.html - 4 - - - User - Pengguna - - app/core/auth/user-form/user-form.component.html - 10 - - + + + Return to + Login Page + . You'll be logged out from the Identity Provider when you retry logging in. + + Kembali ke Halaman Masuk + + . Anda akan dikeluarkan dari Penyedia Identitas saat Anda mencoba masuk. + + + Confirm password Konfirmasi kata sandi - - app/core/auth/user-form/user-form.component.html - 69 - - + + Password confirmation doesn't match the password. Konfirmasi kata sandi tidak sesuai dengan kata sandi. - - app/core/auth/user-form/user-form.component.html - 90 - - + + Email Email - - app/core/auth/user-form/user-form.component.html - 114 - - + + Invalid email. Email tidak valid. - - app/core/auth/user-form/user-form.component.html - 125 - - + + Roles Peran - - app/core/auth/user-form/user-form.component.html - 131 - - - app/core/auth/user-tabs/user-tabs.component.html - 7 - - - User - Pengguna - - app/core/auth/user-form/user-form.component.html - 147 - - - You are about to remove "user read / update" permissions from your own user. - Anda akan menghapus izin "pengguna baca / perbarui" dari diri Anda sendiri. - - app/core/auth/user-form/user-form.component.html - 159 - - + + + You are about to remove "user read / update" permissions from your own user. + Anda akan menghapus izin "pengguna baca / perbarui" dari diri Anda sendiri. + + If you continue, you will no longer be able to add or remove roles from any user. Jika melanjutkan, Anda tidak akan lagi dapat menambahkan atau menghapus peran dari pengguna manapun. - - app/core/auth/user-form/user-form.component.html - 161 - - + + Are you sure you want to continue? Anda yakin ingin melanjutkan? - - app/core/auth/user-form/user-form.component.html - 163 - - + + Forbidden Terlarang - - app/core/forbidden/forbidden.component.html - 3 - - + + Sorry, you are not allowed to see what you were looking for. Maaf, Anda tidak dizinkan melihat hal yang Anda inginkan. - - app/core/forbidden/forbidden.component.html - 7 - - + + Sorry, we could not find what you were looking for Maaf, kami tidak dapat menemukan yang Anda cari - - app/core/not-found/not-found.component.html - 3 - - + + Remove all Hapus semua - - app/core/navigation/notifications/notifications.component.html - 6 - - + + Recent Notifications Notifikasi terkini - - app/core/navigation/notifications/notifications.component.html - 56 - - - app/core/navigation/notifications/notifications.component.html - 53 - - + + There are no background tasks. Tidak ada tugas latar belakang. - - app/core/navigation/task-manager/task-manager.component.html - 71 - - + + Background Tasks Tugas Latar Belakang - - app/core/navigation/task-manager/task-manager.component.html - 83 - - - app/core/navigation/task-manager/task-manager.component.html - 79 - - + + Help Bantuan - - app/core/navigation/dashboard-help/dashboard-help.component.html - 13 - - - app/core/navigation/dashboard-help/dashboard-help.component.html - 10 - - + + Documentation Dokumentasi - - app/core/navigation/dashboard-help/dashboard-help.component.html - 23 - - + + API API - - app/core/navigation/dashboard-help/dashboard-help.component.html - 28 - - + + About Tentang - - app/core/navigation/dashboard-help/dashboard-help.component.html - 33 - - + + Dashboard Settings Pengaturan Dasbor - - app/core/navigation/administration/administration.component.html - 10 - - - app/core/navigation/administration/administration.component.html - 7 - - + + User management Manajemen Pengguna - - app/core/navigation/administration/administration.component.html - 18 - - + + Logged in user Pengguna masuk - - app/core/navigation/identity/identity.component.html - 9 - - - app/core/navigation/identity/identity.component.html - 6 - - + + Signed in as - + + + + Masuk sebagai - - - app/core/navigation/identity/identity.component.html - 19 - - + + + + + + Sign out Keluar - - app/core/navigation/identity/identity.component.html - 27 - - + + Performance Counters Penghitung Performa - - app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html - 9 - - + + Performance Details Detail Performa - - app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html - 16 - - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 46 - - - app/ceph/cluster/hosts/host-details/host-details.component.html - 3 - - - app/ceph/pool/pool-details/pool-details.component.html - 13 - - - app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html - 45 - - + + ID ID - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 13 - - + + Index type Jenis indeks - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 23 - - + + Placement rule Aturan penempatan - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 28 - - + + Marker Penanda - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 33 - - + + Maximum marker Penanda maksimum - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 38 - - + + Version Versi - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 43 - - + + Master version Versi Master - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 48 - - + + Modification time Modifikasi waktu - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 53 - - + + Zonegroup Zona grup - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 58 - - + + Maximum size Ukuran maksimum - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 76 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 71 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 107 - - + + Unlimited Tak terbatas - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 79 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 90 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 74 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 85 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 110 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 121 - - + + Maximum objects Objek maksimum - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 87 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 82 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 118 - - + + System Sistem - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 29 - - + + {VAR_SELECT, select, 0 {No} 1 {Yes} } {VAR_SELECT, select, 0 {Tidak} 1 {Ya} } - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 31 - - + + Maximum buckets Buket maksimum - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 35 - - + + Performance counters not available Penghitung kinerja tidak tersedia - - app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.html - 12 - - + + + Global + Global + + + Image + Image + + + Pool + Pool + + + RBD Configuration + Konfigurasi RBD + + + Remove the local configuration value. The parent configuration value will be inherited and used instead. + Menghapus nilai konfigurasi lokal. Nilai konfigurasi induk akan diturun dan digunakan. + + + The mininum value is 0 + Nilai minimum adalah 0 + + Attributes (OSD map) - Atribut (OSD map) - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 2 - - + Atribut (peta OSD) + + Metadata not available Metadata tidak tersedia - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 15 - - + + Metadata Metadata - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 8 - - + + Performance counter Penghitung kinerja - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 18 - - - Histogram not available: - Histogram tidak tersedia: - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 28 - - + + + Histogram not available: + + + Histogram tidak tersedia: + + + + Writes Tulis - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 33 - - + + Reads Baca - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 38 - - + + Histogram Histogram - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 25 - - + + Current values Nilai saat ini - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 23 - - + + Min Min - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 47 - - + + Max Maks - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 52 - - + + Source Sumber - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 77 - - + + Level Level - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 82 - - - Can be updated at runtime - Dapat diperbarui saat runtime - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 87 - - + + + Can be updated at runtime (editable) + Boleh diperbarui saat dijalankan (bisa diedit) + + Tags Tag - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 92 - - + + Enum values Nilai Enum - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 97 - - + + See also Lihat juga - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 102 - - + + Cluster Status Status Klaster - - app/ceph/dashboard/health/health.component.html - 15 - - + + Manager Daemons Manajer Daemon - - app/ceph/dashboard/health/health.component.html - 69 - - + + Object Gateways Gerbang Objek - - app/ceph/dashboard/health/health.component.html - 90 - - + + Metadata Servers Server Metadata - - app/ceph/dashboard/health/health.component.html - 98 - - + + iSCSI Gateways Gateway iSCSI - - app/ceph/dashboard/health/health.component.html - 109 - - + + Client IOPS IOPS klien - - app/ceph/dashboard/health/health.component.html - 125 - - + + Client Throughput Throughput Pengguna - - app/ceph/dashboard/health/health.component.html - 134 - - + + Client Read/Write Baca/Tulis Klien - - app/ceph/dashboard/health/health.component.html - 143 - - - Client Recovery - Pemulihan Klien - - app/ceph/dashboard/health/health.component.html - 161 - - + + + Recovery Throughput + Throughput Pemulihan + + Scrub Scrub - - app/ceph/dashboard/health/health.component.html - 170 - - + + Performance Kinerja - - app/ceph/dashboard/health/health.component.html - 119 - - + + Raw Capacity Kapasitas mentah - - app/ceph/dashboard/health/health.component.html - 200 - - + + Objects Objek - - app/ceph/dashboard/health/health.component.html - 213 - - - app/ceph/block/rbd-details/rbd-details.component.html - 38 - - + + PGs per OSD PG per OSD - - app/ceph/dashboard/health/health.component.html - 222 - - + + PG Status Status PG - - app/ceph/dashboard/health/health.component.html - 231 - - + + Capacity Kapasitas - - app/ceph/dashboard/health/health.component.html - 181 - - - See Logs for more details. - Lihat Log untuk detil lainnya. - - app/ceph/dashboard/health/health.component.html - 265 - - + + + + + See + Logs + for more details. + + + + Lihat + + Log untuk detil lainnya. + + + Move an image to trash Pindahkan image ke tempat sampah - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 3 - - - To move / to trash, - click Move Image. Optionally, you can pick an expiration date. - Untuk pindahkan / ke tempat sampah, -tekan Pindah Image . Anda juga dapat memilih tanggal kedaluwarsa. - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 12 - - + + + To move + + / + + to trash, + click + Move Image + . Optionally, you can pick an expiration date. + + Untuk pindahkan + + / + + ke tempat sampah, +tekan + Pindah Image + . Anda juga dapat memilih tanggal kedaluwarsa. + + + Protection expires at Proteksi berakhir pada - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 18 - - + + NOT PROTECTED TIDAK DIPROTEKSI - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 20 - - - Wrong date format. Please use "YYYY-MM-DD HH:mm:ss". - Format tanggal salah. Mohon gunakan "TTTT-BB-HH JJ:mm:dd". - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 29 - - + + + Wrong date format. Please use "YYYY-MM-DD HH:mm:ss". + Format tanggal salah. Mohon gunakan "TTTT-BB-HH JJ:mm:dd". + + Protection has already expired. Please pick a future date or leave it empty. Proteksi telah kedaluarsa. Mohon pilih tanggal masa mendatang atau kosongkan. - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 32 - - + + Move Image Pindahkan Image - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 40 - - + + Overview Ikhtisar - - app/ceph/block/iscsi-tabs/iscsi-tabs.component.html - 2 - - + + Targets Target - - app/ceph/block/iscsi-tabs/iscsi-tabs.component.html - 7 - - - Only available for RBD images with fast-diff enabled - Hanya tersedia untuk image RBD dengan fast-diff yang diaktifkan. - - app/ceph/block/rbd-details/rbd-details.component.html - 2 - - - Pool - Pool - - app/ceph/block/rbd-details/rbd-details.component.html - 18 - - + + + Only available for RBD images with + fast-diff + enabled + + Hanya tersedia untuk image RBD dengan + fast-diff + yang diaktifkan. + + + Data Pool Pool Data - - app/ceph/block/rbd-details/rbd-details.component.html - 23 - - + + Created Dibuat - - app/ceph/block/rbd-details/rbd-details.component.html - 28 - - + + Provisioned Disiapkan - - app/ceph/block/rbd-details/rbd-details.component.html - 57 - - + + N/A N/A - - app/ceph/block/rbd-details/rbd-details.component.html - 63 - - - app/ceph/block/rbd-details/rbd-details.component.html - 78 - - + + Total provisioned Total disiapkan - - app/ceph/block/rbd-details/rbd-details.component.html - 72 - - + + Striping unit Unit setrip - - app/ceph/block/rbd-details/rbd-details.component.html - 87 - - + + Striping count - Jumlah striping - - app/ceph/block/rbd-details/rbd-details.component.html - 92 - - + Jumlah setrip + + Parent Induk - - app/ceph/block/rbd-details/rbd-details.component.html - 97 - - + + Block name prefix Awalan nama blok - - app/ceph/block/rbd-details/rbd-details.component.html - 107 - - + + Order Urutan - - app/ceph/block/rbd-details/rbd-details.component.html - 112 - - + + Snapshots Snapshot - - app/ceph/block/rbd-details/rbd-details.component.html - 119 - - - RBD Snapshot - Snapshot RBD - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 3 - - + + + This setting overrides the global value + Pengaturan ini akan membatalkan nilai global + + + This is the global value. No value for this option has been set for this image. + Ini adalah nilai global. Tidak ada nilai yang diset untuk image ini. + + + + RBD Snapshot + + + Snapshot RBD + + + {VAR_SELECT, select, true {Rename} other {Create} } {VAR_SELECT, select, true {Ganti nama} other {Buat} } - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 3 - - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 46 - - - Snapshot - Snapshot - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 46 - - + + + + Snapshot + + + Snapshot + + + PROTECTED DIPROTEKSI - - app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.html - 17 - - + + UNPROTECTED TIDAK DIPROTEKSI - - app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.html - 20 - - + + You are about to rollback Anda akan mengembalikan semula - - app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.html - 25 - - + + Purge Trash Kosongkan Tempah Sampah - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 3 - - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 14 - - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 41 - - - app/ceph/block/rbd-trash-list/rbd-trash-list.component.html - 25 - - + + To purge, select one or All images and click Untuk menghapus, pilih satu atau Semua image dan pilih - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 13 - - + + Pool: Pool: - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 19 - - + + Pool name... Nama Pool... - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 22 - - + + All Semua - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 30 - - + + Restore Image Pulihkan Image - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 3 - - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 16 - - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 40 - - + + To restore Untuk memulihkan - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 13 - - + + type the image's new name and click ketik nama baru image dan pilih - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 15 - - + + New Name Nama Baru - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 22 - - + + Expired at Kedaluwarsa pada - - app/ceph/block/rbd-trash-list/rbd-trash-list.component.html - 34 - - + + Protected until Diproteksi hingga - - app/ceph/block/rbd-trash-list/rbd-trash-list.component.html - 37 - - - This image is protected until . - Image ini diproteksi hingga . - - app/ceph/block/rbd-trash-list/rbd-trash-list.component.html - 47 - - + + + This image is protected until + . + + Image ini diproteksi hingga + . + + + iSCSI Topology Topologi iSCSI - - app/ceph/block/iscsi-target-details/iscsi-target-details.component.html - 2 - - + + Issues Masalah - - app/ceph/block/mirroring/image-list/image-list.component.html - 2 - - + + Syncing Menyinkronkan - - app/ceph/block/mirroring/image-list/image-list.component.html - 11 - - - app/ceph/block/mirroring/image-list/image-list.component.html - 38 - - + + Ready Siap - - app/ceph/block/mirroring/image-list/image-list.component.html - 20 - - + + Edit pool mirror mode Edit mode pencerminan pool - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 3 - - + + To edit the mirror mode for pool  - , select a new mode from the list and click  - Update. + + + , select a new mode from the list and click  + Update + . + Untuk mengubah mode pencerminan pool  -, pilih mode baru dari daftar dan klik  -Perbarui. - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 13 - - + + + , pilih mode baru dari daftar dan klik  + Perbarui + . + + + Peer clusters must be removed prior to disabling mirror. Klaster mitra harus dihapus sebelum menonaktfikan pencerminan. - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 33 - - - Update - Perbarui - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 41 - - - - pool mirror peer - -mitra pencerminan pool - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 3 - - + + + + + pool mirror peer + + + +mitra pencerminan pool + + + {VAR_SELECT, select, edit {Edit} other {Add} } {VAR_SELECT, select, edit {Edit} other {Tambah} } - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 3 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 14 - - - the pool - mirror peer attributes for pool and click - Submit. - pool -atribut mitra pencerminan untuk pool dan klik -Kirim. - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 14 - - + + + + the pool + mirror peer attributes for pool + + + and click + Submit + . + + + pool +atribut mitra pencerminan untuk pool + + + dan klik + Kirim + . + + + Cluster Name Nama Klaster - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 23 - - + + The cluster name is not valid. Nama klaster tidak valid. - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 39 - - + + CephX ID CephX ID - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 46 - - + + CephX ID... CephX ID... - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 51 - - + + The CephX ID is not valid. CephX ID tidak valid. - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 61 - - + + Monitor Addresses Alamat Monitor - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 68 - - + + Comma-delimited addresses... Alamat dengan pemisah-koma... - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 72 - - + + The monitory address is not valid. Alamat monitor tidak valid. - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 79 - - + + CephX Key CephX Key - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 86 - - + + Base64-encoded key... Base64-encoded key... - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 90 - - + + CephX key must be base64 encoded. Kunci CephX harus base64 encoded. - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 97 - - + + Cache Tiers Details Detil Cache Bertingkat - - app/ceph/pool/pool-details/pool-details.component.html - 22 - - + + Ranks Peringkat - - app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html - 6 - - - Clients: - Klien: - - app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html - 36 - - - + + + Clients: + + + Klien: + + + + Current Terkini - - src/app/ceph/block/iscsi-target-details/iscsi-target-details.component.ts - 1 - - + + Updated discovery authentication + Otentikasi penemuan telah diperbarui + + There are no portals available. Tidak ada portal yang tersedia. - - src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts - 1 - - + There are no images available. Tidak ada image yang tersedia. - - src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts - 1 - - + There are no images available. Please make sure you add an image to the target. Tidak ada image yang tersedia. Mohon pastikan Anda telah menambahkan image ke target. - - src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts - 1 - - + There are no initiators available. Please make sure you add an initiator to the target. Tidak ada inisiator tersedia. Mohon pastikan Anda telah menambahkan inisiator ke target. - - src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts - 1 - - + Target Target - - src/app/ceph/block/iscsi-target-list/iscsi-target-list.component.ts - 1 - - + Hostname Nama hos - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - src/app/ceph/block/mirroring/daemon-list/daemon-list.component.ts - 1 - - - src/app/ceph/cluster/hosts/hosts.component.ts - 1 - - - src/app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.ts - 1 - - - - # Active/Optimized - # Aktif/Dioptimalkan - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - - # Active/Non-Optimized - # Aktif/Tidak-dioptimalkan - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - - Image - Image - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.ts - 1 - - - - Active/Optimized - Aktif/Dioptimalkan - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - - Active/Non-Optimized - Aktif/Tidak-dioptimalkan - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - + + Read Bytes Baca Bytes - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - + Write Bytes Tulis Bytes - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - + Read Ops Ops Baca - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - + Write Ops Ops Tulis - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - + A/O Since A/O Sejak - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - + Instance Instance - - src/app/ceph/block/mirroring/daemon-list/daemon-list.component.ts - 1 - - + Issue Isu - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - + State Keadaan - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts - 1 - - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - - src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts - 1 - - - + + Progress Kemajuan - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - + Disabled Dimatikan - - src/app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.ts - 1 - - + Edit Mode Mode Edit - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - - + Add Peer Tambahkan Mitra - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - - + Edit Peer Edit Mitra - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - - + Delete Peer Hapus Mitra - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - - + Leader Pemimpin - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - - + # Local # Lokal - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - - + # Remote # Jauh - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - - + mirror peer mitra pencerminan - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - - + + Key + Kunci + + + Value + Nilai + + Deep flatten Perataan mendalam - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - - + Layering Lapisan - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - - + Exclusive lock Kunci eksklusif - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - - + Object map (requires exclusive-lock) Peta objek (butuh kunci-eksklusif) - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - - + Journaling (requires exclusive-lock) Penjurnalan (membutuhkan kunci-eksklusif) - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - - + Fast diff (requires object-map) Fast diff (butuh peta-objek) - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - - + Copy Salin - - src/app/ceph/block/rbd-list/rbd-list.component.ts - 1 - - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - - - + + Flatten Ratakan - - src/app/ceph/block/rbd-list/rbd-list.component.ts - 1 - - + Move to Trash Pindahkan ke Tempat Sampah - - src/app/ceph/block/rbd-list/rbd-list.component.ts - 1 - - + Create Buat - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - - - src/app/core/auth/role-details/role-details.component.ts - 1 - - - src/app/core/auth/role-form/role-form.component.ts - 1 - - - + + Rename Ubah nama - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - - + Protect Proteksi - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - - + Unprotect Tidak diproteksi - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - - + Clone Klon - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - - + Rollback Kembalikan - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts - 1 - - - + + RBD snapshot rollback Kembalikan snapshot RBD - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts - 1 - - + RBD snapshot Snapshot RBD - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts - 1 - - + Restore Pulihkan - - src/app/ceph/block/rbd-trash-list/rbd-trash-list.component.ts - 1 - - + Deleted At Dihapus pada - - src/app/ceph/block/rbd-trash-list/rbd-trash-list.component.ts - 1 - - + id id - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - - + type tipe - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - - + state keadaan - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - - + version versi - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - - + Host Hos - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - + + root induk - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - - + Rank Peringkat - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - - src/app/ceph/cluster/monitor/monitor.component.ts - 1 - - - src/app/ceph/cluster/monitor/monitor.component.ts - 1 - - - + + Daemon Daemon - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - + Activity Aktivitas - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - + Dentries Dentries - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - + Inodes Inode - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - + Usage Penggunaan - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - - + + Standby daemons Daemon siaga - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - + The value can be updated at runtime. Nilai dapat diperbarui saat runtime. - - src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts - 1 - - + Daemons/clients do not pull this value from the monitor config database. We disallow setting this option via 'ceph config set ...'. This option should be configured via ceph.conf or via the @@ -4598,1084 +2491,646 @@ atribut mitra pencerminan untuk pool Daemon/klien tidak dapat mengambil nilai dari basis data konfigurasi monitor. Kami tidak mengizinkan mengubah ini dari 'ceph config set ...'. Pilihan ini harus dikonfigurasi melalui ceph.conf atau CLI. - - src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts - 1 - - + Option takes effect only during daemon startup. Pilihan hanya dapat bekerja selama daemon dimulai. - - src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts - 1 - - + Option only affects cluster creation. Pilihan hanya berpengaruh pada pembuatan klaster. - - src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts - 1 - - + Option only affects daemon creation. Pilihan hanya berpengaruh pada pembuatan daemon. - - src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts - 1 - - - - Config option has been updated. - Pilihan konfigurasi telah diperbarui. - - src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts - 1 - - - - Update config option - Perbarui pilihan konfigurasi - - src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts - 1 - - - + + + Updated config option + + + Perbarui opsi konfigurasi + + + + Service Layanan - - src/app/ceph/cluster/configuration/configuration.component.ts - 1 - - + Current value Nilai saat ini - - src/app/ceph/cluster/configuration/configuration.component.ts - 1 - - + + Editable + Dapat diedit + + + Updated options for module " + ". + + Opsi diperbarui untuk modul " + ". + + + + Enable + Aktifkan + + + Disable + Nonaktifkan + + + Reconnecting, please wait ... + Menghubungkan kembali, mohon tunggu... + + Public Address Alamat Publik - - src/app/ceph/cluster/monitor/monitor.component.ts - 1 - - - src/app/ceph/cluster/monitor/monitor.component.ts - 1 - - - + + Open Sessions Buka Sesi - - src/app/ceph/cluster/monitor/monitor.component.ts - 1 - - + No In Tidak boleh Masuk - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + OSDs that were previously marked out will not be marked back in when they start OSD yang telah ditandai keluar tidak akan ditandai masuk saat mereka menyala - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + No Out Tidak boleh Keluar - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + OSDs will not automatically be marked out after the configured interval OSD tidak akan otomatis ditandai keluar setelah interval dikonfigurasi - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + No Up Tidak Nyala - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + OSDs are not allowed to start OSD tidak diizinkan menyala - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + No Down Tidak Mati - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + OSD failure reports are being ignored, such that the monitors will not mark OSDs down Laporan kegagalan OSD sedang diabaikan sehingga monitor tidak akan menandai OSD mati - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + Pause Jeda - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + Pauses reads and writes Jeda baca dan tulis - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + No Scrub Nonaktifkan Scrub - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + Scrubbing is disabled Scrubbing dinonaktifkan - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + No Deep Scrub Nonaktifkan Deep Scrub - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + Deep Scrubbing is disabled Deep Scrubing dinonaktifkan - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + No Backfill Tidak ada Penambalan - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + Backfilling of PGs is suspended Penambalan PG dihentikan - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + No Recover Tidak ada Pemulihan - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + Recovery of PGs is suspended Pemulihan PG dihentikan - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + Bitwise Sort Urutan Bitwise - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + Use bitwise sort Gunakan urutan bitwise - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + Purged Snapdirs Buang Snapdirs - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + OSDs have converted snapsets OSD memiliki snapset yang dikonversi - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + Recovery Deletes Pulihkan yang telah dihapus - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + Deletes performed during recovery instead of peering Penghapusan dilakukan saat pemulihan bukan saat bermitra - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + PG Log Hard Limit Batas Maks Log PG - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + Puts a hard limit on pg log length Taruh batas maks pada panjang log pg - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - OSD Flags were updated successfully. - Flag OSD sukses diperbarui. - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - OSD Flags - Flag OSD - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - + + + Updated OSD Flags + Flag OSD diperbarui + + Deep Scrub Deep Scrub - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - + Mark Out Tandai Keluar - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - + out keluar - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/dashboard/osd-summary.pipe.ts - 1 - - - + + Mark In Tandai Masuk - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - + in masuk - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/dashboard/osd-summary.pipe.ts - 1 - - - + + Mark Down Tandai Gugur - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - + down gugur - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/dashboard/osd-summary.pipe.ts - 1 - - - + + Mark Lost Tandai Hilang - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - + Mark Tandai - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - + OSD lost OSD hilang - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - + marked lost ditandai hilang - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - Remove - Hapus - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - + + Purge + Buang + + OSD OSD - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - - removed - dihapus - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - + + + purged + dibuang + + Destroy Hancurkan - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - + destroy hancurkan - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - + destroyed dihancurkan - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - + PGs PG - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - + Read bytes Bita baca - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - - + + Writes bytes Bita tulis - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - + Read ops Ops baca - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - - + + Write ops Ops tulis - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - - - Mark OSD - Tandai OSD - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - - Mark - Tandai - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - + + + Mark OSD + + + Tandai OSD + + + + + Mark + + + Tandai + + + + Max Backfills Maks Penambalan - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - - + Recovery Max Active Maks Pemulihan Aktif - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - - + Recovery Max Single Start Maks Menjalankan Pemulihan Tunggal - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - - + Recovery Sleep Jeda Pemulihan - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - - + Custom Ubahsuai - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - - - - OSD recovery speed priority "" was set successfully. - Prioritas kecepatan pemulihan OSD "" telah diset. - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - - - - OSD recovery speed priority - Prioritas kecepatan pemulihan OSD - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - - - - was initialized in the following OSD: - telah diinisialisasi pada OSD berikut: - - src/app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.ts - 1 - - - + + + Updated OSD recovery speed priority " + " + + Piroritas " + " kecepatan pemulihan OSD diperbarui. + + + + + was initialized in the following OSD: + + + + telah diinisialisasi pada OSD berikut: + + + + Job Tugas - - src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts - 1 - - + Severity Keparahan - - src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts - 1 - - + Started Dimulai - - src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts - 1 - - + URL URL - - src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts - 1 - - + Used Terpakai - - src/app/ceph/dashboard/health/health.component.ts - 1 - - + Avail. Tersedia - - src/app/ceph/dashboard/health/health.component.ts - 1 - - + Clean Bersih - - src/app/ceph/dashboard/health/health.component.ts - 1 - - + Working Bekerja - - src/app/ceph/dashboard/health/health.component.ts - 1 - - + Warning Peringatan - - src/app/ceph/dashboard/health/health.component.ts - 1 - - + Unknown Tidak diketahui - - src/app/ceph/dashboard/health/health.component.ts - 1 - - + up nyala - - src/app/ceph/dashboard/mds-summary.pipe.ts - 1 - - - src/app/ceph/dashboard/osd-summary.pipe.ts - 1 - - - + + no filesystems tidak ada filesistem - - src/app/ceph/dashboard/mds-summary.pipe.ts - 1 - - - src/app/ceph/dashboard/mds-summary.pipe.ts - 1 - - - + + active aktif - - src/app/ceph/dashboard/mds-summary.pipe.ts - 1 - - - src/app/ceph/dashboard/mgr-summary.pipe.ts - 1 - - - + + standby siaga - - src/app/ceph/dashboard/mds-summary.pipe.ts - 1 - - - src/app/ceph/dashboard/mgr-summary.pipe.ts - 1 - - - + + n/a n/a - - src/app/ceph/dashboard/mgr-summary.pipe.ts - 1 - - + active daemon daemon aktif - - src/app/ceph/dashboard/mgr-summary.pipe.ts - 1 - - + quorum kuorum - - src/app/ceph/dashboard/mon-summary.pipe.ts - 1 - - - Value - Nilai - - src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.ts - 1 - + + The NFS Ganesha service is not configured. + Layanan NFS Ganesha belum dikonfigurasi. + + + Transport + Transport + + + CephFS User + Pengguna CephFS + + + CephFS Filesystem + Filesistem CephFS - + + (inherited from global config) + (diturunkan dari konfig global) + + + inherited from global config + diturunkan dari konfig global + + + -- Select what kind of user id squashing is performed -- + -- Pilih jenis squashing id pengguna yang akan dilakukan -- + + + There are no daemons available. + Tidak ada daemon tersedia. + + + Export + Ekspor + + Cache Mode Mode Cache - - src/app/ceph/pool/pool-details/pool-details.component.ts - 1 - - + Min Evict Age Min Waktu Usir - - src/app/ceph/pool/pool-details/pool-details.component.ts - 1 - - + Min Flush Age Min Waktu Buang - - src/app/ceph/pool/pool-details/pool-details.component.ts - 1 - - + Target Max Bytes Target Maks Bita - - src/app/ceph/pool/pool-details/pool-details.component.ts - 1 - - + Target Max Objects Target Maks Objek - - src/app/ceph/pool/pool-details/pool-details.component.ts - 1 - - + No applications added Tidak ada aplikasi ditambahkan - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - - + Applications limit reached Batas aplikasi tercapai - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - - + A pool can only have up to four applications definitions. Sebuah pool hanya dapat memiliki empat definisi aplikasi. - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - - + Allowed characters '_a-zA-Z0-9' Karakter diperbolehkan '_a-zA-Z0-9' - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - - + Maximum length is 128 characters Panjang maksimum 128 karakter - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - - + Filter or add applications Saring atau tambah aplikasi - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - - + Add application Tambah aplikasi - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - - + erasure code profile profil erasure code - - src/app/ceph/pool/pool-form/pool-form.component.ts - 1 - - + Replica Size Ukuran Replikasi - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - + Last Change Perubahan Terakhir - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - + Erasure Coded Profile Profil Erasure Code - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - + Crush Ruleset Aturan Crush - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - + Write bytes Bita tulis - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - + + Updated Object Gateway bucket " + " + + Buket Gerbang Objek " + " diperbarui + + + + Created Object Gateway bucket " + " + + Buat buket Gerbang Objek " + " + + + bucket buket - - src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.ts - 1 - - + buckets buket - - src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.ts - 1 - - + + Updated Object Gateway user " + " + + Perbarui pengguna Gerbang Objek &quot + ;" + + + + Created Object Gateway user " + " + + Buat pengguna Gerbang Objek " + " + + + user pengguna - - src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts - 1 - - + users pengguna - - src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts - 1 - - + Scope Cakupan - - src/app/core/auth/role-details/role-details.component.ts - 1 - - + Read Baca - - src/app/core/auth/role-details/role-details.component.ts - 1 - - - src/app/core/auth/role-form/role-form.component.ts - 1 - - - - Created role '' - Peran '' dibuat - - src/app/core/auth/role-form/role-form.component.ts - 1 - - - - Updated role '' - Peran '' diperbarui - - src/app/core/auth/role-form/role-form.component.ts - 1 - - - + + + Created role ' + ' + + Peran ' + ' dibuat + + + + Updated role ' + ' + + Peran ' + ' diperbarui + + + System Role Peran Sistem - - src/app/core/auth/role-list/role-list.component.ts - 1 - - - - Deleted role '' - Peran '' dihapus - - src/app/core/auth/role-list/role-list.component.ts - 1 - - - - Created user "" - Pengguna "" dibuat - - src/app/core/auth/user-form/user-form.component.ts - 1 - - - + + + Deleted role ' + ' + + Peran ' + ' dihapus + + + + Created user " + " + + Pengguna " + " dibuat + + + Update user Perbarui pengguna - - src/app/core/auth/user-form/user-form.component.ts - 1 - - + Continue Lanjutkan - - src/app/core/auth/user-form/user-form.component.ts - 1 - - + You were automatically logged out because your roles have been changed. Anda dikeluarkan otomatis karena peran Anda telah berubah. - - src/app/core/auth/user-form/user-form.component.ts - 1 - - - - Updated user "" - Perbarui pengguna "" - - src/app/core/auth/user-form/user-form.component.ts - 1 - - - - Deleted user "" - Hapus pengguna "" - - src/app/core/auth/user-list/user-list.component.ts - 1 - - - - Failed to delete user "" - Gagal menghapus pengguna "" - - src/app/core/auth/user-list/user-list.component.ts - 1 - - - - You are currently logged in as "". - Saat ini Anda masuk sebagai "" - - src/app/core/auth/user-list/user-list.component.ts - 1 - - - + + + Updated user " + " + + Perbarui pengguna " + " + + + + Deleted user " + " + + Hapus pengguna " + " + + + + Failed to delete user " + " + + Gagal menghapus pengguna " + " + + + + You are currently logged in as " + ". + + Saat ini Anda masuk sebagai " + " + + + Each object is split in data-chunks parts, each stored on a different OSD. Tiap objek dipecah dalam pecahan-data, masing-masing disimpan pada OSD yang berbeda. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - + Compute coding chunks for each object and store them on different OSDs. The number of coding chunks is also the number of OSDs that can be down without losing data. Hitung pecahan coding untuk tiap objek dan simpan pada OSD yang berbeda. Jumlah pecahan data juga menjadi jumlah OSD yang diperbolehkan mati tanpa kehilangan data. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - + The jerasure plugin is the most generic and flexible plugin, it is also the default for Ceph erasure coded pools. Plugin jerasure merupakan plugin paling umum dan fleksibel, serta merupakan plugin bawaan Ceph untuk pool erasure code. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - + The more flexible technique is reed_sol_van : it is enough to set k and m. The cauchy_good technique can be faster but you need to chose the packetsize carefully. All of reed_sol_r6_op, liberation, blaum_roth, liber8tion are RAID6 equivalents @@ -5684,24 +3139,16 @@ serta merupakan plugin bawaan Ceph untuk pool erasure code. dan m. Teknik cauchy_good bisa lebih cepat, namun Anda harus memilih ukuran paket dengan seksama. Semua reed_sol_r6_op, liberation, blaum_roth, liber8tion setara dengan RAID6 dalam hal mereka hanya bisa diatur dengan m=2. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - + The encoding will be done on packets of bytes size at a time. Chosing the right packet size is difficult. The jerasure documentation contains extensive information on this topic. Penyandian dilakukan setiap saat pada ukuran bita paket. Sulit untuk menentukan ukuran paket yang tepat. Silakan cek dokumentasi jerasure untuk informasi lebih mendalam. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - + With the jerasure plugin, when an erasure coded object is stored on multiple OSDs, recovering from the loss of one OSD requires reading from all the others. For instance if jerasure is configured with k=8 and m=4, losing one OSD requires reading @@ -5718,24 +3165,16 @@ Contoh, saat jerasure dikonfigurasi dengan k=8 dan m=4, saat satu OSD mati, maka Plugin lrc erasure code membuat pecahan paritas lokal agar dapat memulihkan dengan OSD yang lebih sedikit. Contoh, jika lrc dikonfigurasi dengan k=8, m=4, dan l=4, maka lrc akan membuat pecahan paritas tambahan tiap empat OSD. Saat satu OSD mati, maka pemulihan dapat dilakukan hanya dengan 4 OSD, alih-alih 7 OSD. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - + Group the coding and data chunks into sets of size locality. For instance, for k=4 and m=2, when locality=3 two groups of three are created. Each set can be recovered without reading chunks from another set. Kelompokkan pecahan data dan coding ke dalam ukuran lokalitas. Controh untuk k=4 dan m=2, saat lokalitas=3 dua grup dari tiga akan dibuat. Setiap set akan dipulihkan tanpa membaca pecahan dari set lainnya. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - + The type of the crush bucket in which each set of chunks defined by l will be stored. For instance, if it is set to rack, each group of l chunks will be placed in a different rack. It is used to create a CRUSH rule step such as step choose @@ -5744,902 +3183,666 @@ dipulihkan tanpa membaca pecahan dari set lainnya. akan disimpan. Contoh, jika diset pada rak, tiap grup pecahan l akan ditempatkan pada rak berbeda. Ini akan digunakan pada aturan step CRUSH yaitu memilih tiap rak. Jika tidak diset, tidak akan ada pengelompokkan. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - + The isa plugin encapsulates the ISA library. It only runs on Intel processors. Plugin isa menghimpun perpustakaan ISA. Hanya dapat berjalan pada prosesor Intel. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - + The ISA plugin comes in two Reed Solomon forms. If reed_sol_van is set, it is Vandermonde, if cauchy is set, it is Cauchy. Plugin ISA memiliki dua jenis Reed Solomon. Jika reed_sol_van diset, maka menjadi Vandermonde, jika cauchy diset, maka menjadi Cauchy. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - + The shec plugin encapsulates the multiple SHEC library. It allows ceph to recover data more efficiently than Reed Solomon codes. Plugin shec mengenkapsulasi banyak pustaka SHEC. Hal ini agar ceph dapat dipulihkan dengan lebih efisien dari kode Reed Solomon. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - + The number of parity chunks each of which includes each data chunk in its calculation range. The number is used as a durability estimator. For instance, if c=2, 2 OSDs can be down without losing data. Jumlah potongan paritas yang masing-masing mencakup setiap potongan data dalam rentang perhitungannya. Nilai ini digunakan untuk perkiraan daya tahan. Contoh, jika c=2, 2 OSD dapat mati tanpa kehilangan data. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - + The name of the crush bucket used for the first step of the CRUSH rule. For instance step take default. Nama buket crush digunakan sebagai langkah pertama dari aturan CRUSH. Contoh diambil langkah bawaan. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - + Ensure that no two chunks are in a bucket with the same failure domain. For instance, if the failure domain is host no two chunks will be stored on the same host. It is used to create a CRUSH rule step such as step chooseleaf host. - Pastikan tidak ada dua pecahan data berada pada dua buket dengan domain gagal -yang sama. Contoh, saat domain gagal adalah hos, maka tidak ada dua pecahan data yang akan disimpan -pada hos yang sama. Aturan CRUSH seperti step chooseleaf host akan digunakan untuk hal tersebut. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - + Memastikan tidak ada pecahan data berada pada buket dengan domain kegagalan +yang sama. Contoh, saat domain gagal adalah hos, maka tidak ada pecahan data yang akan disimpan +pada hos yang sama. Aturan CRUSH seperti step chooseleaf hos akan digunakan untuk hal tersebut. + + Restrict placement to devices of a specific class (e.g., ssd or hdd), using the crush device class names in the CRUSH map. Batasi penempatan ke perangkat dengan kelas tertentu (cth. ssd atau hdd), menggunakan nama kelas perangkat crush pada peta CRUSH. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - + Set the directory name from which the erasure code plugin is loaded. Set nama direktori empat plugin erasure code akan dimuat. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - + + Allows all operations + Izinkan semua operasi + + + Allows only operations that do not modify the server + Izinkan hanya untuk operasi yang tidak mengubah server + + + Does not allow read or write operations, but allows any other operation + Tidak diizinkan untuk operasi baca dan tulis, namun izinkan operasi lainnya + + + Does not allow read, write, or any operation that modifies file attributes or directory content + Tidak diizinkan untuk baca, tulis, atau operasi lainnya yang mengubah atribut berkas atau konten direktori + + + Allows no access at all + Tidak diizinkan untuk semua hal + + -- Select the priority -- -- Pilih prioritas -- - - src/app/shared/api/osd.service.ts - 1 - - + Low Rendah - - src/app/shared/api/osd.service.ts - 1 - - + High Tinggi - - src/app/shared/api/osd.service.ts - 1 - - + Last 5 minutes 5 menit terakhir - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + Last 15 minutes 15 menit terakhir - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + Last 30 minutes 30 menit terakhir - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + Last 1 hour (Default) 1 Jam Terakhir (Bawaan) - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + Last 3 hours 3 jam terakhir - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + Last 6 hours 6 jam terakhir - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + Last 12 hours 12 jam terakhir - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + Last 24 hours 24 jam terakhir - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + Yesterday Kemarin - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + Today Hari ini - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + Today so far Sejauh hari ini - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + Day before yesterday Kemarin dulu - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + Last 2 days 2 hari terakhir - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + This day last week Hari ini minggu lalu - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + Previous week Minggu lalu - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + This week Minggu ini - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + This week so far Sejauh minggu ini - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + Last 7 days 7 hari terakhir - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + Previous month Bulan lalu - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + This month Bulan ini - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + This month so far Sejauh bulan ini - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + Last 30 days 30 hari terakhir - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + Last 90 days 90 hari terakhir - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + Last 6 months 6 bulan terakhir - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + Last 1 year 1 tahun terakhir - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + Previous year Tahun lalu - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + This year Tahun ini - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + This year so far Sejauh tahun ini - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + Last 2 years 2 tahun terakhir - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + Last 5 years 5 tahun terakhir - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + Information Informasi - - src/app/shared/components/info-panel/info-panel.component.ts - 1 - - + No items selected. Tidak ada yang dipilih. - - src/app/shared/components/select/select-messages.model.ts - 1 - - + Deselect item to select again Batalkan memilih untuk memilih ulang - - src/app/shared/components/select/select-messages.model.ts - 1 - - + Selection limit reached Batas pemilihan tercapai - - src/app/shared/components/select/select-messages.model.ts - 1 - - + Filter tags Tanda penyaringan - - src/app/shared/components/select/select-messages.model.ts - 1 - - + Add badge Tambahkan lencana - - src/app/shared/components/select/select-messages.model.ts - 1 - - + There are no items available. Tidak ada yang tersedia. - - src/app/shared/components/select/select-messages.model.ts - 1 - - - - Failed to - Gagal untuk - - src/app/shared/services/task-message.service.ts - 1 - - - + + + Yes + Ya + + + No + Tidak + + + Quality of Service + Kualitas Layanan atau QoS + + + BPS Limit + Limit BPS + + + The desired limit of IO bytes per second. + Limit IO bytes per detik yang diinginkan. + + + IOPS Limit + Limit IOPS + + + The desired limit of IO operations per second. + Limit operasi IO per detik yang diinginkan. + + + Read BPS Limit + Limit Baca BPS + + + The desired limit of read bytes per second. + Limit byte baca per detik yang diinginkan. + + + Read IOPS Limit + Limit IOPS Baca + + + The desired limit of read operations per second. + Limit operasi baca per detik yang diinginkan. + + + Write BPS Limit + Limit Tulis BPS + + + The desired limit of write bytes per second. + Limit tulis byte per detik yang diinginkan. + + + Write IOPS Limit + Limit IOPS Tulis + + + The desired limit of write operations per second. + Limit operasi tulis per detik yang diinginkan. + + + BPS Burst + Letupan BPS + + + The desired burst limit of IO bytes. + Limit yang diinginkan untuk letupan atau burst dari IO byte. + + + IOPS Burst + Letupan IOPS + + + The desired burst limit of IO operations. + Limit yang diinginkan untuk letupan atau burst operasi IO. + + + Read BPS Burst + Letupan Baca BPS + + + The desired burst limit of read bytes. + Limit yang diinginkan untuk letupan atau burst dari baca byte. + + + Read IOPS Burst + Letupan IOPS Baca + + + The desired burst limit of read operations. + Limit yang diinginkan untuk letupan atau burst operasi baca. + + + Write BPS Burst + Letupan BPS Tulis + + + The desired burst limit of write bytes. + Limit yang diinginkan untuk letupan atau burst dari tulis byte. + + + Write IOPS Burst + Letupan IOPS Tulis + + + The desired burst limit of write operations. + Limit yang diinginkan untuk letupan atau burst dari operasi baca. + + + Failed to + + + + Gagal untuk + + + + + Executing Mengeksekusi - - src/app/shared/services/task-message.service.ts - 1 - - + execute eksekusi - - src/app/shared/services/task-message.service.ts - 1 - - + Executed Dieksekusi - - src/app/shared/services/task-message.service.ts - 1 - - + unknown task tugas tak diketahui - - src/app/shared/services/task-message.service.ts - 1 - - + Creating Membuat - - src/app/shared/services/task-message.service.ts - 1 - - + create buat - - src/app/shared/services/task-message.service.ts - 1 - - + Updating Memperbarui - - src/app/shared/services/task-message.service.ts - 1 - - + update perbarui - - src/app/shared/services/task-message.service.ts - 1 - - + Updated Diperbarui - - src/app/shared/services/task-message.service.ts - 1 - - + Deleting Menghapus - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - + + delete hapus - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - + + Deleted Dihapus - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - - RBD '' - RBD '' - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - - RBD snapshot '' - Snapshot RBD '' - - src/app/shared/services/task-message.service.ts - 1 - - - - mirror mode for pool '' - mode pencerminan untuk pool '' - - src/app/shared/services/task-message.service.ts - 1 - - - - mirror peer for pool '' - mitra pencerminan untuk pool '' - - src/app/shared/services/task-message.service.ts - 1 - - - - Name is already used by . - Nama telah digunakan oleh . - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - - Name is already used by . - Nama telah digunakan oleh . - - src/app/shared/services/task-message.service.ts - 1 - - - - Name is already used by . - Nama telah digunakan oleh . - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - - contains snapshots. - berisi snapshot. - - src/app/shared/services/task-message.service.ts - 1 - - - + + + RBD ' + ' + + RBD ' + ' + + + + RBD snapshot ' + ' + + Snapshot RBD ' + ' + + + + mirror mode for pool ' + ' + + mode pencerminan untuk pool ' + ' + + + + mirror peer for pool ' + ' + + mitra pencerminan untuk pool ' + ' + + + + Name is already used by + . + + Nama telah digunakan oleh + . + + + + Name is already used by + . + + Nama telah digunakan oleh + . + + + + Name is already used by + . + + Nama telah digunakan oleh + . + + + + + contains snapshots. + + + berisi snapshot. + + + Cloning Pengklonan - - src/app/shared/services/task-message.service.ts - 1 - - + clone klon - - src/app/shared/services/task-message.service.ts - 1 - - + Cloned Diklon - - src/app/shared/services/task-message.service.ts - 1 - - - - Snapshot of must be protected. - Snapshot harus diproteksi. - - src/app/shared/services/task-message.service.ts - 1 - - - + + + Snapshot of + must be protected. + + Snapshot + harus diproteksi. + + + Copying Menyalin - - src/app/shared/services/task-message.service.ts - 1 - - + copy salin - - src/app/shared/services/task-message.service.ts - 1 - - + Copied Disalin - - src/app/shared/services/task-message.service.ts - 1 - - + Flattening Meratakan - - src/app/shared/services/task-message.service.ts - 1 - - + flatten ratakan - - src/app/shared/services/task-message.service.ts - 1 - - + Flattened Diratakan - - src/app/shared/services/task-message.service.ts - 1 - - - - Name is already used by . - Nama telah digunakan oleh . - - src/app/shared/services/task-message.service.ts - 1 - - - - Cannot unprotect because it contains child images. - Tidak dapat menghapus proteksi karena mengandung child image. - - src/app/shared/services/task-message.service.ts - 1 - - - - Cannot delete because it's protected. - Tidak dapat menghapus karena diproteksi. - - src/app/shared/services/task-message.service.ts - 1 - - - + + + Name is already used by + . + + Nama telah digunakan oleh + . + + + + Cannot unprotect + because it contains child images. + + Tidak dapat menghapus proteksi + karena mengandung child image. + + + + Cannot delete + because it's protected. + + Tidak dapat menghapus + karena diproteksi. + + + Rolling back Mengembalikan - - src/app/shared/services/task-message.service.ts - 1 - - + rollback kembalikan - - src/app/shared/services/task-message.service.ts - 1 - - + Rolled back Dikembalikan - - src/app/shared/services/task-message.service.ts - 1 - - + Moving Memindahkan - - src/app/shared/services/task-message.service.ts - 1 - - + move pindah - - src/app/shared/services/task-message.service.ts - 1 - - + Moved dipindahkan - - src/app/shared/services/task-message.service.ts - 1 - - - - image '' to trash - image '' ke tempat sampah - - src/app/shared/services/task-message.service.ts - 1 - - - + + + image ' + ' to trash + + image ' + ' ke tempat sampah + + + Could not find image. Tidak dapat menemukan image. - - src/app/shared/services/task-message.service.ts - 1 - - + Restoring Memulihkan - - src/app/shared/services/task-message.service.ts - 1 - - + restore pulihkan - - src/app/shared/services/task-message.service.ts - 1 - - + Restored Dipulihkan - - src/app/shared/services/task-message.service.ts - 1 - - - - image '' into '' - image '' ke '' - - src/app/shared/services/task-message.service.ts - 1 - - - - Image name '' is already in use. - Nama image '' sudah digunakan. - - src/app/shared/services/task-message.service.ts - 1 - - - - image '' - image '' - - src/app/shared/services/task-message.service.ts - 1 - - - + + + image ' + ' into ' + ' + + image ' + ' ke ' + ' + + + + Image name ' + ' is already in use. + + Nama image ' + ' sudah digunakan. + + + + image ' + ' + + image ' + ' + + + Purging Membuang - - src/app/shared/services/task-message.service.ts - 1 - - + purge buang - - src/app/shared/services/task-message.service.ts - 1 - - + Purged Dibuang - - src/app/shared/services/task-message.service.ts - 1 - - + all pools semua pool - - src/app/shared/services/task-message.service.ts - 1 - - - - images from - image dari - - src/app/shared/services/task-message.service.ts - 1 - - - + + + images from + + + image dari + + + + Cannot disable mirroring because it contains a peer. Gagal menonaktifkan pencerminan karena sedang bermitra. - - src/app/shared/services/task-message.service.ts - 1 - - - - pool '' - pool '' - - src/app/shared/services/task-message.service.ts - 1 - - - - erasure code profile '' - profil erasure code '' - - src/app/shared/services/task-message.service.ts - 1 - - - - target '' - target '' - - src/app/shared/services/task-message.service.ts - 1 - + + + pool ' + ' + + pool ' + ' + + + + erasure code profile ' + ' + + profil erasure code ' + ' + + + + target ' + ' + + target ' + ' + + + + NFS + + + NFS + + diff --git a/src/pybind/mgr/dashboard/frontend/src/locale/messages.it-IT.xlf b/src/pybind/mgr/dashboard/frontend/src/locale/messages.it-IT.xlf new file mode 100644 index 000000000000..71dbc2dd1cae --- /dev/null +++ b/src/pybind/mgr/dashboard/frontend/src/locale/messages.it-IT.xlf @@ -0,0 +1,3853 @@ + + + + + Toggle navigation + Attiva/Disattiva barra di navigazione + + + Dashboard + Dashboard + + + Cluster + Cluster + + + Hosts + Host + + + Monitors + Monitor + + + OSDs + OSD + + + Configuration + Configurazione + + + CRUSH map + Mappa CRUSH + + + Manager modules + Moduli Manager + + + Logs + Log + + + Alerts + Avvisi + + + Pools + Pool + + + Block + Blocco + + + Images + Immagini + + + Mirroring + Esecuzione della copia speculare + + + iSCSI + iSCSI + + + NFS + NFS + + + Filesystems + File system + + + Object Gateway + Object Gateway + + + Daemons + Daemon + + + Users + Utenti + + + Buckets + Compartimenti + + + Retrieving data + for + + + . Please wait... + + Recupero dati + per + + + . Attendere... + + + + Displaying previously cached data + + for + + + . + + Visualizzazione dei dati memorizzati in precedenza nella cache + + per + + + . + + + + Could not load data + for + + + . + Please check the cluster health. + + Impossibile caricare i dati + per + + + . + Verificare lo stato del cluster. + + + + Back + Indietro + + + Select a Language + Selezionare una lingua + + + Loading panel data... + Caricamento pannello dati in corso... + + + Please consult the + documentation + on how to + configure and enable the monitoring functionality. + + Consultare la + documentazione + su come + configurare e abilitare la funzionalità di monitoraggio. + + + + Grafana Dashboard doesn't exist. Please refer to + documentation + on how to + add dashboards to Grafana. + + Il dashboard di Grafana non esiste. Consultare la + documentazione + su come + aggiungere dashboard a Grafana. + + + + Grafana Time Picker + Selezione ora di Grafana + + + Reset Settings + Impostazioni di ripristino + + + Failed to load data. + Non è stato possibile caricare i dati. + + + selected + selezionato + X selected + + + found + trovato + X found + + + total + totale + X total + + + Settings + Impostazioni + + + Changing these parameters from their default values is usually not necessary. + Di solito non è necessario modificare questi parametri rispetto ai valori di default. + + + Backstore + Backstore + + + Confirm + Conferma + + + Cancel + Annulla + + + Advanced Settings + Impostazioni avanzate + + + Target IQN + IQN di destinazione + + + This field is required. + Questo campo è obbligatorio. + + + IQN has wrong pattern. + IQN contiene un modello errato. + + + An IQN has the following notation 'iqn.$year-$month.$reversedAddress:$definedName' + Un IQN contiene la notazione seguente 'iqn.$year-$month.$reversedAddress:$definedName' + + + For example: iqn.2016-06.org.dashboard:storage:disk.sn-a8675309 + Ad esempio: iqn.2016-06.org.dashboard:storage:disk.sn-a8675309 + + + More information + Ulteriori informazioni + + + This target has modified advanced settings. + Questa destinazione contiene impostazioni avanzate modificate. + + + Portals + Portali + + + At least + gateways are required. + + Gateway richiesti: almeno + . + + + + Add portal + Aggiungi portale + + + This image has modified settings. + Questa immagine contiene impostazioni modificate. + + + At least 1 image is required. + È richiesta almeno 1 immagine. + + + Add image + Aggiungi immagine + + + ACL authentication + Autenticazione ACL + + + Initiators + Iniziatori + + + Initiator + Iniziatore + + + Client IQN + IQN client + + + Initiator IQN needs to be unique. + L'IQN dell'iniziatore deve essere univoco. + + + User + Utente + + + Usernames must have a length of 8 to 64 characters and + can only contain letters, '.', '@', '-', '_' or ':'. + I nomi utente devono avere una lunghezza compresa tra 8 e 64 caratteri e + possono contenere solo lettere, '.', '@', '-', '_' o ':'. + + + Password + Password + + + Mutual User + Utente reciproco + + + Mutual Password + Password reciproca + + + Initiator belongs to a group. Images will be configure in the group. + L'iniziatore appartiene a un gruppo. Le immagini verranno configurate nel gruppo. + + + No items added. + Nessun elemento aggiunto. + + + Add initiator + Aggiungi iniziatore + + + Groups + Gruppi + + + Group + Gruppo + + + Name + Nome + + + Add group + Aggiungi gruppo + + + Submit + Invia + + + Are you sure that you want to + the selected + ? + + Si è sicuri di voler + l'elemento + selezionato? + + + + Yes, I am sure. + Sì. + + + Discovery Authentication + Autenticazione rilevazione + + + Usernames must have a length of 8 to 64 characters and + can only contain letters, '.', '@', '-', '_' or ':'. + I nomi utente devono avere una lunghezza compresa tra 8 e 64 caratteri e + possono contenere solo lettere, '.', '@', '-', '_' o ':'. + + + Please consult the + documentation + + on how to configure and enable the iSCSI Targets management functionality. + + Consultare la + documentazione + + su come configurare e abilitare la funzionalità di gestione delle destinazioni iSCSI. + + + + Available information: + Informazioni disponibili: + + + iSCSI Targets not available + Destinazioni iSCSI non disponibili + + + '/' and '@' are not allowed. + '/' e '@' non sono consentiti. + + + Loading... + Caricamento in corso... + + + -- No rbd pools available -- + -- Nessun pool rbd disponibile -- + + + -- Select a pool -- + -- Selezionare un pool -- + + + Use a dedicated data pool + Utilizza un pool di dati dedicato + + + Data pool + Pool di dati + + + Dedicated pool that stores the object-data of the RBD. + Pool dedicato che archivia i dati oggetto dell'RBD. + + + -- No data pools available -- + -- Nessun pool di dati disponibile -- + + + Size + Dimensioni + + + e.g., 10GiB + ad es. 10 GiB + + + You have to increase the size. + È necessario aumentare le dimensioni. + + + Features + Funzioni + + + Advanced... + Avanzate... + + + Advanced + Avanzate + + + Striping + Striping + + + Object size + Dimensioni oggetto + + + Stripe unit + Unità di striping + + + -- Select stripe unit -- + -- Selezionare l'unità di striping -- + + + This field is required because stripe count is defined! + Questo campo è obbligatorio perché è specificato il numero di striping. + + + Stripe unit is greater than object size. + L'unità di striping è maggiore delle dimensioni dell'oggetto. + + + Stripe count + Numero di striping + + + This field is required because stripe unit is defined! + Questo campo è obbligatorio perché è specificata l'unità di striping. + + + Stripe count must be greater than 0. + Il numero di striping deve essere maggiore di 0. + + + Trash + Cestino + + + Overall Performance + Prestazioni complessive + + + Edit + Modifica + + + Description + Descrizione + + + Long description + Descrizione lunga + + + Default + Default + + + Daemon default + Default del daemon + + + Services + Servizi + + + Values + Valori + + + The entered value is too high! It must not be greater than + . + + Il valore immesso è troppo alto. Non deve essere maggiore di + . + + + + The entered value is too low! It must not be lower than + . + + Il valore immesso è troppo basso. Non deve essere minore di + . + + + + Save + Salva + + + CRUSH map viewer + Visualizzatore mappa CRUSH + + + Hosts List + Elenco degli host + + + No entries found + Nessuna voce trovata + + + Cluster Logs + Log dei cluster + + + Audit Logs + Log delle revisioni + + + Loading configuration... + Caricamento della configurazione in corso... + + + The configuration could not be loaded. + Impossibile caricare la configurazione. + + + Edit Manager module + Modifica modulo Manager + + + The entered value is not a valid UUID, e.g.: 67dcac9f-2c03-4d6c-b7bd-1210b3a259a8 + Il valore immesso non è un UUID valido, ad es.: 67dcac9f-2c03-4d6c-b7bd-1210b3a259a8 + + + The entered value needs to be a valid IP address. + Il valore immesso deve essere un indirizzo IP valido. + + + The entered value is too high! It must be lower or equal to + . + + Il valore immesso è troppo alto. Deve essere minore o uguale a + . + + + + The entered value is too low! It must be greater or equal to + . + + Il valore immesso è troppo basso. Deve essere maggiore o uguale a + . + + + + The entered value needs to be a number. + Il valore immesso deve essere un numero. + + + The entered value needs to be a number or decimal. + Il valore immesso deve essere un numero o un decimale. + + + Update + Aggiorna + + + Status + Stato + + + Cluster ID + ID cluster + + + monmap modified + mappa mon modificata + + + monmap epoch + epoca mappa mon + + + quorum con + quorum con + + + quorum mon + quorum mon + + + required con + con richiesta + + + required mon + mon richiesto + + + In Quorum + Nel quorum + + + Not In Quorum + Non nel quorum + + + Cluster-wide OSD Flags + Flag OSD in tutto il cluster + + + OSD Recovery Priority + Priorità di recupero OSD + + + Priority + Priorità + + + Customize priority values + Personalizza valori di priorità + + + This field is required! + Questo campo è obbligatorio. + + + [object Object] + [object Object] + + + The entered value is too high! It must not be greater than + . + + Il valore immesso è troppo alto. Non deve essere maggiore di + . + + + + The entered value is too low! It must not be lower than + . + + Il valore immesso è troppo basso. Non deve essere minore di + . + + + + Reweight OSD + Ripesa OSD + + + The value needs to be between 0 and 1. + Il valore deve essere compreso tra 0 e 1. + + + Reweight + Ripesa + + + OSDs + Scrub + + Pulitura degli + OSD + + + + {VAR_SELECT, select, 1 {Deep } } + {VAR_SELECT, select, 1 {Deep } } + + + You are about to apply a + scrub to + the OSD + + + . + + Si sta per eseguire una + pulitura + dell'OSD + + + . + + + + {VAR_SELECT, select, 1 {deep } } + {VAR_SELECT, select, 1 {deep } } + + + Set Cluster-wide Flags + Imposta flag in tutto il cluster + + + Set Cluster-wide Recovery Priority + Imposta priorità di recupero in tutto il cluster + + + OSDs List + Elenco degli OSD + + + + OSD + + will be marked + + + if you proceed. + + + L'OSD + + viene contrassegnato + + + se si procede. + + + + The OSD is not safe to destroy! + Non è sicuro eliminare definitivamente l'OSD. + + + + OSD + + will be + + + if you proceed. + + + L'OSD + + viene + + + se si procede. + + + + Details + Dettagli + + + Health + Stato + + + Statistics + Statistiche + + + Please consult the + documentation + + on how to configure and enable the NFS Ganesha management functionality. + + Consultare la + documentazione + + su come configurare e abilitare la funzionalità di gestione di NFS Ganesha. + + + + Clients + Client + + + Any client can access + Può accedere qualsiasi client + + + Addresses + Indirizzi + + + Required field + Campo obbligatorio + + + Must contain one or more comma-separated values + Deve contenere uno o più valori delimitati da virgole + + + For example: + Ad esempio: + + + Access Type + Tipo di accesso + + + Squash + Esegui squash + + + Add clients + Aggiungi client + + + NFS export + + + Esportazione NFS + + + + + -- No cluster available -- + -- Nessun cluster disponibile -- + + + -- Select the cluster -- + -- Selezionare il cluster -- + + + Add daemon + Aggiungi daemon + + + Storage Backend + Backend di storage + + + -- Select the storage backend -- + -- Selezionare il backend di storage -- + + + Object Gateway User + Utente Object Gateway + + + -- No users available -- + -- Nessun utente disponibile -- + + + -- Select the object gateway user -- + -- Selezionare l'utente Object Gateway -- + + + CephFS User ID + ID utente CephFS + + + -- No clients available -- + -- Nessun client disponibile -- + + + -- Select the cephx client -- + -- Selezionare il client Cephx -- + + + CephFS Name + Nome CephFS + + + Security Label + Etichetta di sicurezza + + + Enable security label + Abilita etichetta di sicurezza + + + CephFS Path + Percorso CephFS + + + Path need to start with a '/' and can be followed by a word + Il percorso deve iniziare con una barra '/' e può essere seguito da una parola + + + New directory will be created + Viene creata la nuova directory + + + Path + Percorso + + + Path can only be a single '/' or a word + Il percorso può essere solo una singola barra '/' o parola + + + New bucket will be created + Viene creato il nuovo compartimento + + + NFS Protocol + Protocollo NFS + + + NFSv3 + NFSv3 + + + NFSv4 + NFSv4 + + + NFS Tag + Tag NFS + + + Alternative access for + NFS v3 + mounts (it must not have a leading /). + + Accesso alternativo per montaggi + NFS v3 + (non deve contenere una / iniziale). + + + + Clients may not mount subdirectories (i.e. if Tag = foo, the client may not mount foo/baz). + I client non possono montare le sottodirectory (ad es. se Tag = foo, il client non può montare foo/baz). + + + By using different Tag options, the same Path may be exported multiple times. + Utilizzando diverse opzioni Tag, è possibile esportare più volte lo stesso percorso. + + + Pseudo + Pseudo + + + The position that this + NFS v4 + export occupies + in the + Pseudo FS + (it must be unique). + + La posizione che occupa l'esportazione + NFS v4 + + nello + Pseudo FS + (deve essere univoca). + + + + By using different Pseudo options, the same Path may be exported multiple times. + Utilizzando diverse opzioni Pseudo, è possibile esportare più volte lo stesso percorso. + + + Wrong format + Formato errato + + + -- No access type available -- + -- Nessun tipo di accesso disponibile -- + + + -- Select the access type -- + -- Selezionare il tipo di accesso -- + + + -- No squash available -- + -- Nessuno squash disponibile -- + + + --Select what kind of user id squashing is performed -- + --Selezionare il tipo di squash dell'ID utente da eseguire -- + + + Transport Protocol + Protocollo di trasporto + + + UDP + UDP + + + TCP + TCP + + + CephFS + CephFS + + + The name can only consist of alphanumeric characters, dashes and underscores. + Il nome può contenere solo caratteri alfanumerici, trattini e caratteri di sottolineatura. + + + The chosen erasure code profile name is already in use. + Il nome del profilo del codice di cancellazione selezionato è già in uso. + + + Plugin + Plugin + + + Data chunks (k) + Porzioni di dati (k) + + + Must be equal to or greater than 2. + Deve essere uguale o maggiore di 2. + + + Coding chunks (m) + Porzioni di codice (m) + + + Must be equal to or greater than 1. + Deve essere uguale o maggiore di 1. + + + Durability estimator (c) + Stima durata (c) + + + Locality (l) + Località (l) + + + Crush failure domain + Dominio di errore Crush + + + Crush Locality + Località Crush + + + None + Nessuno + + + Technique + Tecnica + + + Packetsize + Dimensione del pacchetto + + + Crush root + Radice Crush + + + Crush device class + Classe dispositivo Crush + + + any + qualsiasi + + + Directory + Directory + + + Add + Aggiungi + + + Close + Chiudi + + + Name... + Nome... + + + The chosen Ceph pool name is already in use. + Il nome del pool Ceph scelto è già in uso. + + + Pool type + Tipo di pool + + + -- Select a pool type -- + -- Selezionare un tipo di pool -- + + + Placement groups + Gruppi di posizionamento + + + At least one placement group is needed! + È necessario almeno un gruppo di posizionamento. + + + Your cluster can't handle this many PGs. Please recalculate the PG amount needed. + Il cluster non può gestire questo numero eccessivo di gruppi di posizionamento. Ricalcolare il numero di gruppi di posizionamento necessari. + + + You can only increase the number of PGs of an existing pool. + Currently your pool has + PGs. + + È possibile aumentare il numero dei gruppi di posizionamento solo di un pool esistente. + Attualmente il pool contiene + gruppi di posizionamento. + + + + Calculation help + Guida per il calcolo + + + The current PGs settings were calculated for you, you + should make sure the values suit your needs before submit. + Sono state calcolate le impostazioni dei gruppi di posizionamento attuali; + prima di inviare, assicurarsi che i valori soddisfino le proprie esigenze. + + + Crush ruleset + Set di regole Crush + + + -- Select a crush rule -- + -- Selezionare una regola Crush -- + + + Crush rule + Regola Crush + + + Crush steps + Passaggi Crush + + + The rule can't be used in the current cluster as it has + to few OSDs to meet the minimum required OSD by this rule. + Non è possibile utilizzare la regola nel cluster attuale perché il numero degli + OSD che contiene è troppo basso e non soddisfa il numero minimo di OSD richiesto da questa regola. + + + Replicated size + Dimensioni replicate + + + Minimum: + + + Minime: + + + + + Maximum: + + + Massime: + + + + + The size specified is out of range. A value from + to + is valid. + + Le dimensioni specificate non sono comprese nell'intervallo. L'intervallo valido è da + a + . + + + + Erasure code profile + Profilo del codice di cancellazione + + + -- No erasure code profile available -- + -- Nessun profilo del codice di cancellazione disponibile -- + + + -- Select an erasure code profile -- + -- Selezionare un profilo del codice di cancellazione -- + + + Flags + Flag + + + EC Overwrites + Sovrascritture EC + + + Applications + Applicazioni + + + Compression + Compressione + + + Mode + Modalità + + + Algorithm + Algoritmo + + + -- No erasure compression algorithm available -- + -- Nessun algoritmo di compressione della cancellazione disponibile -- + + + Minimum blob size + Dimensioni minime del blob + + + e.g., 128KiB + ad es. 128 KiB + + + Value should be greater than 0 + Il valore deve essere maggiore di 0 + + + Value should be greater than the maximum blob size + Il valore deve essere maggiore delle dimensioni massime del blob + + + Maximum blob size + Dimensioni massime del blob + + + e.g., 512KiB + ad es. 512 KiB + + + Value should be greater than the minimum blob size + Il valore deve essere maggiore delle dimensioni minime del blob + + + Ratio + Rapporto + + + Compression ratio + Rapporto di compressione + + + Value should be between 0.0 and 1.0 + Il valore deve essere compreso tra 0,0 e 1,0 + + + It's not possible to create an RBD pool with '/' in the name. + Non è possibile creare un pool RBD con una '/' nel nome. + + + Please change the name or remove 'rbd' from the applications list. + Modificare il nome o rimuovere 'rbd' dall'elenco delle applicazioni. + + + Pools List + Elenco dei pool + + + Please consult the + documentation + + on how to configure and enable the Object Gateway management functionality. + + Consultare la + documentazione + + su come configurare e abilitare la funzionalità di gestione di Object Gateway. + + + + Loading bucket data... + Caricamento dati compartimento in corso... + + + The bucket data could not be loaded. + Impossibile caricare i dati del compartimento. + + + Id + ID + + + The value is not valid. + Il valore non è valido. + + + The chosen name is already in use. + Il nome scelto è già in uso. + + + Owner + Proprietario + + + -- Select a user -- + -- Selezionare un utente -- + + + Daemons List + Elenco dei daemon + + + Type + Tipo + + + -- Select a type -- + -- Selezionare un tipo -- + + + Permission + Autorizzazione + + + -- Select a permission -- + -- Selezionare un'autorizzazione -- + + + S3 key + Chiave S3 + + + Username + Nome utente + + + -- Select a username -- + -- Selezionare un nome utente -- + + + Auto-generate key + Generazione automatica chiave + + + Access key + Chiave di accesso + + + Secret key + Chiave segreta + + + Subuser + Sottoutente + + + The chosen subuser ID is already in use. + L'ID del sottoutente scelto è già in uso. + + + read, write + lettura, scrittura + + + full + pieno + + + Swift key + Chiave Swift + + + Auto-generate secret + Generazione automatica segreto + + + Loading user data... + Caricamento dati utente in corso... + + + The user data could not be loaded. + Impossibile caricare i dati utente. + + + The chosen user ID is already in use. + L'ID utente scelto è già in uso. + + + Full name + Nome completo + + + Email address + Indirizzo e-mail + + + This is not a valid email address. + Non è un indirizzo e-mail valido. + + + The chosen email address is already in use. + L'indirizzo e-mail scelto è già in uso. + + + Max. buckets + Numero max. di compartimenti + + + The entered value must be >= 0. + Il valore immesso deve essere >= a 0. + + + Suspended + Sospeso + + + Subusers + Sottoutenti + + + There are no subusers. + Non esistono sottoutenti. + + + Delete + Elimina + + + Keys + Chiavi + + + S3 + S3 + + + There are no keys. + Non esistono chiavi. + + + Show + Mostra + + + Swift + Swift + + + Capabilities + Capacità + + + There are no capabilities. + Non esistono capacità. + + + User quota + Quota utenti + + + Enabled + Abilitato + + + Unlimited size + Dimensioni illimitate + + + Max. size + Dimensione max. + + + Unlimited objects + Oggetti illimitati + + + Max. objects + Numero max. di oggetti + + + Bucket quota + Quota compartimenti + + + Welcome to Ceph! + Benvenuto in Ceph. + The welcome message on the login page + + + Username is required + Nome utente necessario + + + Password is required + Password richiesta + + + Login + Login + + + Description... + Descrizione... + + + Permissions + Autorizzazioni + + + Sorry, the user does not exist in Ceph. + Spiacenti, l'utente non esiste in Ceph. + + + Return to + Login Page + . You'll be logged out from the Identity Provider when you retry logging in. + + Tornale alla + Pagina di login + . Si viene disconnessi dal Provider di identità + quando si riprova a eseguire il login. + + + + Confirm password + Conferma password + + + Password confirmation doesn't match the password. + La password di conferma non corrisponde alla password. + + + Email + E-mail + + + Invalid email. + E-mail non valida. + + + Roles + Ruoli + + + You are about to remove "user read / update" permissions from your own user. + Si stanno per rimuovere le autorizzazioni di "lettura/aggiornamento utente" dal proprio utente. + + + If you continue, you will no longer be able to add or remove roles from any user. + Se si continua, non è più possibile aggiungere o rimuovere ruoli da qualsiasi utente. + + + Are you sure you want to continue? + Continuare? + + + Forbidden + Non consentito + + + Sorry, you are not allowed to see what you were looking for. + Spiacenti, non è consentito visualizzare ciò che si stava cercando. + + + Sorry, we could not find what you were looking for + Spiacenti, impossibile trovare ciò che si stava cercando + + + Remove all + Rimuovi tutto + + + Recent Notifications + Notifiche recenti + + + There are no background tasks. + Non esistono task in background. + + + Background Tasks + Task in background + + + Help + Guida + + + Documentation + Documentazione + + + API + API + + + About + Informazioni su + + + Dashboard Settings + Impostazioni del dashboard + + + User management + Gestione utenti + + + Logged in user + Utente connesso + + + Signed in as + + + + + Connesso come + + + + + + + Sign out + Disconnetti + + + Performance Counters + Contatori delle prestazioni + + + Performance Details + Dettagli sulle prestazioni + + + ID + ID + + + Index type + Tipo di indice + + + Placement rule + Regola di posizionamento + + + Marker + Contrassegno + + + Maximum marker + Contrassegno massimo + + + Version + Versione + + + Master version + Versione master + + + Modification time + Ora di modifica + + + Zonegroup + Gruppo di zone + + + Maximum size + Dimensioni massime + + + Unlimited + Illimitato + + + Maximum objects + Numero massimo di oggetti + + + System + Sistema + + + {VAR_SELECT, select, 0 {No} 1 {Yes} } + {VAR_SELECT, select, 0 {No} 1 {Yes} } + + + Maximum buckets + Numero massimo di compartimenti + + + Performance counters not available + Contatori delle prestazioni non disponibili + + + Global + Globale + + + Image + Immagine + + + Pool + Pool + + + RBD Configuration + Configurazione RBD + + + Remove the local configuration value. The parent configuration value will be inherited and used instead. + Rimuovere il valore della configurazione locale. Al suo posto verrà ereditato e utilizzato il valore della configurazione superiore. + + + The mininum value is 0 + Il valore minimo è 0 + + + Attributes (OSD map) + Attributi (mappa OSD) + + + Metadata not available + Metadati non disponibili + + + Metadata + Metadati + + + Performance counter + Contatore delle prestazioni + + + Histogram not available: + + + Istogramma non disponibile: + + + + + Writes + Scritture + + + Reads + Letture + + + Histogram + Istogramma + + + Current values + Valori attuali + + + Min + Min + + + Max + Max + + + Source + Origine + + + Level + Livello + + + Can be updated at runtime (editable) + Può essere aggiornato al runtime (modificabile) + + + Tags + Tag + + + Enum values + Valori di enumerazione + + + See also + Vedere anche + + + Cluster Status + Stato del cluster + + + Manager Daemons + Manager Daemon + + + Object Gateways + Object Gateway + + + Metadata Servers + Server di metadati + + + iSCSI Gateways + iSCSI Gateway + + + Client IOPS + IOPS client + + + Client Throughput + Velocità effettiva client + + + Client Read/Write + Lettura/scrittura client + + + Recovery Throughput + Velocità effettiva di recupero + + + Scrub + Pulitura + + + Performance + Prestazioni + + + Raw Capacity + Capacità di base + + + Objects + Oggetti + + + PGs per OSD + Gruppi di posizionamento per OSD + + + PG Status + Stato gruppo di posizionamento + + + Capacity + Capacità + + + + + See + Logs + for more details. + + + + Vedere + Log + per ulteriori informazioni. + + + + Move an image to trash + Sposta un'immagine nel cestino + + + To move + + / + + to trash, + click + Move Image + . Optionally, you can pick an expiration date. + + Per spostare + + / + + nel cestino, + fare clic su + Sposta immagine + . Facoltativamente, è possibile selezionare una data di scadenza. + + + + Protection expires at + La protezione scade alle + + + NOT PROTECTED + NON PROTETTO + + + Wrong date format. Please use "YYYY-MM-DD HH:mm:ss". + Formato data errato. Utilizzare "AAAA-MM-GG HH:mm:ss". + + + Protection has already expired. Please pick a future date or leave it empty. + La protezione è già scaduta. Selezionare una data futura o lasciarla vuota. + + + Move Image + Sposta immagine + + + Overview + Panoramica + + + Targets + Destinazioni + + + Only available for RBD images with + fast-diff + enabled + + Disponibile solo per le immagini RDB con + fast-diff + abilitata + + + + Data Pool + Pool di dati + + + Created + Creato + + + Provisioned + Soggetto al provisioning + + + N/A + N/D + + + Total provisioned + Totale soggetto al provisioning + + + Striping unit + Unità di striping + + + Striping count + Conteggio di striping + + + Parent + Superiore + + + Block name prefix + Prefisso nome blocco + + + Order + Ordine + + + Snapshots + Snapshot + + + This setting overrides the global value + Questa impostazione sostituisce il valore globale + + + This is the global value. No value for this option has been set for this image. + Questo è il valore globale. Nessun valore di opzione è stato impostato per questa immagine. + + + + RBD Snapshot + + + Snapshot RBD + + + + {VAR_SELECT, select, true {Rename} other {Create} } + {VAR_SELECT, select, true {Rename} other {Create} } + + + + Snapshot + + + Snapshot + + + + PROTECTED + PROTETTO + + + UNPROTECTED + NON PROTETTO + + + You are about to rollback + Si sta per eseguire il rollback + + + Purge Trash + Elimina definitivamente contenuto del cestino + + + To purge, select one or All images and click + Per eliminare definitivamente, selezionare una o tutte le immagini e fare clic su + + + Pool: + Pool: + + + Pool name... + Nome pool... + + + All + Tutto + + + Restore Image + Ripristina immagine + + + To restore + Per ripristinare, + + + type the image's new name and click + digitare il nuovo nome dell'immagine e fare clic su + + + New Name + Nuovo nome + + + Expired at + Scaduto alle + + + Protected until + Protetto fino alle + + + This image is protected until + . + + Questa immagine è protetta fino alle + . + + + + iSCSI Topology + Topologia iSCSI + + + Issues + Problemi + + + Syncing + Sincronizzazione in corso + + + Ready + Pronto + + + Edit pool mirror mode + Modifica modalità speculare per il pool + + + To edit the mirror mode for pool  + + + , select a new mode from the list and click  + Update + . + + Per modificare la modalità speculare per il pool  + + + , selezionare una nuova modalità dall'elenco e fare clic su  + Aggiorna + . + + + + Peer clusters must be removed prior to disabling mirror. + È necessario rimuovere i cluster peer prima di disabilitare la copia speculare. + + + + + pool mirror peer + + + + peer copia speculare del pool + + + + {VAR_SELECT, select, edit {Edit} other {Add} } + {VAR_SELECT, select, edit {Edit} other {Add} } + + + + the pool + mirror peer attributes for pool + + + and click + Submit + . + + + gli attributi peer della + copia speculare per il pool + + + e fare clic su + Invia + . + + + + Cluster Name + Nome cluster + + + The cluster name is not valid. + Il nome del cluster non è valido. + + + CephX ID + ID CephX + + + CephX ID... + ID CephX... + + + The CephX ID is not valid. + L'ID CephX non è valido. + + + Monitor Addresses + Indirizzi dei monitor + + + Comma-delimited addresses... + Indirizzi con valori delimitati da virgole... + + + The monitory address is not valid. + L'indirizzo del monitor non è valido. + + + CephX Key + Chiave CephX + + + Base64-encoded key... + Chiave con codifica Base64... + + + CephX key must be base64 encoded. + La chiave CephX deve essere con codifica Base64. + + + Cache Tiers Details + Dettagli livelli cache + + + Ranks + Classificazioni + + + Clients: + + + Client: + + + + + Current + Attuale + + + Updated discovery authentication + Autenticazione rilevazione aggiornata + + + There are no portals available. + Non sono disponibili pool. + + + There are no images available. + Non sono disponibili immagini. + + + There are no images available. Please make sure you add an image to the target. + Non sono disponibili immagini. Assicurarsi di aggiungere un'immagine alla destinazione. + + + There are no initiators available. Please make sure you add an initiator to the target. + Non sono disponibili iniziatori. Assicurarsi di aggiungere un iniziatore alla destinazione. + + + Target + Destinazione + + + Hostname + Nome host + + + Read Bytes + Byte letti + + + Write Bytes + Byte scritti + + + Read Ops + Operazioni di lettura + + + Write Ops + Operazioni di scrittura + + + A/O Since + A/O da + + + Instance + Istanza + + + Issue + Problema + + + State + Stato + + + Progress + Avanzamento + + + Disabled + Disabilitato + + + Edit Mode + Modalità di modifica + + + Add Peer + Aggiungi peer + + + Edit Peer + Modifica peer + + + Delete Peer + Elimina peer + + + Leader + Sequenza iniziale + + + # Local + # Locale + + + # Remote + # Remoto + + + mirror peer + peer copia speculare + + + Key + Chiave + + + Value + Valore + + + Deep flatten + Appiattimento profondo + + + Layering + Su strati + + + Exclusive lock + Blocco esclusivo + + + Object map (requires exclusive-lock) + Mappa oggetti (richiede il blocco escluso) + + + Journaling (requires exclusive-lock) + Journaling (richiede il blocco esclusivo) + + + Fast diff (requires object-map) + Fast diff (richiede la mappa degli oggetti) + + + Copy + Copia + + + Flatten + Appiattisci + + + Move to Trash + Sposta nel cestino + + + Create + Crea + + + Rename + Rinomina + + + Protect + Proteggi + + + Unprotect + Rimuovi protezione + + + Clone + Clona + + + Rollback + Esegui rollback + + + RBD snapshot rollback + Rollback snapshot RBD + + + RBD snapshot + Snapshot RBD + + + Restore + Ripristina + + + Deleted At + Eliminato alle + + + id + ID + + + type + tipo + + + state + stato + + + version + versione + + + Host + Host + + + root + root + + + Rank + Classificazione + + + Daemon + Daemon + + + Activity + Task + + + Dentries + Dentry + + + Inodes + Inode + + + Usage + Utilizzo + + + Standby daemons + Daemon in standby + + + The value can be updated at runtime. + È possibile aggiornare il valore al runtime. + + + Daemons/clients do not pull this value from the + monitor config database. We disallow setting this option via 'ceph config + set ...'. This option should be configured via ceph.conf or via the + command line. + I daemon/client non estraggono questo valore dal + database della configurazione di monitoraggio. Non è consentito impostare questa opzione tramite 'ceph config + set ...'. È necessario configurare questa opzione tramite ceph.conf o dalla + riga di comando. + + + Option takes effect only during daemon startup. + L'opzione diventa attiva solo all'avvio del daemon. + + + Option only affects cluster creation. + L'opzione interessa solo la creazione del cluster. + + + Option only affects daemon creation. + L'opzione interessa solo la creazione del daemon. + + + Updated config option + + + Aggiornata opzione di configurazione + + + + + Service + Servizio + + + Current value + Valore attuale + + + Editable + Modificabile + + + Updated options for module " + ". + + Opzioni aggiornate per il modulo " + ". + + + + Enable + Abilita + + + Disable + Disabilita + + + Reconnecting, please wait ... + Riconnessione in corso. Attendere. + + + Public Address + Indirizzo pubblico + + + Open Sessions + Sessioni aperte + + + No In + Nessuno in entrata + + + OSDs that were previously marked out will not be marked back in when they start + Gli OSD che sono stati contrassegnati come disattivi in precedenza non verranno contrassegnati nuovamente come attivi all'avvio + + + No Out + Nessuno in uscita + + + OSDs will not automatically be marked out after the configured interval + Gli OSD non verranno disattivati automaticamente dopo l'intervallo configurato + + + No Up + Nessuno attivo + + + OSDs are not allowed to start + Non è consentito l'avvio degli OSD + + + No Down + Nessuno disattivo + + + OSD failure reports are being ignored, such that the monitors will not mark OSDs down + I rapporti di errore degli OSD vengono ignorati in modo che i monitor non disattivino gli OSD + + + Pause + Sospendi + + + Pauses reads and writes + Sospende le operazioni di lettura e scrittura + + + No Scrub + Nessuna pulitura + + + Scrubbing is disabled + Pulitura disabilitata + + + No Deep Scrub + Nessun pulitura approfondita + + + Deep Scrubbing is disabled + Pulitura approfondita disabilitata + + + No Backfill + Nessuna operazione di recupero + + + Backfilling of PGs is suspended + Recupero dei gruppi di posizionamento sospeso + + + No Recover + Nessun recupero + + + Recovery of PGs is suspended + Recupero dei gruppi di posizionamento sospeso + + + Bitwise Sort + Ordinamento bitwise + + + Use bitwise sort + Usa ordinamento bitwise + + + Purged Snapdirs + Snapdir eliminate definitivamente + + + OSDs have converted snapsets + Gli OSD contengono set di snap convertiti + + + Recovery Deletes + Eliminazioni recuperi + + + Deletes performed during recovery instead of peering + Eliminazioni eseguite durante il recupero invece del peering + + + PG Log Hard Limit + Limite rigido log gruppo di posizionamento + + + Puts a hard limit on pg log length + Inserisce un limite rigido alla lunghezza del log del gruppo di posizionamento + + + Updated OSD Flags + Flag OSD aggiornati + + + Deep Scrub + Pulitura approfondita + + + Mark Out + Disattiva + + + out + esterno + + + Mark In + Attiva + + + in + interno + + + Mark Down + Declassa + + + down + in basso + + + Mark Lost + Contrassegna come perso + + + Mark + Contrassegna + + + OSD lost + OSD perso + + + marked lost + contrassegnato come perso + + + Purge + Elimina definitivamente + + + OSD + OSD + + + purged + eliminato definitivamente + + + Destroy + Eliminazione definitiva + + + destroy + elimina definitivamente + + + destroyed + eliminato definitivamente + + + PGs + Gruppi di posizionamento + + + Read bytes + Byte letti + + + Writes bytes + Byte scritti + + + Read ops + Operazioni di lettura + + + Write ops + Operazioni di scrittura + + + Mark OSD + + + Contrassegna OSD + + + + + Mark + + + Contrassegna + + + + + Max Backfills + Numero max di recuperi informazioni + + + Recovery Max Active + Numero max di recuperi attivi + + + Recovery Max Single Start + Avvio singolo numero max di recuperi + + + Recovery Sleep + Sospensione recupero + + + Custom + Personalizzato + + + Updated OSD recovery speed priority " + " + + Aggiornata la priorità della velocità di recupero dell'OSD " + " + + + + + was initialized in the following OSD: + + + + è stato inizializzato dall'OSD seguente: + + + + + Job + Lavoro + + + Severity + Gravità + + + Started + Avviato + + + URL + URL + + + Used + Utilizzato + + + Avail. + Dispon. + + + Clean + Pulisci + + + Working + In funzione + + + Warning + Avviso + + + Unknown + Sconosciuto + + + up + su + + + no filesystems + nessun file system + + + active + attivo + + + standby + standby + + + n/a + n/d + + + active daemon + daemon attivo + + + quorum + quorum + + + The NFS Ganesha service is not configured. + Il servizio NFS Ganesha non è configurato. + + + Transport + Trasporto + + + CephFS User + Utente CephFS + + + CephFS Filesystem + File system CephFS + + + (inherited from global config) + (ereditato dalla configurazione globale) + + + inherited from global config + importato dalla configurazione globale + + + -- Select what kind of user id squashing is performed -- + -- Selezionare il tipo di squash dell'ID utente che viene eseguito -- + + + There are no daemons available. + Non vi sono daemon disponibili. + + + Export + Esportazione + + + Cache Mode + Modalità cache + + + Min Evict Age + Numero minimo di giorni per la rimozione + + + Min Flush Age + Numero minimo di giorni per la cancellazione + + + Target Max Bytes + Numero max di byte di destinazione + + + Target Max Objects + Numero max di oggetti di destinazione + + + No applications added + Non sono state aggiunte applicazioni. + + + Applications limit reached + Raggiunto il limite di applicazioni + + + A pool can only have up to four applications definitions. + Un pool può contenere solo fino a quattro definizioni delle applicazioni. + + + Allowed characters '_a-zA-Z0-9' + Caratteri consentiti '_a-zA-Z0-9' + + + Maximum length is 128 characters + La lunghezza massima è di 128 caratteri + + + Filter or add applications + Filtra o aggiungi applicazioni + + + Add application + Aggiungi applicazione + + + erasure code profile + profilo del codice di cancellazione + + + Replica Size + Dimensioni della replica + + + Last Change + Ultima modifica + + + Erasure Coded Profile + Profilo con codice di cancellazione + + + Crush Ruleset + Set di regole Crush + + + Write bytes + Byte scritti + + + Updated Object Gateway bucket " + " + + Aggiornato compartimento Object Gateway " + " + + + + Created Object Gateway bucket " + " + + Creato compartimento Object Gateway " + " + + + + bucket + compartimento + + + buckets + compartimenti + + + Updated Object Gateway user " + " + + Aggiornato utente Object Gateway " + " + + + + Created Object Gateway user " + " + + Creato utente Object Gateway " + " + + + + user + utente + + + users + utenti + + + Scope + Ambito + + + Read + Lettura + + + Created role ' + ' + + Creato ruolo ' + ' + + + + Updated role ' + ' + + Aggiornato ruolo ' + ' + + + + System Role + Ruolo di sistema + + + Deleted role ' + ' + + Eliminato ruolo ' + ' + + + + Created user " + " + + Creato utente " + " + + + + Update user + Aggiorna utente + + + Continue + Continua + + + You were automatically logged out because your roles have been changed. + Si è stati automaticamente disconnessi perché i ruoli sono stati modificati. + + + Updated user " + " + + Aggiornato utente " + " + + + + Deleted user " + " + + Eliminato utente " + " + + + + Failed to delete user " + " + + Impossibile eliminare l'utente " + " + + + + You are currently logged in as " + ". + + Si è attualmente connessi come " + ". + + + + Each object is split in data-chunks parts, each stored on a different OSD. + Ogni oggetto è suddiviso in porzioni di dati, ciascuna delle quali è memorizzata su un diverso OSD. + + + Compute coding chunks for each object and store them on different OSDs. + The number of coding chunks is also the number of OSDs that can be down without losing data. + Calcola le porzioni di codice relative a ciascun oggetto e le memorizza su diversi OSD. + Il numero di porzioni di codice è anche il numero degli OSD che è possibile disattivare senza perdere i dati. + + + The jerasure plugin is the most generic and flexible plugin, + it is also the default for Ceph erasure coded pools. + Il plugin jerasure è il plugin più generico e flessibile, + ed è anche il plugin di default dei pool con codice di cancellazione di Ceph. + + + The more flexible technique is reed_sol_van : it is enough to set k + and m. The cauchy_good technique can be faster but you need to chose the packetsize + carefully. All of reed_sol_r6_op, liberation, blaum_roth, liber8tion are RAID6 equivalents + in the sense that they can only be configured with m=2. + La tecnica più flessibile è reed_sol_van: è sufficiente impostare k + ed m. La tecnica cauchy_good può essere più rapida ma occorre selezionare attentamente la dimensione del + pacchetto. reed_sol_r6_op, liberation, blaum_roth, liber8tion sono tutti equivalenti a RAID6, + nel senso che è possibile configurarli solo con m=2. + + + The encoding will be done on packets of bytes size at a time. + Chosing the right packet size is difficult. + The jerasure documentation contains extensive information on this topic. + La codifica viene eseguita su pacchetti di dimensioni in byte, uno alla volta. + È difficile scegliere la dimensione del pacchetto corretta. + La documentazione su jerasure fornisce informazioni esaustive su questo argomento. + + + With the jerasure plugin, when an erasure coded object is stored on + multiple OSDs, recovering from the loss of one OSD requires reading from all the others. + For instance if jerasure is configured with k=8 and m=4, losing one OSD requires reading + from the eleven others to repair. + + The lrc erasure code plugin creates local parity chunks to be able to recover using + less OSDs. For instance if lrc is configured with k=8, m=4 and l=4, it will create + an additional parity chunk for every four OSDs. When a single OSD is lost, it can be + recovered with only four OSDs instead of eleven. + Con il plugin di jerasure, quando un oggetto con codice di cancellazione viene memorizzato su + più OSD, il recupero della perdita di un OSD richiede la lettura di tutti gli altri. + Ad esempio, se jerasure è configurato con k=8 e m=4, la perdita di un OSD richiede la lettura + degli altri undici per il ripristino. + + Il plugin del codice di cancellazione lrc crea porzioni di parità locali che è possibile recuperare utilizzando un + minor numero di OSD. Ad esempio, se lrc è configurato con k=8, m=4 e l=4, crea + una porzione di parità aggiuntiva ogni quattro OSD. Quando si perde un singolo OSD, è possibile + recuperarlo solo con quattro OSD invece che con undici. + + + Group the coding and data chunks into sets of size locality. For instance, + for k=4 and m=2, when locality=3 two groups of three are created. Each set can + be recovered without reading chunks from another set. + Raggruppa le porzioni di codice e dati in set di località dimensione. Ad esempio, + per k=4 e m=2, se località=3 vengono creati due gruppi su tre. È possibile recuperare ciascun set + senza leggere le porzioni di un altro set. + + + The type of the crush bucket in which each set of chunks defined + by l will be stored. For instance, if it is set to rack, each group of l chunks will be + placed in a different rack. It is used to create a CRUSH rule step such as step choose + rack. If it is not set, no such grouping is done. + Il tipo di compartimento Crush in cui viene memorizzato ciascun set di porzioni definito + dall'utente. Ad esempio, se è impostato su rack, ciascun gruppo di porzioni viene + posizionato in un diverso rack. Viene utilizzato per creare un passaggio della regola CRUSH come il passaggio choose + rack. Se non è impostato, il raggruppamento non viene eseguito. + + + The isa plugin encapsulates the ISA library. It only runs on Intel processors. + Il plugin ISA incapsula la libreria ISA. Viene eseguito solo su processori Intel. + + + The ISA plugin comes in two Reed Solomon forms. + If reed_sol_van is set, it is Vandermonde, if cauchy is set, it is Cauchy. + Il plugin ISA è disponibile in due formati Reed Solomon. + Se è impostato reed_sol_van, il formato è Vandermonde, se è impostato cauchy, il formato è Cauchy. + + + The shec plugin encapsulates the multiple SHEC library. + It allows ceph to recover data more efficiently than Reed Solomon codes. + Il plugin shec incapsula la libreria SHEC multipla. + Consente a Ceph di recuperare i dati in modo più efficiente rispetto ai codici Reed Solomon. + + + The number of parity chunks each of which includes each data chunk in its + calculation range. The number is used as a durability estimator. For instance, if c=2, + 2 OSDs can be down without losing data. + Il numero di compartimenti di parità, ciascuno dei quali include i singoli compartimenti di dati + nell'intervallo di calcolo. Il numero viene utilizzato come strumento di stima della durabilità. Ad esempio, se c=2, + è possibile disattivare 2 OSD senza perdere i dati. + + + The name of the crush bucket used for the first step of the CRUSH rule. + For instance step take default. + Il nome del compartimento Crush utilizzato per il primo passaggio della regola CRUSH. + Ad esempio il passaggio take default. + + + Ensure that no two chunks are in a bucket with the same failure + domain. For instance, if the failure domain is host no two chunks will be stored on the same + host. It is used to create a CRUSH rule step such as step chooseleaf host. + Assicurarsi che non esistano due porzioni in un compartimento con lo stesso dominio + di errore. Ad esempio, se il dominio di errore è l'host, non verranno memorizzate due porzioni sullo stesso + host. Viene utilizzato per creare un passaggio della regola CRUSH come passaggio chooseleaf host. + + + Restrict placement to devices of a specific class + (e.g., ssd or hdd), using the crush device class names in the CRUSH map. + Limitare il posizionamento ai dispositivi di una classe specifica + (ad es. ssd o hdd) usando i nomi delle classi di dispositivi Crush nella mappa CRUSH. + + + Set the directory name from which the erasure code plugin is loaded. + Impostare il nome della directory da cui viene caricato il plugin del codice di cancellazione. + + + Allows all operations + Consente tutte le operazioni + + + Allows only operations that do not modify the server + Consente solo le operazioni che non modificano il server + + + Does not allow read or write operations, but allows any other operation + Non consente operazioni di lettura o scrittura, ma consente qualsiasi altra operazione + + + Does not allow read, write, or any operation that modifies file attributes or directory content + Non consente operazioni di lettura o scrittura o qualsiasi operazione che modifichi gli attributi dei file o il contenuto della directory + + + Allows no access at all + Non consente alcun accesso + + + -- Select the priority -- + -- Selezionare la priorità -- + + + Low + Bassa + + + High + Alta + + + Last 5 minutes + Ultimi 5 minuti + + + Last 15 minutes + Ultimi 15 minuti + + + Last 30 minutes + Ultimi 30 minuti + + + Last 1 hour (Default) + Ultima ora (Default) + + + Last 3 hours + Ultime 3 ore + + + Last 6 hours + Ultime 6 ore + + + Last 12 hours + Ultime 12 ore + + + Last 24 hours + Ultime 24 ore + + + Yesterday + Ieri + + + Today + Oggi + + + Today so far + Fino a oggi + + + Day before yesterday + Giorno prima di ieri + + + Last 2 days + Ultimi 2 giorni + + + This day last week + Questo giorno della scorsa settimana + + + Previous week + Settimana precedente + + + This week + Questa settimana + + + This week so far + Fino a questa settimana + + + Last 7 days + Ultimi 7 giorni + + + Previous month + Mese precedente + + + This month + Questo mese + + + This month so far + Fino a questo mese + + + Last 30 days + Ultimi 30 giorni + + + Last 90 days + Ultimi 90 giorni + + + Last 6 months + Ultimi 6 mesi + + + Last 1 year + Ultimo anno + + + Previous year + Anno precedente + + + This year + Quest'anno + + + This year so far + Fino a quest'anno + + + Last 2 years + Ultimi 2 anni + + + Last 5 years + Ultimi 5 anni + + + Information + Informazioni + + + No items selected. + Nessun elemento selezionato. + + + Deselect item to select again + Deselezionare l'elemento per selezionare di nuovo + + + Selection limit reached + Raggiunto il limite per la selezione + + + Filter tags + Filtra tag + + + Add badge + Aggiungi badge + + + There are no items available. + Non vi sono elementi disponibili. + + + Yes + Sì + + + No + No + + + Quality of Service + Qualità di servizio + + + BPS Limit + Limite di BPS + + + The desired limit of IO bytes per second. + Il limite desiderato di byte I/O al secondo. + + + IOPS Limit + Limite di IOPS + + + The desired limit of IO operations per second. + Il limite desiderato di operazioni I/O al secondo. + + + Read BPS Limit + Limite BPS in lettura + + + The desired limit of read bytes per second. + Il limite desiderato dei byte letti al secondo. + + + Read IOPS Limit + Limite di IOPS in lettura + + + The desired limit of read operations per second. + Il limite desiderato di operazioni di lettura al secondo. + + + Write BPS Limit + Limite di BPS in scrittura + + + The desired limit of write bytes per second. + Il limite desiderato di byte scritti al secondo. + + + Write IOPS Limit + Limite di IOPS in scrittura + + + The desired limit of write operations per second. + Il limite desiderato di operazioni di scrittura al secondo. + + + BPS Burst + Burst BPS + + + The desired burst limit of IO bytes. + Il limite di burst desiderato dei byte di I/O. + + + IOPS Burst + Burst IOPS + + + The desired burst limit of IO operations. + Il limite di burst desiderato delle operazioni di I/O. + + + Read BPS Burst + Burst BPS in lettura + + + The desired burst limit of read bytes. + Il limite di burst desiderato dei byte letti. + + + Read IOPS Burst + Burst IOPS in lettura + + + The desired burst limit of read operations. + Il limite di burst desiderato delle operazioni di lettura. + + + Write BPS Burst + Burst BPS in scrittura + + + The desired burst limit of write bytes. + Il limite di burst desiderato dei byte scritti. + + + Write IOPS Burst + Burst di IOPS in scrittura + + + The desired burst limit of write operations. + Il limite di burst desiderato delle operazioni di scrittura. + + + Failed to + + + + Non è stato possibile + + + + + + Executing + In esecuzione + + + execute + esegui + + + Executed + Eseguito + + + unknown task + task sconosciuto + + + Creating + Creazione in corso + + + create + crea + + + Updating + Aggiornamento in corso + + + update + aggiorna + + + Updated + Aggiornato + + + Deleting + Eliminazione in corso + + + delete + elimina + + + Deleted + Eliminato + + + RBD ' + ' + + RBD ' + ' + + + + RBD snapshot ' + ' + + Snapshot RBD ' + ' + + + + mirror mode for pool ' + ' + + modalità speculare per il pool ' + ' + + + + mirror peer for pool ' + ' + + peer della copia speculare per il pool ' + ' + + + + Name is already used by + . + + Il nome è già utilizzato da + . + + + + Name is already used by + . + + Il nome è già utilizzato da + . + + + + Name is already used by + . + + Il nome è già utilizzato da + . + + + + + contains snapshots. + + + contiene snapshot. + + + + Cloning + Clonazione in corso + + + clone + clona + + + Cloned + Clonato + + + Snapshot of + must be protected. + + La snapshot di + deve essere protetta. + + + + Copying + Copia in corso + + + copy + copia + + + Copied + Copiato + + + Flattening + Appiattimento + + + flatten + appiattisci + + + Flattened + Appiattito + + + Name is already used by + . + + Il nome è già utilizzato da + . + + + + Cannot unprotect + because it contains child images. + + Impossibile rimuovere la protezione da + perché contiene immagini figlio. + + + + Cannot delete + because it's protected. + + Impossibile eliminare + perché è protetto. + + + + Rolling back + Rollback in corso + + + rollback + rollback + + + Rolled back + Rollback eseguito + + + Moving + Spostamento in corso + + + move + sposta + + + Moved + Spostato + + + image ' + ' to trash + + immagine ' + ' nel cestino + + + + Could not find image. + Impossibile trovare l'immagine. + + + Restoring + Ripristino in corso + + + restore + ripristina + + + Restored + Ripristinato + + + image ' + ' into ' + ' + + immagine ' + ' in ' + ' + + + + Image name ' + ' is already in use. + + Il nome dell'immagine ' + ' è già in uso. + + + + image ' + ' + + immagine ' + ' + + + + Purging + Eliminazione in corso + + + purge + elimina definitivamente + + + Purged + Eliminato definitivamente + + + all pools + tutti i pool + + + images from + + + Immagini da + + + + + Cannot disable mirroring because it contains a peer. + Impossibile disabilitare l'esecuzione della copia speculare perché contiene un peer. + + + pool ' + ' + + pool ' + ' + + + + erasure code profile ' + ' + + profilo del codice di cancellazione ' + ' + + + + target ' + ' + + destinazione ' + ' + + + + NFS + + + NFS + + + + + + \ No newline at end of file diff --git a/src/pybind/mgr/dashboard/frontend/src/locale/messages.ja-JP.xlf b/src/pybind/mgr/dashboard/frontend/src/locale/messages.ja-JP.xlf new file mode 100644 index 000000000000..c87fe42b89d0 --- /dev/null +++ b/src/pybind/mgr/dashboard/frontend/src/locale/messages.ja-JP.xlf @@ -0,0 +1,3854 @@ + + + + + Toggle navigation + ナビゲーションの切り替え + + + Dashboard + ダッシュボード + + + Cluster + クラスタ + + + Hosts + ホスト + + + Monitors + モニター + + + OSDs + OSD + + + Configuration + 設定 + + + CRUSH map + CRUSHマップ + + + Manager modules + マネージャモジュール + + + Logs + ログ + + + Alerts + アラート + + + Pools + プール + + + Block + ブロック + + + Images + イメージ + + + Mirroring + ミラーリング + + + iSCSI + iSCSI + + + NFS + NFS + + + Filesystems + ファイルシステム + + + Object Gateway + オブジェクトゲートウェイ + + + Daemons + デーモン + + + Users + ユーザ + + + Buckets + バケット + + + Retrieving data + for + + + . Please wait... + + Retrieving data + for + + + . Please wait... + + + + Displaying previously cached data + + for + + + . + + Displaying previously cached data + + for + + + . + + + + Could not load data + for + + + . + Please check the cluster health. + + Could not load data + for + + + . + Please check the cluster health. + + + + Back + 戻る + + + Select a Language + 言語の選択 + + + Loading panel data... + パネルデータを読み込んでいます... + + + Please consult the + documentation + on how to + configure and enable the monitoring functionality. + + 監視機能を設定および有効化 +する方法に関する + ドキュメント + を +参照してください。 + + + + Grafana Dashboard doesn't exist. Please refer to + documentation + on how to + add dashboards to Grafana. + + Grafanaダッシュボードが存在していません。 +Grafanaにダッシュボードを追加する方法に関する + ドキュメント + を参照してください。 + + + + Grafana Time Picker + Grafana Time Picker + + + Reset Settings + 設定のリセット + + + Failed to load data. + データを読み込めませんでした。 + + + selected + 選択済み + X selected + + + found + 検出済み + X found + + + total + 合計 + X total + + + Settings + 設定 + + + Changing these parameters from their default values is usually not necessary. + 通常はこれらのパラメータをデフォルト値から変更する必要はありません。 + + + Backstore + バックストア + + + Confirm + 確認 + + + Cancel + キャンセル + + + Advanced Settings + 詳細設定 + + + Target IQN + ターゲットIQN + + + This field is required. + このフィールドは必須です。 + + + IQN has wrong pattern. + IQNのパターンが正しくありません。 + + + An IQN has the following notation 'iqn.$year-$month.$reversedAddress:$definedName' + IQNは「iqn.$year-$month.$reversedAddress:$definedName」という形式で表記されます。 + + + For example: iqn.2016-06.org.dashboard:storage:disk.sn-a8675309 + 例: iqn.2016-06.org.dashboard:storage:disk.sn-a8675309 + + + More information + 詳細情報 + + + This target has modified advanced settings. + このターゲットの詳細設定は変更されています。 + + + Portals + ポータル + + + At least + gateways are required. + + 少なくとも + 台のゲートウェイが必要です。 + + + + Add portal + ポータルの追加 + + + This image has modified settings. + このイメージの設定は変更されています。 + + + At least 1 image is required. + 少なくとも1つのイメージが必要です。 + + + Add image + イメージの追加 + + + ACL authentication + ACL認証 + + + Initiators + イニシエータ + + + Initiator + イニシエータ + + + Client IQN + クライアントIQN + + + Initiator IQN needs to be unique. + イニシエータIQNは一意である必要があります。 + + + User + ユーザ + + + Usernames must have a length of 8 to 64 characters and + can only contain letters, '.', '@', '-', '_' or ':'. + ユーザ名は8~64文字の長さである必要があり、 +英字、「.」、「@」、「-」、「_」、または「:」のみで構成される必要があります。 + + + Password + パスワード + + + Mutual User + 相互ユーザ + + + Mutual Password + 相互パスワード + + + Initiator belongs to a group. Images will be configure in the group. + イニシエータはいずれかのグループに属します。イメージはそのグループ内で設定されます。 + + + No items added. + アイテムが追加されていません。 + + + Add initiator + イニシエータの追加 + + + Groups + グループ + + + Group + グループ + + + Name + 名前 + + + Add group + グループの追加 + + + Submit + 送信 + + + Are you sure that you want to + the selected + ? + + 選択された + を + してもよろしいですか? + + + + Yes, I am sure. + はい。 + + + Discovery Authentication + 検出認証 + + + Usernames must have a length of 8 to 64 characters and + can only contain letters, '.', '@', '-', '_' or ':'. + ユーザ名は8~64文字の長さである必要があり、 +英字、「.」、「@」、「-」、「_」、または「:」のみで構成される必要があります。 + + + Please consult the + documentation + + on how to configure and enable the iSCSI Targets management functionality. + + iSCSIターゲットの管理機能を設定および有効化 +する方法に関する + ドキュメント + を参照してください。 + + + + Available information: + 取得可能な情報: + + + iSCSI Targets not available + 使用可能なiSCSIターゲットがありません + + + '/' and '@' are not allowed. + 「/」と「@」は使用できません。 + + + Loading... + 読み込んでいます... + + + -- No rbd pools available -- + -- 使用可能なrbdプールがありません -- + + + -- Select a pool -- + -- プールを選択してください -- + + + Use a dedicated data pool + 専用のデータプールを使用してください + + + Data pool + データプール + + + Dedicated pool that stores the object-data of the RBD. + RBDのオブジェクトデータを保管するための専用プール + + + -- No data pools available -- + -- 使用可能なデータプールがありません -- + + + Size + サイズ + + + e.g., 10GiB + 例: 10GiB + + + You have to increase the size. + サイズを大きくする必要があります。 + + + Features + 機能 + + + Advanced... + 詳細... + + + Advanced + 詳細 + + + Striping + ストライピング + + + Object size + オブジェクトサイズ + + + Stripe unit + ストライプ単位 + + + -- Select stripe unit -- + -- ストライプ単位を選択してください -- + + + This field is required because stripe count is defined! + ストライプ数が定義されているため、このフィールドは必須です。 + + + Stripe unit is greater than object size. + ストライプ単位がオブジェクトサイズより大きいです。 + + + Stripe count + ストライプ数 + + + This field is required because stripe unit is defined! + ストライプ単位が定義されているため、このフィールドは必須です。 + + + Stripe count must be greater than 0. + ストライプ数は0より大きい必要があります。 + + + Trash + ごみ箱 + + + Overall Performance + 全体的なパフォーマンス + + + Edit + 編集 + + + Description + 説明 + + + Long description + 長い説明 + + + Default + デフォルト + + + Daemon default + デーモンのデフォルト + + + Services + サービス + + + Values + 値 + + + The entered value is too high! It must not be greater than + . + + 入力された値は大きすぎます。 + より大きい値を入力することはできません。 + + + + The entered value is too low! It must not be lower than + . + + 入力された値は小さすぎます。 + より小さい値を入力することはできません。 + + + + Save + 保存 + + + CRUSH map viewer + CRUSHマップビューア + + + Hosts List + ホストリスト + + + No entries found + エントリが見つかりません + + + Cluster Logs + クラスタログ + + + Audit Logs + 監査ログ + + + Loading configuration... + 設定を読み込んでいます... + + + The configuration could not be loaded. + 設定を読み込めませんでした。 + + + Edit Manager module + マネージャモジュールの編集 + + + The entered value is not a valid UUID, e.g.: 67dcac9f-2c03-4d6c-b7bd-1210b3a259a8 + 入力された値は有効なUUIDではありません(有効なUUIDの例: 67dcac9f-2c03-4d6c-b7bd-1210b3a259a8)。 + + + The entered value needs to be a valid IP address. + 有効なIPアドレスを入力する必要があります。 + + + The entered value is too high! It must be lower or equal to + . + + 入力された値は大きすぎます。 + 以下の値を入力する必要があります。 + + + + The entered value is too low! It must be greater or equal to + . + + 入力された値は小さすぎます。 + 以上の値を入力する必要があります。 + + + + The entered value needs to be a number. + 数字を入力する必要があります。 + + + The entered value needs to be a number or decimal. + 数字または小数を入力する必要があります。 + + + Update + 更新 + + + Status + ステータス + + + Cluster ID + クラスタID + + + monmap modified + monmapが変更されました + + + monmap epoch + monmapエポック + + + quorum con + 定数con + + + quorum mon + 定数mon + + + required con + 必須のcon + + + required mon + 必須のmon + + + In Quorum + 定数内 + + + Not In Quorum + 非定数内 + + + Cluster-wide OSD Flags + クラスタ全体のOSDフラグ + + + OSD Recovery Priority + OSD回復優先度 + + + Priority + 優先度 + + + Customize priority values + 優先度値のカスタマイズ + + + This field is required! + このフィールドは必須です。 + + + [object Object] + [object Object] + + + The entered value is too high! It must not be greater than + . + + 入力された値は大きすぎます。 + より大きい値を入力することはできません。 + + + + The entered value is too low! It must not be lower than + . + + 入力された値は小さすぎます。 + より小さい値を入力することはできません。 + + + + Reweight OSD + 再重みづけOSD + + + The value needs to be between 0 and 1. + 値は0と1の間である必要があります。 + + + Reweight + 再重みづけ + + + OSDs + Scrub + + OSD + スクラブ + + + + {VAR_SELECT, select, 1 {Deep } } + {VAR_SELECT, select, 1 {Deep } } + + + You are about to apply a + scrub to + the OSD + + + . + + + スクラブをOSD + + + に +適用しようとしています。 + + + + {VAR_SELECT, select, 1 {deep } } + {VAR_SELECT, select, 1 {deep } } + + + Set Cluster-wide Flags + クラスタ全体フラグの設定 + + + Set Cluster-wide Recovery Priority + クラスタ全体の回復優先度の設定 + + + OSDs List + OSDリスト + + + + OSD + + will be marked + + + if you proceed. + + 続行した場合は、 + OSD + + は + + + とマークされます。 + + + + The OSD is not safe to destroy! + このOSDを安全に破棄することはできません。 + + + + OSD + + will be + + + if you proceed. + + 続行した場合は、 + OSD + + は + + + されます。 + + + + Details + 詳細 + + + Health + ヘルス + + + Statistics + 統計情報 + + + Please consult the + documentation + + on how to configure and enable the NFS Ganesha management functionality. + + NFS Ganeshaの管理機能を設定および有効化 +する方法に関する + ドキュメント + を参照してください。 + + + + Clients + クライアント + + + Any client can access + 任意のクライアントからアクセスできます + + + Addresses + アドレス + + + Required field + 必須フィールド + + + Must contain one or more comma-separated values + 1つ以上のカンマ区切り値を含んでいる必要があります + + + For example: + 例: + + + Access Type + アクセスタイプ + + + Squash + スカッシュ + + + Add clients + クライアントの追加 + + + NFS export + + + NFSエクスポート + + + + + -- No cluster available -- + -- 使用可能なクラスタがありません -- + + + -- Select the cluster -- + -- クラスタを選択してください -- + + + Add daemon + デーモンの追加 + + + Storage Backend + ストレージバックエンド + + + -- Select the storage backend -- + -- ストレージバックエンドを選択してください -- + + + Object Gateway User + オブジェクトゲートウェイユーザ + + + -- No users available -- + -- 使用可能なユーザがありません -- + + + -- Select the object gateway user -- + -- オブジェクトゲートウェイユーザを選択してください -- + + + CephFS User ID + CephFSユーザID + + + -- No clients available -- + -- 使用可能なクライアントがありません -- + + + -- Select the cephx client -- + -- cephxクライアントを選択してください -- + + + CephFS Name + CephFS名 + + + Security Label + セキュリティラベル + + + Enable security label + セキュリティラベルの有効化 + + + CephFS Path + CephFSパス + + + Path need to start with a '/' and can be followed by a word + パスは「/」で始まる必要があり、その後ろに1つの単語を配置できます + + + New directory will be created + 新しいディレクトリが作成されます + + + Path + パス + + + Path can only be a single '/' or a word + パスは単一の「/」または1つの単語である必要があります + + + New bucket will be created + 新しいバケットが作成されます + + + NFS Protocol + NFSプロトコル + + + NFSv3 + NFSv3 + + + NFSv4 + NFSv4 + + + NFS Tag + NFSタグ + + + Alternative access for + NFS v3 + mounts (it must not have a leading /). + + + NFS v3 + マウントの代替アクセス(先頭に「/」があってはいけません)。 + + + + Clients may not mount subdirectories (i.e. if Tag = foo, the client may not mount foo/baz). + クライアントはサブディレクトリをマウントできません(たとえば、[タグ] = fooの場合は、クライアントはfoo/bazをマウントできません)。 + + + By using different Tag options, the same Path may be exported multiple times. + 異なる[タグ]オプションを使用することで、同じパスを複数回エクスポートできます。 + + + Pseudo + 疑似 + + + The position that this + NFS v4 + export occupies + in the + Pseudo FS + (it must be unique). + + この + NFS v4 + エクスポートが + 疑似FS + 内で +占有する位置(この位置は一意である必要があります)。 + + + + By using different Pseudo options, the same Path may be exported multiple times. + 異なる[疑似]オプションを使用することで、同じパスを複数回エクスポートできます。 + + + Wrong format + フォーマットが正しくありません + + + -- No access type available -- + -- 使用可能なアクセスタイプがありません -- + + + -- Select the access type -- + -- アクセスタイプを選択してください -- + + + -- No squash available -- + -- 使用可能なスカッシュがありません -- + + + --Select what kind of user id squashing is performed -- + -- 実行されるユーザIDスカッシュ操作の種類を選択してください -- + + + Transport Protocol + トランスポートプロトコル + + + UDP + UDP + + + TCP + TCP + + + CephFS + CephFS + + + The name can only consist of alphanumeric characters, dashes and underscores. + 名前は英数字、ダッシュ、および下線のみで構成される必要があります。 + + + The chosen erasure code profile name is already in use. + 選択されたイレイジャコードプロファイル名はすでに使用されています。 + + + Plugin + プラグイン + + + Data chunks (k) + データチャンク(k) + + + Must be equal to or greater than 2. + 2以上である必要があります。 + + + Coding chunks (m) + コーディングチャンク(m) + + + Must be equal to or greater than 1. + 1以上である必要があります。 + + + Durability estimator (c) + 耐久性推定子(c) + + + Locality (l) + 地域(l) + + + Crush failure domain + Crush障害ドメイン + + + Crush Locality + Crush地域 + + + None + なし + + + Technique + 技法 + + + Packetsize + パケットサイズ + + + Crush root + Crushルート + + + Crush device class + Crushデバイスクラス + + + any + 任意 + + + Directory + ディレクトリ + + + Add + 追加 + + + Close + 閉じる + + + Name... + 名前... + + + The chosen Ceph pool name is already in use. + 選択されたCephプール名はすでに使用されています。 + + + Pool type + プールタイプ + + + -- Select a pool type -- + -- プールタイプを選択してください -- + + + Placement groups + 配置グループ + + + At least one placement group is needed! + 少なくとも1つの配置グループが必要です。 + + + Your cluster can't handle this many PGs. Please recalculate the PG amount needed. + ご使用のクラスタはこれだけ多数の配置グループを処理できません。必要な配置グループの数を再計算してください。 + + + You can only increase the number of PGs of an existing pool. + Currently your pool has + PGs. + + 既存プールの配置グループの数のみを増やすことができます。 +現在プールには + 個の配置グループがあります。 + + + + Calculation help + 計算のヘルプ + + + The current PGs settings were calculated for you, you + should make sure the values suit your needs before submit. + 現在の配置グループ設定は自動的に計算されたため、 +送信前に、これらの値がニーズに合っていることを確認してください。 + + + Crush ruleset + Crushルールセット + + + -- Select a crush rule -- + -- Crushルールを選択してください -- + + + Crush rule + Crushルール + + + Crush steps + Crushステップ + + + The rule can't be used in the current cluster as it has + to few OSDs to meet the minimum required OSD by this rule. + 現在のクラスタ内のOSD数はこのルールで要求される最小OSD数を下回っているため、 +このルールを現在のクラスタで使用することはできません。 + + + Replicated size + 複製されたサイズ + + + Minimum: + + + 最小: + + + + + Maximum: + + + 最大: + + + + + The size specified is out of range. A value from + to + is valid. + + 指定されたサイズは範囲外です。 +有効な値の範囲は + ~ + です。 + + + + Erasure code profile + イレイジャコードプロファイル + + + -- No erasure code profile available -- + -- 使用可能なイレイジャコードプロファイルがありません -- + + + -- Select an erasure code profile -- + -- イレイジャコードプロファイルを選択してください -- + + + Flags + フラグ + + + EC Overwrites + ECの上書き + + + Applications + アプリケーション + + + Compression + 圧縮 + + + Mode + モード + + + Algorithm + アルゴリズム + + + -- No erasure compression algorithm available -- + -- 使用可能なイレイジャ圧縮アルゴリズムがありません -- + + + Minimum blob size + 最小blobサイズ + + + e.g., 128KiB + 例: 128KiB + + + Value should be greater than 0 + 値は0より大きい必要があります + + + Value should be greater than the maximum blob size + 値は最大blobサイズより大きい必要があります + + + Maximum blob size + 最大blobサイズ + + + e.g., 512KiB + 例: 512KiB + + + Value should be greater than the minimum blob size + 値は最小blobサイズより大きい必要があります + + + Ratio + 率 + + + Compression ratio + 圧縮率 + + + Value should be between 0.0 and 1.0 + 値は0.0~1.0の間である必要があります + + + It's not possible to create an RBD pool with '/' in the name. + 名前に「/」が含まれたRBDプールを作成することはできません。 + + + Please change the name or remove 'rbd' from the applications list. + 名前を変更するか、アプリケーションリストから「rbd」を削除してください。 + + + Pools List + プールリスト + + + Please consult the + documentation + + on how to configure and enable the Object Gateway management functionality. + + オブジェクトゲートウェイの管理機能を設定および有効化 +する方法に関する + ドキュメント + を参照してください。 + + + + Loading bucket data... + バケットデータを読み込んでいます... + + + The bucket data could not be loaded. + バケットデータを読み込めませんでした。 + + + Id + Id + + + The value is not valid. + この値は無効です。 + + + The chosen name is already in use. + 選択された名前はすでに使用されています。 + + + Owner + 所有者 + + + -- Select a user -- + -- ユーザを選択してください -- + + + Daemons List + デーモンリスト + + + Type + タイプ + + + -- Select a type -- + -- タイプを選択してください -- + + + Permission + 許可 + + + -- Select a permission -- + -- 許可を選択してください -- + + + S3 key + S3キー + + + Username + ユーザ名 + + + -- Select a username -- + -- ユーザ名を選択してください -- + + + Auto-generate key + キーの自動生成 + + + Access key + アクセスキー + + + Secret key + 秘密キー + + + Subuser + サブユーザ + + + The chosen subuser ID is already in use. + 選択されたサブユーザIDはすでに使用されています。 + + + read, write + 読み取り、書き込み + + + full + フル + + + Swift key + スウィフトキー + + + Auto-generate secret + 秘密の自動生成 + + + Loading user data... + ユーザデータを読み込んでいます... + + + The user data could not be loaded. + ユーザデータを読み込めませんでした。 + + + The chosen user ID is already in use. + 選択されたユーザIDはすでに使用されています。 + + + Full name + 氏名 + + + Email address + 電子メールアドレス + + + This is not a valid email address. + これは有効な電子メールアドレスではありません。 + + + The chosen email address is already in use. + 選択された電子メールアドレスはすでに使用されています。 + + + Max. buckets + 最大バケット数 + + + The entered value must be >= 0. + 0以上の値を入力する必要があります。 + + + Suspended + 中断済み + + + Subusers + サブユーザ + + + There are no subusers. + サブユーザがいません。 + + + Delete + 削除 + + + Keys + キー + + + S3 + S3 + + + There are no keys. + キーがありません。 + + + Show + 表示 + + + Swift + スウィフト + + + Capabilities + 機能 + + + There are no capabilities. + 機能がありません。 + + + User quota + ユーザクォータ + + + Enabled + 有効化済み + + + Unlimited size + 無制限のサイズ + + + Max. size + 最大サイズ + + + Unlimited objects + 無制限のオブジェクト数 + + + Max. objects + 最大オブジェクト数 + + + Bucket quota + バケットクォータ + + + Welcome to Ceph! + Cephにようこそ! + The welcome message on the login page + + + Username is required + ユーザ名は必須です + + + Password is required + パスワードは必須です + + + Login + ログイン + + + Description... + 説明... + + + Permissions + 許可 + + + Sorry, the user does not exist in Ceph. + このユーザはCephに存在しません。 + + + Return to + Login Page + . You'll be logged out from the Identity Provider when you retry logging in. + + + [ログイン]ページ + に戻ります。ログインを再試行すると、Identity Providerからログアウトされます。 + + + + Confirm password + パスワードの確認入力 + + + Password confirmation doesn't match the password. + 確認入力されたパスワードがパスワードと一致しません。 + + + Email + 電子メール + + + Invalid email. + 無効な電子メールです。 + + + Roles + 役割 + + + You are about to remove "user read / update" permissions from your own user. + 自身のユーザから「user read / update」という許可を削除しようとしています。 + + + If you continue, you will no longer be able to add or remove roles from any user. + 続行した場合は、どのユーザの役割も追加および削除できなくなります。 + + + Are you sure you want to continue? + 続行してもよろしいですか? + + + Forbidden + 禁止 + + + Sorry, you are not allowed to see what you were looking for. + 検索していた内容を表示することは許可されていません。 + + + Sorry, we could not find what you were looking for + 検索していた内容が見つかりませんでした + + + Remove all + すべて削除 + + + Recent Notifications + 最近の通知 + + + There are no background tasks. + バックグラウンドタスクがありません。 + + + Background Tasks + バックグラウンドタスク + + + Help + ヘルプ + + + Documentation + ドキュメント + + + API + API + + + About + バージョン情報 + + + Dashboard Settings + ダッシュボード設定 + + + User management + ユーザ管理 + + + Logged in user + ログイン済みユーザ + + + Signed in as + + + + + + + + +としてサインイン済み + + + + Sign out + サインアウト + + + Performance Counters + パフォーマンスカウンタ + + + Performance Details + パフォーマンスの詳細 + + + ID + ID + + + Index type + インデックスタイプ + + + Placement rule + 配置ルール + + + Marker + マーカー + + + Maximum marker + 最大マーカー + + + Version + バージョン + + + Master version + マスタバージョン + + + Modification time + 変更時間 + + + Zonegroup + ゾーングループ + + + Maximum size + 最大サイズ + + + Unlimited + 無制限 + + + Maximum objects + 最大オブジェクト数 + + + System + システム + + + {VAR_SELECT, select, 0 {No} 1 {Yes} } + {VAR_SELECT, select, 0 {No} 1 {Yes} } + + + Maximum buckets + 最大バケット数 + + + Performance counters not available + パフォーマンスカウンタを使用できません + + + Global + グローバル + + + Image + イメージ + + + Pool + プール + + + RBD Configuration + RBD設定 + + + Remove the local configuration value. The parent configuration value will be inherited and used instead. + ローカル設定値を削除します。親設定値が継承されて代わりに使用されます。 + + + The mininum value is 0 + 最小値は0です + + + Attributes (OSD map) + 属性(OSDマップ) + + + Metadata not available + メタデータを使用できません + + + Metadata + メタデータ + + + Performance counter + パフォーマンスカウンタ + + + Histogram not available: + + + ヒストグラムを使用できません: + + + + + Writes + 書き込み回数 + + + Reads + 読み取り回数 + + + Histogram + ヒストグラム + + + Current values + 現行値 + + + Min + 最小 + + + Max + 最大 + + + Source + ソース + + + Level + レベル + + + Can be updated at runtime (editable) + 実行時に更新できます(編集可能) + + + Tags + タグ + + + Enum values + 列挙値 + + + See also + 関連項目 + + + Cluster Status + クラスタのステータス + + + Manager Daemons + マネージャデーモン + + + Object Gateways + オブジェクトゲートウェイ + + + Metadata Servers + メタデータサーバ + + + iSCSI Gateways + iSCSIゲートウェイ + + + Client IOPS + クライアントのIOPS + + + Client Throughput + クライアントのスループット + + + Client Read/Write + クライアントの読み取り/書き込み + + + Recovery Throughput + 回復スループット + + + Scrub + スクラブ + + + Performance + パフォーマンス + + + Raw Capacity + 未フォーマット時の容量 + + + Objects + オブジェクト数 + + + PGs per OSD + OSDあたりの配置グループ数 + + + PG Status + 配置グループのステータス + + + Capacity + 容量 + + + + + See + Logs + for more details. + + + + 詳細については、「 + ログ + 」を参照してください。 + + + + Move an image to trash + イメージをごみ箱に移動する + + + To move + + / + + to trash, + click + Move Image + . Optionally, you can pick an expiration date. + + + + / + + をごみ箱に移動するには、 + [イメージの移動] + をクリックします。希望に応じて、失効日を選択できます。 + + + + Protection expires at + 保護の失効日 + + + NOT PROTECTED + 保護されていません + + + Wrong date format. Please use "YYYY-MM-DD HH:mm:ss". + 日付の形式が正しくありません。「YYYY-MM-DD HH:mm:ss」という形式を使用してください。 + + + Protection has already expired. Please pick a future date or leave it empty. + 保護はすでに失効しています。将来の日付を選択するか、日付を空白のままにしてください。 + + + Move Image + イメージの移動 + + + Overview + 概要 + + + Targets + ターゲット + + + Only available for RBD images with + fast-diff + enabled + + + fast-diff + が有効になっているRBDイメージのみに使用できます + + + + Data Pool + データプール + + + Created + 作成済み + + + Provisioned + プロビジョニング済み + + + N/A + なし + + + Total provisioned + プロビジョニング済み合計 + + + Striping unit + ストライピング単位 + + + Striping count + ストライピング数 + + + Parent + 親 + + + Block name prefix + ブロック名のプレフィックス + + + Order + 順番 + + + Snapshots + スナップショット + + + This setting overrides the global value + この設定はグローバル値よりも優先されます + + + This is the global value. No value for this option has been set for this image. + これはグローバル値です。このイメージについて、このオプションの値は設定されていません。 + + + + RBD Snapshot + + + RBDスナップショット + + + + {VAR_SELECT, select, true {Rename} other {Create} } + {VAR_SELECT, select, true {Rename} other {Create} } + + + + Snapshot + + + スナップショット + + + + PROTECTED + 保護済み + + + UNPROTECTED + 未保護 + + + You are about to rollback + ロールバックしようとしています + + + Purge Trash + ごみ箱を空にする + + + To purge, select one or All images and click + 空にするには、1つまたはすべてのイメージを選択してクリックします + + + Pool: + プール: + + + Pool name... + プール名... + + + All + すべて + + + Restore Image + イメージの復元 + + + To restore + 復元するには + + + type the image's new name and click + イメージの新しい名前を入力してクリックします + + + New Name + 新しい名前 + + + Expired at + 失効日 + + + Protected until + 保護の終了日 + + + This image is protected until + . + + このイメージは + まで保護されます。 + + + + iSCSI Topology + iSCSIトポロジ + + + Issues + 問題 + + + Syncing + 同期中 + + + Ready + 準備完了 + + + Edit pool mirror mode + プールのミラーモードの編集 + + + To edit the mirror mode for pool  + + + , select a new mode from the list and click  + Update + . + + プール + + + のミラーモードを編集するには、 +リストから新しいモードを選択して、 + [更新] + をクリックします。 + + + + Peer clusters must be removed prior to disabling mirror. + ミラーを無効にする前に、ピアクラスタを削除する必要があります。 + + + + + pool mirror peer + + + +プールのミラーピア + + + + {VAR_SELECT, select, edit {Edit} other {Add} } + {VAR_SELECT, select, edit {Edit} other {Add} } + + + + the pool + mirror peer attributes for pool + + + and click + Submit + . + + + プール + + + +のプールミラーピア属性、および + [送信] + をクリックします。 + + + + Cluster Name + クラスタ名 + + + The cluster name is not valid. + このクラスタ名は無効です。 + + + CephX ID + CephX ID + + + CephX ID... + CephX ID... + + + The CephX ID is not valid. + このCephX IDは無効です。 + + + Monitor Addresses + モニターアドレス + + + Comma-delimited addresses... + カンマ区切りアドレス... + + + The monitory address is not valid. + この警告アドレスは無効です。 + + + CephX Key + CephXキー + + + Base64-encoded key... + Base64エンコード化済みキー... + + + CephX key must be base64 encoded. + CephXキーはbase64でエンコードされている必要があります。 + + + Cache Tiers Details + キャッシュ層の詳細 + + + Ranks + ランク + + + Clients: + + + クライアント数: + + + + + Current + 現在 + + + Updated discovery authentication + 検出認証を更新しました + + + There are no portals available. + 使用可能なポータルはありません。 + + + There are no images available. + 使用可能なイメージはありません。 + + + There are no images available. Please make sure you add an image to the target. + 使用可能なイメージはありません。ターゲットにイメージを追加したことを確認してください。 + + + There are no initiators available. Please make sure you add an initiator to the target. + 使用可能なイニシエータはありません。ターゲットにイニシエータを追加したことを確認してください。 + + + Target + ターゲット + + + Hostname + ホスト名 + + + Read Bytes + 読み取りバイト数 + + + Write Bytes + 書き込みバイト数 + + + Read Ops + 読み取り操作数 + + + Write Ops + 書き込み操作数 + + + A/O Since + 次の日付以降のA/O + + + Instance + インスタンス + + + Issue + 問題 + + + State + 状態 + + + Progress + 進捗 + + + Disabled + 無効化済み + + + Edit Mode + モードの編集 + + + Add Peer + ピアの追加 + + + Edit Peer + ピアの編集 + + + Delete Peer + ピアの削除 + + + Leader + リーダー + + + # Local + #ローカル + + + # Remote + #リモート + + + mirror peer + ミラーピア + + + Key + キー + + + Value + 値 + + + Deep flatten + ディープフラット化 + + + Layering + 階層化 + + + Exclusive lock + 排他ロック + + + Object map (requires exclusive-lock) + オブジェクトマップ(排他ロックが必要) + + + Journaling (requires exclusive-lock) + ジャーナリング(排他ロックが必要) + + + Fast diff (requires object-map) + 高速微分(オブジェクトマップが必要) + + + Copy + コピー + + + Flatten + フラット化 + + + Move to Trash + ごみ箱に移動する + + + Create + 作成 + + + Rename + 名前の変更 + + + Protect + 保護 + + + Unprotect + 保護解除 + + + Clone + 複製 + + + Rollback + ロールバック + + + RBD snapshot rollback + RBDスナップショットのロールバック + + + RBD snapshot + RBDスナップショット + + + Restore + 復元 + + + Deleted At + 削除日時 + + + id + id + + + type + タイプ + + + state + 状態 + + + version + バージョン + + + Host + ホスト + + + root + ルート + + + Rank + ランク + + + Daemon + デーモン + + + Activity + アクティビティ + + + Dentries + dエントリ + + + Inodes + iノード + + + Usage + 使用量 + + + Standby daemons + スタンバイデーモン + + + The value can be updated at runtime. + この値は実行時に更新できます。 + + + Daemons/clients do not pull this value from the + monitor config database. We disallow setting this option via 'ceph config + set ...'. This option should be configured via ceph.conf or via the + command line. + デーモン/クライアントはこの値をモニター設定データベースから取得しません。 +このオプションを「ceph config set ...」を通じて設定することは禁止されています。 +このオプションは、ceph.confまたはコマンドラインを通じて +設定する必要があります。 + + + Option takes effect only during daemon startup. + オプションはデーモン始動時のみに有効になります。 + + + Option only affects cluster creation. + オプションはクラスタの作成のみに適用されます。 + + + Option only affects daemon creation. + オプションはデーモンの作成のみに適用されます。 + + + Updated config option + + + 設定オプション + を更新しました + + + + Service + サービス + + + Current value + 現行値 + + + Editable + 編集可能 + + + Updated options for module " + ". + + モジュール「 + 」のオプションを更新しました。 + + + + Enable + 有効化 + + + Disable + 無効化 + + + Reconnecting, please wait ... + 再接続していますので、しばらくお待ちください... + + + Public Address + パブリックアドレス + + + Open Sessions + セッションの開始 + + + No In + インなし + + + OSDs that were previously marked out will not be marked back in when they start + 以前にアウトとしてマークされたOSDは、それらの始動時にインとしてマークされることはありません + + + No Out + アウトなし + + + OSDs will not automatically be marked out after the configured interval + OSDは、設定済みの間隔が経過した後に自動的にアウトとしてマークされます + + + No Up + アップなし + + + OSDs are not allowed to start + OSDを始動することは許可されていません + + + No Down + ダウンなし + + + OSD failure reports are being ignored, such that the monitors will not mark OSDs down + OSDの障害レポートは無視されているため、OSDはモニターによってダウンとしてマークされません + + + Pause + 一時停止 + + + Pauses reads and writes + 読み取りと書き込みを一時停止します + + + No Scrub + スクラブなし + + + Scrubbing is disabled + スクラブ処理は無効化されています + + + No Deep Scrub + ディープスクラブなし + + + Deep Scrubbing is disabled + ディープスクラブ処理は無効化されています + + + No Backfill + バックフィルなし + + + Backfilling of PGs is suspended + 配置グループのバックフィルは中断されています + + + No Recover + 回復なし + + + Recovery of PGs is suspended + 配置グループの回復は中断されています + + + Bitwise Sort + ビット単位のソート + + + Use bitwise sort + ビット単位のソートを使用する + + + Purged Snapdirs + 消去されたスナップディレクトリ + + + OSDs have converted snapsets + OSDによってスナップセットが変換されました + + + Recovery Deletes + 回復の削除 + + + Deletes performed during recovery instead of peering + ピアリングの代わりに回復時に削除が実行されました + + + PG Log Hard Limit + 配置グループログのハード制限 + + + Puts a hard limit on pg log length + 配置グループログ長のハード制限を適用します + + + Updated OSD Flags + OSDフラグを更新しました + + + Deep Scrub + ディープスクラブ + + + Mark Out + アウトとしてマーク + + + out + アウト + + + Mark In + インとしてマーク + + + in + イン + + + Mark Down + ダウンとしてマーク + + + down + ダウン + + + Mark Lost + 喪失としてマーク + + + Mark + マーク + + + OSD lost + 喪失したOSD + + + marked lost + 喪失としてマーク済み + + + Purge + 消去 + + + OSD + OSD + + + purged + 消去済み + + + Destroy + 破棄 + + + destroy + 破棄 + + + destroyed + 破棄済み + + + PGs + 配置グループ数 + + + Read bytes + 読み取りバイト数 + + + Writes bytes + 書き込みバイト数 + + + Read ops + 読み取り操作数 + + + Write ops + 書き込み操作数 + + + Mark OSD + + + OSD + をマーク + + + + Mark + + + + をマーク + + + + Max Backfills + 最大バックフィル数 + + + Recovery Max Active + 回復最大アクティブ + + + Recovery Max Single Start + 回復最大単一始動 + + + Recovery Sleep + 回復スリープ + + + Custom + カスタム + + + Updated OSD recovery speed priority " + " + + OSDの回復速度優先度「 + 」を更新しました + + + + + was initialized in the following OSD: + + + + は次のOSDで初期化されました: + + + + + Job + ジョブ + + + Severity + 重大度 + + + Started + 始動済み + + + URL + URL + + + Used + 使用済み + + + Avail. + 使用可能 + + + Clean + クリーン + + + Working + 動作中 + + + Warning + 警告 + + + Unknown + 不明 + + + up + アップ + + + no filesystems + ファイルシステムがありません + + + active + アクティブ + + + standby + スタンバイ + + + n/a + なし + + + active daemon + アクティブデーモン + + + quorum + 定数 + + + The NFS Ganesha service is not configured. + NFS Ganeshaサービスが設定されていません。 + + + Transport + トランスポート + + + CephFS User + CephFSユーザ + + + CephFS Filesystem + CephFSファイルシステム + + + (inherited from global config) + (グローバル設定から継承) + + + inherited from global config + グローバル設定から継承されました + + + -- Select what kind of user id squashing is performed -- + -- 実行されるユーザIDスカッシュ操作を選択してください -- + + + There are no daemons available. + 使用可能なデーモンがありません。 + + + Export + エクスポート + + + Cache Mode + キャッシュモード + + + Min Evict Age + 退去までの最小経過時間 + + + Min Flush Age + 消去までの最小経過時間 + + + Target Max Bytes + ターゲットの最大バイト数 + + + Target Max Objects + ターゲットの最大オブジェクト数 + + + No applications added + アプリケーションは追加されていません + + + Applications limit reached + アプリケーション数の上限に達しました + + + A pool can only have up to four applications definitions. + 1つのプールは最大で4つのアプリケーション定義しか保有できません。 + + + Allowed characters '_a-zA-Z0-9' + 使用可能な文字「_a-zA-Z0-9」 + + + Maximum length is 128 characters + 最大長は128文字です + + + Filter or add applications + アプリケーションのフィルタリングまたは追加 + + + Add application + アプリケーションの追加 + + + erasure code profile + イレイジャコードプロファイル + + + Replica Size + レプリカサイズ + + + Last Change + 最後の変更 + + + Erasure Coded Profile + イレイジャコード化済みプロファイル + + + Crush Ruleset + Crushルールセット + + + Write bytes + 書き込みバイト数 + + + Updated Object Gateway bucket " + " + + オブジェクトゲートウェイバケット「 + 」を更新しました + + + + Created Object Gateway bucket " + " + + オブジェクトゲートウェイバケット「 + 」を作成しました + + + + bucket + バケット + + + buckets + バケット数 + + + Updated Object Gateway user " + " + + オブジェクトゲートウェイユーザ「 + 」を更新しました + + + + Created Object Gateway user " + " + + オブジェクトゲートウェイユーザ「 + 」を作成しました + + + + user + ユーザ + + + users + ユーザ数 + + + Scope + 範囲 + + + Read + 読み取り + + + Created role ' + ' + + 役割「 + 」を作成しました + + + + Updated role ' + ' + + 役割「 + 」を更新しました + + + + System Role + システム役割 + + + Deleted role ' + ' + + 役割「 + 」を削除しました + + + + Created user " + " + + ユーザ「 + 」を作成しました + + + + Update user + ユーザの更新 + + + Continue + 続行 + + + You were automatically logged out because your roles have been changed. + このユーザの役割が変更されたため、このユーザは自動的にログアウトされました。 + + + Updated user " + " + + ユーザ「 + 」を更新しました + + + + Deleted user " + " + + ユーザ「 + 」を削除しました + + + + Failed to delete user " + " + + ユーザ「 + 」を削除できませんでした + + + + You are currently logged in as " + ". + + 現在このユーザは「 + 」としてログインしています。 + + + + Each object is split in data-chunks parts, each stored on a different OSD. + 各オブジェクトは複数のデータチャンクパートに分割されており、それぞれのパートは異なるOSDに保管されています。 + + + Compute coding chunks for each object and store them on different OSDs. + The number of coding chunks is also the number of OSDs that can be down without losing data. + 各オブジェクトのコーディングチャンクを計算して、これらのチャンクを別々のOSDに保管します。 +コーディングチャンクの数は、データを失うことなくダウン状態になることができるOSDの数でもあります。 + + + The jerasure plugin is the most generic and flexible plugin, + it is also the default for Ceph erasure coded pools. + jerasureプラグインは最も汎用的で柔軟性の高いプラグインです。 +このプラグインは、Cephイレイジャコード化済みプール用のデフォルトでもあります。 + + + The more flexible technique is reed_sol_van : it is enough to set k + and m. The cauchy_good technique can be faster but you need to chose the packetsize + carefully. All of reed_sol_r6_op, liberation, blaum_roth, liber8tion are RAID6 equivalents + in the sense that they can only be configured with m=2. + さらに柔軟性の高い技法はreed_sol_vanです。kとmを +設定するだけで十分です。 +cauchy_good技法はより高速となり得ますが、パケットサイズを慎重に選択する必要があります。 +reed_sol_r6_op、liberation、blaum_roth、liber8tionはすべて、 +m=2を使用した設定のみが可能という意味でRAID6と同等です。 + + + The encoding will be done on packets of bytes size at a time. + Chosing the right packet size is difficult. + The jerasure documentation contains extensive information on this topic. + エンコードはバイトサイズのパケット群に対して同時に実行されます。 +適切なパケットサイズを選択することは困難です。 +jerasureのドキュメントにはこのトピックに関する詳細な情報が記載されています。 + + + With the jerasure plugin, when an erasure coded object is stored on + multiple OSDs, recovering from the loss of one OSD requires reading from all the others. + For instance if jerasure is configured with k=8 and m=4, losing one OSD requires reading + from the eleven others to repair. + + The lrc erasure code plugin creates local parity chunks to be able to recover using + less OSDs. For instance if lrc is configured with k=8, m=4 and l=4, it will create + an additional parity chunk for every four OSDs. When a single OSD is lost, it can be + recovered with only four OSDs instead of eleven. + jerasureプラグインを使用すると、イレイジャコード化済みオブジェクトが複数のOSDに保管されている場合は、 +1つのOSDの喪失から回復するには、他のすべてのOSDからの読み取りが必要になります。 +たとえば、k=8およびm=4を使用してjerasureが設定されている場合は、1つのOSDが失われた場合、 +修復のためには他の11個のOSDからの読み取りが必要になります。 + +lrcイレイジャコードプラグインは、これより少ないOSDを使用した回復を可能にするために、 +ローカルパリティチャンクを作成します。たとえば、lrcがk=8、m=4、およびl=4を使用して設定されている場合は、 +lrcは、4つのOSDごとに1つの追加パリティチャンクを作成します。1つのOSDが失われた場合は、 +11個の代わりに4つのOSDのみを使用してそのOSDを回復できます。 + + + Group the coding and data chunks into sets of size locality. For instance, + for k=4 and m=2, when locality=3 two groups of three are created. Each set can + be recovered without reading chunks from another set. + コーディングチャンクとデータチャンクをサイズ地域の複数セットにグループ分けします。 +たとえば、k=4およびm=2の場合に、[地域]=3の場合は、3つのチャンクからなるグループが2つ作成されます。 +各セットは、別のセットからチャンクを読み取ることなく回復できます。 + + + The type of the crush bucket in which each set of chunks defined + by l will be stored. For instance, if it is set to rack, each group of l chunks will be + placed in a different rack. It is used to create a CRUSH rule step such as step choose + rack. If it is not set, no such grouping is done. + 1によって定義されたチャンクの各セットが保管されるCrushバケットのタイプ。 +たとえば、このバケットタイプがラックに設定されている場合は、1のチャンクの各グループは異なるラックに配置されます。 +このバケットタイプを使用して、「ラックの選択」ステップなどのCRUSHルールステップが作成されます。 +このバケットタイプが設定されていない場合は、このようなグループ分けは行われません。 + + + The isa plugin encapsulates the ISA library. It only runs on Intel processors. + isaプラグインはISAライブラリをカプセル化します。このプラグインはIntelプロセッサ上のみで動作します。 + + + The ISA plugin comes in two Reed Solomon forms. + If reed_sol_van is set, it is Vandermonde, if cauchy is set, it is Cauchy. + ISAプラグインは2つのリードソロモン形式で提供されています。reed_sol_vanが設定されている場合は、Vandermondeであり、cauchyが設定されている場合は、Cauchyです。 + + + The shec plugin encapsulates the multiple SHEC library. + It allows ceph to recover data more efficiently than Reed Solomon codes. + shecプラグインは複数のSHECライブラリをカプセル化します。 +このプラグインを使用すると、cephはリードソロモンコードより効率的にデータを回復できます。 + + + The number of parity chunks each of which includes each data chunk in its + calculation range. The number is used as a durability estimator. For instance, if c=2, + 2 OSDs can be down without losing data. + それぞれが各データチャンクを各自の計算範囲内に含んでいるパリティチャンクの数。 +この数は、耐久性推定子として使用されます。 +たとえば、c=2の場合は、データを失うことなく2つのOSDがダウン状態になることができます。 + + + The name of the crush bucket used for the first step of the CRUSH rule. + For instance step take default. + CRUSHルールの最初のステップ(「デフォルトの使用」ステップなど)用に +使用されるCrushバケットの名前。 + + + Ensure that no two chunks are in a bucket with the same failure + domain. For instance, if the failure domain is host no two chunks will be stored on the same + host. It is used to create a CRUSH rule step such as step chooseleaf host. + 同じ障害ドメインの単一バケット内に2つのチャンクが配置されることを防止します。 +たとえば、障害ドメインがホストである場合は、2つのチャンクが同じホストに保管されることはありません。 +これを使用して、「リーフホストの選択」ステップなどのCRUSHルールステップが作成されます。 + + + Restrict placement to devices of a specific class + (e.g., ssd or hdd), using the crush device class names in the CRUSH map. + CRUSHマップ内でCrushデバイスクラス名を使用して、配置先を特定クラス(ssdやhddなど)のデバイスのみに制限します。 + + + Set the directory name from which the erasure code plugin is loaded. + イレイジャコードプラグインの読み込み元となるディレクトリ名を設定します。 + + + Allows all operations + すべての操作を許可します + + + Allows only operations that do not modify the server + サーバに変更を加えない操作のみを許可します + + + Does not allow read or write operations, but allows any other operation + 読み取り/書き込み操作を許可しませんが、他のすべての操作を許可します + + + Does not allow read, write, or any operation that modifies file attributes or directory content + 読み取り/書き込み操作、およびファイル属性やディレクトリ内容を変更するどの操作も許可しません + + + Allows no access at all + アクセスを一切許可しません + + + -- Select the priority -- + -- 優先度を選択してください -- + + + Low + 低 + + + High + 高 + + + Last 5 minutes + 直前の5分間 + + + Last 15 minutes + 直前の15分間 + + + Last 30 minutes + 直前の30分間 + + + Last 1 hour (Default) + 直前の1時間(デフォルト) + + + Last 3 hours + 直前の3時間 + + + Last 6 hours + 直前の6時間 + + + Last 12 hours + 直前の12時間 + + + Last 24 hours + 直前の24時間 + + + Yesterday + 昨日 + + + Today + 本日 + + + Today so far + 本日の現時点まで + + + Day before yesterday + 一昨日 + + + Last 2 days + 過去2日間 + + + This day last week + 先週の同じ曜日 + + + Previous week + 前週 + + + This week + 今週 + + + This week so far + 今週の現時点まで + + + Last 7 days + 過去7日間 + + + Previous month + 前月 + + + This month + 今月 + + + This month so far + 今月の現時点まで + + + Last 30 days + 過去30日間 + + + Last 90 days + 過去90日間 + + + Last 6 months + 過去6カ月 + + + Last 1 year + 過去1年間 + + + Previous year + 前年 + + + This year + 今年 + + + This year so far + 今年の現時点まで + + + Last 2 years + 過去2年間 + + + Last 5 years + 過去5年間 + + + Information + 情報 + + + No items selected. + アイテムが選択されていません。 + + + Deselect item to select again + アイテムを選択解除して再選択してください + + + Selection limit reached + 選択の上限に達しました + + + Filter tags + タグのフィルタリング + + + Add badge + バッジの追加 + + + There are no items available. + 使用可能なアイテムはありません。 + + + Yes + はい + + + No + いいえ + + + Quality of Service + サービス品質 + + + BPS Limit + BPS制限 + + + The desired limit of IO bytes per second. + 希望する秒あたり入出力バイト数の上限。 + + + IOPS Limit + IOPS制限 + + + The desired limit of IO operations per second. + 希望する秒あたり入出力操作数の上限。 + + + Read BPS Limit + 読み取りBPS制限 + + + The desired limit of read bytes per second. + 希望する秒あたり読み取りバイト数の上限。 + + + Read IOPS Limit + 読み取りIOPS制限 + + + The desired limit of read operations per second. + 希望する秒あたり読み取り操作数の上限。 + + + Write BPS Limit + 書き込みBPS制限 + + + The desired limit of write bytes per second. + 希望する秒あたり書き込みバイト数の上限。 + + + Write IOPS Limit + 書き込みIOPS制限 + + + The desired limit of write operations per second. + 希望する秒あたり書き込み操作数の上限。 + + + BPS Burst + BPSバースト + + + The desired burst limit of IO bytes. + 希望する入出力バイト数のバースト上限。 + + + IOPS Burst + IOPSバースト + + + The desired burst limit of IO operations. + 希望する入出力操作数のバースト上限。 + + + Read BPS Burst + 読み取りBPSバースト + + + The desired burst limit of read bytes. + 希望する読み取りバイト数のバースト上限。 + + + Read IOPS Burst + 読み取りIOPSバースト + + + The desired burst limit of read operations. + 希望する読み取り操作数のバースト上限。 + + + Write BPS Burst + 書き込みBPSバースト + + + The desired burst limit of write bytes. + 希望する書き込みバイト数のバースト上限。 + + + Write IOPS Burst + 書き込みIOPSバースト + + + The desired burst limit of write operations. + 希望する書き込み操作数のバースト上限。 + + + Failed to + + + + + + を実行できませんでした + + + + Executing + 実行中 + + + execute + 実行 + + + Executed + 実行済み + + + unknown task + 不明なタスク + + + Creating + 作成中 + + + create + 作成 + + + Updating + 更新中 + + + update + 更新 + + + Updated + 更新済み + + + Deleting + 削除中 + + + delete + 削除 + + + Deleted + 削除済み + + + RBD ' + ' + + RBD「 + 」 + + + + RBD snapshot ' + ' + + RBDスナップショット「 + 」 + + + + mirror mode for pool ' + ' + + プール「 + 」のミラーモード + + + + mirror peer for pool ' + ' + + プール「 + 」のミラーピア + + + + Name is already used by + . + + この名前は + によってすでに使用されています。 + + + + Name is already used by + . + + この名前は + によってすでに使用されています。 + + + + Name is already used by + . + + この名前は + によってすでに使用されています。 + + + + + contains snapshots. + + + にはスナップショットが含まれています。 + + + + Cloning + 複製中 + + + clone + 複製 + + + Cloned + 複製済み + + + Snapshot of + must be protected. + + + のスナップショットは保護される必要があります。 + + + + Copying + コピー中 + + + copy + コピー + + + Copied + コピー済み + + + Flattening + フラット化中 + + + flatten + フラット化 + + + Flattened + フラット化済み + + + Name is already used by + . + + この名前は + によってすでに使用されています。 + + + + Cannot unprotect + because it contains child images. + + + は子イメージを含んでいるため保護解除できません。 + + + + Cannot delete + because it's protected. + + + は保護されているため削除できません。 + + + + Rolling back + ロールバック中 + + + rollback + ロールバック + + + Rolled back + ロールバック済み + + + Moving + 移動中 + + + move + 移動 + + + Moved + 移動済み + + + image ' + ' to trash + + イメージ「 + 」をごみ箱に + + + + Could not find image. + イメージが見つかりませんでした。 + + + Restoring + 復元中 + + + restore + 復元 + + + Restored + 復元済み + + + image ' + ' into ' + ' + + イメージ「 + 」を「 + 」に + + + + Image name ' + ' is already in use. + + イメージ名「 + 」はすでに使用されています。 + + + + image ' + ' + + イメージ「 + 」 + + + + Purging + 消去中 + + + purge + 消去 + + + Purged + 消去済み + + + all pools + すべてのプール + + + images from + + + + からのイメージ + + + + Cannot disable mirroring because it contains a peer. + ピアを含んでいるためミラーリングを無効化できません。 + + + pool ' + ' + + プール「 + 」 + + + + erasure code profile ' + ' + + イレイジャコードプロファイル「 + 」 + + + + target ' + ' + + ターゲット「 + 」 + + + + NFS + + + NFS + + + + + + diff --git a/src/pybind/mgr/dashboard/frontend/src/locale/messages.pl-PL.xlf b/src/pybind/mgr/dashboard/frontend/src/locale/messages.pl-PL.xlf index b5c1e2f17b2e..d9084581f981 100644 --- a/src/pybind/mgr/dashboard/frontend/src/locale/messages.pl-PL.xlf +++ b/src/pybind/mgr/dashboard/frontend/src/locale/messages.pl-PL.xlf @@ -221,18 +221,6 @@ dodaj pulpity do Grafany. Advanced Settings Ustawienia zaawansowane - - - target - - - docelowy obiekt - - - - {VAR_SELECT, select, 1 {Edit} other {Add} } - {VAR_SELECT, wybierz, 1 {Edytuj} inaczej{Dodaj} } - Target IQN Nazwa IQN obiektu docelowego iSCSI @@ -277,14 +265,6 @@ dodaj pulpity do Grafany. Add portal Dodaj portal - - Backstore: - .  - - Tylny koniec przechowywania: - .  - - This image has modified settings. Ten obraz zmodyfikował ustawienia. @@ -414,18 +394,6 @@ jak skonfigurować i uruchomić zarządzanie funkcjonalnościami obiektami docel iSCSI Targets not available obiekty docelowe iSCSI niedostępne - - Set discovery authentication - Ustaw uwierzytelnianie wykrywania - - - {VAR_SELECT, select, editing {Edit} cloning {Clone} copying {Copy} other {Add} } - {VAR_SELECT, wybierz, edytowanie{Edytuj} klonowanie{Klonuj} kopiowanie{Kopiuj} inaczej {Dodaj} } - - - {VAR_SELECT, select, cloning {Clone from} copying {Copy from} other {Parent} } - {VAR_SELECT, wybierz, klonowanie{Klonuj od} kopiowanie{Kopiuj od} inaczej {Rodzic} } - '/' and '@' are not allowed. '/' and '@' nie są dozwolone. @@ -518,18 +486,6 @@ jak skonfigurować i uruchomić zarządzanie funkcjonalnościami obiektami docel Stripe count must be greater than 0. Licznik pasków musi być większy od 0. - - - RBD - - - RBD - - - - {VAR_SELECT, select, editing {Update} cloning {Clone} copying {Copy} other {Create} } - {VAR_SELECT, wybierz, edytowanie{Aktualizuj} klonowanie{Klonuj} kopiowanie{Kopiuj} inaczej {Dodaj} } - Trash Kosz @@ -1071,10 +1027,6 @@ w CephFS CephFS - - Add erasure code profile - Dodaj profil kasowania - The name can only consist of alphanumeric characters, dashes and underscores. Nazwa może składać się z alfanumerycznych znaków, kresek i podkreśleń. @@ -1155,18 +1107,6 @@ w Close Zamknij - - - pool - - - pul - - - - {VAR_SELECT, select, 1 {Edit} other {Add} } - {VAR_SELECT, wybierz, 1 {Edytuj} inaczej{Dodaj} } - Name... Nazwa... @@ -1355,18 +1295,6 @@ zbyt mało OSD-ków, żeby spełnić minimum OSD-ków wymaganych przez tę zasad Please change the name or remove 'rbd' from the applications list. Proszę zmienić nazwę albo usunąć 'rbd' z listy zastosowań. - - - pool - - - pul - - - - {VAR_SELECT, select, 1 {Edit} other {Create} } - {VAR_SELECT, wybierz, 1 {Edytuj} inaczej{Utwórz} } - Pools List Lista puli @@ -1391,14 +1319,6 @@ jak skonfigurować i i uruchomić zarządzanie funkcjami Dostępu obiektowego The bucket data could not be loaded. Nie można załadować wiadra danych. - - - bucket - - - wiadro - - Id Number ID @@ -1419,18 +1339,10 @@ jak skonfigurować i i uruchomić zarządzanie funkcjami Dostępu obiektowego -- Select a user -- -- Wybierz użytkownika -- - - {VAR_SELECT, select, 1 {Update} other {Add} } - {VAR_SELECT, wybierz, 1 {Aktualizuj} inaczej{Utwórz} } - Daemons List Lista demonów - - Capability - Zdolność - Type Typ @@ -1547,10 +1459,6 @@ jak skonfigurować i i uruchomić zarządzanie funkcjami Dostępu obiektowego Delete Usuń - - Add subuser - Dodaj pod-użytkownika - Keys Klucze @@ -1567,10 +1475,6 @@ jak skonfigurować i i uruchomić zarządzanie funkcjami Dostępu obiektowego Show Pokaż - - Add S3 key - Dodaj klucz S3 - Swift Szybki @@ -1583,10 +1487,6 @@ jak skonfigurować i i uruchomić zarządzanie funkcjami Dostępu obiektowego There are no capabilities. Nie ma zdolności. - - Add capability - Dodaj zdolność - User quota Limit użytkownika @@ -1632,18 +1532,6 @@ jak skonfigurować i i uruchomić zarządzanie funkcjami Dostępu obiektowego Login Zaloguj - - - Role - - - Rola - - - - {VAR_SELECT, select, editing {Edit} other {Add} } - {VAR_SELECT, wybierz, edytowanie{Edytuj} inaczej{Dodaj} } - Description... Opis... @@ -1652,18 +1540,6 @@ jak skonfigurować i i uruchomić zarządzanie funkcjami Dostępu obiektowego Permissions Pozwolenia - - - Role - - - Rola - - - - {VAR_SELECT, select, editing {Update} other {Create} } - {VAR_SELECT, wybierz, edytowanie {Aktualizuj} inaczej{Utwórz} } - Sorry, the user does not exist in Ceph. Przepraszam, użytkownik nie istnieje w Ceph. @@ -1678,14 +1554,6 @@ jak skonfigurować i i uruchomić zarządzanie funkcjami Dostępu obiektowego . Zostaniesz wylogowany z Dostastcy Tożsamości , kiedy spróbujesz się zalgować. - - - User - - - Użytkownik - - Confirm password Potwierdź hasło @@ -1706,14 +1574,6 @@ jak skonfigurować i i uruchomić zarządzanie funkcjami Dostępu obiektowego Roles Role - - - User - - - Użytkownik - - You are about to remove "user read / update" permissions from your own user. Zamierzasz usunąć uprawnienia „odczytu / aktualizacji użytkownika” od własnego użytkownika. @@ -1858,6 +1718,10 @@ jak skonfigurować i i uruchomić zarządzanie funkcjami Dostępu obiektowego System System + + {VAR_SELECT, select, 0 {No} 1 {Yes} } + {VAR_SELECT, wybierz, 0 {Nie} 1{Tak} } + Maximum buckets Maksimum wiader @@ -2402,22 +2266,6 @@ lustra sparowanych atrybutów dla pula Hostname Nazwa hosta - - # Active/Optimized - # Aktywny/Zoptymalizowany - - - # Active/Non-Optimized - # Aktywny/Niezoptymalizowany - - - Active/Optimized - Aktywny/Zoptymalizowany - - - Active/Non-Optimized - Aktywny/Niezoptymalizowany - Read Bytes Odczyt bajtów diff --git a/src/pybind/mgr/dashboard/frontend/src/locale/messages.pt-BR.xlf b/src/pybind/mgr/dashboard/frontend/src/locale/messages.pt-BR.xlf new file mode 100644 index 000000000000..3618bbe0fc76 --- /dev/null +++ b/src/pybind/mgr/dashboard/frontend/src/locale/messages.pt-BR.xlf @@ -0,0 +1,3852 @@ + + + + + Toggle navigation + Alternar navegação + + + Dashboard + Painel de controle + + + Cluster + Cluster + + + Hosts + Hosts + + + Monitors + Monitores + + + OSDs + OSDs + + + Configuration + Configuração + + + CRUSH map + Mapa CRUSH + + + Manager modules + Módulos do gerenciador + + + Logs + Registros + + + Alerts + Alertas + + + Pools + Pools + + + Block + Bloco + + + Images + Imagens + + + Mirroring + Espelhamento + + + iSCSI + iSCSI + + + NFS + NFS + + + Filesystems + Sistemas de arquivos + + + Object Gateway + Gateway de Objetos + + + Daemons + Daemons + + + Users + Usuários + + + Buckets + Compartimentos + + + Retrieving data + for + + + . Please wait... + + Recuperando dados + de + + + . Aguarde... + + + + Displaying previously cached data + + for + + + . + + Exibindo dados armazenados em cache anteriormente + + para + + + . + + + + Could not load data + for + + + . + Please check the cluster health. + + Não foi possível carregar os dados + de + + + . + Verifique a saúde do cluster. + + + + Back + Voltar + + + Select a Language + Selecionar Idioma + + + Loading panel data... + Carregando dados do painel... + + + Please consult the + documentation + on how to + configure and enable the monitoring functionality. + + Consulte a + documentação + sobre como + configurar e habilitar a funcionalidade de monitoramento. + + + + Grafana Dashboard doesn't exist. Please refer to + documentation + on how to + add dashboards to Grafana. + + O Painel de Controle do Grafana não existe. Consulte a + documentação + sobre como + adicionar painéis de controle ao Grafana. + + + + Grafana Time Picker + Seletor de Horário do Grafana + + + Reset Settings + Redefinir Configurações + + + Failed to load data. + Falha ao carregar dados. + + + selected + selecionado(s) + X selected + + + found + encontrado(s) + X found + + + total + total + X total + + + Settings + Configurações + + + Changing these parameters from their default values is usually not necessary. + Não costuma ser necessário mudar o valor padrão destes parâmetros. + + + Backstore + Backstore + + + Confirm + Confirmar + + + Cancel + Cancelar + + + Advanced Settings + Configurações Avançadas + + + Target IQN + IQN de Destino + + + This field is required. + Este campo é obrigatório. + + + IQN has wrong pattern. + IQN tem padrão incorreto. + + + An IQN has the following notation 'iqn.$year-$month.$reversedAddress:$definedName' + Um IQN tem a seguinte notação 'iqn.$year-$month.$reversedAddress:$definedName' + + + For example: iqn.2016-06.org.dashboard:storage:disk.sn-a8675309 + Por exemplo: iqn.2016-06.org.dashboard:storage:disk.sn-a8675309 + + + More information + Mais informações + + + This target has modified advanced settings. + Este destino tem configurações avançadas modificadas. + + + Portals + Portais + + + At least + gateways are required. + + Pelo menos + gateways são necessários. + + + + Add portal + Adicionar portal + + + This image has modified settings. + Esta imagem tem configurações modificadas. + + + At least 1 image is required. + Pelo menos 1 imagem é necessária. + + + Add image + Adicionar imagem + + + ACL authentication + Autenticação ACL + + + Initiators + Iniciadores + + + Initiator + Iniciador + + + Client IQN + IQN do Cliente + + + Initiator IQN needs to be unique. + O IQN do Iniciador precisa ser exclusivo. + + + User + Usuário + + + Usernames must have a length of 8 to 64 characters and + can only contain letters, '.', '@', '-', '_' or ':'. + Os nomes de usuário devem ter entre 8 e 64 caracteres e + apenas podem conter letras, '.', '@', '-', '_' ou ':'. + + + Password + Senha + + + Mutual User + Usuário Mútuo + + + Mutual Password + Senha Mútua + + + Initiator belongs to a group. Images will be configure in the group. + O iniciador pertence a um grupo. As imagens serão configuradas no grupo. + + + No items added. + Nenhum item adicionado. + + + Add initiator + Adicionar iniciador + + + Groups + Grupos + + + Group + Grupo + + + Name + Nome + + + Add group + Adicionar grupo + + + Submit + Enviar + + + Are you sure that you want to + the selected + ? + + Deseja realmente + o(a) + selecionado(a)? + + + + Yes, I am sure. + Sim, desejo. + + + Discovery Authentication + Autenticação de Descoberta + + + Usernames must have a length of 8 to 64 characters and + can only contain letters, '.', '@', '-', '_' or ':'. + Os nomes de usuário devem ter entre 8 e 64 caracteres e + apenas podem conter letras, '.', '@', '-', '_' ou ':'. + + + Please consult the + documentation + + on how to configure and enable the iSCSI Targets management functionality. + + Consulte a + documentação + + sobre como configurar e habilitar a funcionalidade de gerenciamento de Destinos iSCSI. + + + + Available information: + Informações disponíveis: + + + iSCSI Targets not available + Destinos iSCSI não disponíveis + + + '/' and '@' are not allowed. + '/' e '@' não são permitidos. + + + Loading... + Carregando... + + + -- No rbd pools available -- + -- Não há pools de RBD disponíveis -- + + + -- Select a pool -- + -- Selecionar pool -- + + + Use a dedicated data pool + Usar pool de dados dedicado + + + Data pool + Pool de dados + + + Dedicated pool that stores the object-data of the RBD. + Pool dedicado que armazena os dados de objetos do RBD. + + + -- No data pools available -- + -- Não há pools de dados disponíveis -- + + + Size + Tamanho + + + e.g., 10GiB + ex. 10 GiB + + + You have to increase the size. + Você precisa aumentar o tamanho. + + + Features + Recursos + + + Advanced... + Avançado... + + + Advanced + Avançado + + + Striping + Distribuição + + + Object size + Tamanho do objeto + + + Stripe unit + Unidade de distribuição + + + -- Select stripe unit -- + -- Selecionar unidade de distribuição -- + + + This field is required because stripe count is defined! + Este campo é obrigatório porque o total de distribuições foi definido! + + + Stripe unit is greater than object size. + A unidade de distribuição é maior do que o tamanho do objeto. + + + Stripe count + Total de distribuições + + + This field is required because stripe unit is defined! + Este campo é obrigatório porque a unidade de distribuição foi definida! + + + Stripe count must be greater than 0. + O total de distribuições deve ser maior do que 0. + + + Trash + Lixo + + + Overall Performance + Desempenho Geral + + + Edit + Editar + + + Description + Descrição + + + Long description + Descrição extensa + + + Default + Padrão + + + Daemon default + Padrão do daemon + + + Services + Serviços + + + Values + Valores + + + The entered value is too high! It must not be greater than + . + + O valor inserido é muito alto! Ele não pode ser maior do que + . + + + + The entered value is too low! It must not be lower than + . + + O valor inserido é muito baixo! Ele não deve ser menor do que + . + + + + Save + Salvar + + + CRUSH map viewer + Visualizador de mapa CRUSH + + + Hosts List + Lista de Hosts + + + No entries found + Nenhuma entrada encontrada + + + Cluster Logs + Registros do Cluster + + + Audit Logs + Registros de Auditoria + + + Loading configuration... + Carregando configuração... + + + The configuration could not be loaded. + Não foi possível carregar a configuração. + + + Edit Manager module + Editar módulo do gerenciador + + + The entered value is not a valid UUID, e.g.: 67dcac9f-2c03-4d6c-b7bd-1210b3a259a8 + O valor inserido não é um UUID válido. Ex.: 67dcac9f-2c03-4d6c-b7bd-1210b3a259a8 + + + The entered value needs to be a valid IP address. + O valor inserido precisa ser um endereço IP válido. + + + The entered value is too high! It must be lower or equal to + . + + O valor inserido é muito alto! Ele deve ser menor ou igual a + . + + + + The entered value is too low! It must be greater or equal to + . + + O valor inserido é muito baixo! Ele deve ser maior ou igual a + . + + + + The entered value needs to be a number. + O valor inserido precisa ser um número. + + + The entered value needs to be a number or decimal. + O valor inserido precisa ser um número ou decimal. + + + Update + Atualizar + + + Status + Status + + + Cluster ID + ID do Cluster + + + monmap modified + monmap modificado + + + monmap epoch + época de monmap + + + quorum con + quorum con + + + quorum mon + quorum mon + + + required con + con obrigatório + + + required mon + mon obrigatório + + + In Quorum + No Quorum + + + Not In Quorum + Não está no Quorum + + + Cluster-wide OSD Flags + Flags OSD de todo o Cluster + + + OSD Recovery Priority + Prioridade de Recuperação de OSD + + + Priority + Prioridade + + + Customize priority values + Personalizar valores de prioridade + + + This field is required! + Este campo é obrigatório! + + + [object Object] + [object Object] + + + The entered value is too high! It must not be greater than + . + + O valor inserido é muito alto! Ele não pode ser maior do que + . + + + + The entered value is too low! It must not be lower than + . + + O valor inserido é muito baixo! Ele não deve ser menor do que + . + + + + Reweight OSD + Reponderar OSD + + + The value needs to be between 0 and 1. + O valor precisa ser entre 0 e 1. + + + Reweight + Reponderar + + + OSDs + Scrub + + Remoção de OSDs + + + + + {VAR_SELECT, select, 1 {Deep } } + {VAR_SELECT, select, 1 {Profundo } } + + + You are about to apply a + scrub to + the OSD + + + . + + Você está prestes a aplicar uma + remoção ao + OSD + + + . + + + + {VAR_SELECT, select, 1 {deep } } + {VAR_SELECT, select, 1 {profundo} } + + + Set Cluster-wide Flags + Definir Flags de todo o Cluster + + + Set Cluster-wide Recovery Priority + Definir Prioridade de Recuperação de todo o Cluster + + + OSDs List + Lista de OSDs + + + + OSD + + will be marked + + + if you proceed. + + + OSD + + será marcado como + + + se você continuar. + + + + The OSD is not safe to destroy! + Não é seguro destruir o OSD! + + + + OSD + + will be + + + if you proceed. + + + OSD + + será + + + se você continuar. + + + + Details + Detalhes + + + Health + Saúde + + + Statistics + Estatísticas + + + Please consult the + documentation + + on how to configure and enable the NFS Ganesha management functionality. + + Consulte a + documentação + + sobre como configurar e habilitar a funcionalidade de gerenciamento do NFS Ganesha. + + + + Clients + Clientes + + + Any client can access + Qualquer cliente pode acessar + + + Addresses + Endereços + + + Required field + Campo obrigatório + + + Must contain one or more comma-separated values + Deve conter um ou mais valores separados por vírgula + + + For example: + Por exemplo: + + + Access Type + Tipo de Acesso + + + Squash + Executar Squash + + + Add clients + Adicionar clientes + + + NFS export + + + Exportação do NFS + + + + + -- No cluster available -- + -- Não há clusters disponíveis -- + + + -- Select the cluster -- + -- Selecionar cluster -- + + + Add daemon + Adicionar daemon + + + Storage Backend + Backend de Armazenamento + + + -- Select the storage backend -- + -- Selecionar backend de armazenamento -- + + + Object Gateway User + Usuário do Gateway de Objetos + + + -- No users available -- + -- Não há usuários disponíveis -- + + + -- Select the object gateway user -- + -- Selecionar usuário do gateway de objetos -- + + + CephFS User ID + ID de Usuário do CephFS + + + -- No clients available -- + -- Não há clientes disponíveis -- + + + -- Select the cephx client -- + -- Selecionar cliente do cephx -- + + + CephFS Name + Nome do CephFS + + + Security Label + Rótulo de Segurança + + + Enable security label + Habilitar rótulo de segurança + + + CephFS Path + Caminho do CephFS + + + Path need to start with a '/' and can be followed by a word + O caminho precisa começar com '/' e pode ser seguido de uma palavra + + + New directory will be created + Novo diretório será criado + + + Path + Caminho + + + Path can only be a single '/' or a word + O caminho pode ser apenas uma '/' ou uma palavra + + + New bucket will be created + Novo compartimento será criado + + + NFS Protocol + Protocolo NFS + + + NFSv3 + NFSv3 + + + NFSv4 + NFSv4 + + + NFS Tag + Tag NFS + + + Alternative access for + NFS v3 + mounts (it must not have a leading /). + + Acesso alternativo às montagens do + NFS v3 + (não deve ter / à esquerda). + + + + Clients may not mount subdirectories (i.e. if Tag = foo, the client may not mount foo/baz). + Clientes não podem montar subdiretórios (ou seja, se Tag = foo, o cliente não poderá montar foo/baz). + + + By using different Tag options, the same Path may be exported multiple times. + Ao usar opções diferentes de Tag, o mesmo Caminho pode ser exportado várias vezes. + + + Pseudo + Pseudo + + + The position that this + NFS v4 + export occupies + in the + Pseudo FS + (it must be unique). + + A posição que esta exportação de + NFS v4 + ocupa + no + Pseudo FS + (deve ser exclusiva). + + + + By using different Pseudo options, the same Path may be exported multiple times. + Ao usar opções diferentes de Pseudo, o mesmo Caminho pode ser exportado várias vezes. + + + Wrong format + Formato incorreto + + + -- No access type available -- + -- Não há tipos de acesso disponíveis -- + + + -- Select the access type -- + -- Selecionar tipo de acesso -- + + + -- No squash available -- + -- Não há squashes disponíveis -- + + + --Select what kind of user id squashing is performed -- + --Selecionar que tipo de squash de ID de usuário será executado -- + + + Transport Protocol + Protocolo de Transporte + + + UDP + UDP + + + TCP + TCP + + + CephFS + CephFS + + + The name can only consist of alphanumeric characters, dashes and underscores. + O nome pode conter apenas caracteres alfanuméricos, traços e sublinhados. + + + The chosen erasure code profile name is already in use. + O nome do perfil de código de eliminação escolhido já está em uso. + + + Plugin + Plug-in + + + Data chunks (k) + Pacotes de dados (k) + + + Must be equal to or greater than 2. + Deve ser igual ou maior do que 2. + + + Coding chunks (m) + Pacotes de codificação (m) + + + Must be equal to or greater than 1. + Deve ser igual ou maior do que 1. + + + Durability estimator (c) + Estimador de durabilidade (c) + + + Locality (l) + Localidade (l) + + + Crush failure domain + Domínio de falha do Crush + + + Crush Locality + Localidade do Crush + + + None + Nenhum + + + Technique + Técnica + + + Packetsize + Tamanho do pacote + + + Crush root + Raiz do Crush + + + Crush device class + Classe do dispositivo do Crush + + + any + qualquer + + + Directory + Diretório + + + Add + Adicionar + + + Close + Fechar + + + Name... + Nome... + + + The chosen Ceph pool name is already in use. + O nome do pool do Ceph escolhido já está em uso. + + + Pool type + Tipo de pool + + + -- Select a pool type -- + -- Selecionar tipo de pool -- + + + Placement groups + Grupos de posicionamento + + + At least one placement group is needed! + Pelo menos um grupo de posicionamento é necessário! + + + Your cluster can't handle this many PGs. Please recalculate the PG amount needed. + Seu cluster não pode processar tantos PGs. Recalcule a quantidade de PG necessária. + + + You can only increase the number of PGs of an existing pool. + Currently your pool has + PGs. + + Apenas é possível aumentar o número de PGs de um pool existente. + No momento, seu pool tem + PGs. + + + + Calculation help + Ajuda no cálculo + + + The current PGs settings were calculated for you, you + should make sure the values suit your needs before submit. + As configurações de PGs atuais foram calculadas para você. Verifique + se os valores atendem às suas necessidades antes de enviar. + + + Crush ruleset + Conjunto de regras do Crush + + + -- Select a crush rule -- + -- Selecionar regra de crush -- + + + Crush rule + Regra de Crush + + + Crush steps + Etapas do Crush + + + The rule can't be used in the current cluster as it has + to few OSDs to meet the minimum required OSD by this rule. + Impossível usar a regra no cluster atual porque ela tem + poucos OSDs para atender ao OSD mínimo necessário para esta regra. + + + Replicated size + Tamanho replicado + + + Minimum: + + + Mínimo: + + + + + Maximum: + + + Máximo: + + + + + The size specified is out of range. A value from + to + is valid. + + O tamanho especificado está fora da faixa. Um valor de + a + é válido. + + + + Erasure code profile + Perfil do código de eliminação + + + -- No erasure code profile available -- + -- Não há perfis de código de eliminação disponíveis -- + + + -- Select an erasure code profile -- + -- Selecionar perfil do código de eliminação -- + + + Flags + Flags + + + EC Overwrites + Sobregravações de EC + + + Applications + Aplicativos + + + Compression + Compactação + + + Mode + Modo + + + Algorithm + Algoritmo + + + -- No erasure compression algorithm available -- + -- Não há algoritmos de compactação de eliminação disponíveis -- + + + Minimum blob size + Tamanho mínimo do blob + + + e.g., 128KiB + ex. 128 KiB + + + Value should be greater than 0 + O valor deve ser maior do que 0 + + + Value should be greater than the maximum blob size + O valor deve ser maior do que o tamanho máximo do blob + + + Maximum blob size + Tamanho máximo do blob + + + e.g., 512KiB + ex. 512 KiB + + + Value should be greater than the minimum blob size + O valor deve ser maior do que o tamanho mínimo do blob + + + Ratio + Taxa + + + Compression ratio + Taxa de compactação + + + Value should be between 0.0 and 1.0 + O valor deve ser entre 0.0 e 1.0 + + + It's not possible to create an RBD pool with '/' in the name. + Impossível criar um pool de RBD com '/' no nome. + + + Please change the name or remove 'rbd' from the applications list. + Altere o nome ou remova o 'rbd' da lista de aplicativos. + + + Pools List + Lista de Pools + + + Please consult the + documentation + + on how to configure and enable the Object Gateway management functionality. + + Consulte a + documentação + + sobre como configurar e habilitar a funcionalidade de gerenciamento do Gateway de Objetos. + + + + Loading bucket data... + Carregando dados do compartimento... + + + The bucket data could not be loaded. + Não foi possível carregar os dados do compartimento. + + + Id + ID + + + The value is not valid. + O valor não é válido. + + + The chosen name is already in use. + O nome escolhido já está em uso. + + + Owner + Proprietário + + + -- Select a user -- + -- Selecionar usuário -- + + + Daemons List + Lista de Daemons + + + Type + Tipo + + + -- Select a type -- + -- Selecionar tipo -- + + + Permission + Permissão + + + -- Select a permission -- + -- Selecionar permissão -- + + + S3 key + Chave S3 + + + Username + Nome de usuário + + + -- Select a username -- + -- Selecionar nome de usuário -- + + + Auto-generate key + Gerar chave automaticamente + + + Access key + Chave de acesso + + + Secret key + Chave secreta + + + Subuser + Subusuário + + + The chosen subuser ID is already in use. + O ID de subusuário escolhido já está em uso. + + + read, write + leitura, gravação + + + full + completo + + + Swift key + Chave Swift + + + Auto-generate secret + Gerar segredo automaticamente + + + Loading user data... + Carregando dados do usuário... + + + The user data could not be loaded. + Não foi possível carregar os dados do usuário. + + + The chosen user ID is already in use. + O ID de usuário escolhido já está em uso. + + + Full name + Nome completo + + + Email address + Endereço de e-mail + + + This is not a valid email address. + Este não é um endereço de e-mail válido. + + + The chosen email address is already in use. + O endereço de e-mail escolhido já está em uso. + + + Max. buckets + Máx. de compartimentos + + + The entered value must be >= 0. + O valor inserido deve ser >= 0. + + + Suspended + Suspenso + + + Subusers + Subusuários + + + There are no subusers. + Não há subusuários. + + + Delete + Excluir + + + Keys + Chaves + + + S3 + S3 + + + There are no keys. + Não há chaves. + + + Show + Mostrar + + + Swift + Swift + + + Capabilities + Recursos + + + There are no capabilities. + Não há recursos. + + + User quota + Cota do usuário + + + Enabled + Habilitado + + + Unlimited size + Tamanho ilimitado + + + Max. size + Tamanho máx. + + + Unlimited objects + Objetos ilimitados + + + Max. objects + Máx. de objetos + + + Bucket quota + Cota do compartimento + + + Welcome to Ceph! + Bem-vindo ao Ceph! + The welcome message on the login page + + + Username is required + Nome de usuário é obrigatório + + + Password is required + Senha é obrigatória + + + Login + Login + + + Description... + Descrição... + + + Permissions + Permissões + + + Sorry, the user does not exist in Ceph. + O usuário não existe no Ceph. + + + Return to + Login Page + . You'll be logged out from the Identity Provider when you retry logging in. + + Retorne à + Página de Login + . Seu logout será efetuado do Provedor de Identidade quando você repetir o login. + + + + Confirm password + Confirmar senha + + + Password confirmation doesn't match the password. + A confirmação de senha não corresponde à senha. + + + Email + E-mail + + + Invalid email. + E-mail inválido. + + + Roles + Funções + + + You are about to remove "user read / update" permissions from your own user. + Você está prestes a remover as permissões de "leitura/atualização de usuário" do seu próprio usuário. + + + If you continue, you will no longer be able to add or remove roles from any user. + Se você continuar, não poderá mais adicionar ou remover funções de nenhum usuário. + + + Are you sure you want to continue? + Deseja realmente continuar? + + + Forbidden + Proibido + + + Sorry, you are not allowed to see what you were looking for. + Você não tem permissão para ver o que está procurando. + + + Sorry, we could not find what you were looking for + Não foi possível localizar o que você está procurando + + + Remove all + Remover tudo + + + Recent Notifications + Notificações Recentes + + + There are no background tasks. + Não há tarefas em segundo plano. + + + Background Tasks + Tarefas em Segundo Plano + + + Help + Ajuda + + + Documentation + Documentação + + + API + API + + + About + Sobre + + + Dashboard Settings + Configurações do Painel de Controle + + + User management + Gerenciamento de usuários + + + Logged in user + Usuário que efetuou login + + + Signed in as + + + + + Efetuar login como + + + + + + + Sign out + Efetuar logout + + + Performance Counters + Contadores de Desempenho + + + Performance Details + Detalhes de Desempenho + + + ID + ID + + + Index type + Tipo de índice + + + Placement rule + Regra de posicionamento + + + Marker + Marcador + + + Maximum marker + Marcador máximo + + + Version + Versão + + + Master version + Versão master + + + Modification time + Horário da modificação + + + Zonegroup + Grupo de zonas + + + Maximum size + Tamanho máximo + + + Unlimited + Ilimitado + + + Maximum objects + Máximo de objetos + + + System + Sistema + + + {VAR_SELECT, select, 0 {No} 1 {Yes} } + {VAR_SELECT, select, 0 {Não} 1 {Sim} } + + + Maximum buckets + Máximo de compartimentos + + + Performance counters not available + Contadores de desempenho não disponíveis + + + Global + Global + + + Image + Imagem + + + Pool + Pool + + + RBD Configuration + Configuração de RBD + + + Remove the local configuration value. The parent configuration value will be inherited and used instead. + Remova o valor de configuração local. No lugar dele, o valor de configuração pai será herdado e usado. + + + The mininum value is 0 + O valor mínimo é 0 + + + Attributes (OSD map) + Atributos (mapa OSD) + + + Metadata not available + Metadados não disponíveis + + + Metadata + Metadados + + + Performance counter + Contador de desempenho + + + Histogram not available: + + + Histograma não disponível: + + + + + Writes + Gravações + + + Reads + Leituras + + + Histogram + Histograma + + + Current values + Valores atuais + + + Min + Mín. + + + Max + Máx. + + + Source + Origem + + + Level + Nível + + + Can be updated at runtime (editable) + Pode ser atualizado em tempo de execução (editável) + + + Tags + Tags + + + Enum values + Valores de enum + + + See also + Consulte também + + + Cluster Status + Status do Cluster + + + Manager Daemons + Daemons do Gerenciador + + + Object Gateways + Gateways de Objetos + + + Metadata Servers + Servidores de Metadados + + + iSCSI Gateways + Gateways iSCSI + + + Client IOPS + IOPS do Cliente + + + Client Throughput + Throughput do Cliente + + + Client Read/Write + Leitura/Gravação do Cliente + + + Recovery Throughput + Throughput de Recuperação + + + Scrub + Remoção + + + Performance + Desempenho + + + Raw Capacity + Capacidade Bruta + + + Objects + Objetos + + + PGs per OSD + PGs por OSD + + + PG Status + Status do PG + + + Capacity + Capacidade + + + + + See + Logs + for more details. + + + + Consulte os + Registros + para obter mais detalhes. + + + + Move an image to trash + Mover imagem para o lixo + + + To move + + / + + to trash, + click + Move Image + . Optionally, you can pick an expiration date. + + Para mover + + / + + para o lixo, + clique em + Mover Imagem + . Se preferir, escolha uma data de vencimento. + + + + Protection expires at + Vencimento da proteção em + + + NOT PROTECTED + NÃO PROTEGIDO + + + Wrong date format. Please use "YYYY-MM-DD HH:mm:ss". + Formato de data incorreto. Use "AAAA-MM-DD HH:mm:ss". + + + Protection has already expired. Please pick a future date or leave it empty. + A proteção já venceu. Escolha uma data no futuro ou deixe-a vazia. + + + Move Image + Mover Imagem + + + Overview + Visão geral + + + Targets + Destinos + + + Only available for RBD images with + fast-diff + enabled + + Disponível apenas para imagens RBD com + diff rápido + habilitado + + + + Data Pool + Pool de Dados + + + Created + Criado + + + Provisioned + Aprovisionado + + + N/A + N/A + + + Total provisioned + Total aprovisionado + + + Striping unit + Unidade de distribuição + + + Striping count + Total de distribuições + + + Parent + Pai + + + Block name prefix + Prefixo do nome do bloco + + + Order + Ordem + + + Snapshots + Instantâneos + + + This setting overrides the global value + Esta configuração substitui o valor global + + + This is the global value. No value for this option has been set for this image. + Este é o valor global. Nenhum valor para esta opção foi definido para esta imagem. + + + + RBD Snapshot + + + Instantâneo do RBD + + + + {VAR_SELECT, select, true {Rename} other {Create} } + {VAR_SELECT, select, true {Renomear} other {Criar} } + + + + Snapshot + + + Instantâneo + + + + PROTECTED + PROTEGIDO + + + UNPROTECTED + NÃO PROTEGIDO + + + You are about to rollback + Você está prestes a fazer rollback + + + Purge Trash + Purgar Lixo + + + To purge, select one or All images and click + Para purgar, selecione uma ou Todas as imagens e clique em + + + Pool: + Pool: + + + Pool name... + Nome do pool... + + + All + Tudo + + + Restore Image + Restaurar Imagem + + + To restore + Para restaurar + + + type the image's new name and click + digite o novo nome da imagem e clique em + + + New Name + Novo Nome + + + Expired at + Venceu em + + + Protected until + Protegido até + + + This image is protected until + . + + Esta imagem está protegida até + . + + + + iSCSI Topology + Topologia iSCSI + + + Issues + Problemas + + + Syncing + Sincronizando + + + Ready + Pronto + + + Edit pool mirror mode + Editar modo de espelho do pool + + + To edit the mirror mode for pool  + + + , select a new mode from the list and click  + Update + . + + Para editar o modo de espelho do pool  + + + , selecione o novo modo na lista e clique em  + Atualizar + . + + + + Peer clusters must be removed prior to disabling mirror. + Clusters de peer devem ser removidos antes de desabilitar o espelho. + + + + + pool mirror peer + + + + peer de espelho do pool + + + + {VAR_SELECT, select, edit {Edit} other {Add} } + {VAR_SELECT, select, edit {Editar} other {Adicionar} } + + + + the pool + mirror peer attributes for pool + + + and click + Submit + . + + + os atributos + de peer de espelho do pool + + + e clique em + Enviar + . + + + + Cluster Name + Nome do Cluster + + + The cluster name is not valid. + O nome do cluster não é válido. + + + CephX ID + ID do CephX + + + CephX ID... + ID do CephX... + + + The CephX ID is not valid. + O ID do CephX não é válido. + + + Monitor Addresses + Endereços do Monitor + + + Comma-delimited addresses... + Endereços delimitados por vírgula... + + + The monitory address is not valid. + O endereço de monitoria não é válido. + + + CephX Key + Chave do CephX + + + Base64-encoded key... + Chave codificada com base64... + + + CephX key must be base64 encoded. + A chave do CephX deve ser codificada com base64. + + + Cache Tiers Details + Detalhes das Camadas do Cache + + + Ranks + Posições + + + Clients: + + + Clientes: + + + + + Current + Atual + + + Updated discovery authentication + Autenticação de descoberta atualizada + + + There are no portals available. + Não há portais disponíveis. + + + There are no images available. + Não há imagens disponíveis. + + + There are no images available. Please make sure you add an image to the target. + Não há imagens disponíveis. Adicione uma imagem ao destino. + + + There are no initiators available. Please make sure you add an initiator to the target. + Não há iniciadores disponíveis. Adicione um iniciador ao destino. + + + Target + Destino + + + Hostname + Nome de host + + + Read Bytes + Bytes de Leitura + + + Write Bytes + Bytes de Gravação + + + Read Ops + Op. de Leitura + + + Write Ops + Op. de Gravação + + + A/O Since + A/O Desde + + + Instance + Instância + + + Issue + Problema + + + State + Estado + + + Progress + Andamento + + + Disabled + Desabilitado + + + Edit Mode + Modo de Edição + + + Add Peer + Adicionar Peer + + + Edit Peer + Editar Peer + + + Delete Peer + Excluir Peer + + + Leader + Leader + + + # Local + Nº Local + + + # Remote + Nº Remoto + + + mirror peer + espelhar peer + + + Key + Chave + + + Value + Valor + + + Deep flatten + Nivelamento profundo + + + Layering + Disposição em camadas + + + Exclusive lock + Bloqueio exclusivo + + + Object map (requires exclusive-lock) + Mapa de objetos (requer bloqueio exclusivo) + + + Journaling (requires exclusive-lock) + Registro em diário (requer bloqueio exclusivo) + + + Fast diff (requires object-map) + Diff rápido (requer mapa de objetos) + + + Copy + Copiar + + + Flatten + Nivelar + + + Move to Trash + Mover para Lixo + + + Create + Criar + + + Rename + Renomear + + + Protect + Proteger + + + Unprotect + Cancelar proteção + + + Clone + Clonar + + + Rollback + Fazer Rollback + + + RBD snapshot rollback + Rollback de instantâneo do RBD + + + RBD snapshot + Instantâneo do RBD + + + Restore + Restaurar + + + Deleted At + Excluído à(s) + + + id + ID + + + type + tipo + + + state + estado + + + version + versão + + + Host + Host + + + root + raiz + + + Rank + Posição + + + Daemon + Daemon + + + Activity + Atividade + + + Dentries + Dentries + + + Inodes + Inodes + + + Usage + Uso + + + Standby daemons + Daemons de standby + + + The value can be updated at runtime. + É possível atualizar o valor em temo de execução. + + + Daemons/clients do not pull this value from the + monitor config database. We disallow setting this option via 'ceph config + set ...'. This option should be configured via ceph.conf or via the + command line. + Daemons/clientes não extraem este valor do + banco de dados de configuração do monitor. A configuração desta opção não é permitida por meio de 'ceph config + set ...'. Essa opção deve ser configurada por meio do ceph.conf ou da + linha de comando. + + + Option takes effect only during daemon startup. + A opção entra em vigor apenas durante a inicialização do daemon. + + + Option only affects cluster creation. + A opção afeta apenas a criação do cluster. + + + Option only affects daemon creation. + A opção afeta apenas a criação do daemon. + + + Updated config option + + + Opção de configuração + atualizada + + + + Service + Serviço + + + Current value + Valor atual + + + Editable + Editável + + + Updated options for module " + ". + + Opções atualizadas para o módulo " + ". + + + + Enable + Habilitar + + + Disable + Desabilitar + + + Reconnecting, please wait ... + Reconectando, aguarde... + + + Public Address + Endereço Público + + + Open Sessions + Sessões Abertas + + + No In + Não Entrada + + + OSDs that were previously marked out will not be marked back in when they start + Os OSDs que já foram marcados como saída não serão remarcados como entrada ao serem iniciados + + + No Out + Não Saída + + + OSDs will not automatically be marked out after the configured interval + Os OSDs não serão automaticamente marcados como saída após o intervalo configurado + + + No Up + Não Ativo + + + OSDs are not allowed to start + Os OSDs não podem ser iniciados + + + No Down + Não Inativo + + + OSD failure reports are being ignored, such that the monitors will not mark OSDs down + Os relatórios de falha de OSD estão sendo ignorados, portanto, os monitores não marcarão os OSDs como inativos + + + Pause + Pausar + + + Pauses reads and writes + Pausa leituras e gravações + + + No Scrub + Sem Remoção + + + Scrubbing is disabled + Remoção desabilitada + + + No Deep Scrub + Sem Remoção Profunda + + + Deep Scrubbing is disabled + Remoção Profunda desabilitada + + + No Backfill + Sem Provisionamento + + + Backfilling of PGs is suspended + Provisionamento de PGs suspenso + + + No Recover + Sem Recuperação + + + Recovery of PGs is suspended + Recuperação de PGs suspensa + + + Bitwise Sort + Classificação Bit a Bit + + + Use bitwise sort + Usar classificação bit a bit + + + Purged Snapdirs + Snapdirs Purgados + + + OSDs have converted snapsets + OSDs converteram snapsets + + + Recovery Deletes + Exclusões de Recuperação + + + Deletes performed during recovery instead of peering + Exclusões realizadas durante a recuperação, e não o emparelhamento + + + PG Log Hard Limit + Limite Físico do Registro de PG + + + Puts a hard limit on pg log length + Atribui um limite físico ao tamanho do registro de PG + + + Updated OSD Flags + Flags OSD Atualizadas + + + Deep Scrub + Remoção Profunda + + + Mark Out + Marcar como Saída + + + out + saída + + + Mark In + Marcar como Entrada + + + in + entrada + + + Mark Down + Marcar como Inativo + + + down + inativo + + + Mark Lost + Marcar como Perdido + + + Mark + Marcar + + + OSD lost + OSD perdido + + + marked lost + marcado como perdido + + + Purge + Purgar + + + OSD + OSD + + + purged + purgado + + + Destroy + Destruir + + + destroy + destruir + + + destroyed + destruído + + + PGs + PGs + + + Read bytes + Bytes de leitura + + + Writes bytes + Bytes de gravação + + + Read ops + Op. de leitura + + + Write ops + Op. de gravação + + + Mark OSD + + + Marcar OSD como + + + + + Mark + + + Marcar como + + + + + Max Backfills + Máx. de Provisionamentos + + + Recovery Max Active + Máx. Recuperação Ativo + + + Recovery Max Single Start + Máx. Recuperação Inicialização Única + + + Recovery Sleep + Suspensão de Recuperação + + + Custom + Personalizado + + + Updated OSD recovery speed priority " + " + + Prioridade de velocidade de recuperação de OSD " + &quot atualizada; + + + + + was initialized in the following OSD: + + + + foi inicializado no seguinte OSD: + + + + + Job + Tarefa + + + Severity + Gravidade + + + Started + Iniciado + + + URL + URL + + + Used + Usado + + + Avail. + Disp. + + + Clean + Limpar + + + Working + Em funcionamento + + + Warning + Aviso + + + Unknown + Desconhecido + + + up + ativo + + + no filesystems + sem sistemas de arquivos + + + active + ativo + + + standby + standby + + + n/a + n/a + + + active daemon + daemon ativo + + + quorum + quorum + + + The NFS Ganesha service is not configured. + O serviço NFS Ganesha não está configurado. + + + Transport + Transporte + + + CephFS User + Usuário do CephFS + + + CephFS Filesystem + Sistema de Arquivos do CephFS + + + (inherited from global config) + (herdado da configuração global) + + + inherited from global config + herdado da configuração global + + + -- Select what kind of user id squashing is performed -- + -- Selecionar que tipo de squash de ID de usuário será executado -- + + + There are no daemons available. + Não há daemons disponíveis. + + + Export + Exportar + + + Cache Mode + Modo de Cache + + + Min Evict Age + Tempo Mín. Expulsão + + + Min Flush Age + Tempo Mín. Descarregamento + + + Target Max Bytes + Máx. de Bytes de Destino + + + Target Max Objects + Máx. de Objetos de Destino + + + No applications added + Nenhum aplicativo adicionado + + + Applications limit reached + Limite de aplicativos atingido + + + A pool can only have up to four applications definitions. + Um pool apenas pode ter até quatro definições de aplicativos. + + + Allowed characters '_a-zA-Z0-9' + Caracteres permitidos: '_a-zA-Z0-9' + + + Maximum length is 128 characters + Tamanho máximo de 128 caracteres + + + Filter or add applications + Filtrar ou adicionar aplicativos + + + Add application + Adicionar aplicativo + + + erasure code profile + perfil de código de eliminação + + + Replica Size + Tamanho da Réplica + + + Last Change + Última Alteração + + + Erasure Coded Profile + Perfil Codificado para Eliminação + + + Crush Ruleset + Conjunto de Regras do Crush + + + Write bytes + Bytes de gravação + + + Updated Object Gateway bucket " + " + + Compartimento do Gateway de Objetos " + " atualizado + + + + Created Object Gateway bucket " + " + + Compartimento do Gateway de Objetos " + " criado + + + + bucket + compartimento + + + buckets + compartimentos + + + Updated Object Gateway user " + " + + Usuário do Gateway de Objetos " + " atualizado + + + + Created Object Gateway user " + " + + Usuário do Gateway de Objetos " + " criado + + + + user + usuário + + + users + usuários + + + Scope + Escopo + + + Read + Leitura + + + Created role ' + ' + + Função ' + ' criada + + + + Updated role ' + ' + + Função ' + ' atualizada + + + + System Role + Função do Sistema + + + Deleted role ' + ' + + Função ' + ' excluída + + + + Created user " + " + + Usuário " + " criado + + + + Update user + Atualizar usuário + + + Continue + Continuar + + + You were automatically logged out because your roles have been changed. + Você foi automaticamente desconectado porque suas funções foram alteradas. + + + Updated user " + " + + Usuário " + " atualizado + + + + Deleted user " + " + + Usuário " + " excluído + + + + Failed to delete user " + " + + Falha ao excluir o usuário " + " + + + + You are currently logged in as " + ". + + No momento, você está conectado como " + ". + + + + Each object is split in data-chunks parts, each stored on a different OSD. + Cada objeto é dividido em partes de pacotes de dados, cada uma armazenada em um OSD diferente. + + + Compute coding chunks for each object and store them on different OSDs. + The number of coding chunks is also the number of OSDs that can be down without losing data. + Calcule os pacotes de codificação de cada objeto e armazene-os em diferentes OSDs. + O número de pacotes de codificação é também o número de OSDs que podem ficar inativos sem perda de dados. + + + The jerasure plugin is the most generic and flexible plugin, + it is also the default for Ceph erasure coded pools. + O plug-in jerasure é o mais genérico e flexível, + além de ser o padrão para pools codificados para eliminação do Ceph. + + + The more flexible technique is reed_sol_van : it is enough to set k + and m. The cauchy_good technique can be faster but you need to chose the packetsize + carefully. All of reed_sol_r6_op, liberation, blaum_roth, liber8tion are RAID6 equivalents + in the sense that they can only be configured with m=2. + A técnica mais flexível é reed_sol_van: ela é suficiente para definir k + e m. A técnica cauchy_good pode ser mais rápida, mas você precisa escolher o tamanho do pacote + com cuidado. Todos os reed_sol_r6_op, liberation, blaum_roth e liber8tion são equivalentes ao RAID6 + no sentido de que só podem ser configurados com m=2. + + + The encoding will be done on packets of bytes size at a time. + Chosing the right packet size is difficult. + The jerasure documentation contains extensive information on this topic. + A codificação será feita em pacotes de tamanho de bytes um de cada vez. + A escolha do tamanho do pacote certo é difícil. + A documentação do jerasure contém informações completas sobre este tópico. + + + With the jerasure plugin, when an erasure coded object is stored on + multiple OSDs, recovering from the loss of one OSD requires reading from all the others. + For instance if jerasure is configured with k=8 and m=4, losing one OSD requires reading + from the eleven others to repair. + + The lrc erasure code plugin creates local parity chunks to be able to recover using + less OSDs. For instance if lrc is configured with k=8, m=4 and l=4, it will create + an additional parity chunk for every four OSDs. When a single OSD is lost, it can be + recovered with only four OSDs instead of eleven. + Com o plug-in jerasure, quando um objeto codificado para eliminação é armazenado em + vários OSDs, a recuperação após a perda de um OSD requer a leitura de todos os outros. + Por exemplo, se o jerasure for configurado com k=8 e m=4, a perda de um OSD exigirá a leitura + dos outros onze para fazer o reparo. + + O plug-in de código de eliminação lrc cria pacotes locais de paridade para conseguir recuperar usando + menos OSDs. Por exemplo, se o lrc for configurado com k=8, m=4 e l=4, ele criará + um pacote de paridade adicional para cada quatro OSDs. Quando um único OSD é perdido, ele pode ser + recuperado apenas com quatro OSDs, em vez de onze. + + + Group the coding and data chunks into sets of size locality. For instance, + for k=4 and m=2, when locality=3 two groups of three are created. Each set can + be recovered without reading chunks from another set. + Agrupe os pacotes de codificação e dados em conjuntos de localidades com tamanho. Por exemplo, + no caso de k=4 e m=2, quando locality=3, dois grupos de três são criados. Cada conjunto pode + ser recuperado sem a leitura dos pacotes do outro conjunto. + + + The type of the crush bucket in which each set of chunks defined + by l will be stored. For instance, if it is set to rack, each group of l chunks will be + placed in a different rack. It is used to create a CRUSH rule step such as step choose + rack. If it is not set, no such grouping is done. + O tipo do compartimento de crush em que cada conjunto de pacotes definido + por l será armazenado. Por exemplo, se isso for definido como rack, cada grupo de pacotes l será + colocado em um rack diferente. Isso é usado para criar uma etapa da regra CRUSH, como a etapa de escolha do + rack. Se isso não for definido, esse tipo de agrupamento não será feito. + + + The isa plugin encapsulates the ISA library. It only runs on Intel processors. + O plug-in isa encapsula a biblioteca ISA. Ele apenas é executado em processadores Intel. + + + The ISA plugin comes in two Reed Solomon forms. + If reed_sol_van is set, it is Vandermonde, if cauchy is set, it is Cauchy. + O plug-in ISA vem em dois formatos de Reed Solomon. + Se reed_sol_van for definido, ele será Vandermonde, se cauchy for definido, ele será Cauchy. + + + The shec plugin encapsulates the multiple SHEC library. + It allows ceph to recover data more efficiently than Reed Solomon codes. + O plug-in shec encapsula a biblioteca múltipla SHEC. + Ele permite ao ceph recuperar dados com mais eficiência do que os códigos de Reed Solomon. + + + The number of parity chunks each of which includes each data chunk in its + calculation range. The number is used as a durability estimator. For instance, if c=2, + 2 OSDs can be down without losing data. + O número de pacotes de paridade, em que cada um inclui cada pacote de dados em sua + faixa de cálculo. O número é usado como estimador de durabilidade. Por exemplo, se c=2, + 2 OSDs podem ficar inativos sem perda de dados. + + + The name of the crush bucket used for the first step of the CRUSH rule. + For instance step take default. + O nome do compartimento de crush usado para a primeira etapa da regra CRUSH. + Por exemplo, a etapa assumir o padrão. + + + Ensure that no two chunks are in a bucket with the same failure + domain. For instance, if the failure domain is host no two chunks will be stored on the same + host. It is used to create a CRUSH rule step such as step chooseleaf host. + Verifique se não há dois pacotes em um compartimento com o mesmo domínio de + falha. Por exemplo, se o domínio de falha for um host, não armazene dois pacotes no mesmo + host. Isso é usado para criar uma etapa da regra CRUSH, como a etapa de escolha do host folha. + + + Restrict placement to devices of a specific class + (e.g., ssd or hdd), using the crush device class names in the CRUSH map. + Restrinja o posicionamento a dispositivos de uma classe específica + (ex. ssd ou hdd), usando nomes de classe de dispositivo crush no mapa CRUSH. + + + Set the directory name from which the erasure code plugin is loaded. + Defina o nome do diretório do qual o plug-in de código de eliminação é carregado. + + + Allows all operations + Permite todas as operações + + + Allows only operations that do not modify the server + Permite apenas as operações que não modificam o servidor + + + Does not allow read or write operations, but allows any other operation + Não permite operações de leitura ou gravação, mas permite qualquer outra operação + + + Does not allow read, write, or any operation that modifies file attributes or directory content + Não permite leitura, gravação ou qualquer operação que modifica os atributos do arquivo ou o conteúdo do diretório + + + Allows no access at all + Não permite nenhum tipo de acesso + + + -- Select the priority -- + -- Selecionar prioridade -- + + + Low + Baixa + + + High + Alta + + + Last 5 minutes + Últimos 5 minutos + + + Last 15 minutes + Últimos 15 minutos + + + Last 30 minutes + Últimos 30 minutos + + + Last 1 hour (Default) + Última 1 hora (Padrão) + + + Last 3 hours + Últimas 3 horas + + + Last 6 hours + Últimas 6 horas + + + Last 12 hours + Últimas 12 horas + + + Last 24 hours + Últimas 24 horas + + + Yesterday + Ontem + + + Today + Hoje + + + Today so far + Até agora hoje + + + Day before yesterday + Antes de ontem + + + Last 2 days + Últimos 2 dias + + + This day last week + Este dia na semana passada + + + Previous week + Semana anterior + + + This week + Esta semana + + + This week so far + Até agora nesta semana + + + Last 7 days + Últimos 7 dias + + + Previous month + Mês anterior + + + This month + Este mês + + + This month so far + Até agora neste mês + + + Last 30 days + Últimos 30 dias + + + Last 90 days + Últimos 90 dias + + + Last 6 months + Últimos 6 meses + + + Last 1 year + Último ano + + + Previous year + Ano anterior + + + This year + Este ano + + + This year so far + Até agora neste ano + + + Last 2 years + Últimos 2 anos + + + Last 5 years + Últimos 5 anos + + + Information + Informações + + + No items selected. + Nenhum item selecionado. + + + Deselect item to select again + Desmarcar item para selecionar novamente + + + Selection limit reached + Limite de seleção atingido + + + Filter tags + Tags de filtro + + + Add badge + Adicionar selo + + + There are no items available. + Não há itens disponíveis. + + + Yes + Sim + + + No + Não + + + Quality of Service + Qualidade do Serviço + + + BPS Limit + Limite de BPS + + + The desired limit of IO bytes per second. + O limite de bytes por segundo de E/S desejado. + + + IOPS Limit + Limite de IOPS + + + The desired limit of IO operations per second. + O limite de operações por segundo de E/S desejado. + + + Read BPS Limit + Limite de BPS de Leitura + + + The desired limit of read bytes per second. + O limite de bytes por segundo de leitura desejado. + + + Read IOPS Limit + Limite de IOPS de Leitura + + + The desired limit of read operations per second. + O limite de operações por segundo de leitura desejado. + + + Write BPS Limit + Limite de BPS de Gravação + + + The desired limit of write bytes per second. + O limite de bytes por segundo de gravação desejado. + + + Write IOPS Limit + Limite de IOPS de Gravação + + + The desired limit of write operations per second. + O limite de operações por segundo de gravação desejado. + + + BPS Burst + Intermitência de BPS + + + The desired burst limit of IO bytes. + O limite de bytes de E/S de intermitência desejado. + + + IOPS Burst + Intermitência de IOPS + + + The desired burst limit of IO operations. + O limite de operações de E/S de intermitência desejado. + + + Read BPS Burst + Intermitência de BPS de Leitura + + + The desired burst limit of read bytes. + O limite de bytes de leitura de intermitência desejado. + + + Read IOPS Burst + Intermitência de IOPS de Leitura + + + The desired burst limit of read operations. + O limite de operações de leitura de intermitência desejado. + + + Write BPS Burst + Intermitência de BPS de Gravação + + + The desired burst limit of write bytes. + O limite de bytes de gravação de intermitência desejado. + + + Write IOPS Burst + Intermitência de IOPS de Gravação + + + The desired burst limit of write operations. + O limite de operações de gravação de intermitência desejado. + + + Failed to + + + + Falha ao + + + + + + Executing + Executando + + + execute + executar + + + Executed + Executado + + + unknown task + tarefa desconhecida + + + Creating + Criando + + + create + criar + + + Updating + Atualizando + + + update + atualizar + + + Updated + Atualizado + + + Deleting + Excluindo + + + delete + excluir + + + Deleted + Excluído + + + RBD ' + ' + + RBD ' + ' + + + + RBD snapshot ' + ' + + Instantâneo do RBD ' + ' + + + + mirror mode for pool ' + ' + + modo de espelho para o pool ' + ' + + + + mirror peer for pool ' + ' + + espelhar peer para o pool ' + ' + + + + Name is already used by + . + + Nome já foi usado por + . + + + + Name is already used by + . + + Nome já foi usado por + . + + + + Name is already used by + . + + Nome já foi usado por + . + + + + + contains snapshots. + + + contém instantâneos. + + + + Cloning + Clonando + + + clone + clonar + + + Cloned + Clonado + + + Snapshot of + must be protected. + + O instantâneo de + deve ser protegido. + + + + Copying + Copiando + + + copy + copiar + + + Copied + Copiado + + + Flattening + Nivelando + + + flatten + nivelar + + + Flattened + Nivelado + + + Name is already used by + . + + Nome já foi usado por + . + + + + Cannot unprotect + because it contains child images. + + Impossível cancelar a proteção de + porque há imagens filho. + + + + Cannot delete + because it's protected. + + Impossível excluir + porque está protegido. + + + + Rolling back + Fazendo rollback + + + rollback + rollback + + + Rolled back + Rollback feito + + + Moving + Movendo + + + move + mover + + + Moved + Movido + + + image ' + ' to trash + + imagem ' + ' para jogar no lixo + + + + Could not find image. + Imagem não encontrada. + + + Restoring + Restaurando + + + restore + restaurar + + + Restored + Restaurado + + + image ' + ' into ' + ' + + imagem ' + ' para ' + ' + + + + Image name ' + ' is already in use. + + Nome da imagem ' + ' já está em uso. + + + + image ' + ' + + imagem ' + ' + + + + Purging + Purgando + + + purge + purgar + + + Purged + Purgado + + + all pools + todos os pools + + + images from + + + imagens de + + + + + Cannot disable mirroring because it contains a peer. + Impossível desabilitar espelhamento porque ele contém um peer. + + + pool ' + ' + + pool ' + ' + + + + erasure code profile ' + ' + + perfil de código de eliminação ' + ' + + + + target ' + ' + + destino ' + ' + + + + NFS + + + NFS + + + + + + \ No newline at end of file diff --git a/src/pybind/mgr/dashboard/frontend/src/locale/messages.pt-PT.xlf b/src/pybind/mgr/dashboard/frontend/src/locale/messages.pt-PT.xlf deleted file mode 100644 index 6915d7c01393..000000000000 --- a/src/pybind/mgr/dashboard/frontend/src/locale/messages.pt-PT.xlf +++ /dev/null @@ -1,6648 +0,0 @@ - - - - - Toggle navigation - Toggle navigation - - app/core/navigation/navigation/navigation.component.html - 15 - - - Dashboard - Dashboard - - app/core/navigation/navigation/navigation.component.html - 35 - - - Cluster - Cluster - - app/core/navigation/navigation/navigation.component.html - 47 - - - Hosts - Hosts - - app/core/navigation/navigation/navigation.component.html - 57 - - - app/ceph/dashboard/health/health.component.html - 81 - - - Monitors - Monitors - - app/core/navigation/navigation/navigation.component.html - 64 - - - app/ceph/dashboard/health/health.component.html - 48 - - - OSDs - OSDs - - app/core/navigation/navigation/navigation.component.html - 71 - - - app/ceph/dashboard/health/health.component.html - 57 - - - Configuration - Configuração - - app/core/navigation/navigation/navigation.component.html - 78 - - - CRUSH map - CRUSH map - - app/core/navigation/navigation/navigation.component.html - 85 - - - Logs - Logs - - app/core/navigation/navigation/navigation.component.html - 92 - - - Alerts - Alerts - - app/core/navigation/navigation/navigation.component.html - 98 - - - Pools - Pools - - app/core/navigation/navigation/navigation.component.html - 108 - - - app/ceph/block/mirroring/overview/overview.component.html - 12 - - - app/ceph/dashboard/health/health.component.html - 190 - - - app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html - 19 - - - Block - Block - - app/core/navigation/navigation/navigation.component.html - 122 - - - Images - Images - - app/core/navigation/navigation/navigation.component.html - 131 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 120 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 341 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 479 - - - app/ceph/block/iscsi/iscsi.component.html - 9 - - - app/ceph/block/mirroring/overview/overview.component.html - 21 - - - app/ceph/block/rbd-images/rbd-images.component.html - 3 - - - Mirroring - Mirroring - - app/core/navigation/navigation/navigation.component.html - 139 - - - iSCSI - iSCSI - - app/core/navigation/navigation/navigation.component.html - 151 - - - Filesystems - Sistema de Ficheiros - - app/core/navigation/navigation/navigation.component.html - 162 - - - Object Gateway - Object Gateway - - app/core/navigation/navigation/navigation.component.html - 173 - - - Daemons - Daemons - - app/core/navigation/navigation/navigation.component.html - 182 - - - app/ceph/block/iscsi/iscsi.component.html - 3 - - - app/ceph/block/mirroring/overview/overview.component.html - 5 - - - Users - Utilizador - - app/core/navigation/navigation/navigation.component.html - 188 - - - app/core/auth/user-tabs/user-tabs.component.html - 2 - - - Buckets - Buckets - - app/core/navigation/navigation/navigation.component.html - 194 - - - Retrieving data for - . Please wait... - Obtendo dados para - . Por favor aguarde... - - app/shared/components/view-cache/view-cache.component.html - 2 - - - Displaying previously cached data - for . - Mostrando dados previamente guardados em cache -para . - - app/shared/components/view-cache/view-cache.component.html - 7 - - - Could not load data for - . - Please check the cluster health. - Não foi possível carregar os dados para - . -Por favor, consulte a saúde do cluster. - - app/shared/components/view-cache/view-cache.component.html - 12 - - - Back - Voltar - - app/shared/components/error-panel/error-panel.component.html - 27 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 544 - - - app/ceph/block/rbd-form/rbd-form.component.html - 303 - - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 159 - - - app/ceph/pool/pool-form/pool-form.component.html - 443 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 107 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 598 - - - app/core/auth/role-form/role-form.component.html - 85 - - - app/core/auth/user-form/user-form.component.html - 151 - - - Select a Language - Escolha uma língua - - app/shared/components/language-selector/language-selector.component.html - 7 - - - Loading panel data... - Carregando os dados do painel... - - app/shared/components/grafana/grafana.component.html - 3 - - - Please consult the - documentation on how to - configure and enable the monitoring functionality. - Por favor, consulte a -documentação sobre como configurar e activar as funções de monitorização. - - app/shared/components/grafana/grafana.component.html - 6 - - - Grafana Dashboard doesn't exist. Please refer to - documentation on how to - add dashboards to Grafana. - Grafana Dashboard doesn't exist. Please refer to - documentation on how to - add dashboards to Grafana. - - app/shared/components/grafana/grafana.component.html - 11 - - - Grafana Time Picker - Grafana Time Picker - - app/shared/components/grafana/grafana.component.html - 20 - - - Reset Settings - Reset Settings - - app/shared/components/grafana/grafana.component.html - 35 - - - Failed to load data. - Falha a carregar dados. - - app/shared/datatable/table/table.component.html - 2 - - - selected - seleccionar - - app/shared/datatable/table/table.component.html - 112 - - X selected - - found - encontrado - - app/shared/datatable/table/table.component.html - 115 - - X found - - total - total - - app/shared/datatable/table/table.component.html - 118 - - X total - - Settings - Settings - - app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html - 3 - - - Changing these parameters from their default values is usually not necessary. - Changing these parameters from their default values is usually not necessary. - - app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html - 15 - - - app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html - 13 - - - Confirm - Confirm - - app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html - 35 - - - app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html - 53 - - - Cancel - Cancel - - app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html - 39 - - - app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html - 57 - - - app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html - 38 - - - app/shared/components/confirmation-modal/confirmation-modal.component.html - 21 - - - app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html - 38 - - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 91 - - - app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html - 34 - - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 25 - - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 44 - - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 45 - - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 44 - - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 45 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 110 - - - Advanced Settings - Advanced Settings - - app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html - 3 - - - Create target - Create target - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 11 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 539 - - - Target IQN - Target IQN - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 20 - - - This field is required. - Este campo é mandatório. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 43 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 209 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 231 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 266 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 291 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 326 - - - app/ceph/block/rbd-form/rbd-form.component.html - 49 - - - app/ceph/block/rbd-form/rbd-form.component.html - 91 - - - app/ceph/block/rbd-form/rbd-form.component.html - 151 - - - app/ceph/block/rbd-form/rbd-form.component.html - 175 - - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 31 - - - app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html - 18 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 58 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 92 - - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 47 - - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 72 - - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 47 - - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 96 - - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 131 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 51 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 83 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 132 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 38 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 62 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 101 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 166 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 198 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 449 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 486 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 542 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 579 - - - app/core/auth/role-form/role-form.component.html - 34 - - - app/core/auth/user-form/user-form.component.html - 33 - - - app/core/auth/user-form/user-form.component.html - 60 - - - app/core/auth/user-form/user-form.component.html - 87 - - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 36 - - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 32 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 36 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 58 - - - IQN has wrong pattern. - IQN has wrong pattern. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 47 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 213 - - - An IQN has the following notation 'iqn.$year-$month.$reversedAddress:$definedName' - An IQN has the following notation 'iqn.$year-$month.$reversedAddress:$definedName' - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 51 - - - For example: iqn.2016-06.org.dashboard:storage:disk.sn-a8675309 - For example: iqn.2016-06.org.dashboard:storage:disk.sn-a8675309 - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 53 - - - More information - More information - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 57 - - - This target has modified advanced settings. - This target has modified advanced settings. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 62 - - - Portals - Portals - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 72 - - - At least gateways are required. - At least gateways are required. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 96 - - - Add portal - Add portal - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 106 - - - This image has modified settings. - This image has modified settings. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 146 - - - At least 1 image is required. - At least 1 image is required. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 151 - - - Add image - Add image - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 161 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 371 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 506 - - - Initiators - Initiators - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 174 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 437 - - - Initiator - Initiator - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 181 - - - Client IQN - Client IQN - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 194 - - - Initiator IQN needs to be unique. - Initiator IQN needs to be unique. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 205 - - - User - User - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 223 - - - Usernames must have a length of 8 to 64 characters and - can only contain letters, '.', '@', '-', '_' or ':'. - Usernames must have a length of 8 to 64 characters and - can only contain letters, '.', '@', '-', '_' or ':'. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 235 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 295 - - - Password - Password - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 245 - - - app/core/auth/user-form/user-form.component.html - 42 - - - Passwords must have a length of 12 to 16 characters - and can only contain letters, '@', '-' or '_'. - Passwords must have a length of 12 to 16 characters - and can only contain letters, '@', '-' or '_'. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 270 - - - Mutual User - Mutual User - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 281 - - - Mutual Password - Mutual Password - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 305 - - - Passwords must have a length of 12 to 16 characters and - can only contain letters, '@', '-' or '_'. - Passwords must have a length of 12 to 16 characters and - can only contain letters, '@', '-' or '_'. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 330 - - - Initiator belongs to a group. Images will be configure in the group. - Initiator belongs to a group. Images will be configure in the group. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 361 - - - No items added. - No items added. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 384 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 521 - - - Add initiator - Add initiator - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 389 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 465 - - - Groups - Groups - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 403 - - - Group - Group - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 410 - - - Name - Nome - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 422 - - - app/ceph/block/rbd-form/rbd-form.component.html - 36 - - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 18 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 21 - - - app/ceph/pool/pool-form/pool-form.component.html - 26 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 42 - - - app/core/auth/role-form/role-form.component.html - 19 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 8 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 8 - - - app/ceph/block/rbd-details/rbd-details.component.html - 13 - - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 23 - - - Add group - Add group - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 526 - - - Are you sure that you want to the selected ? - Are you sure that you want to the selected ? - - app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html - 15 - - - Yes, I am sure. - Yes, I am sure. - - app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html - 25 - - - Please consult the documentation - on how to configure and enable the iSCSI Targets management functionality. - Please consult the documentation - on how to configure and enable the iSCSI Targets management functionality. - - app/ceph/block/iscsi-target-list/iscsi-target-list.component.html - 6 - - - Available information: - Available information: - - app/ceph/block/iscsi-target-list/iscsi-target-list.component.html - 12 - - - iSCSI Targets not available - iSCSI Targets not available - - app/ceph/block/iscsi-target-list/iscsi-target-list.component.html - 4 - - - {VAR_SELECT, select, editing {Edit} cloning {Clone} copying {Copy} other {Add} } - {VAR_SELECT, select, editing {Editar} cloning {Clonar} copying {Copiar} other {Adicionar} } - - app/ceph/block/rbd-form/rbd-form.component.html - 10 - - - {VAR_SELECT, select, cloning {Clone from} copying {Copy from} other {Parent} } - {VAR_SELECT, select, cloning {Clonar de} copying {Copiar de} other {Parente} } - - app/ceph/block/rbd-form/rbd-form.component.html - 20 - - - Loading... - A carregar... - - app/ceph/block/rbd-form/rbd-form.component.html - 79 - - - app/ceph/block/rbd-form/rbd-form.component.html - 139 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 59 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 186 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 210 - - - app/ceph/pool/pool-form/pool-form.component.html - 5 - - - app/ceph/pool/pool-form/pool-form.component.html - 220 - - - app/ceph/pool/pool-form/pool-form.component.html - 341 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 83 - - - -- No rbd pools available -- - -- Nenhuma pool rbd disponível -- - - app/ceph/block/rbd-form/rbd-form.component.html - 82 - - - -- Select a pool -- - -- Seleccione uma pool -- - - app/ceph/block/rbd-form/rbd-form.component.html - 85 - - - Use a dedicated data pool - Use uma pool dedicada para dados - - app/ceph/block/rbd-form/rbd-form.component.html - 105 - - - Data pool - Pool de dados - - app/ceph/block/rbd-form/rbd-form.component.html - 116 - - - Dedicated pool that stores the object-data of the RBD. - Pool dedicada a guardar os dados dos objectos de um RBD. - - app/ceph/block/rbd-form/rbd-form.component.html - 120 - - - -- No data pools available -- - -- Nenhuma pool de dados disponível -- - - app/ceph/block/rbd-form/rbd-form.component.html - 142 - - - Size - Tamanho - - app/ceph/block/rbd-form/rbd-form.component.html - 160 - - - app/ceph/block/rbd-details/rbd-details.component.html - 33 - - - e.g., 10GiB - e.g., 10GiB - - app/ceph/block/rbd-form/rbd-form.component.html - 170 - - - You have to increase the size. - Tem de aumentar o tamanho. - - app/ceph/block/rbd-form/rbd-form.component.html - 178 - - - Features - Features - - app/ceph/block/rbd-form/rbd-form.component.html - 188 - - - app/ceph/block/rbd-details/rbd-details.component.html - 48 - - - Advanced... - Advanced... - - app/ceph/block/rbd-form/rbd-form.component.html - 211 - - - Advanced - Advanced - - app/ceph/block/rbd-form/rbd-form.component.html - 217 - - - Object size - Object size - - app/ceph/block/rbd-form/rbd-form.component.html - 224 - - - app/ceph/block/rbd-details/rbd-details.component.html - 43 - - - Stripe unit - Stripe unit - - app/ceph/block/rbd-form/rbd-form.component.html - 241 - - - -- Select stripe unit -- - -- Select stripe unit -- - - app/ceph/block/rbd-form/rbd-form.component.html - 252 - - - This field is required because stripe count is defined! - This field is required because stripe count is defined! - - app/ceph/block/rbd-form/rbd-form.component.html - 258 - - - Stripe unit is greater than object size. - Stripe unit is greater than object size. - - app/ceph/block/rbd-form/rbd-form.component.html - 261 - - - Stripe count - Stripe count - - app/ceph/block/rbd-form/rbd-form.component.html - 270 - - - This field is required because stripe unit is defined! - This field is required because stripe unit is defined! - - app/ceph/block/rbd-form/rbd-form.component.html - 283 - - - Stripe count must be greater than 0. - Stripe count must be greater than 0. - - app/ceph/block/rbd-form/rbd-form.component.html - 286 - - - {VAR_SELECT, select, editing {Update} cloning {Clone} copying {Copy} other {Create} } - {VAR_SELECT, select, editing {Update} cloning {Clone} copying {Copy} other {Create} } - - app/ceph/block/rbd-form/rbd-form.component.html - 298 - - - Trash - Trash - - app/ceph/block/rbd-images/rbd-images.component.html - 8 - - - Overall Performance - Overall Performance - - app/ceph/block/rbd-images/rbd-images.component.html - 12 - - - app/ceph/cluster/hosts/hosts.component.html - 29 - - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 71 - - - app/ceph/pool/pool-list/pool-list.component.html - 35 - - - app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.html - 16 - - - Edit - Edit - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 10 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 235 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 374 - - - Description - Description - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 32 - - - app/core/auth/role-form/role-form.component.html - 46 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 13 - - - Long description - Long description - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 46 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 18 - - - Default - Default - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 60 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 32 - - - Daemon default - Daemon default - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 74 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 37 - - - Services - Services - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 88 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 68 - - - Values - Values - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 101 - - - The entered value is too high! It must not be greater than . - The entered value is too high! It must not be greater than . - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 139 - - - The entered value is too low! It must not be lower than . - The entered value is too low! It must not be lower than . - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 142 - - - Save - Save - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 154 - - - CRUSH map viewer - CRUSH map viewer - - app/ceph/cluster/crushmap/crushmap.component.html - 6 - - - Hosts List - Hosts List - - app/ceph/cluster/hosts/hosts.component.html - 3 - - - No entries found - No entries found - - app/ceph/cluster/logs/logs.component.html - 14 - - - app/ceph/cluster/logs/logs.component.html - 30 - - - Cluster Logs - Cluster Logs - - app/ceph/cluster/logs/logs.component.html - 4 - - - Audit Logs - Audit Logs - - app/ceph/cluster/logs/logs.component.html - 20 - - - Status - Status - - app/ceph/cluster/monitor/monitor.component.html - 4 - - - app/ceph/dashboard/health/health.component.html - 3 - - - Cluster ID - Cluster ID - - app/ceph/cluster/monitor/monitor.component.html - 9 - - - monmap modified - monmap modified - - app/ceph/cluster/monitor/monitor.component.html - 14 - - - monmap epoch - monmap epoch - - app/ceph/cluster/monitor/monitor.component.html - 19 - - - quorum con - quorum con - - app/ceph/cluster/monitor/monitor.component.html - 24 - - - quorum mon - quorum mon - - app/ceph/cluster/monitor/monitor.component.html - 29 - - - required con - required con - - app/ceph/cluster/monitor/monitor.component.html - 34 - - - required mon - required mon - - app/ceph/cluster/monitor/monitor.component.html - 39 - - - In Quorum - In Quorum - - app/ceph/cluster/monitor/monitor.component.html - 48 - - - Not In Quorum - Not In Quorum - - app/ceph/cluster/monitor/monitor.component.html - 54 - - - Cluster-wide OSD Flags - Cluster-wide OSD Flags - - app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html - 3 - - - Submit - Submit - - app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html - 34 - - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 87 - - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 21 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 106 - - - OSD Recovery Priority - OSD Recovery Priority - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 3 - - - Priority - Priority - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 16 - - - Customize priority values - Customize priority values - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 44 - - - This field is required! - This field is required! - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 67 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 34 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 67 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 91 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 117 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 165 - - - app/ceph/pool/pool-form/pool-form.component.html - 40 - - - app/ceph/pool/pool-form/pool-form.component.html - 69 - - - app/ceph/pool/pool-form/pool-form.component.html - 95 - - - - - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 71 - - - The entered value is too high! It must not be greater than . - The entered value is too high! It must not be greater than . - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 75 - - - The entered value is too low! It must not be lower than . - The entered value is too low! It must not be lower than . - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 79 - - - Reweight OSD - Reweight OSD - - app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html - 3 - - - The value needs to be between 0 and 1. - The value needs to be between 0 and 1. - - app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html - 20 - - - Reweight - Reweight - - app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html - 30 - - - OSDs Scrub - OSDs Scrub - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 3 - - - {VAR_SELECT, select, 1 {Deep } } - {VAR_SELECT, select, 1 {Deep } } - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 3 - - - You are about to apply a scrub to - the OSD . - You are about to apply a scrub to - the OSD . - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 13 - - - {VAR_SELECT, select, 1 {deep } } - {VAR_SELECT, select, 1 {deep } } - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 13 - - - Set Cluster-wide Flags - Set Cluster-wide Flags - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 25 - - - Set Cluster-wide Recovery Priority - Set Cluster-wide Recovery Priority - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 41 - - - OSDs List - OSDs List - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 3 - - - OSD will be marked - if you proceed. - OSD will be marked - if you proceed. - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 81 - - - The OSD is not safe to destroy! - The OSD is not safe to destroy! - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 90 - - - OSD will be - if you proceed. - OSD will be - if you proceed. - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 92 - - - Details - Detalhes - - app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.html - 10 - - - app/core/auth/role-details/role-details.component.html - 2 - - - app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html - 3 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 2 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 3 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 3 - - - app/ceph/block/rbd-details/rbd-details.component.html - 8 - - - app/ceph/pool/pool-details/pool-details.component.html - 5 - - - app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html - 3 - - - Health - Health - - app/ceph/dashboard/dashboard/dashboard.component.html - 4 - - - Statistics - Statistics - - app/ceph/dashboard/dashboard/dashboard.component.html - 8 - - - Add erasure code profile - Add erasure code profile - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 3 - - - The name can only consist of alphanumeric characters, dashes and underscores. - The name can only consist of alphanumeric characters, dashes and underscores. - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 37 - - - The chosen erasure code profile name is already in use. - The chosen erasure code profile name is already in use. - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 40 - - - Plugin - Plugin - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 47 - - - Data chunks (k) - Data chunks (k) - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 75 - - - Must be equal to or greater than 2. - Must be equal to or greater than 2. - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 94 - - - Coding chunks (m) - Coding chunks (m) - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 102 - - - Must be equal to or greater than 1. - Must be equal to or greater than 1. - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 120 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 142 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 168 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 261 - - - Durability estimator (c) - Durability estimator (c) - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 129 - - - Locality (l) - Locality (l) - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 151 - - - Crush failure domain - Crush failure domain - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 175 - - - Crush Locality - Crush Locality - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 199 - - - None - None - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 213 - - - Technique - Technique - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 226 - - - Packetsize - Packetsize - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 248 - - - Crush root - Crush root - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 269 - - - Crush device class - Crush device class - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 286 - - - any - any - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 296 - - - Directory - Directory - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 308 - - - Add - Adicionar - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 326 - - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 140 - - - Close - Fechar - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 330 - - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 85 - - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 144 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 147 - - - app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html - 63 - - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 50 - - - pool - pool - - app/ceph/pool/pool-form/pool-form.component.html - 16 - - - {VAR_SELECT, select, 1 {Edit} other {Add} } - {VAR_SELECT, select, 1 {Edit} other {Add} } - - app/ceph/pool/pool-form/pool-form.component.html - 16 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 17 - - - Name... - Name... - - app/ceph/pool/pool-form/pool-form.component.html - 34 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 52 - - - app/core/auth/role-form/role-form.component.html - 27 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 28 - - - The chosen Ceph pool name is already in use. - The chosen Ceph pool name is already in use. - - app/ceph/pool/pool-form/pool-form.component.html - 43 - - - Pool type - Pool type - - app/ceph/pool/pool-form/pool-form.component.html - 52 - - - -- Select a pool type -- - -- Select a pool type -- - - app/ceph/pool/pool-form/pool-form.component.html - 61 - - - Placement groups - Placement groups - - app/ceph/pool/pool-form/pool-form.component.html - 79 - - - At least one placement group is needed! - At least one placement group is needed! - - app/ceph/pool/pool-form/pool-form.component.html - 98 - - - Your cluster can't handle this many PGs. Please recalculate the PG amount needed. - Your cluster can't handle this many PGs. Please recalculate the PG amount needed. - - app/ceph/pool/pool-form/pool-form.component.html - 101 - - - You can only increase the number of PGs of an existing pool. - Currently your pool has PGs. - You can only increase the number of PGs of an existing pool. - Currently your pool has PGs. - - app/ceph/pool/pool-form/pool-form.component.html - 104 - - - Calculation help - Calculation help - - app/ceph/pool/pool-form/pool-form.component.html - 109 - - - The current PGs settings were calculated for you, you - should make sure the values suite your needs before submit. - The current PGs settings were calculated for you, you - should make sure the values suite your needs before submit. - - app/ceph/pool/pool-form/pool-form.component.html - 113 - - - Crush ruleset - Crush ruleset - - app/ceph/pool/pool-form/pool-form.component.html - 124 - - - -- Select a crush rule -- - -- Select a crush rule -- - - app/ceph/pool/pool-form/pool-form.component.html - 132 - - - Crush rule - Crush rule - - app/ceph/pool/pool-form/pool-form.component.html - 153 - - - Crush steps - Crush steps - - app/ceph/pool/pool-form/pool-form.component.html - 159 - - - The rule can't be used in the current cluster as it has - to few OSDs to meet the minimum required OSD by this rule. - The rule can't be used in the current cluster as it has - to few OSDs to meet the minimum required OSD by this rule. - - app/ceph/pool/pool-form/pool-form.component.html - 170 - - - Replicated size - Replicated size - - app/ceph/pool/pool-form/pool-form.component.html - 181 - - - Minimum: - Minimum: - - app/ceph/pool/pool-form/pool-form.component.html - 195 - - - Maximum: - Maximum: - - app/ceph/pool/pool-form/pool-form.component.html - 196 - - - The size specified is out of range. A value from - to is valid. - The size specified is out of range. A value from - to is valid. - - app/ceph/pool/pool-form/pool-form.component.html - 201 - - - Erasure code profile - Erasure code profile - - app/ceph/pool/pool-form/pool-form.component.html - 211 - - - -- No erasure code profile available -- - -- No erasure code profile available -- - - app/ceph/pool/pool-form/pool-form.component.html - 223 - - - -- Select an erasure code profile -- - -- Select an erasure code profile -- - - app/ceph/pool/pool-form/pool-form.component.html - 226 - - - Flags - Flags - - app/ceph/pool/pool-form/pool-form.component.html - 272 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 57 - - - EC Overwrites - EC Overwrites - - app/ceph/pool/pool-form/pool-form.component.html - 280 - - - Applications - Applications - - app/ceph/pool/pool-form/pool-form.component.html - 290 - - - Compression - Compression - - app/ceph/pool/pool-form/pool-form.component.html - 308 - - - Mode - Mode - - app/ceph/pool/pool-form/pool-form.component.html - 314 - - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 22 - - - Algorithm - Algorithm - - app/ceph/pool/pool-form/pool-form.component.html - 333 - - - -- No erasure compression algorithm available -- - -- No erasure compression algorithm available -- - - app/ceph/pool/pool-form/pool-form.component.html - 344 - - - Minimum blob size - Minimum blob size - - app/ceph/pool/pool-form/pool-form.component.html - 358 - - - e.g., 128KiB - e.g., 128KiB - - app/ceph/pool/pool-form/pool-form.component.html - 367 - - - Value should be greater than 0 - Value should be greater than 0 - - app/ceph/pool/pool-form/pool-form.component.html - 372 - - - app/ceph/pool/pool-form/pool-form.component.html - 397 - - - Value should be greater than the maximum blob size - Value should be greater than the maximum blob size - - app/ceph/pool/pool-form/pool-form.component.html - 375 - - - Maximum blob size - Maximum blob size - - app/ceph/pool/pool-form/pool-form.component.html - 384 - - - e.g., 512KiB - e.g., 512KiB - - app/ceph/pool/pool-form/pool-form.component.html - 392 - - - Value should be greater than the minimum blob size - Value should be greater than the minimum blob size - - app/ceph/pool/pool-form/pool-form.component.html - 400 - - - Ratio - Ratio - - app/ceph/pool/pool-form/pool-form.component.html - 409 - - - Compression ratio - Compression ratio - - app/ceph/pool/pool-form/pool-form.component.html - 420 - - - Value should be between 0.0 and 1.0 - Value should be between 0.0 and 1.0 - - app/ceph/pool/pool-form/pool-form.component.html - 423 - - - pool - pool - - app/ceph/pool/pool-form/pool-form.component.html - 438 - - - {VAR_SELECT, select, 1 {Edit} other {Create} } - {VAR_SELECT, select, 1 {Edit} other {Create} } - - app/ceph/pool/pool-form/pool-form.component.html - 438 - - - Pools List - Pools List - - app/ceph/pool/pool-list/pool-list.component.html - 2 - - - Please consult the documentation - on how to configure and enable the Object Gateway management functionality. - Please consult the documentation - on how to configure and enable the Object Gateway management functionality. - - app/ceph/rgw/rgw-501/rgw-501.component.html - 3 - - - Loading bucket data... - Loading bucket data... - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 2 - - - The bucket data could not be loaded. - The bucket data could not be loaded. - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 5 - - - bucket - bucket - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 17 - - - Id - Id - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 26 - - - The value is not valid. - The value is not valid. - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 61 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 452 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 545 - - - The chosen name is already in use. - The chosen name is already in use. - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 64 - - - app/core/auth/role-form/role-form.component.html - 37 - - - Owner - Owner - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 73 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 18 - - - -- Select a user -- - -- Select a user -- - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 86 - - - {VAR_SELECT, select, 1 {Update} other {Add} } - {VAR_SELECT, select, 1 {Update} other {Add} } - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 102 - - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 80 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 142 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 593 - - - Daemons List - Daemons List - - app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.html - 2 - - - Capability - Capability - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 3 - - - Type - Type - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 22 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 42 - - - -- Select a type -- - -- Select a type -- - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 41 - - - Permission - Permission - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 56 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 63 - - - -- Select a permission -- - -- Select a permission -- - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 64 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 71 - - - S3 key - S3 key - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 3 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 123 - - - Username - Username - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 22 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 22 - - - app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html - 19 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 24 - - - app/core/auth/user-form/user-form.component.html - 19 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 9 - - - -- Select a username -- - -- Select a username -- - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 41 - - - Auto-generate key - Auto-generate key - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 60 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 133 - - - Access key - Access key - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 71 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 144 - - - Secret key - Secret key - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 106 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 110 - - - app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html - 34 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 176 - - - Subuser - Subuser - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 3 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 37 - - - The chosen subuser ID is already in use. - The chosen subuser ID is already in use. - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 54 - - - read, write - read, write - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 77 - - - full - full - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 79 - - - Swift key - Swift key - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 89 - - - app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html - 3 - - - Auto-generate secret - Auto-generate secret - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 99 - - - Loading user data... - Loading user data... - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 2 - - - The user data could not be loaded. - The user data could not be loaded. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 5 - - - The chosen user ID is already in use. - The chosen user ID is already in use. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 41 - - - Full name - Nome completo - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 50 - - - app/core/auth/user-form/user-form.component.html - 98 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 14 - - - Email address - Email address - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 71 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 19 - - - This is not a valid email address. - This is not a valid email address. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 79 - - - The chosen email address is already in use. - The chosen email address is already in use. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 82 - - - Max. buckets - Max. buckets - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 91 - - - The entered value must be >= 0. - The entered value must be >= 0. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 104 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 489 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 582 - - - Suspended - Suspended - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 116 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 24 - - - Subusers - Subusers - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 205 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 40 - - - There are no subusers. - There are no subusers. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 211 - - - Delete - Delete - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 242 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 296 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 381 - - - Add subuser - Add subuser - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 256 - - - Keys - Keys - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 264 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 134 - - - S3 - S3 - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 268 - - - There are no keys. - There are no keys. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 273 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 323 - - - Show - Show - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 289 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 339 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 149 - - - Add S3 key - Add S3 key - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 310 - - - Swift - Swift - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 318 - - - Capabilities - Capabilities - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 352 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 49 - - - There are no capabilities. - There are no capabilities. - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 358 - - - Add capability - Add capability - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 395 - - - User quota - User quota - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 403 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 61 - - - Enabled - Enabled - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 413 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 506 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 71 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 66 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 102 - - - Unlimited size - Unlimited size - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 427 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 520 - - - Max. size - Max. size - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 438 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 531 - - - Unlimited objects - Unlimited objects - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 465 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 558 - - - Max. objects - Max. objects - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 476 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 569 - - - Bucket quota - Bucket quota - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 496 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 66 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 97 - - - Welcome to Ceph! - Welcome to Ceph! - - app/core/auth/login/login.component.html - 10 - - The welcome message on the login page - - Username is required - Username is required - - app/core/auth/login/login.component.html - 34 - - - Password is required - Password is required - - app/core/auth/login/login.component.html - 58 - - - Login - Login - - app/core/auth/login/login.component.html - 64 - - - Role - Role - - app/core/auth/role-form/role-form.component.html - 10 - - - {VAR_SELECT, select, editing {Edit} other {Add} } - {VAR_SELECT, select, editing {Edit} other {Add} } - - app/core/auth/role-form/role-form.component.html - 10 - - - app/core/auth/user-form/user-form.component.html - 10 - - - Description... - Description... - - app/core/auth/role-form/role-form.component.html - 51 - - - Permissions - Permissions - - app/core/auth/role-form/role-form.component.html - 61 - - - Role - Role - - app/core/auth/role-form/role-form.component.html - 81 - - - {VAR_SELECT, select, editing {Update} other {Create} } - {VAR_SELECT, select, editing {Update} other {Create} } - - app/core/auth/role-form/role-form.component.html - 81 - - - app/core/auth/user-form/user-form.component.html - 147 - - - Sorry, the user does not exist in Ceph. - Sorry, the user does not exist in Ceph. - - app/core/auth/sso/sso-not-found/sso-not-found.component.html - 3 - - - Return to Login Page. You'll be logged out from the Identity Provider when you retry logging in. - Return to Login Page. You'll be logged out from the Identity Provider when you retry logging in. - - app/core/auth/sso/sso-not-found/sso-not-found.component.html - 4 - - - User - User - - app/core/auth/user-form/user-form.component.html - 10 - - - Confirm password - Confirm password - - app/core/auth/user-form/user-form.component.html - 69 - - - Password confirmation doesn't match the password. - Password confirmation doesn't match the password. - - app/core/auth/user-form/user-form.component.html - 90 - - - Email - Email - - app/core/auth/user-form/user-form.component.html - 114 - - - Invalid email. - Invalid email. - - app/core/auth/user-form/user-form.component.html - 125 - - - Roles - Roles - - app/core/auth/user-form/user-form.component.html - 131 - - - app/core/auth/user-tabs/user-tabs.component.html - 7 - - - User - User - - app/core/auth/user-form/user-form.component.html - 147 - - - You are about to remove "user read / update" permissions from your own user. - You are about to remove "user read / update" permissions from your own user. - - app/core/auth/user-form/user-form.component.html - 159 - - - If you continue, you will no longer be able to add or remove roles from any user. - If you continue, you will no longer be able to add or remove roles from any user. - - app/core/auth/user-form/user-form.component.html - 161 - - - Are you sure you want to continue? - Are you sure you want to continue? - - app/core/auth/user-form/user-form.component.html - 163 - - - Forbidden - Forbidden - - app/core/forbidden/forbidden.component.html - 3 - - - Sorry, you are not allowed to see what you were looking for. - Sorry, you are not allowed to see what you were looking for. - - app/core/forbidden/forbidden.component.html - 7 - - - Sorry, we could not find what you were looking for - Sorry, we could not find what you were looking for - - app/core/not-found/not-found.component.html - 3 - - - Remove all - Remove all - - app/core/navigation/notifications/notifications.component.html - 6 - - - Recent Notifications - Recent Notifications - - app/core/navigation/notifications/notifications.component.html - 56 - - - app/core/navigation/notifications/notifications.component.html - 53 - - - There are no background tasks. - There are no background tasks. - - app/core/navigation/task-manager/task-manager.component.html - 71 - - - Background Tasks - Background Tasks - - app/core/navigation/task-manager/task-manager.component.html - 83 - - - app/core/navigation/task-manager/task-manager.component.html - 79 - - - Help - Help - - app/core/navigation/dashboard-help/dashboard-help.component.html - 13 - - - app/core/navigation/dashboard-help/dashboard-help.component.html - 10 - - - Documentation - Documentation - - app/core/navigation/dashboard-help/dashboard-help.component.html - 23 - - - API - API - - app/core/navigation/dashboard-help/dashboard-help.component.html - 28 - - - About - About - - app/core/navigation/dashboard-help/dashboard-help.component.html - 33 - - - Dashboard Settings - Dashboard Settings - - app/core/navigation/administration/administration.component.html - 10 - - - app/core/navigation/administration/administration.component.html - 7 - - - User management - User management - - app/core/navigation/administration/administration.component.html - 18 - - - Logged in user - Logged in user - - app/core/navigation/identity/identity.component.html - 9 - - - app/core/navigation/identity/identity.component.html - 6 - - - Signed in as - - Signed in as - - - app/core/navigation/identity/identity.component.html - 19 - - - Sign out - Sign out - - app/core/navigation/identity/identity.component.html - 27 - - - Performance Counters - Performance Counters - - app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html - 9 - - - Performance Details - Performance Details - - app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html - 16 - - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 46 - - - app/ceph/cluster/hosts/host-details/host-details.component.html - 3 - - - app/ceph/pool/pool-details/pool-details.component.html - 13 - - - app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html - 45 - - - ID - ID - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 13 - - - Index type - Index type - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 23 - - - Placement rule - Placement rule - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 28 - - - Marker - Marker - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 33 - - - Maximum marker - Maximum marker - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 38 - - - Version - Version - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 43 - - - Master version - Master version - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 48 - - - Modification time - Modification time - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 53 - - - Zonegroup - Zonegroup - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 58 - - - Maximum size - Maximum size - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 76 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 71 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 107 - - - Unlimited - Unlimited - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 79 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 90 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 74 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 85 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 110 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 121 - - - Maximum objects - Maximum objects - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 87 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 82 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 118 - - - System - System - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 29 - - - {VAR_SELECT, select, 0 {No} 1 {Yes} } - {VAR_SELECT, select, 0 {No} 1 {Yes} } - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 31 - - - Maximum buckets - Maximum buckets - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 35 - - - Performance counters not available - Performance counters not available - - app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.html - 12 - - - Attributes (OSD map) - Attributes (OSD map) - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 2 - - - Metadata not available - Metadata not available - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 15 - - - Metadata - Metadata - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 8 - - - Performance counter - Performance counter - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 18 - - - Histogram not available: - Histogram not available: - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 28 - - - Writes - Writes - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 33 - - - Reads - Reads - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 38 - - - Histogram - Histogram - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 25 - - - Current values - Current values - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 23 - - - Min - Min - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 47 - - - Max - Max - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 52 - - - Source - Source - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 77 - - - Level - Level - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 82 - - - Can be updated at runtime - Can be updated at runtime - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 87 - - - Tags - Tags - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 92 - - - Enum values - Enum values - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 97 - - - See also - See also - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 102 - - - Cluster Status - Cluster Status - - app/ceph/dashboard/health/health.component.html - 15 - - - Manager Daemons - Manager Daemons - - app/ceph/dashboard/health/health.component.html - 69 - - - Object Gateways - Object Gateways - - app/ceph/dashboard/health/health.component.html - 90 - - - Metadata Servers - Metadata Servers - - app/ceph/dashboard/health/health.component.html - 98 - - - iSCSI Gateways - iSCSI Gateways - - app/ceph/dashboard/health/health.component.html - 109 - - - Client IOPS - Client IOPS - - app/ceph/dashboard/health/health.component.html - 125 - - - Client Throughput - Client Throughput - - app/ceph/dashboard/health/health.component.html - 134 - - - Client Read/Write - Client Read/Write - - app/ceph/dashboard/health/health.component.html - 143 - - - Client Recovery - Client Recovery - - app/ceph/dashboard/health/health.component.html - 161 - - - Scrub - Scrub - - app/ceph/dashboard/health/health.component.html - 170 - - - Performance - Performance - - app/ceph/dashboard/health/health.component.html - 119 - - - Raw Capacity - Raw Capacity - - app/ceph/dashboard/health/health.component.html - 200 - - - Objects - Objects - - app/ceph/dashboard/health/health.component.html - 213 - - - app/ceph/block/rbd-details/rbd-details.component.html - 38 - - - PGs per OSD - PGs per OSD - - app/ceph/dashboard/health/health.component.html - 222 - - - PG Status - PG Status - - app/ceph/dashboard/health/health.component.html - 231 - - - Capacity - Capacity - - app/ceph/dashboard/health/health.component.html - 181 - - - See Logs for more details. - See Logs for more details. - - app/ceph/dashboard/health/health.component.html - 265 - - - Move an image to trash - Move an image to trash - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 3 - - - To move / to trash, - click Move Image. Optionally, you can pick an expiration date. - To move / to trash, - click Move Image. Optionally, you can pick an expiration date. - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 12 - - - Protection expires at - Protection expires at - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 18 - - - NOT PROTECTED - NOT PROTECTED - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 20 - - - Wrong date format. Please use "YYYY-MM-DD HH:mm:ss". - Wrong date format. Please use "YYYY-MM-DD HH:mm:ss". - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 29 - - - Protection has already expired. Please pick a future date or leave it empty. - Protection has already expired. Please pick a future date or leave it empty. - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 32 - - - Move Image - Move Image - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 40 - - - Overview - Overview - - app/ceph/block/iscsi-tabs/iscsi-tabs.component.html - 2 - - - Targets - Targets - - app/ceph/block/iscsi-tabs/iscsi-tabs.component.html - 7 - - - Only available for RBD images with fast-diff enabled - Only available for RBD images with fast-diff enabled - - app/ceph/block/rbd-details/rbd-details.component.html - 2 - - - Pool - Pool - - app/ceph/block/rbd-details/rbd-details.component.html - 18 - - - Data Pool - Data Pool - - app/ceph/block/rbd-details/rbd-details.component.html - 23 - - - Created - Created - - app/ceph/block/rbd-details/rbd-details.component.html - 28 - - - Provisioned - Provisioned - - app/ceph/block/rbd-details/rbd-details.component.html - 57 - - - N/A - N/A - - app/ceph/block/rbd-details/rbd-details.component.html - 63 - - - app/ceph/block/rbd-details/rbd-details.component.html - 78 - - - Total provisioned - Total provisioned - - app/ceph/block/rbd-details/rbd-details.component.html - 72 - - - Striping unit - Striping unit - - app/ceph/block/rbd-details/rbd-details.component.html - 87 - - - Striping count - Striping count - - app/ceph/block/rbd-details/rbd-details.component.html - 92 - - - Parent - Parent - - app/ceph/block/rbd-details/rbd-details.component.html - 97 - - - Block name prefix - Block name prefix - - app/ceph/block/rbd-details/rbd-details.component.html - 107 - - - Order - Order - - app/ceph/block/rbd-details/rbd-details.component.html - 112 - - - Snapshots - Snapshots - - app/ceph/block/rbd-details/rbd-details.component.html - 119 - - - RBD Snapshot - RBD Snapshot - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 3 - - - {VAR_SELECT, select, true {Rename} other {Create} } - {VAR_SELECT, select, true {Rename} other {Create} } - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 3 - - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 46 - - - Snapshot - Snapshot - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 46 - - - PROTECTED - PROTECTED - - app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.html - 17 - - - UNPROTECTED - UNPROTECTED - - app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.html - 20 - - - You are about to rollback - You are about to rollback - - app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.html - 25 - - - Purge Trash - Purge Trash - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 3 - - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 14 - - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 41 - - - app/ceph/block/rbd-trash-list/rbd-trash-list.component.html - 25 - - - To purge, select one or All images and click - To purge, select one or All images and click - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 13 - - - Pool: - Pool: - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 19 - - - Pool name... - Pool name... - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 22 - - - All - All - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 30 - - - Restore Image - Restore Image - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 3 - - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 16 - - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 40 - - - To restore - To restore - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 13 - - - type the image's new name and click - type the image's new name and click - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 15 - - - New Name - New Name - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 22 - - - Expired at - Expired at - - app/ceph/block/rbd-trash-list/rbd-trash-list.component.html - 34 - - - Protected until - Protected until - - app/ceph/block/rbd-trash-list/rbd-trash-list.component.html - 37 - - - This image is protected until . - This image is protected until . - - app/ceph/block/rbd-trash-list/rbd-trash-list.component.html - 47 - - - iSCSI Topology - iSCSI Topology - - app/ceph/block/iscsi-target-details/iscsi-target-details.component.html - 2 - - - Issues - Problemas - - app/ceph/block/mirroring/image-list/image-list.component.html - 2 - - - Syncing - Sincronizando - - app/ceph/block/mirroring/image-list/image-list.component.html - 11 - - - app/ceph/block/mirroring/image-list/image-list.component.html - 38 - - - Ready - Pronto - - app/ceph/block/mirroring/image-list/image-list.component.html - 20 - - - Edit pool mirror mode - Edit pool mirror mode - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 3 - - - To edit the mirror mode for pool  - , select a new mode from the list and click  - Update. - To edit the mirror mode for pool  - , select a new mode from the list and click  - Update. - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 13 - - - Peer clusters must be removed prior to disabling mirror. - Peer clusters must be removed prior to disabling mirror. - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 33 - - - Update - Update - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 41 - - - - pool mirror peer - - pool mirror peer - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 3 - - - {VAR_SELECT, select, edit {Edit} other {Add} } - {VAR_SELECT, select, edit {Edit} other {Add} } - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 3 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 14 - - - the pool - mirror peer attributes for pool and click - Submit. - the pool - mirror peer attributes for pool and click - Submit. - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 14 - - - Cluster Name - Cluster Name - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 23 - - - The cluster name is not valid. - The cluster name is not valid. - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 39 - - - CephX ID - CephX ID - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 46 - - - CephX ID... - CephX ID... - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 51 - - - The CephX ID is not valid. - The CephX ID is not valid. - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 61 - - - Monitor Addresses - Monitor Addresses - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 68 - - - Comma-delimited addresses... - Comma-delimited addresses... - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 72 - - - The monitory address is not valid. - The monitory address is not valid. - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 79 - - - CephX Key - CephX Key - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 86 - - - Base64-encoded key... - Base64-encoded key... - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 90 - - - CephX key must be base64 encoded. - CephX key must be base64 encoded. - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 97 - - - Cache Tiers Details - Cache Tiers Details - - app/ceph/pool/pool-details/pool-details.component.html - 22 - - - Ranks - Ranks - - app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html - 6 - - - Clients: - Clients: - - app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html - 36 - - - - Current - Current - - src/app/ceph/block/iscsi-target-details/iscsi-target-details.component.ts - 1 - - - - There are no portals available. - There are no portals available. - - src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts - 1 - - - - There are no images available. - There are no images available. - - src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts - 1 - - - - There are no images available. Please make sure you add an image to the target. - There are no images available. Please make sure you add an image to the target. - - src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts - 1 - - - - There are no initiators available. Please make sure you add an initiator to the target. - There are no initiators available. Please make sure you add an initiator to the target. - - src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts - 1 - - - - Target - Target - - src/app/ceph/block/iscsi-target-list/iscsi-target-list.component.ts - 1 - - - - Hostname - Hostname - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - src/app/ceph/block/mirroring/daemon-list/daemon-list.component.ts - 1 - - - src/app/ceph/cluster/hosts/hosts.component.ts - 1 - - - src/app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.ts - 1 - - - - # Active/Optimized - # Active/Optimized - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - - # Active/Non-Optimized - # Active/Non-Optimized - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - - Image - Image - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.ts - 1 - - - - Active/Optimized - Active/Optimized - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - - Active/Non-Optimized - Active/Non-Optimized - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - - Read Bytes - Read Bytes - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - - Write Bytes - Write Bytes - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - - Read Ops - Read Ops - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - - Write Ops - Write Ops - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - - A/O Since - A/O Since - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - - Instance - Instance - - src/app/ceph/block/mirroring/daemon-list/daemon-list.component.ts - 1 - - - - Issue - Issue - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - - State - State - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts - 1 - - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - - src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts - 1 - - - - Progress - Progress - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - - Disabled - Disabled - - src/app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.ts - 1 - - - - Edit Mode - Edit Mode - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - - - - Add Peer - Add Peer - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - - - - Edit Peer - Edit Peer - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - - - - Delete Peer - Delete Peer - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - - - - Leader - Leader - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - - - - # Local - # Local - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - - - - # Remote - # Remote - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - - - - mirror peer - mirror peer - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - - - - Deep flatten - Deep flatten - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - - - - Layering - Layering - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - - - - Exclusive lock - Exclusive lock - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - - - - Object map (requires exclusive-lock) - Object map (requires exclusive-lock) - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - - - - Journaling (requires exclusive-lock) - Journaling (requires exclusive-lock) - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - - - - Fast diff (requires object-map) - Fast diff (requires object-map) - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - - - - Copy - Copy - - src/app/ceph/block/rbd-list/rbd-list.component.ts - 1 - - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - - - - Flatten - Flatten - - src/app/ceph/block/rbd-list/rbd-list.component.ts - 1 - - - - Move to Trash - Move to Trash - - src/app/ceph/block/rbd-list/rbd-list.component.ts - 1 - - - - Create - Create - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - - - src/app/core/auth/role-details/role-details.component.ts - 1 - - - src/app/core/auth/role-form/role-form.component.ts - 1 - - - - Rename - Rename - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - - - - Protect - Protect - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - - - - Unprotect - Unprotect - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - - - - Clone - Clone - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - - - - Rollback - Rollback - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts - 1 - - - - RBD snapshot rollback - RBD snapshot rollback - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts - 1 - - - - RBD snapshot - RBD snapshot - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts - 1 - - - - Restore - Restore - - src/app/ceph/block/rbd-trash-list/rbd-trash-list.component.ts - 1 - - - - Deleted At - Deleted At - - src/app/ceph/block/rbd-trash-list/rbd-trash-list.component.ts - 1 - - - - id - id - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - - - - type - type - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - - - - state - state - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - - - - version - version - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - - - - Host - Host - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - - root - root - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - - - - Rank - Rank - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - - src/app/ceph/cluster/monitor/monitor.component.ts - 1 - - - src/app/ceph/cluster/monitor/monitor.component.ts - 1 - - - - Daemon - Daemon - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - - - Activity - Activity - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - - - Dentries - Dentries - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - - - Inodes - Inodes - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - - - Usage - Usage - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - - - Standby daemons - Standby daemons - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - - - The value can be updated at runtime. - The value can be updated at runtime. - - src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts - 1 - - - - Daemons/clients do not pull this value from the - monitor config database. We disallow setting this option via 'ceph config - set ...'. This option should be configured via ceph.conf or via the - command line. - Daemons/clients do not pull this value from the - monitor config database. We disallow setting this option via 'ceph config - set ...'. This option should be configured via ceph.conf or via the - command line. - - src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts - 1 - - - - Option takes effect only during daemon startup. - Option takes effect only during daemon startup. - - src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts - 1 - - - - Option only affects cluster creation. - Option only affects cluster creation. - - src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts - 1 - - - - Option only affects daemon creation. - Option only affects daemon creation. - - src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts - 1 - - - - Config option has been updated. - Config option has been updated. - - src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts - 1 - - - - Update config option - Update config option - - src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts - 1 - - - - Service - Service - - src/app/ceph/cluster/configuration/configuration.component.ts - 1 - - - - Current value - Current value - - src/app/ceph/cluster/configuration/configuration.component.ts - 1 - - - - Public Address - Public Address - - src/app/ceph/cluster/monitor/monitor.component.ts - 1 - - - src/app/ceph/cluster/monitor/monitor.component.ts - 1 - - - - Open Sessions - Open Sessions - - src/app/ceph/cluster/monitor/monitor.component.ts - 1 - - - - No In - No In - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - OSDs that were previously marked out will not be marked back in when they start - OSDs that were previously marked out will not be marked back in when they start - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - No Out - No Out - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - OSDs will not automatically be marked out after the configured interval - OSDs will not automatically be marked out after the configured interval - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - No Up - No Up - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - OSDs are not allowed to start - OSDs are not allowed to start - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - No Down - No Down - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - OSD failure reports are being ignored, such that the monitors will not mark OSDs down - OSD failure reports are being ignored, such that the monitors will not mark OSDs down - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - Pause - Pause - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - Pauses reads and writes - Pauses reads and writes - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - No Scrub - No Scrub - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - Scrubbing is disabled - Scrubbing is disabled - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - No Deep Scrub - No Deep Scrub - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - Deep Scrubbing is disabled - Deep Scrubbing is disabled - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - No Backfill - No Backfill - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - Backfilling of PGs is suspended - Backfilling of PGs is suspended - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - No Recover - No Recover - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - Recovery of PGs is suspended - Recovery of PGs is suspended - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - Bitwise Sort - Bitwise Sort - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - Use bitwise sort - Use bitwise sort - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - Purged Snapdirs - Purged Snapdirs - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - OSDs have converted snapsets - OSDs have converted snapsets - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - Recovery Deletes - Recovery Deletes - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - Deletes performed during recovery instead of peering - Deletes performed during recovery instead of peering - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - PG Log Hard Limit - PG Log Hard Limit - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - Puts a hard limit on pg log length - Puts a hard limit on pg log length - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - OSD Flags were updated successfully. - OSD Flags were updated successfully. - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - OSD Flags - OSD Flags - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - Deep Scrub - Deep Scrub - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - - Mark Out - Mark Out - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - - out - out - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/dashboard/osd-summary.pipe.ts - 1 - - - - Mark In - Mark In - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - - in - in - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/dashboard/osd-summary.pipe.ts - 1 - - - - Mark Down - Mark Down - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - - down - down - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/dashboard/osd-summary.pipe.ts - 1 - - - - Mark Lost - Mark Lost - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - - Mark - Mark - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - - OSD lost - OSD lost - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - - marked lost - marked lost - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - - Remove - Remove - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - - OSD - OSD - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - - removed - removed - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - - Destroy - Destroy - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - - destroy - destroy - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - - destroyed - destroyed - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - - PGs - PGs - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - - Read bytes - Read bytes - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - - - Writes bytes - Writes bytes - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - - Read ops - Read ops - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - - - Write ops - Write ops - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - - - Mark OSD - Mark OSD - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - - Mark - Mark - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - - Max Backfills - Max Backfills - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - - - - Recovery Max Active - Recovery Max Active - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - - - - Recovery Max Single Start - Recovery Max Single Start - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - - - - Recovery Sleep - Recovery Sleep - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - - - - Custom - Custom - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - - - - OSD recovery speed priority "" was set successfully. - OSD recovery speed priority "" was set successfully. - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - - - - OSD recovery speed priority - OSD recovery speed priority - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - - - - was initialized in the following OSD: - was initialized in the following OSD: - - src/app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.ts - 1 - - - - Job - Job - - src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts - 1 - - - - Severity - Severity - - src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts - 1 - - - - Started - Started - - src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts - 1 - - - - URL - URL - - src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts - 1 - - - - Used - Used - - src/app/ceph/dashboard/health/health.component.ts - 1 - - - - Avail. - Avail. - - src/app/ceph/dashboard/health/health.component.ts - 1 - - - - Clean - Clean - - src/app/ceph/dashboard/health/health.component.ts - 1 - - - - Working - Working - - src/app/ceph/dashboard/health/health.component.ts - 1 - - - - Warning - Warning - - src/app/ceph/dashboard/health/health.component.ts - 1 - - - - Unknown - Unknown - - src/app/ceph/dashboard/health/health.component.ts - 1 - - - - up - up - - src/app/ceph/dashboard/mds-summary.pipe.ts - 1 - - - src/app/ceph/dashboard/osd-summary.pipe.ts - 1 - - - - no filesystems - no filesystems - - src/app/ceph/dashboard/mds-summary.pipe.ts - 1 - - - src/app/ceph/dashboard/mds-summary.pipe.ts - 1 - - - - active - active - - src/app/ceph/dashboard/mds-summary.pipe.ts - 1 - - - src/app/ceph/dashboard/mgr-summary.pipe.ts - 1 - - - - standby - standby - - src/app/ceph/dashboard/mds-summary.pipe.ts - 1 - - - src/app/ceph/dashboard/mgr-summary.pipe.ts - 1 - - - - n/a - n/a - - src/app/ceph/dashboard/mgr-summary.pipe.ts - 1 - - - - active daemon - active daemon - - src/app/ceph/dashboard/mgr-summary.pipe.ts - 1 - - - - quorum - quorum - - src/app/ceph/dashboard/mon-summary.pipe.ts - 1 - - - - Value - Value - - src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.ts - 1 - - - - Cache Mode - Cache Mode - - src/app/ceph/pool/pool-details/pool-details.component.ts - 1 - - - - Min Evict Age - Min Evict Age - - src/app/ceph/pool/pool-details/pool-details.component.ts - 1 - - - - Min Flush Age - Min Flush Age - - src/app/ceph/pool/pool-details/pool-details.component.ts - 1 - - - - Target Max Bytes - Target Max Bytes - - src/app/ceph/pool/pool-details/pool-details.component.ts - 1 - - - - Target Max Objects - Target Max Objects - - src/app/ceph/pool/pool-details/pool-details.component.ts - 1 - - - - No applications added - No applications added - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - - - - Applications limit reached - Applications limit reached - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - - - - A pool can only have up to four applications definitions. - A pool can only have up to four applications definitions. - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - - - - Allowed characters '_a-zA-Z0-9' - Allowed characters '_a-zA-Z0-9' - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - - - - Maximum length is 128 characters - Maximum length is 128 characters - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - - - - Filter or add applications - Filter or add applications - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - - - - Add application - Add application - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - - - - erasure code profile - erasure code profile - - src/app/ceph/pool/pool-form/pool-form.component.ts - 1 - - - - Replica Size - Replica Size - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - - - Last Change - Last Change - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - - - Erasure Coded Profile - Erasure Coded Profile - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - - - Crush Ruleset - Crush Ruleset - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - - - Write bytes - Write bytes - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - - - bucket - bucket - - src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.ts - 1 - - - - buckets - buckets - - src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.ts - 1 - - - - user - user - - src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts - 1 - - - - users - users - - src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts - 1 - - - - Scope - Scope - - src/app/core/auth/role-details/role-details.component.ts - 1 - - - - Read - Read - - src/app/core/auth/role-details/role-details.component.ts - 1 - - - src/app/core/auth/role-form/role-form.component.ts - 1 - - - - Created role '' - Created role '' - - src/app/core/auth/role-form/role-form.component.ts - 1 - - - - Updated role '' - Updated role '' - - src/app/core/auth/role-form/role-form.component.ts - 1 - - - - System Role - System Role - - src/app/core/auth/role-list/role-list.component.ts - 1 - - - - Deleted role '' - Deleted role '' - - src/app/core/auth/role-list/role-list.component.ts - 1 - - - - Created user "" - Created user "" - - src/app/core/auth/user-form/user-form.component.ts - 1 - - - - Update user - Update user - - src/app/core/auth/user-form/user-form.component.ts - 1 - - - - Continue - Continue - - src/app/core/auth/user-form/user-form.component.ts - 1 - - - - You were automatically logged out because your roles have been changed. - You were automatically logged out because your roles have been changed. - - src/app/core/auth/user-form/user-form.component.ts - 1 - - - - Updated user "" - Updated user "" - - src/app/core/auth/user-form/user-form.component.ts - 1 - - - - Deleted user "" - Deleted user "" - - src/app/core/auth/user-list/user-list.component.ts - 1 - - - - Failed to delete user "" - Failed to delete user "" - - src/app/core/auth/user-list/user-list.component.ts - 1 - - - - You are currently logged in as "". - You are currently logged in as "". - - src/app/core/auth/user-list/user-list.component.ts - 1 - - - - Each object is split in data-chunks parts, each stored on a different OSD. - Each object is split in data-chunks parts, each stored on a different OSD. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - - Compute coding chunks for each object and store them on different OSDs. - The number of coding chunks is also the number of OSDs that can be down without losing data. - Compute coding chunks for each object and store them on different OSDs. - The number of coding chunks is also the number of OSDs that can be down without losing data. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - - The jerasure plugin is the most generic and flexible plugin, - it is also the default for Ceph erasure coded pools. - The jerasure plugin is the most generic and flexible plugin, - it is also the default for Ceph erasure coded pools. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - - The more flexible technique is reed_sol_van : it is enough to set k - and m. The cauchy_good technique can be faster but you need to chose the packetsize - carefully. All of reed_sol_r6_op, liberation, blaum_roth, liber8tion are RAID6 equivalents - in the sense that they can only be configured with m=2. - The more flexible technique is reed_sol_van : it is enough to set k - and m. The cauchy_good technique can be faster but you need to chose the packetsize - carefully. All of reed_sol_r6_op, liberation, blaum_roth, liber8tion are RAID6 equivalents - in the sense that they can only be configured with m=2. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - - The encoding will be done on packets of bytes size at a time. - Chosing the right packet size is difficult. - The jerasure documentation contains extensive information on this topic. - The encoding will be done on packets of bytes size at a time. - Chosing the right packet size is difficult. - The jerasure documentation contains extensive information on this topic. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - - With the jerasure plugin, when an erasure coded object is stored on - multiple OSDs, recovering from the loss of one OSD requires reading from all the others. - For instance if jerasure is configured with k=8 and m=4, losing one OSD requires reading - from the eleven others to repair. - - The lrc erasure code plugin creates local parity chunks to be able to recover using - less OSDs. For instance if lrc is configured with k=8, m=4 and l=4, it will create - an additional parity chunk for every four OSDs. When a single OSD is lost, it can be - recovered with only four OSDs instead of eleven. - With the jerasure plugin, when an erasure coded object is stored on - multiple OSDs, recovering from the loss of one OSD requires reading from all the others. - For instance if jerasure is configured with k=8 and m=4, losing one OSD requires reading - from the eleven others to repair. - - The lrc erasure code plugin creates local parity chunks to be able to recover using - less OSDs. For instance if lrc is configured with k=8, m=4 and l=4, it will create - an additional parity chunk for every four OSDs. When a single OSD is lost, it can be - recovered with only four OSDs instead of eleven. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - - Group the coding and data chunks into sets of size locality. For instance, - for k=4 and m=2, when locality=3 two groups of three are created. Each set can - be recovered without reading chunks from another set. - Group the coding and data chunks into sets of size locality. For instance, - for k=4 and m=2, when locality=3 two groups of three are created. Each set can - be recovered without reading chunks from another set. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - - The type of the crush bucket in which each set of chunks defined - by l will be stored. For instance, if it is set to rack, each group of l chunks will be - placed in a different rack. It is used to create a CRUSH rule step such as step choose - rack. If it is not set, no such grouping is done. - The type of the crush bucket in which each set of chunks defined - by l will be stored. For instance, if it is set to rack, each group of l chunks will be - placed in a different rack. It is used to create a CRUSH rule step such as step choose - rack. If it is not set, no such grouping is done. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - - The isa plugin encapsulates the ISA library. It only runs on Intel processors. - The isa plugin encapsulates the ISA library. It only runs on Intel processors. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - - The ISA plugin comes in two Reed Solomon forms. - If reed_sol_van is set, it is Vandermonde, if cauchy is set, it is Cauchy. - The ISA plugin comes in two Reed Solomon forms. - If reed_sol_van is set, it is Vandermonde, if cauchy is set, it is Cauchy. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - - The shec plugin encapsulates the multiple SHEC library. - It allows ceph to recover data more efficiently than Reed Solomon codes. - The shec plugin encapsulates the multiple SHEC library. - It allows ceph to recover data more efficiently than Reed Solomon codes. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - - The number of parity chunks each of which includes each data chunk in its - calculation range. The number is used as a durability estimator. For instance, if c=2, - 2 OSDs can be down without losing data. - The number of parity chunks each of which includes each data chunk in its - calculation range. The number is used as a durability estimator. For instance, if c=2, - 2 OSDs can be down without losing data. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - - The name of the crush bucket used for the first step of the CRUSH rule. - For instance step take default. - The name of the crush bucket used for the first step of the CRUSH rule. - For instance step take default. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - - Ensure that no two chunks are in a bucket with the same failure - domain. For instance, if the failure domain is host no two chunks will be stored on the same - host. It is used to create a CRUSH rule step such as step chooseleaf host. - Ensure that no two chunks are in a bucket with the same failure - domain. For instance, if the failure domain is host no two chunks will be stored on the same - host. It is used to create a CRUSH rule step such as step chooseleaf host. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - - Restrict placement to devices of a specific class - (e.g., ssd or hdd), using the crush device class names in the CRUSH map. - Restrict placement to devices of a specific class - (e.g., ssd or hdd), using the crush device class names in the CRUSH map. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - - Set the directory name from which the erasure code plugin is loaded. - Set the directory name from which the erasure code plugin is loaded. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - - -- Select the priority -- - -- Select the priority -- - - src/app/shared/api/osd.service.ts - 1 - - - - Low - Low - - src/app/shared/api/osd.service.ts - 1 - - - - High - High - - src/app/shared/api/osd.service.ts - 1 - - - - Last 5 minutes - Last 5 minutes - - src/app/shared/components/grafana/grafana.component.ts - 1 - - - - Last 15 minutes - Last 15 minutes - - src/app/shared/components/grafana/grafana.component.ts - 1 - - - - Last 30 minutes - Last 30 minutes - - src/app/shared/components/grafana/grafana.component.ts - 1 - - - - Last 1 hour (Default) - Last 1 hour (Default) - - src/app/shared/components/grafana/grafana.component.ts - 1 - - - - Last 3 hours - Last 3 hours - - src/app/shared/components/grafana/grafana.component.ts - 1 - - - - Last 6 hours - Last 6 hours - - src/app/shared/components/grafana/grafana.component.ts - 1 - - - - Last 12 hours - Last 12 hours - - src/app/shared/components/grafana/grafana.component.ts - 1 - - - - Last 24 hours - Last 24 hours - - src/app/shared/components/grafana/grafana.component.ts - 1 - - - - Yesterday - Yesterday - - src/app/shared/components/grafana/grafana.component.ts - 1 - - - - Today - Today - - src/app/shared/components/grafana/grafana.component.ts - 1 - - - - Today so far - Today so far - - src/app/shared/components/grafana/grafana.component.ts - 1 - - - - Day before yesterday - Day before yesterday - - src/app/shared/components/grafana/grafana.component.ts - 1 - - - - Last 2 days - Last 2 days - - src/app/shared/components/grafana/grafana.component.ts - 1 - - - - This day last week - This day last week - - src/app/shared/components/grafana/grafana.component.ts - 1 - - - - Previous week - Previous week - - src/app/shared/components/grafana/grafana.component.ts - 1 - - - - This week - This week - - src/app/shared/components/grafana/grafana.component.ts - 1 - - - - This week so far - This week so far - - src/app/shared/components/grafana/grafana.component.ts - 1 - - - - Last 7 days - Last 7 days - - src/app/shared/components/grafana/grafana.component.ts - 1 - - - - Previous month - Previous month - - src/app/shared/components/grafana/grafana.component.ts - 1 - - - - This month - This month - - src/app/shared/components/grafana/grafana.component.ts - 1 - - - - This month so far - This month so far - - src/app/shared/components/grafana/grafana.component.ts - 1 - - - - Last 30 days - Last 30 days - - src/app/shared/components/grafana/grafana.component.ts - 1 - - - - Last 90 days - Last 90 days - - src/app/shared/components/grafana/grafana.component.ts - 1 - - - - Last 6 months - Last 6 months - - src/app/shared/components/grafana/grafana.component.ts - 1 - - - - Last 1 year - Last 1 year - - src/app/shared/components/grafana/grafana.component.ts - 1 - - - - Previous year - Previous year - - src/app/shared/components/grafana/grafana.component.ts - 1 - - - - This year - This year - - src/app/shared/components/grafana/grafana.component.ts - 1 - - - - This year so far - This year so far - - src/app/shared/components/grafana/grafana.component.ts - 1 - - - - Last 2 years - Last 2 years - - src/app/shared/components/grafana/grafana.component.ts - 1 - - - - Last 5 years - Last 5 years - - src/app/shared/components/grafana/grafana.component.ts - 1 - - - - Information - Information - - src/app/shared/components/info-panel/info-panel.component.ts - 1 - - - - No items selected. - No items selected. - - src/app/shared/components/select/select-messages.model.ts - 1 - - - - Deselect item to select again - Deselect item to select again - - src/app/shared/components/select/select-messages.model.ts - 1 - - - - Selection limit reached - Selection limit reached - - src/app/shared/components/select/select-messages.model.ts - 1 - - - - Filter tags - Filter tags - - src/app/shared/components/select/select-messages.model.ts - 1 - - - - Add badge - Add badge - - src/app/shared/components/select/select-messages.model.ts - 1 - - - - There are no items available. - There are no items available. - - src/app/shared/components/select/select-messages.model.ts - 1 - - - - Failed to - Failed to - - src/app/shared/services/task-message.service.ts - 1 - - - - Executing - Executing - - src/app/shared/services/task-message.service.ts - 1 - - - - execute - execute - - src/app/shared/services/task-message.service.ts - 1 - - - - Executed - Executed - - src/app/shared/services/task-message.service.ts - 1 - - - - unknown task - unknown task - - src/app/shared/services/task-message.service.ts - 1 - - - - Creating - Creating - - src/app/shared/services/task-message.service.ts - 1 - - - - create - create - - src/app/shared/services/task-message.service.ts - 1 - - - - Updating - Updating - - src/app/shared/services/task-message.service.ts - 1 - - - - update - update - - src/app/shared/services/task-message.service.ts - 1 - - - - Updated - Updated - - src/app/shared/services/task-message.service.ts - 1 - - - - Deleting - Deleting - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - - delete - delete - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - - Deleted - Deleted - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - - RBD '' - RBD '' - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - - RBD snapshot '' - RBD snapshot '' - - src/app/shared/services/task-message.service.ts - 1 - - - - mirror mode for pool '' - mirror mode for pool '' - - src/app/shared/services/task-message.service.ts - 1 - - - - mirror peer for pool '' - mirror peer for pool '' - - src/app/shared/services/task-message.service.ts - 1 - - - - Name is already used by . - Name is already used by . - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - - Name is already used by . - Name is already used by . - - src/app/shared/services/task-message.service.ts - 1 - - - - Name is already used by . - Name is already used by . - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - - contains snapshots. - contains snapshots. - - src/app/shared/services/task-message.service.ts - 1 - - - - Cloning - Cloning - - src/app/shared/services/task-message.service.ts - 1 - - - - clone - clone - - src/app/shared/services/task-message.service.ts - 1 - - - - Cloned - Cloned - - src/app/shared/services/task-message.service.ts - 1 - - - - Snapshot of must be protected. - Snapshot of must be protected. - - src/app/shared/services/task-message.service.ts - 1 - - - - Copying - Copying - - src/app/shared/services/task-message.service.ts - 1 - - - - copy - copy - - src/app/shared/services/task-message.service.ts - 1 - - - - Copied - Copied - - src/app/shared/services/task-message.service.ts - 1 - - - - Flattening - Flattening - - src/app/shared/services/task-message.service.ts - 1 - - - - flatten - flatten - - src/app/shared/services/task-message.service.ts - 1 - - - - Flattened - Flattened - - src/app/shared/services/task-message.service.ts - 1 - - - - Name is already used by . - Name is already used by . - - src/app/shared/services/task-message.service.ts - 1 - - - - Cannot unprotect because it contains child images. - Cannot unprotect because it contains child images. - - src/app/shared/services/task-message.service.ts - 1 - - - - Cannot delete because it's protected. - Cannot delete because it's protected. - - src/app/shared/services/task-message.service.ts - 1 - - - - Rolling back - Rolling back - - src/app/shared/services/task-message.service.ts - 1 - - - - rollback - rollback - - src/app/shared/services/task-message.service.ts - 1 - - - - Rolled back - Rolled back - - src/app/shared/services/task-message.service.ts - 1 - - - - Moving - Moving - - src/app/shared/services/task-message.service.ts - 1 - - - - move - move - - src/app/shared/services/task-message.service.ts - 1 - - - - Moved - Moved - - src/app/shared/services/task-message.service.ts - 1 - - - - image '' to trash - image '' to trash - - src/app/shared/services/task-message.service.ts - 1 - - - - Could not find image. - Could not find image. - - src/app/shared/services/task-message.service.ts - 1 - - - - Restoring - Restoring - - src/app/shared/services/task-message.service.ts - 1 - - - - restore - restore - - src/app/shared/services/task-message.service.ts - 1 - - - - Restored - Restored - - src/app/shared/services/task-message.service.ts - 1 - - - - image '' into '' - image '' into '' - - src/app/shared/services/task-message.service.ts - 1 - - - - Image name '' is already in use. - Image name '' is already in use. - - src/app/shared/services/task-message.service.ts - 1 - - - - image '' - image '' - - src/app/shared/services/task-message.service.ts - 1 - - - - Purging - Purging - - src/app/shared/services/task-message.service.ts - 1 - - - - purge - purge - - src/app/shared/services/task-message.service.ts - 1 - - - - Purged - Purged - - src/app/shared/services/task-message.service.ts - 1 - - - - all pools - all pools - - src/app/shared/services/task-message.service.ts - 1 - - - - images from - images from - - src/app/shared/services/task-message.service.ts - 1 - - - - Cannot disable mirroring because it contains a peer. - Cannot disable mirroring because it contains a peer. - - src/app/shared/services/task-message.service.ts - 1 - - - - pool '' - pool '' - - src/app/shared/services/task-message.service.ts - 1 - - - - erasure code profile '' - erasure code profile '' - - src/app/shared/services/task-message.service.ts - 1 - - - - target '' - target '' - - src/app/shared/services/task-message.service.ts - 1 - - - - - \ No newline at end of file diff --git a/src/pybind/mgr/dashboard/frontend/src/locale/messages.zh-CN.xlf b/src/pybind/mgr/dashboard/frontend/src/locale/messages.zh-CN.xlf index c7304943242b..b68eb0d87a64 100644 --- a/src/pybind/mgr/dashboard/frontend/src/locale/messages.zh-CN.xlf +++ b/src/pybind/mgr/dashboard/frontend/src/locale/messages.zh-CN.xlf @@ -1,4593 +1,2491 @@ - - + + - + Toggle navigation 切换导航 - - app/core/navigation/navigation/navigation.component.html - 15 - - + + Dashboard 仪表盘 - - app/core/navigation/navigation/navigation.component.html - 35 - - + + Cluster 集群 - - app/core/navigation/navigation/navigation.component.html - 47 - - + + Hosts 主机 - - app/core/navigation/navigation/navigation.component.html - 57 - - - app/ceph/dashboard/health/health.component.html - 81 - - + + Monitors Monitor - - app/core/navigation/navigation/navigation.component.html - 64 - - - app/ceph/dashboard/health/health.component.html - 48 - - + + OSDs OSD - - app/core/navigation/navigation/navigation.component.html - 71 - - - app/ceph/dashboard/health/health.component.html - 57 - - + + Configuration 配置项 - - app/core/navigation/navigation/navigation.component.html - 78 - - + + CRUSH map CRUSH 索引 - - app/core/navigation/navigation/navigation.component.html - 85 - - + + + Manager modules + Manager 扩展模块 + + Logs 日志 - - app/core/navigation/navigation/navigation.component.html - 92 - - + + Alerts 警告 - - app/core/navigation/navigation/navigation.component.html - 98 - - + + Pools 存储池 - - app/core/navigation/navigation/navigation.component.html - 108 - - - app/ceph/block/mirroring/overview/overview.component.html - 12 - - - app/ceph/dashboard/health/health.component.html - 190 - - - app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html - 19 - - + + Block 块设备 - - app/core/navigation/navigation/navigation.component.html - 122 - - + + Images - 镜像 - - app/core/navigation/navigation/navigation.component.html - 131 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 120 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 341 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 479 - - - app/ceph/block/iscsi/iscsi.component.html - 9 - - - app/ceph/block/mirroring/overview/overview.component.html - 21 - - - app/ceph/block/rbd-images/rbd-images.component.html - 3 - - + 映像 + + Mirroring 镜像 - - app/core/navigation/navigation/navigation.component.html - 139 - - + + iSCSI iSCSI - - app/core/navigation/navigation/navigation.component.html - 151 - - + + + NFS + NFS + + Filesystems 文件系统 - - app/core/navigation/navigation/navigation.component.html - 162 - - + + Object Gateway 对象网关 - - app/core/navigation/navigation/navigation.component.html - 173 - - + + Daemons 守护进程 - - app/core/navigation/navigation/navigation.component.html - 182 - - - app/ceph/block/iscsi/iscsi.component.html - 3 - - - app/ceph/block/mirroring/overview/overview.component.html - 5 - - + + Users 用户 - - app/core/navigation/navigation/navigation.component.html - 188 - - - app/core/auth/user-tabs/user-tabs.component.html - 2 - - + + Buckets 存储桶 - - app/core/navigation/navigation/navigation.component.html - 194 - - - Retrieving data for - . Please wait... - 关于 的数据,正为 - 获取中,请稍候... - - app/shared/components/view-cache/view-cache.component.html - 2 - - - Displaying previously cached data - for . - 关于之前缓存的数据,正为 - 显示。 - - app/shared/components/view-cache/view-cache.component.html - 7 - - - Could not load data for - . - Please check the cluster health. - 关于数据 ,无法为 - 加载。 - 请检查集群的健康状况。 - - app/shared/components/view-cache/view-cache.component.html - 12 - - + + + Retrieving data + for + + + . Please wait... + + 关于 + 的数据,正为 + + + 获取中,请稍候... + + + + Displaying previously cached data + + for + + + . + + 关于之前缓存的数据 + ,正为 + + + 显示。 + + + + Could not load data + for + + + . + Please check the cluster health. + + 关于数据 + ,无法为 + + + 加载。 + 请检查集群的健康状况。 + + + Back 返回 - - app/shared/components/error-panel/error-panel.component.html - 27 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 544 - - - app/ceph/block/rbd-form/rbd-form.component.html - 303 - - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 159 - - - app/ceph/pool/pool-form/pool-form.component.html - 443 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 107 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 598 - - - app/core/auth/role-form/role-form.component.html - 85 - - - app/core/auth/user-form/user-form.component.html - 151 - - + + Select a Language 请选择语言 - - app/shared/components/language-selector/language-selector.component.html - 7 - - + + Loading panel data... - 正在读取控制板的相关数据…… - - app/shared/components/grafana/grafana.component.html - 3 - - + 正在加载面板的相关数据… + + Please consult the - documentation on how to - configure and enable the monitoring functionality. + documentation + on how to + configure and enable the monitoring functionality. + 关于如何配置以及打开监控功能, -请参阅文档。 - - app/shared/components/grafana/grafana.component.html - 6 - - +请参阅 + 文档 + 。 + + + Grafana Dashboard doesn't exist. Please refer to - documentation on how to - add dashboards to Grafana. - 无Grafana Dashboard。关于如何为Grafana添加dashboard, -请参考文档 。 - - app/shared/components/grafana/grafana.component.html - 11 - - + documentation + on how to + add dashboards to Grafana. + + 无 Grafana 仪表盘。关于如何为 Grafana 添加 +仪表盘,请参考 + 文档 + 。 + + + Grafana Time Picker Grafana 时间选择工具 - - app/shared/components/grafana/grafana.component.html - 20 - - + + Reset Settings 重新设置 - - app/shared/components/grafana/grafana.component.html - 35 - - + + Failed to load data. 无法加载数据。 - - app/shared/datatable/table/table.component.html - 2 - - + + selected 选中个数 - - app/shared/datatable/table/table.component.html - 112 - - X selected - + X selected + + found 命中个数 - - app/shared/datatable/table/table.component.html - 115 - - X found - + X found + + total 总数 - - app/shared/datatable/table/table.component.html - 118 - - X total - + X total + + Settings 设置 - - app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html - 3 - - + + Changing these parameters from their default values is usually not necessary. 通常无须改变这些默认参数值。 - - app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html - 15 - - - app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html - 13 - - + + + Backstore + 后备存储 + + Confirm 确认 - - app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html - 35 - - - app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html - 53 - - + + Cancel 取消 - - app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html - 39 - - - app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html - 57 - - - app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html - 38 - - - app/shared/components/confirmation-modal/confirmation-modal.component.html - 21 - - - app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html - 38 - - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 91 - - - app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html - 34 - - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 25 - - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 44 - - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 45 - - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 44 - - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 45 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 110 - - + + Advanced Settings 高级设置 - - app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html - 3 - - - Create target - 创建目标 - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 11 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 539 - - + + Target IQN 目标限定名 - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 20 - - + + This field is required. 请填写此栏目! - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 43 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 209 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 231 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 266 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 291 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 326 - - - app/ceph/block/rbd-form/rbd-form.component.html - 49 - - - app/ceph/block/rbd-form/rbd-form.component.html - 91 - - - app/ceph/block/rbd-form/rbd-form.component.html - 151 - - - app/ceph/block/rbd-form/rbd-form.component.html - 175 - - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 31 - - - app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html - 18 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 58 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 92 - - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 47 - - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 72 - - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 47 - - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 96 - - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 131 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 51 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 83 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 132 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 38 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 62 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 101 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 166 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 198 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 449 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 486 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 542 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 579 - - - app/core/auth/role-form/role-form.component.html - 34 - - - app/core/auth/user-form/user-form.component.html - 33 - - - app/core/auth/user-form/user-form.component.html - 60 - - - app/core/auth/user-form/user-form.component.html - 87 - - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 36 - - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 32 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 36 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 58 - - + + IQN has wrong pattern. - IQN has wrong pattern. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 47 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 213 - - + IQN 格式错误。 + + An IQN has the following notation 'iqn.$year-$month.$reversedAddress:$definedName' - IQN应由以下格式构成:“iqn.$year-$month.$reversedAddress:$definedName” - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 51 - - + IQN 应由以下格式构成:“iqn.$year-$month.$reversedAddress:$definedName” + + For example: iqn.2016-06.org.dashboard:storage:disk.sn-a8675309 例如:iqn.2016-06.org.dashboard:storage:disk.sn-a8675309 - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 53 - - + + More information 更多信息 - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 57 - - + + This target has modified advanced settings. 此目标的高级设置项存在修改。 - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 62 - - + + Portals 端口 - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 72 - - - At least gateways are required. - At least gateways are required. - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 96 - - + + + At least + gateways are required. + + 至少需要 + 个网关。 + + + Add portal 添加端口 - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 106 - - + + This image has modified settings. - 此镜像的设置项存在修改。 - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 146 - - + 此映像的设置项存在修改。 + + At least 1 image is required. - 至少需要一个镜像! - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 151 - - + 至少需要 1 个映像! + + Add image - 添加镜像 - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 161 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 371 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 506 - - + 添加映像 + + + ACL authentication + ACL 身份验证 + + Initiators 授权人 - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 174 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 437 - - + + Initiator 授权人 - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 181 - - + + Client IQN - 客户端IQN - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 194 - - + 客户端 IQN + + Initiator IQN needs to be unique. - 授权人IQN必须唯一。 - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 205 - - + 授权人 IQN 必须唯一。 + + User 用户 - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 223 - - + + Usernames must have a length of 8 to 64 characters and can only contain letters, '.', '@', '-', '_' or ':'. - 用户名长度必须在8到64个字符之间, -且只能包含以下字符:英文字母,‘.’,‘@’,‘-’,‘_’,‘:’ - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 235 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 295 - - + 用户名长度必须在 8 到 64 个字符之间,且只能包含 +以下字符:英文字母、“.”、“@”、“-”、“_”或“:”。 + + Password 密码 - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 245 - - - app/core/auth/user-form/user-form.component.html - 42 - - - Passwords must have a length of 12 to 16 characters - and can only contain letters, '@', '-' or '_'. - 密码长度必须在12到16个字符之间, -且只能包含以下字符:英文字母,‘@’,‘-’,‘_’ - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 270 - - + + Mutual User 互认证用户 - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 281 - - + + Mutual Password 互认证密码 - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 305 - - - Passwords must have a length of 12 to 16 characters and - can only contain letters, '@', '-' or '_'. - 密码长度必须在12到16个字符之间, -且只能包含以下字符:英文字母,‘@’,‘-’,‘_’ - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 330 - - + + Initiator belongs to a group. Images will be configure in the group. - 授权人属于群组。镜像须在群组中进行设置。 - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 361 - - + 授权人属于群组。映像须在群组中进行设置。 + + No items added. 无项目添加。 - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 384 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 521 - - + + Add initiator 添加授权人 - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 389 - - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 465 - - + + Groups 群组 - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 403 - - + + Group 群组 - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 410 - - + + Name 名称 - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 422 - - - app/ceph/block/rbd-form/rbd-form.component.html - 36 - - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 18 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 21 - - - app/ceph/pool/pool-form/pool-form.component.html - 26 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 42 - - - app/core/auth/role-form/role-form.component.html - 19 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 8 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 8 - - - app/ceph/block/rbd-details/rbd-details.component.html - 13 - - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 23 - - + + Add group 添加群组 - - app/ceph/block/iscsi-target-form/iscsi-target-form.component.html - 526 - - - Are you sure that you want to the selected ? - 您确定要选中的吗? - - app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html - 15 - - + + + Submit + 提交 + + + Are you sure that you want to + the selected + ? + + 您确定要 + 选中的 + 吗? + + + Yes, I am sure. 是的,我确定。 - - app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html - 25 - - - Please consult the documentation - on how to configure and enable the iSCSI Targets management functionality. - 关于如何配置和启用iSCSI目标管理功能, -请参考文档 - - app/ceph/block/iscsi-target-list/iscsi-target-list.component.html - 6 - - + + + Discovery Authentication + 发现身份验证 + + + Usernames must have a length of 8 to 64 characters and + can only contain letters, '.', '@', '-', '_' or ':'. + 用户名长度必须在 8 到 64 个字符之间,且只能包含 +以下字符:英文字母、“.”、“@”、“-”、“_”或“:”。 + + + Please consult the + documentation + + on how to configure and enable the iSCSI Targets management functionality. + + 关于如何配置和启用 iSCSI 目标管理功能, +请参考 + 文档 + 。 + + + Available information: 可用信息: - - app/ceph/block/iscsi-target-list/iscsi-target-list.component.html - 12 - - + + iSCSI Targets not available - iSCSI Targets not available - - app/ceph/block/iscsi-target-list/iscsi-target-list.component.html - 4 - - - {VAR_SELECT, select, editing {Edit} cloning {Clone} copying {Copy} other {Add} } - {VAR_SELECT, select, editing {编辑} cloning {克隆} copying {复制} other {添加}} - - app/ceph/block/rbd-form/rbd-form.component.html - 10 - - - {VAR_SELECT, select, cloning {Clone from} copying {Copy from} other {Parent} } - {VAR_SELECT, select, cloning {克隆自} copying {复制自} other {父节点}} - - app/ceph/block/rbd-form/rbd-form.component.html - 20 - - + 无可用 iSCSI 目标 + + + '/' and '@' are not allowed. + 不允许使用“/”和“@”。 + + Loading... - 正在加载…… - - app/ceph/block/rbd-form/rbd-form.component.html - 79 - - - app/ceph/block/rbd-form/rbd-form.component.html - 139 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 59 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 186 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 210 - - - app/ceph/pool/pool-form/pool-form.component.html - 5 - - - app/ceph/pool/pool-form/pool-form.component.html - 220 - - - app/ceph/pool/pool-form/pool-form.component.html - 341 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 83 - - + 正在加载… + + -- No rbd pools available -- -- 没有可用的 RBD 存储池 -- - - app/ceph/block/rbd-form/rbd-form.component.html - 82 - - + + -- Select a pool -- -- 请选择存储池 -- - - app/ceph/block/rbd-form/rbd-form.component.html - 85 - - + + Use a dedicated data pool 使用一个专用的数据池 - - app/ceph/block/rbd-form/rbd-form.component.html - 105 - - + + Data pool 数据池 - - app/ceph/block/rbd-form/rbd-form.component.html - 116 - - + + Dedicated pool that stores the object-data of the RBD. 为保存 RBD 的对象数据单独分配的存储池。 - - app/ceph/block/rbd-form/rbd-form.component.html - 120 - - + + -- No data pools available -- -- 没有可用的数据存储池 -- - - app/ceph/block/rbd-form/rbd-form.component.html - 142 - - + + Size 容量 - - app/ceph/block/rbd-form/rbd-form.component.html - 160 - - - app/ceph/block/rbd-details/rbd-details.component.html - 33 - - + + e.g., 10GiB 如 10 GiB - - app/ceph/block/rbd-form/rbd-form.component.html - 170 - - + + You have to increase the size. 您需要设置大一些的容量。 - - app/ceph/block/rbd-form/rbd-form.component.html - 178 - - + + Features 特性 - - app/ceph/block/rbd-form/rbd-form.component.html - 188 - - - app/ceph/block/rbd-details/rbd-details.component.html - 48 - - + + Advanced... - 高级设置…… - - app/ceph/block/rbd-form/rbd-form.component.html - 211 - - + 高级设置… + + Advanced 高级设置 - - app/ceph/block/rbd-form/rbd-form.component.html - 217 - - + + + Striping + 条带 + + Object size 对象大小 - - app/ceph/block/rbd-form/rbd-form.component.html - 224 - - - app/ceph/block/rbd-details/rbd-details.component.html - 43 - - + + Stripe unit - 条块单元 (stripe unit) 大小 - - app/ceph/block/rbd-form/rbd-form.component.html - 241 - - + 条带单元大小 + + -- Select stripe unit -- - -- 选择条带单元 -- - - app/ceph/block/rbd-form/rbd-form.component.html - 252 - - + -- 选择条带单元大小 -- + + This field is required because stripe count is defined! 因为设置了条带个数,所以这个字段是必选的! - - app/ceph/block/rbd-form/rbd-form.component.html - 258 - - + + Stripe unit is greater than object size. 条带单元大小超过了对象大小。 - - app/ceph/block/rbd-form/rbd-form.component.html - 261 - - + + Stripe count 条带个数 - - app/ceph/block/rbd-form/rbd-form.component.html - 270 - - + + This field is required because stripe unit is defined! 因为设置了条带单元大小,所以这个字段是必选的! - - app/ceph/block/rbd-form/rbd-form.component.html - 283 - - + + Stripe count must be greater than 0. 条带的个数必须大于 0。 - - app/ceph/block/rbd-form/rbd-form.component.html - 286 - - - {VAR_SELECT, select, editing {Update} cloning {Clone} copying {Copy} other {Create} } - {VAR_SELECT, select, editing {更新} cloning {克隆} copying {复制} other {创建}} - - app/ceph/block/rbd-form/rbd-form.component.html - 298 - - + + Trash 回收站 - - app/ceph/block/rbd-images/rbd-images.component.html - 8 - - + + Overall Performance 总体性能 - - app/ceph/block/rbd-images/rbd-images.component.html - 12 - - - app/ceph/cluster/hosts/hosts.component.html - 29 - - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 71 - - - app/ceph/pool/pool-list/pool-list.component.html - 35 - - - app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.html - 16 - - + + Edit 编辑 - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 10 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 235 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 374 - - + + Description 解释 - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 32 - - - app/core/auth/role-form/role-form.component.html - 46 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 13 - - + + Long description 更详尽的解释 - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 46 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 18 - - + + Default 缺省值 - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 60 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 32 - - + + Daemon default 守护进程的缺省值 - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 74 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 37 - - + + Services 对应的服务 - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 88 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 68 - - + + Values 可选值 - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 101 - - - The entered value is too high! It must not be greater than . - 设置的值太大了!应低于。 - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 139 - - - The entered value is too low! It must not be lower than . - 设置的值太小了!不能低于。 - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 142 - - + + + The entered value is too high! It must not be greater than + . + + 设置的值太大了!应低于 + 。 + + + + The entered value is too low! It must not be lower than + . + + 设置的值太小了!不能低于 + 。 + + + Save 保存 - - app/ceph/cluster/configuration/configuration-form/configuration-form.component.html - 154 - - + + CRUSH map viewer 检查 CRUSH 索引图 - - app/ceph/cluster/crushmap/crushmap.component.html - 6 - - + + Hosts List 主机列表 - - app/ceph/cluster/hosts/hosts.component.html - 3 - - + + No entries found - No entries found - - app/ceph/cluster/logs/logs.component.html - 14 - - - app/ceph/cluster/logs/logs.component.html - 30 - - + 无法找到相关条目 + + Cluster Logs 集群日志 - - app/ceph/cluster/logs/logs.component.html - 4 - - + + Audit Logs 审计日志 - - app/ceph/cluster/logs/logs.component.html - 20 - - + + + Loading configuration... + 正在加载相关配置信息... + + + The configuration could not be loaded. + 配置信息无法加载。 + + + Edit Manager module + 编辑 Manager 扩展模块 + + + The entered value is not a valid UUID, e.g.: 67dcac9f-2c03-4d6c-b7bd-1210b3a259a8 + 输入值不是有效的 UUID,如:67dcac9f-2c03-4d6c-b7bd-1210b3a259a8 + + + The entered value needs to be a valid IP address. + 输入的应该是个有效的 IP 地址。 + + + The entered value is too high! It must be lower or equal to + . + + 输入值过大!必须小于或等于 + 。 + + + + The entered value is too low! It must be greater or equal to + . + + 输入值过小!必须大于或等于 + 。 + + + + The entered value needs to be a number. + 输入须为数字。 + + + The entered value needs to be a number or decimal. + 输入的应该是一个浮点数或者十进制整数。 + + + Update + 更新 + + Status 状态 - - app/ceph/cluster/monitor/monitor.component.html - 4 - - - app/ceph/dashboard/health/health.component.html - 3 - - + + Cluster ID 集群 ID - - app/ceph/cluster/monitor/monitor.component.html - 9 - - + + monmap modified monmap 修改时间 - - app/ceph/cluster/monitor/monitor.component.html - 14 - - + + monmap epoch monmap epoch - - app/ceph/cluster/monitor/monitor.component.html - 19 - - + + quorum con quorum con - - app/ceph/cluster/monitor/monitor.component.html - 24 - - + + quorum mon quorum mon - - app/ceph/cluster/monitor/monitor.component.html - 29 - - + + required con required con - - app/ceph/cluster/monitor/monitor.component.html - 34 - - + + required mon required mon - - app/ceph/cluster/monitor/monitor.component.html - 39 - - + + In Quorum - 在 quorum 里 - - app/ceph/cluster/monitor/monitor.component.html - 48 - - + 仲裁成员 + + Not In Quorum - 在 quorum 外 - - app/ceph/cluster/monitor/monitor.component.html - 54 - - + 非仲裁成员 + + Cluster-wide OSD Flags - 集群的 OSD flag - - app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html - 3 - - - Submit - 提交 - - app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html - 34 - - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 87 - - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 21 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 106 - - + 集群范围的 OSD 标志 + + OSD Recovery Priority - OSD Recovery Priority - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 3 - - + OSD 恢复优先级 + + Priority 优先级 - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 16 - - + + Customize priority values 自定义优先级 - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 44 - - + + This field is required! 这个字段是必填的! - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 67 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 34 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 67 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 91 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 117 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 165 - - - app/ceph/pool/pool-form/pool-form.component.html - 40 - - - app/ceph/pool/pool-form/pool-form.component.html - 69 - - - app/ceph/pool/pool-form/pool-form.component.html - 95 - - - - - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 71 - - - The entered value is too high! It must not be greater than . - 输入值过大!不能大于 。 - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 75 - - - The entered value is too low! It must not be lower than . - 输入值过小!不能小于 。 - - app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html - 79 - - + + + [object Object] + [object Object] + + + The entered value is too high! It must not be greater than + . + + 输入值过大!不能大于 + 。 + + + + The entered value is too low! It must not be lower than + . + + 输入值过小!不能小于 + 。 + + + Reweight OSD 重新设置 OSD 的权重 - - app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html - 3 - - + + The value needs to be between 0 and 1. 权重值必须在 0 和 1 之间 - - app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html - 20 - - + + Reweight 重设权重 - - app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html - 30 - - - OSDs Scrub - OSDs 洗刷 - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 3 - - + + + OSDs + Scrub + + OSD + 洗刷 + + + {VAR_SELECT, select, 1 {Deep } } - {VAR_SELECT, select, 1 {Deep }} - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 3 - - - You are about to apply a scrub to - the OSD . - 即将对 OSD执行 洗刷。 - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 13 - - + {VAR_SELECT, select, 1 {深度}} + + + You are about to apply a + scrub to + the OSD + + + . + + 即将对 OSD + + + 执行 + 洗刷。 + + + {VAR_SELECT, select, 1 {deep } } - {VAR_SELECT, select, 1 {deep } } - - app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html - 13 - - + {VAR_SELECT, select, 1 {深度} } + + Set Cluster-wide Flags - Set Cluster-wide Flags - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 25 - - + 设置集群范围的标志 + + Set Cluster-wide Recovery Priority - Set Cluster-wide Recovery Priority - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 41 - - + 设置集群范围的恢复优先级 + + OSDs List OSD 列表 - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 3 - - - OSD will be marked - if you proceed. - 如果继续,OSD -将被标记为。 - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 81 - - + + + + OSD + + will be marked + + + if you proceed. + + 如果继续, + OSD + + +将被标记为 + + + 。 + + + The OSD is not safe to destroy! - The OSD is not safe to destroy! - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 90 - - - OSD will be - if you proceed. - 如果继续,OSD -将被。 - - app/ceph/cluster/osd/osd-list/osd-list.component.html - 92 - - + OSD 不安全,无法销毁! + + + + OSD + + will be + + + if you proceed. + + 如果继续, + OSD + + +将被 + + + 。 + + + Details 详情 - - app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.html - 10 - - - app/core/auth/role-details/role-details.component.html - 2 - - - app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html - 3 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 2 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 3 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 3 - - - app/ceph/block/rbd-details/rbd-details.component.html - 8 - - - app/ceph/pool/pool-details/pool-details.component.html - 5 - - - app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html - 3 - - + + Health 健康状况 - - app/ceph/dashboard/dashboard/dashboard.component.html - 4 - - + + Statistics 统计数据 - - app/ceph/dashboard/dashboard/dashboard.component.html - 8 - - - Add erasure code profile - 添加纠删码配置 - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 3 - - + + + Please consult the + documentation + + on how to configure and enable the NFS Ganesha management functionality. + + 关于如何配置和启用 NFS Ganesha 管理功能, +请参考 + 文档 + 。 + + + + Clients + 客户端 + + + Any client can access + 任何客户端均可访问 + + + Addresses + 地址 + + + Required field + 必填项 + + + Must contain one or more comma-separated values + 必须包含一个或多个逗号分隔值 + + + For example: + 例如: + + + Access Type + 访问类型 + + + Squash + Squash + + + Add clients + 添加客户端 + + + NFS export + + + NFS 导出 + + + + + -- No cluster available -- + -- 无可用集群 -- + + + -- Select the cluster -- + -- 请选择一个集群 -- + + + Add daemon + 添加守护进程 + + + Storage Backend + 存储后端 + + + -- Select the storage backend -- + -- 请选择存储后端 -- + + + Object Gateway User + 对象网关用户 + + + -- No users available -- + -- 无可选用户 -- + + + -- Select the object gateway user -- + -- 请选择对象网关用户 -- + + + CephFS User ID + CephFS 用户 ID + + + -- No clients available -- + -- 无可用客户端 -- + + + -- Select the cephx client -- + -- 请选择 cephx 客户端 -- + + + CephFS Name + CephFS 名称 + + + Security Label + 安全标签 + + + Enable security label + 启用安全标签 + + + CephFS Path + CephFS 路径 + + + Path need to start with a '/' and can be followed by a word + 路径需以“/”开头,后面可跟单词 + + + New directory will be created + 将创建新文件夹 + + + Path + 路径 + + + Path can only be a single '/' or a word + 路径只能是单个“/”或单词 + + + New bucket will be created + 将创建新的桶 + + + NFS Protocol + NFS 协议 + + + NFSv3 + NFSv3 + + + NFSv4 + NFSv4 + + + NFS Tag + NFS 标签 + + + Alternative access for + NFS v3 + mounts (it must not have a leading /). + + + NFS v3 + 装入的备用访问(不得包含前置 /)。 + + + + Clients may not mount subdirectories (i.e. if Tag = foo, the client may not mount foo/baz). + 客户端不能装入子目录(即如果标记为 foo,则客户端无法装入 foo/baz)。 + + + By using different Tag options, the same Path may be exported multiple times. + 通过使用不同标记选项,可将同一路径导出多次。 + + + Pseudo + 伪 + + + The position that this + NFS v4 + export occupies + in the + Pseudo FS + (it must be unique). + + 此 + NFS v4 + 导出在 + 伪文件系统 + 中 + 所占用的位置(必须唯一)。 + + + + By using different Pseudo options, the same Path may be exported multiple times. + 通过使用不同伪选项,可将同一路径导出多次。 + + + Wrong format + 格式错误 + + + -- No access type available -- + -- 没有可用的访问类型 -- + + + -- Select the access type -- + -- 选择访问类型 -- + + + -- No squash available -- + -- 没有可用的 squash -- + + + --Select what kind of user id squashing is performed -- + -- 选择执行哪种类型的用户 ID 匿名访问 -- + + + Transport Protocol + 传输协议 + + + UDP + UDP + + + TCP + TCP + + + CephFS + CephFS + + The name can only consist of alphanumeric characters, dashes and underscores. 名称只能由字母、数字、短划线和下划线组成。 - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 37 - - + + The chosen erasure code profile name is already in use. 此纠删码配置名称已被使用。 - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 40 - - + + Plugin 纠删码算法 - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 47 - - + + Data chunks (k) 数据块 (k) - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 75 - - + + Must be equal to or greater than 2. 必须大于等于 2 - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 94 - - + + Coding chunks (m) 校验块 (m) - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 102 - - + + Must be equal to or greater than 1. 必须大于等于 1 - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 120 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 142 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 168 - - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 261 - - + + Durability estimator (c) 持久因子 (c) - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 129 - - + + Locality (l) 局部性因子 (l) - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 151 - - + + Crush failure domain CRUSH 故障域 - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 175 - - + + Crush Locality CRUSH 局部性 - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 199 - - + + None 无 - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 213 - - + + Technique 算法 - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 226 - - + + Packetsize packetsize - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 248 - - + + Crush root CRUSH 根 - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 269 - - + + Crush device class CRUSH 设备类型 - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 286 - - + + any 任意 - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 296 - - + + Directory 目录 - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 308 - - + + Add 添加 - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 326 - - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 140 - - + + Close 关闭 - - app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html - 330 - - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 85 - - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 144 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 147 - - - app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html - 63 - - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 50 - - - pool - 存储池 - - app/ceph/pool/pool-form/pool-form.component.html - 16 - - - {VAR_SELECT, select, 1 {Edit} other {Add} } - {VAR_SELECT, select, 1 {编辑} other {添加} } - - app/ceph/pool/pool-form/pool-form.component.html - 16 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 17 - - + + Name... - 名称…… - - app/ceph/pool/pool-form/pool-form.component.html - 34 - - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 52 - - - app/core/auth/role-form/role-form.component.html - 27 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 28 - - + 名称… + + The chosen Ceph pool name is already in use. - 此Ceph 存储池名称已被使用。 - - app/ceph/pool/pool-form/pool-form.component.html - 43 - - + 此 Ceph 存储池名称已被使用。 + + Pool type 存储池类型 - - app/ceph/pool/pool-form/pool-form.component.html - 52 - - + + -- Select a pool type -- -- 请选择存储池的类型 -- - - app/ceph/pool/pool-form/pool-form.component.html - 61 - - + + Placement groups - 归置组(PG) - - app/ceph/pool/pool-form/pool-form.component.html - 79 - - + 归置组 (PG) + + At least one placement group is needed! - 至少需要一个 placement group! - - app/ceph/pool/pool-form/pool-form.component.html - 98 - - + 至少需要一个归置组! + + Your cluster can't handle this many PGs. Please recalculate the PG amount needed. 您的集群没法支持这么多的 PG。请重新计算需要的 PG 个数。 - - app/ceph/pool/pool-form/pool-form.component.html - 101 - - + + You can only increase the number of PGs of an existing pool. - Currently your pool has PGs. + Currently your pool has + PGs. + 您只能增加存储池的 PG 个数。 - 目前您的存储池有 个PG。 - - app/ceph/pool/pool-form/pool-form.component.html - 104 - - +目前您的存储池有 + 个 PG。 + + + Calculation help 在线 PG 计算器 - - app/ceph/pool/pool-form/pool-form.component.html - 109 - - + + The current PGs settings were calculated for you, you - should make sure the values suite your needs before submit. - 目前的 PG 的设置已经为您算好了。 - 在提交之前,您最好再确认一下这些设置确实适合您的情况。 - - app/ceph/pool/pool-form/pool-form.component.html - 113 - - + should make sure the values suit your needs before submit. + 已根据当前情况为您推算出了 PG 的设置,您 +最好在提交之前确认这些设置是合适的。 + + Crush ruleset CRUSH 算法规则组 - - app/ceph/pool/pool-form/pool-form.component.html - 124 - - + + -- Select a crush rule -- -- 选择 CRUSH 规则 -- - - app/ceph/pool/pool-form/pool-form.component.html - 132 - - + + Crush rule CRUSH 规则 - - app/ceph/pool/pool-form/pool-form.component.html - 153 - - + + Crush steps CRUSH 步骤 - - app/ceph/pool/pool-form/pool-form.component.html - 159 - - + + The rule can't be used in the current cluster as it has to few OSDs to meet the minimum required OSD by this rule. 当前的集群无法使用该规则,因为集群的 OSD 个数过少, 无法满足规则所需的最低 OSD 数量。 - - app/ceph/pool/pool-form/pool-form.component.html - 170 - - + + Replicated size 副本个数 - - app/ceph/pool/pool-form/pool-form.component.html - 181 - - - Minimum: - 最低: - - app/ceph/pool/pool-form/pool-form.component.html - 195 - - - Maximum: - 最高: - - app/ceph/pool/pool-form/pool-form.component.html - 196 - - + + + Minimum: + + + 最低: + + + + + Maximum: + + + 最高: + + + + The size specified is out of range. A value from - to is valid. + to + is valid. + 设置的超过了限制。设置值应该在 - 和 中间为宜. - - app/ceph/pool/pool-form/pool-form.component.html - 201 - - + 和 + 中间为宜. + + + Erasure code profile 纠删码配置 - - app/ceph/pool/pool-form/pool-form.component.html - 211 - - + + -- No erasure code profile available -- -- 无纠删码配置可选 -- - - app/ceph/pool/pool-form/pool-form.component.html - 223 - - + + -- Select an erasure code profile -- -- 请选择一个纠删码配置 -- - - app/ceph/pool/pool-form/pool-form.component.html - 226 - - + + Flags - 标识 - - app/ceph/pool/pool-form/pool-form.component.html - 272 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 57 - - + 标志 + + EC Overwrites EC 重写 (overwrite) - - app/ceph/pool/pool-form/pool-form.component.html - 280 - - + + Applications 应用类型 - - app/ceph/pool/pool-form/pool-form.component.html - 290 - - + + Compression 压缩 - - app/ceph/pool/pool-form/pool-form.component.html - 308 - - + + Mode 模式 - - app/ceph/pool/pool-form/pool-form.component.html - 314 - - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 22 - - + + Algorithm 算法 - - app/ceph/pool/pool-form/pool-form.component.html - 333 - - + + -- No erasure compression algorithm available -- -- 无可用的纠删码压缩算法 -- - - app/ceph/pool/pool-form/pool-form.component.html - 344 - - + + Minimum blob size blob 大小下限 - - app/ceph/pool/pool-form/pool-form.component.html - 358 - - + + e.g., 128KiB 比如 128 KiB - - app/ceph/pool/pool-form/pool-form.component.html - 367 - - + + Value should be greater than 0 取值必须大于 0 - - app/ceph/pool/pool-form/pool-form.component.html - 372 - - - app/ceph/pool/pool-form/pool-form.component.html - 397 - - + + Value should be greater than the maximum blob size 取值必须超过 blob 大小上限 - - app/ceph/pool/pool-form/pool-form.component.html - 375 - - + + Maximum blob size blob 大小上限 - - app/ceph/pool/pool-form/pool-form.component.html - 384 - - + + e.g., 512KiB 如 512KiB - - app/ceph/pool/pool-form/pool-form.component.html - 392 - - + + Value should be greater than the minimum blob size 取值必须大于 blob 大小下限 - - app/ceph/pool/pool-form/pool-form.component.html - 400 - - + + Ratio 比例 - - app/ceph/pool/pool-form/pool-form.component.html - 409 - - + + Compression ratio 压缩率 - - app/ceph/pool/pool-form/pool-form.component.html - 420 - - + + Value should be between 0.0 and 1.0 取值必须在 0.0 和 1.0 之间 - - app/ceph/pool/pool-form/pool-form.component.html - 423 - - - pool - 存储池 - - app/ceph/pool/pool-form/pool-form.component.html - 438 - - - {VAR_SELECT, select, 1 {Edit} other {Create} } - {VAR_SELECT, select, 1 {编辑} other {创建} } - - app/ceph/pool/pool-form/pool-form.component.html - 438 - - + + + It's not possible to create an RBD pool with '/' in the name. + 无法新建名字中有“/”的 RBD 存储池。 + + + Please change the name or remove 'rbd' from the applications list. + 请重新命名,或者把存储池的“rbd”应用标记去掉。 + + Pools List 存储池列表 - - app/ceph/pool/pool-list/pool-list.component.html - 2 - - - Please consult the documentation - on how to configure and enable the Object Gateway management functionality. + + + Please consult the + documentation + + on how to configure and enable the Object Gateway management functionality. + 关于如何配置和启用对象网关的功能, - 请参考文档 。 - - app/ceph/rgw/rgw-501/rgw-501.component.html - 3 - - + 请参考 + 文档 + 。 + + + Loading bucket data... - 正在加载存储桶数据…… - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 2 - - + 正在加载存储桶数据… + + The bucket data could not be loaded. 存储桶数据无法加载。 - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 5 - - - bucket - 存储桶 - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 17 - - + + Id ID - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 26 - - + + The value is not valid. 输入值无效。 - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 61 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 452 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 545 - - + + The chosen name is already in use. 所选名称已经被使用。 - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 64 - - - app/core/auth/role-form/role-form.component.html - 37 - - + + Owner 所有者 - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 73 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 18 - - + + -- Select a user -- -- 请选择一个用户 -- - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 86 - - - {VAR_SELECT, select, 1 {Update} other {Add} } - {VAR_SELECT, select, 1 {更新} other {添加} } - - app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html - 102 - - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 80 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 142 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 593 - - + + Daemons List 守护进程列表 - - app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.html - 2 - - - Capability - 用户功能 - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 3 - - + + Type 类型 - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 22 - - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 42 - - + + -- Select a type -- -- 请选择一个类型 -- - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 41 - - + + Permission 权限 - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 56 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 63 - - + + -- Select a permission -- -- 请选择权限类型 -- - - app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html - 64 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 71 - - + + S3 key S3 密钥 - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 3 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 123 - - + + Username 用户名 - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 22 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 22 - - - app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html - 19 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 24 - - - app/core/auth/user-form/user-form.component.html - 19 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 9 - - + + -- Select a username -- -- 请选择用户名 -- - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 41 - - + + Auto-generate key 自动生成密钥 - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 60 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 133 - - + + Access key 访问密钥 - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 71 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 144 - - + + Secret key 秘密密钥 - - app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html - 106 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 110 - - - app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html - 34 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 176 - - + + Subuser 子用户 - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 3 - - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 37 - - + + The chosen subuser ID is already in use. - 该子用户 ID 已经被使用了。 - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 54 - - + 所选的子用户 ID 已被使用。 + + read, write - 读, 写 - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 77 - - + 读、写 + + full 全部 - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 79 - - + + Swift key Swift 密钥 - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 89 - - - app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html - 3 - - + + Auto-generate secret 自动生成密钥 - - app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html - 99 - - + + Loading user data... - 正在加载用户数据…… - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 2 - - + 正在加载用户数据… + + The user data could not be loaded. 用户数据无法加载。 - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 5 - - + + The chosen user ID is already in use. - 所选的用户 ID 已经被占用了。 - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 41 - - + 所选的用户 ID 已被使用。 + + Full name 全名 - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 50 - - - app/core/auth/user-form/user-form.component.html - 98 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 14 - - + + Email address - 电子邮件地址 - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 71 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 19 - - + 邮箱 + + This is not a valid email address. - 无效的电子邮件地址。 - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 79 - - + 无效的邮箱地址。 + + The chosen email address is already in use. 此邮箱地址已被使用。 - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 82 - - + + Max. buckets 存储桶个数的上限 - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 91 - - + + The entered value must be >= 0. 设置的值必须 >= 0。 - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 104 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 489 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 582 - - + + Suspended 冻结 - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 116 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 24 - - + + Subusers 子用户 - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 205 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 40 - - + + There are no subusers. 没有子用户。 - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 211 - - + + Delete 删除 - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 242 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 296 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 381 - - - Add subuser - 新建子用户 - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 256 - - + + Keys 密钥 - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 264 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 134 - - + + S3 S3 - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 268 - - + + There are no keys. 没有任何密钥。 - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 273 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 323 - - + + Show 显示 - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 289 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 339 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 149 - - - Add S3 key - 添加 S3 密钥 - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 310 - - + + Swift Swift - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 318 - - + + Capabilities 用户权限 - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 352 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 49 - - + + There are no capabilities. 权限为空。 - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 358 - - - Add capability - 添加功能 - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 395 - - + + User quota 用户配额 - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 403 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 61 - - + + Enabled 开启 - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 413 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 506 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 71 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 66 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 102 - - + + Unlimited size 空间无限制 - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 427 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 520 - - + + Max. size 空间上限 - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 438 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 531 - - + + Unlimited objects 对象个数无限制 - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 465 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 558 - - + + Max. objects 对象个数上限 - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 476 - - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 569 - - + + Bucket quota 存储桶配额 - - app/ceph/rgw/rgw-user-form/rgw-user-form.component.html - 496 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 66 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 97 - - + + Welcome to Ceph! - 欢迎使用Ceph! - - app/core/auth/login/login.component.html - 10 - - The welcome message on the login page - + 欢迎使用 Ceph! + The welcome message on the login page + + Username is required 请输入用户名 - - app/core/auth/login/login.component.html - 34 - - + + Password is required 请输入密码 - - app/core/auth/login/login.component.html - 58 - - + + Login 登录 - - app/core/auth/login/login.component.html - 64 - - - Role - 角色 - - app/core/auth/role-form/role-form.component.html - 10 - - - {VAR_SELECT, select, editing {Edit} other {Add} } - {VAR_SELECT, select, editing {编辑} other {添加} } - - app/core/auth/role-form/role-form.component.html - 10 - - - app/core/auth/user-form/user-form.component.html - 10 - - + + Description... - 描述…… - - app/core/auth/role-form/role-form.component.html - 51 - - + 描述… + + Permissions 权限 - - app/core/auth/role-form/role-form.component.html - 61 - - - Role - 角色 - - app/core/auth/role-form/role-form.component.html - 81 - - - {VAR_SELECT, select, editing {Update} other {Create} } - {VAR_SELECT, select, editing {更新} other {新建} } - - app/core/auth/role-form/role-form.component.html - 81 - - - app/core/auth/user-form/user-form.component.html - 147 - - + + Sorry, the user does not exist in Ceph. 抱歉,此用户不存在。 - - app/core/auth/sso/sso-not-found/sso-not-found.component.html - 3 - - - Return to Login Page. You'll be logged out from the Identity Provider when you retry logging in. - Return to Login Page. You'll be logged out from the Identity Provider when you retry logging in. - - app/core/auth/sso/sso-not-found/sso-not-found.component.html - 4 - - - User - 用户 - - app/core/auth/user-form/user-form.component.html - 10 - - + + + Return to + Login Page + . You'll be logged out from the Identity Provider when you retry logging in. + + 返回 + 登录页 + 。您将在重新登录时从身份提供程序注销。 + + + Confirm password 确认密码 - - app/core/auth/user-form/user-form.component.html - 69 - - + + Password confirmation doesn't match the password. - 密码和之前的输入不匹配 - - app/core/auth/user-form/user-form.component.html - 90 - - + 密码和之前的输入不匹配。 + + Email - 电子邮箱 - - app/core/auth/user-form/user-form.component.html - 114 - - + 邮箱 + + Invalid email. - 无效邮箱地址 - - app/core/auth/user-form/user-form.component.html - 125 - - + 邮箱地址无效。 + + Roles 角色 - - app/core/auth/user-form/user-form.component.html - 131 - - - app/core/auth/user-tabs/user-tabs.component.html - 7 - - - User - 用户 - - app/core/auth/user-form/user-form.component.html - 147 - - + + You are about to remove "user read / update" permissions from your own user. 您即将取消您自己用户的 "user read / update" 权限。 - - app/core/auth/user-form/user-form.component.html - 159 - - + + If you continue, you will no longer be able to add or remove roles from any user. 如果您继续的话,您以后就没办法为其他用户添加或者删除角色了。 - - app/core/auth/user-form/user-form.component.html - 161 - - + + Are you sure you want to continue? 您确实要继续吗? - - app/core/auth/user-form/user-form.component.html - 163 - - + + Forbidden 禁止访问 - - app/core/forbidden/forbidden.component.html - 3 - - + + Sorry, you are not allowed to see what you were looking for. 抱歉,您无权访问这个页面。 - - app/core/forbidden/forbidden.component.html - 7 - - + + Sorry, we could not find what you were looking for 抱歉,我们找不到您要看的东西。 - - app/core/not-found/not-found.component.html - 3 - - + + Remove all 全部已读 - - app/core/navigation/notifications/notifications.component.html - 6 - - + + Recent Notifications 最新的通知 - - app/core/navigation/notifications/notifications.component.html - 56 - - - app/core/navigation/notifications/notifications.component.html - 53 - - + + There are no background tasks. 没有后台任务正在执行。 - - app/core/navigation/task-manager/task-manager.component.html - 71 - - + + Background Tasks 后台任务 - - app/core/navigation/task-manager/task-manager.component.html - 83 - - - app/core/navigation/task-manager/task-manager.component.html - 79 - - + + Help 帮助 - - app/core/navigation/dashboard-help/dashboard-help.component.html - 13 - - - app/core/navigation/dashboard-help/dashboard-help.component.html - 10 - - + + Documentation 文档 - - app/core/navigation/dashboard-help/dashboard-help.component.html - 23 - - + + API API - - app/core/navigation/dashboard-help/dashboard-help.component.html - 28 - - + + About 关于 - - app/core/navigation/dashboard-help/dashboard-help.component.html - 33 - - + + Dashboard Settings - Dashboard 设置 - - app/core/navigation/administration/administration.component.html - 10 - - - app/core/navigation/administration/administration.component.html - 7 - - + 仪表盘设置 + + User management 用户管理 - - app/core/navigation/administration/administration.component.html - 18 - - + + Logged in user 登录的用户 - - app/core/navigation/identity/identity.component.html - 9 - - - app/core/navigation/identity/identity.component.html - 6 - - + + Signed in as - - 以用户名登录 - - - app/core/navigation/identity/identity.component.html - 19 - - + + + + + 以用户名 + + + +进行登录 + + + Sign out 登出 - - app/core/navigation/identity/identity.component.html - 27 - - + + Performance Counters 性能计数器 - - app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html - 9 - - + + Performance Details 性能详情 - - app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html - 16 - - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 46 - - - app/ceph/cluster/hosts/host-details/host-details.component.html - 3 - - - app/ceph/pool/pool-details/pool-details.component.html - 13 - - - app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html - 45 - - + + ID ID - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 13 - - + + Index type 索引类型 - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 23 - - + + Placement rule - placement 规则 - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 28 - - + 归置规则 + + Marker 标识 - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 33 - - + + Maximum marker max marker - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 38 - - + + Version 版本 - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 43 - - + + Master version 主版本 - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 48 - - + + Modification time 修改时间 - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 53 - - + + Zonegroup zonegroup - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 58 - - + + Maximum size 最大数目 - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 76 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 71 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 107 - - + + Unlimited 无限制 - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 79 - - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 90 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 74 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 85 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 110 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 121 - - + + Maximum objects 最大对象数目 - - app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html - 87 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 82 - - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 118 - - + + System 系统 - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 29 - - + + {VAR_SELECT, select, 0 {No} 1 {Yes} } {VAR_SELECT, select, 0 {否} 1 {是} } - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 31 - - + + Maximum buckets 最大存储桶数目 - - app/ceph/rgw/rgw-user-details/rgw-user-details.component.html - 35 - - + + Performance counters not available 无法读取性能计数器 - - app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.html - 12 - - + + + Global + 全局 + + + Image + 映像 + + + Pool + 存储池 + + + RBD Configuration + RBD 配置 + + + Remove the local configuration value. The parent configuration value will be inherited and used instead. + 删除本地的配置项,改用更高作用域的配置值。 + + + The mininum value is 0 + 最小值为 0 + + Attributes (OSD map) OSD map - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 2 - - + + Metadata not available 元数据不可用 - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 15 - - + + Metadata 相关元数据 - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 8 - - + + Performance counter 性能计数器 - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 18 - - - Histogram not available: - 直方图不可用: - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 28 - - + + + Histogram not available: + + + 直方图不可用: + + + + Writes 写入请求 - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 33 - - + + Reads 读取请求 - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 38 - - + + Histogram 直方图 - - app/ceph/cluster/osd/osd-details/osd-details.component.html - 25 - - + + Current values 当前值 - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 23 - - + + Min 下限 - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 47 - - + + Max 上限 - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 52 - - + + Source 来源 - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 77 - - + + Level 级别 - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 82 - - - Can be updated at runtime - 可在线更新 - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 87 - - + + + Can be updated at runtime (editable) + 可在运行时更新(可编辑) + + Tags 标记 - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 92 - - + + Enum values 可选项 - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 97 - - + + See also 参见 - - app/ceph/cluster/configuration/configuration-details/configuration-details.component.html - 102 - - + + Cluster Status 集群状态 - - app/ceph/dashboard/health/health.component.html - 15 - - + + Manager Daemons manager 守护进程 - - app/ceph/dashboard/health/health.component.html - 69 - - + + Object Gateways 对象网关 - - app/ceph/dashboard/health/health.component.html - 90 - - + + Metadata Servers metadata 服务器 - - app/ceph/dashboard/health/health.component.html - 98 - - + + iSCSI Gateways iSCSI 网关 - - app/ceph/dashboard/health/health.component.html - 109 - - + + Client IOPS 客户端 IOPS - - app/ceph/dashboard/health/health.component.html - 125 - - + + Client Throughput 客户端吞吐量 - - app/ceph/dashboard/health/health.component.html - 134 - - + + Client Read/Write 客户端读/写 - - app/ceph/dashboard/health/health.component.html - 143 - - - Client Recovery - 数据恢复 - - app/ceph/dashboard/health/health.component.html - 161 - - + + + Recovery Throughput + 恢复吞吐量 + + Scrub 洗刷 - - app/ceph/dashboard/health/health.component.html - 170 - - + + Performance 性能 - - app/ceph/dashboard/health/health.component.html - 119 - - + + Raw Capacity 基本容量 - - app/ceph/dashboard/health/health.component.html - 200 - - + + Objects 对象数 - - app/ceph/dashboard/health/health.component.html - 213 - - - app/ceph/block/rbd-details/rbd-details.component.html - 38 - - + + PGs per OSD 每个 OSD 的 PG 数 - - app/ceph/dashboard/health/health.component.html - 222 - - + + PG Status PG 状态 - - app/ceph/dashboard/health/health.component.html - 231 - - + + Capacity 容量 - - app/ceph/dashboard/health/health.component.html - 181 - - - See Logs for more details. - 查看日志 以获得更多细节。 - - app/ceph/dashboard/health/health.component.html - 265 - - + + + + + See + Logs + for more details. + + + + 查看 + 日志 + 以获得更多细节。 + + + Move an image to trash - 将镜像移至回收站 - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 3 - - - To move / to trash, - click Move Image. Optionally, you can pick an expiration date. - 要将 /移至回收站, - 请点击 移动镜像。此外,可选择设置一个过期时间。 - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 12 - - + 将映像移至回收站 + + + To move + + / + + to trash, + click + Move Image + . Optionally, you can pick an expiration date. + + 要将 + + / + + 移至回收站, + 请点击 + 移动映像 + 。此外,可选择设置一个过期时间。 + + + Protection expires at 保护期一直到 - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 18 - - + + NOT PROTECTED 无保护 - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 20 - - + + Wrong date format. Please use "YYYY-MM-DD HH:mm:ss". 日期格式有问题。请使用“YYYY-MM-DD HH:mm:ss”。 - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 29 - - + + Protection has already expired. Please pick a future date or leave it empty. 保护期限已经过了。请设置一个将来的日期,或者清空不填。 - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 32 - - + + Move Image - 移动镜像 - - app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html - 40 - - + 移动映像 + + Overview 概览 - - app/ceph/block/iscsi-tabs/iscsi-tabs.component.html - 2 - - + + Targets 目标 - - app/ceph/block/iscsi-tabs/iscsi-tabs.component.html - 7 - - - Only available for RBD images with fast-diff enabled - 只对启动了 fast-diff 功能的RBD镜像可用 - - app/ceph/block/rbd-details/rbd-details.component.html - 2 - - - Pool - 存储池 - - app/ceph/block/rbd-details/rbd-details.component.html - 18 - - + + + Only available for RBD images with + fast-diff + enabled + + 只对启动了 + fast-diff + 功能的 RBD 映像可用 + + + Data Pool 数据存储池 - - app/ceph/block/rbd-details/rbd-details.component.html - 23 - - + + Created 创建 - - app/ceph/block/rbd-details/rbd-details.component.html - 28 - - + + Provisioned 供给容量 - - app/ceph/block/rbd-details/rbd-details.component.html - 57 - - + + N/A N/A - - app/ceph/block/rbd-details/rbd-details.component.html - 63 - - - app/ceph/block/rbd-details/rbd-details.component.html - 78 - - + + Total provisioned 总供给容量 - - app/ceph/block/rbd-details/rbd-details.component.html - 72 - - + + Striping unit 条带单元 - - app/ceph/block/rbd-details/rbd-details.component.html - 87 - - + + Striping count 条带个数 - - app/ceph/block/rbd-details/rbd-details.component.html - 92 - - + + Parent 父节点 - - app/ceph/block/rbd-details/rbd-details.component.html - 97 - - + + Block name prefix 块存储名字前缀 - - app/ceph/block/rbd-details/rbd-details.component.html - 107 - - + + Order order - - app/ceph/block/rbd-details/rbd-details.component.html - 112 - - + + Snapshots 快照 - - app/ceph/block/rbd-details/rbd-details.component.html - 119 - - - RBD Snapshot - RBD 快照 - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 3 - - + + + This setting overrides the global value + 此设置会覆盖全局值 + + + This is the global value. No value for this option has been set for this image. + 该值为全局值。没有为此映像设置此选项的值。 + + + + RBD Snapshot + + + RBD 快照 + + + {VAR_SELECT, select, true {Rename} other {Create} } {VAR_SELECT, select, true {改名} other {创建} } - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 3 - - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 46 - - - Snapshot - 快照 - - app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html - 46 - - + + + + Snapshot + + + 快照 + + + PROTECTED 受保护的 - - app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.html - 17 - - + + UNPROTECTED 无保护的 - - app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.html - 20 - - + + You are about to rollback 您即将进行回滚操作 - - app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.html - 25 - - + + Purge Trash 清空回收站 - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 3 - - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 14 - - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 41 - - - app/ceph/block/rbd-trash-list/rbd-trash-list.component.html - 25 - - + + To purge, select one or All images and click - 要彻底清空的话,请选择单个或所有的镜像,然后点击 - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 13 - - + 要彻底清空的话,请选择单个或所有的映像,然后点击 + + Pool: 存储池: - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 19 - - + + Pool name... - 存储池名字…… - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 22 - - + 存储池名称… + + All 全选 - - app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html - 30 - - + + Restore Image - 恢复镜像 - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 3 - - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 16 - - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 40 - - + 恢复映像 + + To restore 要恢复 - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 13 - - + + type the image's new name and click - 输入镜像的新名字,并点击 - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 15 - - + 输入映像的新名称,并点击 + + New Name - 新名字 - - app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html - 22 - - + 新名称 + + Expired at 过期时间 - - app/ceph/block/rbd-trash-list/rbd-trash-list.component.html - 34 - - + + Protected until 保护期限 - - app/ceph/block/rbd-trash-list/rbd-trash-list.component.html - 37 - - - This image is protected until . - 一直到,该镜像都会受保护。 - - app/ceph/block/rbd-trash-list/rbd-trash-list.component.html - 47 - - + + + This image is protected until + . + + 一直到 + ,该映像都会受保护。 + + + iSCSI Topology - iSCSI Topology - - app/ceph/block/iscsi-target-details/iscsi-target-details.component.html - 2 - - + iSCSI 结构图 + + Issues 问题 - - app/ceph/block/mirroring/image-list/image-list.component.html - 2 - - + + Syncing 正在同步 - - app/ceph/block/mirroring/image-list/image-list.component.html - 11 - - - app/ceph/block/mirroring/image-list/image-list.component.html - 38 - - + + Ready 已就绪 - - app/ceph/block/mirroring/image-list/image-list.component.html - 20 - - + + Edit pool mirror mode - Edit pool mirror mode - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 3 - - + 编辑存储池镜像模式 + + To edit the mirror mode for pool  - , select a new mode from the list and click  - Update. - To edit the mirror mode for pool  - , select a new mode from the list and click  - Update. - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 13 - - + + + , select a new mode from the list and click  + Update + . + + 要编辑存储池 + + +   + 的镜像模式,请从列表中选择一项,并点击  + 更新 + 。 + + + Peer clusters must be removed prior to disabling mirror. - Peer clusters must be removed prior to disabling mirror. - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 33 - - - Update - 修改 - - app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html - 41 - - - - pool mirror peer - - pool mirror peer - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 3 - - + 在禁用镜像功能前必须先移除同伴集群。 + + + + + pool mirror peer + + + +存储池镜像同伴 + + + {VAR_SELECT, select, edit {Edit} other {Add} } {VAR_SELECT, select, edit {编辑} other {添加} } - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 3 - - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 14 - - - the pool - mirror peer attributes for pool and click - Submit. - the pool - mirror peer attributes for pool and click - Submit. - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 14 - - + + + + the pool + mirror peer attributes for pool + + + and click + Submit + . + + + 存储池 + + + + 的存储池镜像同伴属性,并点击 + 提交 + 。 + + + Cluster Name 集群名称 - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 23 - - + + The cluster name is not valid. - 无效的集群名称 - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 39 - - + 集群名称无效。 + + CephX ID CephX ID - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 46 - - + + CephX ID... CephX ID... - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 51 - - + + The CephX ID is not valid. - 无效的 CephX ID - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 61 - - + CephX ID 无效。 + + Monitor Addresses - Monitor Addresses - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 68 - - + Monitor 地址 + + Comma-delimited addresses... 逗号分割的地址... - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 72 - - + + The monitory address is not valid. - The monitory address is not valid. - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 79 - - + Monitor 地址无效。 + + CephX Key CephX 密钥 - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 86 - - + + Base64-encoded key... - Base64编码的密钥... - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 90 - - + Base64 编码的密钥... + + CephX key must be base64 encoded. - CephX 密钥必须是base64编码的。 - - app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html - 97 - - + CephX 密钥必须是 base64 编码的。 + + Cache Tiers Details - Cache Tiers Details - - app/ceph/pool/pool-details/pool-details.component.html - 22 - - + 缓存层详细信息 + + Ranks 排位 - - app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html - 6 - - - Clients: - 客户: - - app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html - 36 - - - + + + Clients: + + + 客户端: + + + + Current 当前 - - src/app/ceph/block/iscsi-target-details/iscsi-target-details.component.ts - 1 - - + + Updated discovery authentication + 已更新发现身份验证 + + There are no portals available. - 无可用端口 - - src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts - 1 - + 无可用端口。 - + There are no images available. - 无可用镜像 - - src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts - 1 - + 无可用映像。 - + There are no images available. Please make sure you add an image to the target. - 无可用镜像。请确保为目标添加一个镜像。 - - src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts - 1 - + 无可用映像。请确保为目标添加一个映像。 - + There are no initiators available. Please make sure you add an initiator to the target. 无可用授权人。请确保为目标添加一个授权人。 - - src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts - 1 - - + Target 目标 - - src/app/ceph/block/iscsi-target-list/iscsi-target-list.component.ts - 1 - - + Hostname 主机名 - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - src/app/ceph/block/mirroring/daemon-list/daemon-list.component.ts - 1 - - - src/app/ceph/cluster/hosts/hosts.component.ts - 1 - - - src/app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.ts - 1 - - - - # Active/Optimized - # 活动的/有优化的 - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - - # Active/Non-Optimized - # 活动的/未优化的 - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - - Image - 镜像 - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.ts - 1 - - - - Active/Optimized - 活动的/有优化的 - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - - Active/Non-Optimized - 活动的/未优化的 - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - - + + Read Bytes 读字节数 - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - + Write Bytes 写字节数 - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - + Read Ops 读请求数 - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - + Write Ops 写请求数 - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - + A/O Since 活动/优化自 - - src/app/ceph/block/iscsi/iscsi.component.ts - 1 - - + Instance 实例 - - src/app/ceph/block/mirroring/daemon-list/daemon-list.component.ts - 1 - - + Issue 问题 - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - + State 状态 - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts - 1 - - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - - src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts - 1 - - - + + Progress 进度 - - src/app/ceph/block/mirroring/image-list/image-list.component.ts - 1 - - + Disabled 禁用 - - src/app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.ts - 1 - - + Edit Mode 编辑模式 - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - - + Add Peer 添加 peer - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - - + Edit Peer 编辑 peer - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - - + Delete Peer 删除 peer - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - - + Leader - 主 - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - + Leader - + # Local # 本地 - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - - + # Remote # 远程 - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - - + mirror peer 镜像 peer - - src/app/ceph/block/mirroring/pool-list/pool-list.component.ts - 1 - - + + Key + 密钥 + + + Value + 值 + + Deep flatten 完全展开 - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - - + Layering 分层 - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - - + Exclusive lock 互斥锁 - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - - + Object map (requires exclusive-lock) object map(要求互斥锁支持) - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - - + Journaling (requires exclusive-lock) 日志(要求互斥锁支持) - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - - + Fast diff (requires object-map) 快速 diff(要求 object map 支持) - - src/app/ceph/block/rbd-form/rbd-form.component.ts - 1 - - + Copy 复制 - - src/app/ceph/block/rbd-list/rbd-list.component.ts - 1 - - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - - - + + Flatten 展开 - - src/app/ceph/block/rbd-list/rbd-list.component.ts - 1 - - + Move to Trash 移至回收站 - - src/app/ceph/block/rbd-list/rbd-list.component.ts - 1 - - + Create 新建 - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - - - src/app/core/auth/role-details/role-details.component.ts - 1 - - - src/app/core/auth/role-form/role-form.component.ts - 1 - - - + + Rename 重命名 - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - - + Protect 保护 - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - - + Unprotect 解除保护 - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - - + Clone 克隆 - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - - + Rollback 回滚 - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts - 1 - - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts - 1 - - - + + RBD snapshot rollback RBD 快照回滚 - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts - 1 - - + RBD snapshot RBD 快照 - - src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts - 1 - - + Restore 恢复 - - src/app/ceph/block/rbd-trash-list/rbd-trash-list.component.ts - 1 - - + Deleted At 定点删除 - - src/app/ceph/block/rbd-trash-list/rbd-trash-list.component.ts - 1 - - + id ID - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - - + type 类型 - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - - + state 状态 - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - - + version 版本 - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - - + Host 主机 - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - + + root 根 - - src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts - 1 - - + Rank 排位 - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - - src/app/ceph/cluster/monitor/monitor.component.ts - 1 - - - src/app/ceph/cluster/monitor/monitor.component.ts - 1 - - - + + Daemon 守护进程 - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - + Activity 活跃度 - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - + Dentries dentries - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - + Inodes inodes - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - + Usage 使用率 - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - - + + Standby daemons 备用服务 - - src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts - 1 - - + The value can be updated at runtime. - 此配置可在线更改 - - src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts - 1 - + 该值可在运行时更新。 - + Daemons/clients do not pull this value from the monitor config database. We disallow setting this option via 'ceph config set ...'. This option should be configured via ceph.conf or via the @@ -4595,1110 +2493,664 @@ 服务器或客户端不会主动从 monitor 的配置数据库读取这个配置。 所以不能用“ceph config set ...”设置它。但是可以通过 ceph.conf 或者用命令行进行配置。 - - src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts - 1 - - + Option takes effect only during daemon startup. 该配置只有在服务启动的时候才会生效。 - - src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts - 1 - - + Option only affects cluster creation. 该配置只在创建集群的时候才会生效。 - - src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts - 1 - - + Option only affects daemon creation. 该配置只在服务创建的时候才会生效。 - - src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts - 1 - - - - Config option has been updated. - 已更新配置项 - - src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts - 1 - - - - Update config option - 更新配置项 - - src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts - 1 - - - + + + Updated config option + + + 已更新配置选项 + + + + Service 服务 - - src/app/ceph/cluster/configuration/configuration.component.ts - 1 - - + Current value 当前值 - - src/app/ceph/cluster/configuration/configuration.component.ts - 1 - - + + Editable + 可编辑 + + + Updated options for module " + ". + + 已更新扩展模块“ + ”的选项。 + + + + Enable + 启用 + + + Disable + 禁用 + + + Reconnecting, please wait ... + 正在重新连接,请稍候… + + Public Address 外部地址 - - src/app/ceph/cluster/monitor/monitor.component.ts - 1 - - - src/app/ceph/cluster/monitor/monitor.component.ts - 1 - - - + + Open Sessions 活动会话 - - src/app/ceph/cluster/monitor/monitor.component.ts - 1 - - + No In 禁止加入 - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + OSDs that were previously marked out will not be marked back in when they start 之前被除名的 OSD 在启动之后,不会被加入集群 - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + No Out 禁止除名 - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + OSDs will not automatically be marked out after the configured interval 在发现 OSD 没有响应之后一段时间,该 OSD 会被踢出集群。该标志会禁止这个功能。 - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + No Up 禁止启用 - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + OSDs are not allowed to start 不允许 OSD 启动 - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + No Down 禁止停用 - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + OSD failure reports are being ignored, such that the monitors will not mark OSDs down 当前不受理对 OSD 的失效报告,因而 monitor 不会停用 OSD - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + Pause 暂停 - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + Pauses reads and writes 暂停读写 - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + No Scrub 禁止洗刷 - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + Scrubbing is disabled 洗刷已禁止 - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + No Deep Scrub 禁止深层洗刷 - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + Deep Scrubbing is disabled 深层洗刷已禁止 - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + No Backfill 禁止回填 - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + Backfilling of PGs is suspended PG 回填已推迟 - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + No Recover 禁止恢复 - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + Recovery of PGs is suspended PG 恢复已推迟 - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + Bitwise Sort 逐位排序 - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + Use bitwise sort 使用逐位排序 - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + Purged Snapdirs 老版本的快照已全部升级 - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + OSDs have converted snapsets OSD 上的快照已全部转换完毕 - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + Recovery Deletes 在恢复时进行删除操作 - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + Deletes performed during recovery instead of peering 在恢复时,而非对齐阶段进行删除 - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - + PG Log Hard Limit - PG Log Hard Limit - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - + PG 日志硬限制 - + Puts a hard limit on pg log length - Puts a hard limit on pg log length - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - OSD Flags were updated successfully. - OSD 标志位已成功更新。 - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - - OSD Flags - OSD 标志位 - - src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts - 1 - - - + 为 pg 日志长度添加硬限制 + + + Updated OSD Flags + 已更新 OSD 标志 + + Deep Scrub 深层洗刷 - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - + Mark Out 标记为已除名 - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - + out 除名 - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/dashboard/osd-summary.pipe.ts - 1 - - - + + Mark In 标记为加入 - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - + in 加入 - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/dashboard/osd-summary.pipe.ts - 1 - - - + + Mark Down 标记为停用 - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - + down 停用 - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/dashboard/osd-summary.pipe.ts - 1 - - - + + Mark Lost 标记为丢失 - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - + Mark 标记 - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - + OSD lost OSD 丢失 - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - + marked lost 已标记丢失 - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - Remove - 删除 - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - + + Purge + 清除 + + OSD OSD - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - - removed - 已删除 - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - + + + purged + 已清除 + + Destroy 销毁 - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - + destroy 销毁 - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - + destroyed 已销毁 - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - + PGs PG - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - + Read bytes 读字节数 - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - - + + Writes bytes 写字节数 - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - + Read ops 读请求数 - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - - + + Write ops 写请求数 - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - - - Mark OSD - 标记 OSD 为 - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - - Mark - 设置为 - - src/app/ceph/cluster/osd/osd-list/osd-list.component.ts - 1 - - - + + + Mark OSD + + + 标记 OSD 为 + + + + + Mark + + + 标记为 + + + + Max Backfills - Max Backfills - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - + 最大回填量 - + Recovery Max Active - Recovery Max Active - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - + 最大活跃恢复请求数 - + Recovery Max Single Start - Recovery Max Single Start - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - + 最大单次恢复操作数 - + Recovery Sleep - Recovery Sleep - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - + 恢复/回填操作间隔睡眠时间 - + Custom 自定义 - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - - - - OSD recovery speed priority "" was set successfully. - OSD recovery speed priority "" was set successfully. - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - - - - OSD recovery speed priority - OSD recovery speed priority - - src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts - 1 - - - - was initialized in the following OSD: - 如下 OSD 已经启动了 操作: - - src/app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.ts - 1 - - - + + + Updated OSD recovery speed priority " + " + + 已更新 OSD 恢复速度优先级“ + ” + + + + + was initialized in the following OSD: + + + 如下 OSD 已经启动了 + 操作: + + + + Job - Job - - src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts - 1 - + 任务 - + Severity - Severity - - src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts - 1 - + 严重程度 - + Started - Started - - src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts - 1 - + 已启动 - + URL URL - - src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts - 1 - - + Used 已使用 - - src/app/ceph/dashboard/health/health.component.ts - 1 - - + Avail. 空闲 - - src/app/ceph/dashboard/health/health.component.ts - 1 - - + Clean 正常 - - src/app/ceph/dashboard/health/health.component.ts - 1 - - + Working 运行中 - - src/app/ceph/dashboard/health/health.component.ts - 1 - - + Warning 警报 - - src/app/ceph/dashboard/health/health.component.ts - 1 - - + Unknown 未知 - - src/app/ceph/dashboard/health/health.component.ts - 1 - - + up 启用中 - - src/app/ceph/dashboard/mds-summary.pipe.ts - 1 - - - src/app/ceph/dashboard/osd-summary.pipe.ts - 1 - - - + + no filesystems 无文件系统 - - src/app/ceph/dashboard/mds-summary.pipe.ts - 1 - - - src/app/ceph/dashboard/mds-summary.pipe.ts - 1 - - - + + active 工作 - - src/app/ceph/dashboard/mds-summary.pipe.ts - 1 - - - src/app/ceph/dashboard/mgr-summary.pipe.ts - 1 - - - + + standby 待机 - - src/app/ceph/dashboard/mds-summary.pipe.ts - 1 - - - src/app/ceph/dashboard/mgr-summary.pipe.ts - 1 - - - + + n/a n/a - - src/app/ceph/dashboard/mgr-summary.pipe.ts - 1 - - + active daemon 工作的守护进程 - - src/app/ceph/dashboard/mgr-summary.pipe.ts - 1 - - + quorum quorum - - src/app/ceph/dashboard/mon-summary.pipe.ts - 1 - - - Value - 值 - - src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.ts - 1 - + + The NFS Ganesha service is not configured. + NFS Ganesha 服务的配置还没有完成。 + + + Transport + 传输 + + + CephFS User + CephFS 用户 + + + CephFS Filesystem + CephFS 文件系统 + + + (inherited from global config) + (继承自全局配置) + + + inherited from global config + 继承自全局配置 + + + -- Select what kind of user id squashing is performed -- + -- 选择执行哪种类型的用户 ID 匿名访问 -- + + + There are no daemons available. + 没有可用的守护进程。 + + + Export + 导出 - + Cache Mode 缓存模式 - - src/app/ceph/pool/pool-details/pool-details.component.ts - 1 - - + Min Evict Age - Min Evict Age - - src/app/ceph/pool/pool-details/pool-details.component.ts - 1 - + 最少延迟赶出时间 - + Min Flush Age - Min Flush Age - - src/app/ceph/pool/pool-details/pool-details.component.ts - 1 - + 最少延迟刷回时间 - + Target Max Bytes - Target Max Bytes - - src/app/ceph/pool/pool-details/pool-details.component.ts - 1 - + 目标器最大字节数 - + Target Max Objects - Target Max Objects - - src/app/ceph/pool/pool-details/pool-details.component.ts - 1 - + 目标器最大对象数 - + No applications added 还没有任何应用标记 - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - - + Applications limit reached 应用标记到了上限 - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - - + A pool can only have up to four applications definitions. 一个存储池最多能有四个应用标记。 - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - - + Allowed characters '_a-zA-Z0-9' - 可用的字符为‘_a-zA-Z0-9’ - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - + 可用的字符为“_a-zA-Z0-9” - + Maximum length is 128 characters 长度限制为 128 个字符 - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - - + Filter or add applications 添加应用标记或根据其进行筛选 - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - - + Add application 添加应用标记 - - src/app/ceph/pool/pool-form/pool-form-data.ts - 1 - - + erasure code profile 纠删码配置 - - src/app/ceph/pool/pool-form/pool-form.component.ts - 1 - - + Replica Size 副本个数 - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - + Last Change 最后修改时间 - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - + Erasure Coded Profile 纠删码配置 - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - + Crush Ruleset CRUSH 规则集 - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - + Write bytes 写字节数 - - src/app/ceph/pool/pool-list/pool-list.component.ts - 1 - - + + Updated Object Gateway bucket " + " + + 已更新对象网关存储桶“ + ” + + + + Created Object Gateway bucket " + " + + 已创建对象网关存储桶“ + ” + + + bucket 存储桶 - - src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.ts - 1 - - + buckets 存储桶 - - src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.ts - 1 - - + + Updated Object Gateway user " + " + + 已更新对象网关用户“ + ” + + + + Created Object Gateway user " + " + + 已创建对象网关用户“ + ” + + + user 用户 - - src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts - 1 - - + users 用户 - - src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts - 1 - - + Scope 作用范围 - - src/app/core/auth/role-details/role-details.component.ts - 1 - - + Read 读权限 - - src/app/core/auth/role-details/role-details.component.ts - 1 - - - src/app/core/auth/role-form/role-form.component.ts - 1 - - - - Created role '' - 新建角色“” - - src/app/core/auth/role-form/role-form.component.ts - 1 - - - - Updated role '' - 修改角色“” - - src/app/core/auth/role-form/role-form.component.ts - 1 - - - + + + Created role ' + ' + + 新建角色“ + ” + + + + Updated role ' + ' + + 更新角色“ + ” + + + System Role 系统角色 - - src/app/core/auth/role-list/role-list.component.ts - 1 - - - - Deleted role '' - 已删除角色'' - - src/app/core/auth/role-list/role-list.component.ts - 1 - - - - Created user "" - 已新建用户“” - - src/app/core/auth/user-form/user-form.component.ts - 1 - - - + + + Deleted role ' + ' + + 已删除角色“ + ” + + + + Created user " + " + + 已新建用户“ + ” + + + Update user 更新用户 - - src/app/core/auth/user-form/user-form.component.ts - 1 - - + Continue 继续 - - src/app/core/auth/user-form/user-form.component.ts - 1 - - + You were automatically logged out because your roles have been changed. 您被自动登出,因为您的角色有了变动。 - - src/app/core/auth/user-form/user-form.component.ts - 1 - - - - Updated user "" - 已更新用户“” - - src/app/core/auth/user-form/user-form.component.ts - 1 - - - - Deleted user "" - 已删除用户“” - - src/app/core/auth/user-list/user-list.component.ts - 1 - - - - Failed to delete user "" - 删除用户“”失败 - - src/app/core/auth/user-list/user-list.component.ts - 1 - - - - You are currently logged in as "". - 您当前在用“”的身份登录。 - - src/app/core/auth/user-list/user-list.component.ts - 1 - - - + + + Updated user " + " + + 已更新用户“ + ” + + + + Deleted user " + " + + 已删除用户“ + ” + + + + Failed to delete user " + " + + 删除用户“ + ”失败 + + + + You are currently logged in as " + ". + + 您当前在用“ + ”的身份登录。 + + + Each object is split in data-chunks parts, each stored on a different OSD. - Each object is split in data-chunks parts, each stored on a different OSD. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + 各对象都被分割为数据块,分别存储于不同 OSD 。 - + Compute coding chunks for each object and store them on different OSDs. The number of coding chunks is also the number of OSDs that can be down without losing data. - Compute coding chunks for each object and store them on different OSDs. - The number of coding chunks is also the number of OSDs that can be down without losing data. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - + 计算各对象的编码块、并存储于不同 OSD 。 +编码块的数量等同于在不丢数据的前提下允许同时失效的 OSD 数量。 + + The jerasure plugin is the most generic and flexible plugin, it is also the default for Ceph erasure coded pools. - The jerasure plugin is the most generic and flexible plugin, - it is also the default for Ceph erasure coded pools. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - + jerasure 插件是最通用、最灵活的插件, +也是 Ceph 纠删码存储池的默认插件。 + + The more flexible technique is reed_sol_van : it is enough to set k and m. The cauchy_good technique can be faster but you need to chose the packetsize carefully. All of reed_sol_r6_op, liberation, blaum_roth, liber8tion are RAID6 equivalents in the sense that they can only be configured with m=2. - The more flexible technique is reed_sol_van : it is enough to set k - and m. The cauchy_good technique can be faster but you need to chose the packetsize - carefully. All of reed_sol_r6_op, liberation, blaum_roth, liber8tion are RAID6 equivalents - in the sense that they can only be configured with m=2. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + reed_sol_van 技术更灵活:它足以设置 k 和 m 值。 +cauchy_good 技术更快,但你得谨慎地选择 packetsize 值。 +reed_sol_r6_op 、 liberation 、 blaum_roth 、 liber8tion 都是与 RAID6 等价的技术, +它们只能配置为 m=2 。 - + The encoding will be done on packets of bytes size at a time. Chosing the right packet size is difficult. The jerasure documentation contains extensive information on this topic. - The encoding will be done on packets of bytes size at a time. - Chosing the right packet size is difficult. - The jerasure documentation contains extensive information on this topic. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + 以 bytes 大小的包为单位进行编码。 +确定合适的包尺寸很难, +jerasure 文档对此有很详细的描述。 - + With the jerasure plugin, when an erasure coded object is stored on multiple OSDs, recovering from the loss of one OSD requires reading from all the others. For instance if jerasure is configured with k=8 and m=4, losing one OSD requires reading @@ -5708,937 +3160,691 @@ less OSDs. For instance if lrc is configured with k=8, m=4 and l=4, it will create an additional parity chunk for every four OSDs. When a single OSD is lost, it can be recovered with only four OSDs instead of eleven. - With the jerasure plugin, when an erasure coded object is stored on - multiple OSDs, recovering from the loss of one OSD requires reading from all the others. - For instance if jerasure is configured with k=8 and m=4, losing one OSD requires reading - from the eleven others to repair. + 用 jerasure 插件时,纠删码编码的对象存储在多个 OSD 上, +丢失一个 OSD 的恢复过程需读取所有其他的 OSD 。 +比如 jerasure 的配置为 k=8 且 m=4 ,丢失一个 OSD 后需读取其他 11 个 OSD 才能恢复。 - The lrc erasure code plugin creates local parity chunks to be able to recover using - less OSDs. For instance if lrc is configured with k=8, m=4 and l=4, it will create - an additional parity chunk for every four OSDs. When a single OSD is lost, it can be - recovered with only four OSDs instead of eleven. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - +lrc 纠删码插件创建的是局部校验块,这样只需较少的 OSD 即可恢复。 +比如 lrc 的配置为 k=8 、 m=4 且 l=4 ,它将为每四个 OSD 创建额外的校验块, +当一个 OSD 丢失时,它只需四个 OSD 即可恢复,而不需要十一个。 - + Group the coding and data chunks into sets of size locality. For instance, for k=4 and m=2, when locality=3 two groups of three are created. Each set can be recovered without reading chunks from another set. - Group the coding and data chunks into sets of size locality. For instance, - for k=4 and m=2, when locality=3 two groups of three are created. Each set can - be recovered without reading chunks from another set. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + 把编码块和数据块分组为大小为 locality 的集合。 +比如, k=4 且 m=2 时,若设置 locality=3 ,将会分组为大小为三的两组, +这样各组都能自行恢复,无需从另一组读数据块。 - + The type of the crush bucket in which each set of chunks defined by l will be stored. For instance, if it is set to rack, each group of l chunks will be placed in a different rack. It is used to create a CRUSH rule step such as step choose rack. If it is not set, no such grouping is done. - The type of the crush bucket in which each set of chunks defined - by l will be stored. For instance, if it is set to rack, each group of l chunks will be - placed in a different rack. It is used to create a CRUSH rule step such as step choose - rack. If it is not set, no such grouping is done. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + 由 l 定义的块集合将按哪种 crush 桶类型存储。 +比如,若设置为 rack ,大小为 l 块的各组将被存入不同的机架, +此值会被用于创建类似 step choose rack 的规则集。 +如果没设置,就不会这样分组。 - + The isa plugin encapsulates the ISA library. It only runs on Intel processors. - The isa plugin encapsulates the ISA library. It only runs on Intel processors. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + isa 插件封装了 ISA 库。它只能运行在 Intel 处理器上。 - + The ISA plugin comes in two Reed Solomon forms. If reed_sol_van is set, it is Vandermonde, if cauchy is set, it is Cauchy. - The ISA plugin comes in two Reed Solomon forms. - If reed_sol_van is set, it is Vandermonde, if cauchy is set, it is Cauchy. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - + ISA 插件包含两种 Reed Solomon 编码形式。 +设置为 reed_sol_van 表示用 Vandermonde 算法,设置为 cauchy 表示用 Cauchy 算法。 + + The shec plugin encapsulates the multiple SHEC library. It allows ceph to recover data more efficiently than Reed Solomon codes. - The shec plugin encapsulates the multiple SHEC library. - It allows ceph to recover data more efficiently than Reed Solomon codes. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - + shec 插件封装了 multiple SHEC 库。 +与 Reed Solomon 编码相比,它能使 Ceph 更高效地恢复数据。 + + The number of parity chunks each of which includes each data chunk in its calculation range. The number is used as a durability estimator. For instance, if c=2, 2 OSDs can be down without losing data. - The number of parity chunks each of which includes each data chunk in its - calculation range. The number is used as a durability estimator. For instance, if c=2, - 2 OSDs can be down without losing data. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + 奇偶校验块数量,它们在各自的计算范围内包含了各数据块。 +此数值被用作持久性估值。 +例如,假设 c=2 ,就是说不丟数据的情况下可损失 2 个 OSD 。 - + The name of the crush bucket used for the first step of the CRUSH rule. For instance step take default. - The name of the crush bucket used for the first step of the CRUSH rule. - For instance step take default. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - + 规则集第一步所指向的 CRUSH 桶之名, +如 step take default 。 + + Ensure that no two chunks are in a bucket with the same failure domain. For instance, if the failure domain is host no two chunks will be stored on the same host. It is used to create a CRUSH rule step such as step chooseleaf host. - Ensure that no two chunks are in a bucket with the same failure - domain. For instance, if the failure domain is host no two chunks will be stored on the same - host. It is used to create a CRUSH rule step such as step chooseleaf host. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + 确保两个编码块不会存在于同一故障域的桶里面。 +比如,假设故障域是 host ,就不会有两个编码块存储到同一主机; +此值用于在规则集中创建类似 step chooseleaf host 的步骤。 - + Restrict placement to devices of a specific class (e.g., ssd or hdd), using the crush device class names in the CRUSH map. - Restrict placement to devices of a specific class - (e.g., ssd or hdd), using the crush device class names in the CRUSH map. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - - - + 使用 CRUSH 索引中的 crush 设备类名, +将归置限制于特定类的设备(例如,ssd 或 hdd)。 + + Set the directory name from which the erasure code plugin is loaded. - Set the directory name from which the erasure code plugin is loaded. - - src/app/shared/api/erasure-code-profile.service.ts - 1 - + 设置纠删码插件所在目录。 + + + Allows all operations + 允许所有操作 - + + Allows only operations that do not modify the server + 只允许不修改服务器端数据的操作 + + + Does not allow read or write operations, but allows any other operation + 禁止读写,但是允许其他的操作 + + + Does not allow read, write, or any operation that modifies file attributes or directory content + 禁止读、写以及任何可能修改文件内容的操作 + + + Allows no access at all + 完全禁止访问 + + -- Select the priority -- -- 选择优先级 -- - - src/app/shared/api/osd.service.ts - 1 - - + Low 低 - - src/app/shared/api/osd.service.ts - 1 - - + High 高 - - src/app/shared/api/osd.service.ts - 1 - - + Last 5 minutes - 过去5分钟 - - src/app/shared/components/grafana/grafana.component.ts - 1 - + 过去 5 分钟 - + Last 15 minutes - 过去15分钟 - - src/app/shared/components/grafana/grafana.component.ts - 1 - + 过去 15 分钟 - + Last 30 minutes - 过去30分钟 - - src/app/shared/components/grafana/grafana.component.ts - 1 - + 过去 30 分钟 - + Last 1 hour (Default) - 过去1小时(默认) - - src/app/shared/components/grafana/grafana.component.ts - 1 - + 过去 1 小时(默认) - + Last 3 hours - 过去3小时 - - src/app/shared/components/grafana/grafana.component.ts - 1 - + 过去 3 小时 - + Last 6 hours - 过去6小时 - - src/app/shared/components/grafana/grafana.component.ts - 1 - + 过去 6 小时 - + Last 12 hours - 过去12小时 - - src/app/shared/components/grafana/grafana.component.ts - 1 - + 过去 12 小时 - + Last 24 hours - 过去24小时 - - src/app/shared/components/grafana/grafana.component.ts - 1 - + 过去 24 小时 - + Yesterday 昨天 - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + Today 今天 - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + Today so far 今天到现在为止 - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + Day before yesterday 前天 - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + Last 2 days - 过去2天 - - src/app/shared/components/grafana/grafana.component.ts - 1 - + 过去 2 天 - + This day last week 上周的今天 - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + Previous week 上个星期 - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + This week 本周 - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + This week so far 本周以来 - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + Last 7 days - 过去7天 - - src/app/shared/components/grafana/grafana.component.ts - 1 - + 过去 7 天 - + Previous month 上个月 - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + This month 当月 - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + This month so far 本月以来 - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + Last 30 days - 过去30天 - - src/app/shared/components/grafana/grafana.component.ts - 1 - + 过去 30 天 - + Last 90 days - 过去90天 - - src/app/shared/components/grafana/grafana.component.ts - 1 - + 过去 90 天 - + Last 6 months - 过去6个月 - - src/app/shared/components/grafana/grafana.component.ts - 1 - + 过去 6 个月 - + Last 1 year - 过去1年 - - src/app/shared/components/grafana/grafana.component.ts - 1 - + 过去 1 年 - + Previous year 去年 - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + This year 今年 - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + This year so far 今年以来 - - src/app/shared/components/grafana/grafana.component.ts - 1 - - + Last 2 years - 过去2年 - - src/app/shared/components/grafana/grafana.component.ts - 1 - + 过去 2 年 - + Last 5 years - 过去5年 - - src/app/shared/components/grafana/grafana.component.ts - 1 - + 过去 5 年 - + Information 信息 - - src/app/shared/components/info-panel/info-panel.component.ts - 1 - - + No items selected. 无选中项目。 - - src/app/shared/components/select/select-messages.model.ts - 1 - - + Deselect item to select again - Deselect item to select again - - src/app/shared/components/select/select-messages.model.ts - 1 - + 取消选择 - + Selection limit reached 达到选择项数上限。 - - src/app/shared/components/select/select-messages.model.ts - 1 - - + Filter tags - Filter tags - - src/app/shared/components/select/select-messages.model.ts - 1 - + 过滤标签 - + Add badge - Add badge - - src/app/shared/components/select/select-messages.model.ts - 1 - + 添加 badge - + There are no items available. 无可选项目。 - - src/app/shared/components/select/select-messages.model.ts - 1 - - - - Failed to - Failed to - - src/app/shared/services/task-message.service.ts - 1 - - - + + + Yes + 是 + + + No + 否 + + + Quality of Service + 服务质量 (QoS) + + + BPS Limit + BPS 上限 + + + The desired limit of IO bytes per second. + 指定的每秒 IO 字节数上限。 + + + IOPS Limit + IOPS 上限 + + + The desired limit of IO operations per second. + 指定的每秒 IO 操作次数上限。 + + + Read BPS Limit + 读 BPS 上限 + + + The desired limit of read bytes per second. + 指定的每秒内读取的字节数上限。 + + + Read IOPS Limit + 读 IOPS 上限 + + + The desired limit of read operations per second. + 指定的每秒读操作次数上限。 + + + Write BPS Limit + 写 BPS 上限 + + + The desired limit of write bytes per second. + 指定的每秒内写入的字节数上限。 + + + Write IOPS Limit + 写 IOPS 上限 + + + The desired limit of write operations per second. + 指定的每秒写操作次数上限。 + + + BPS Burst + BPS 突发 + + + The desired burst limit of IO bytes. + 指定的 IO 字节数突发上限。 + + + IOPS Burst + IOPS 突发 + + + The desired burst limit of IO operations. + 指定的 IO 操作次数突发上限。 + + + Read BPS Burst + 读 BPS 突发 + + + The desired burst limit of read bytes. + 指定的读取的字节数突发上限。 + + + Read IOPS Burst + 读 IOPS 突发 + + + The desired burst limit of read operations. + 指定的读操作次数突发上限。 + + + Write BPS Burst + 写 BPS 突发 + + + The desired burst limit of write bytes. + 指定的写入的字节数突发上限。 + + + Write IOPS Burst + 写 IOPS 突发 + + + The desired burst limit of write operations. + 指定的写操作次数突发上限。 + + + Failed to + + + + + + 失败 + + + Executing 正在执行 - - src/app/shared/services/task-message.service.ts - 1 - - + execute 执行 - - src/app/shared/services/task-message.service.ts - 1 - - + Executed 执行完毕 - - src/app/shared/services/task-message.service.ts - 1 - - + unknown task 未知任务 - - src/app/shared/services/task-message.service.ts - 1 - - + Creating 正在创建 - - src/app/shared/services/task-message.service.ts - 1 - - + create 创建 - - src/app/shared/services/task-message.service.ts - 1 - - + Updating 正在更新 - - src/app/shared/services/task-message.service.ts - 1 - - + update 更新 - - src/app/shared/services/task-message.service.ts - 1 - - + Updated 更新完成 - - src/app/shared/services/task-message.service.ts - 1 - - + Deleting 正在删除 - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - + + delete 删除 - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - + + Deleted 删除完成 - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - - RBD '' - RBD“” - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - - RBD snapshot '' - RBD 快照“” - - src/app/shared/services/task-message.service.ts - 1 - - - - mirror mode for pool '' - mirror mode for pool '' - - src/app/shared/services/task-message.service.ts - 1 - - - - mirror peer for pool '' - mirror peer for pool '' - - src/app/shared/services/task-message.service.ts - 1 - - - - Name is already used by . - 该名字已经被使用。 - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - - Name is already used by . - 该名字已经被使用。 - - src/app/shared/services/task-message.service.ts - 1 - - - - Name is already used by . - 该名字已经被使用。 - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - src/app/shared/services/task-message.service.ts - 1 - - - - contains snapshots. - 包含有快照。 - - src/app/shared/services/task-message.service.ts - 1 - - - + + + RBD ' + ' + + RBD“ + ” + + + + RBD snapshot ' + ' + + RBD 快照“ + ” + + + + mirror mode for pool ' + ' + + 存储池“ + ”的镜像模式 + + + + mirror peer for pool ' + ' + + 存储池“ + ”的镜像同伴 + + + + Name is already used by + . + + 该名称已被 + 使用。 + + + + Name is already used by + . + + 该名称已被 + 使用。 + + + + Name is already used by + . + + 该名称已被 + 使用。 + + + + + contains snapshots. + + + 包含有快照。 + + + Cloning 正在克隆 - - src/app/shared/services/task-message.service.ts - 1 - - + clone 克隆 - - src/app/shared/services/task-message.service.ts - 1 - - + Cloned 克隆完成 - - src/app/shared/services/task-message.service.ts - 1 - - - - Snapshot of must be protected. - 的快照必须处于受保护状态。 - - src/app/shared/services/task-message.service.ts - 1 - - - + + + Snapshot of + must be protected. + + + 的快照必须处于受保护状态。 + + + Copying 正在复制 - - src/app/shared/services/task-message.service.ts - 1 - - + copy 复制 - - src/app/shared/services/task-message.service.ts - 1 - - + Copied 复制完成 - - src/app/shared/services/task-message.service.ts - 1 - - + Flattening 正在展开 - - src/app/shared/services/task-message.service.ts - 1 - - + flatten 展开 - - src/app/shared/services/task-message.service.ts - 1 - - + Flattened 展开完成 - - src/app/shared/services/task-message.service.ts - 1 - - - - Name is already used by . - 名字已经被使用。 - - src/app/shared/services/task-message.service.ts - 1 - - - - Cannot unprotect because it contains child images. - 无法去掉的保护状态,因为它有子镜像。 - - src/app/shared/services/task-message.service.ts - 1 - - - - Cannot delete because it's protected. - 无法删除,因为它处于受保护状态。 - - src/app/shared/services/task-message.service.ts - 1 - - - + + + Name is already used by + . + + 该名称已被 + 使用。 + + + + Cannot unprotect + because it contains child images. + + 无法去掉 + 的保护状态,因为它有子映像。 + + + + Cannot delete + because it's protected. + + 无法删除 + ,因为它处于受保护状态。 + + + Rolling back 正在回滚 - - src/app/shared/services/task-message.service.ts - 1 - - + rollback 回滚 - - src/app/shared/services/task-message.service.ts - 1 - - + Rolled back 回滚完成 - - src/app/shared/services/task-message.service.ts - 1 - - + Moving 正在把 - - src/app/shared/services/task-message.service.ts - 1 - - + move 把 - - src/app/shared/services/task-message.service.ts - 1 - - + Moved 已经把 - - src/app/shared/services/task-message.service.ts - 1 - - - - image '' to trash - 镜像“”移至回收站 - - src/app/shared/services/task-message.service.ts - 1 - - - + + + image ' + ' to trash + + 映像“ + ”移至回收站 + + + Could not find image. - 无法找到镜像。 - - src/app/shared/services/task-message.service.ts - 1 - + 无法找到映像。 - + Restoring - 正在恢复 - - src/app/shared/services/task-message.service.ts - 1 - + 正在把 - + restore - 恢复 - - src/app/shared/services/task-message.service.ts - 1 - + 把 - + Restored - 已恢复 - - src/app/shared/services/task-message.service.ts - 1 - - - - image '' into '' - 镜像从“”恢复到“” - - src/app/shared/services/task-message.service.ts - 1 - - - - Image name '' is already in use. - 镜像的名字“”已经被用过了。 - - src/app/shared/services/task-message.service.ts - 1 - - - - image '' - 镜像“” - - src/app/shared/services/task-message.service.ts - 1 - - - + 已经把 + + + image ' + ' into ' + ' + + 映像从“ + ”恢复到“ + ” + + + + Image name ' + ' is already in use. + + 映像名称“ + ”已被使用。 + + + + image ' + ' + + 映像“ + ” + + + Purging 正在清除 - - src/app/shared/services/task-message.service.ts - 1 - - + purge 清除 - - src/app/shared/services/task-message.service.ts - 1 - - + Purged 已清除 - - src/app/shared/services/task-message.service.ts - 1 - - + all pools 所有存储池 - - src/app/shared/services/task-message.service.ts - 1 - - - - images from - 里的镜像 - - src/app/shared/services/task-message.service.ts - 1 - - - + + + images from + + + + 里的映像 + + + Cannot disable mirroring because it contains a peer. - Cannot disable mirroring because it contains a peer. - - src/app/shared/services/task-message.service.ts - 1 - - - - pool '' - 存储池“” - - src/app/shared/services/task-message.service.ts - 1 - - - - erasure code profile '' - 纠删码配置“” - - src/app/shared/services/task-message.service.ts - 1 - - - - target '' - target '' - - src/app/shared/services/task-message.service.ts - 1 - + 因为包含同伴集群,无法禁用镜像功能 + + + pool ' + ' + + 存储池“ + ” + + + + erasure code profile ' + ' + + 纠删码配置“ + ” + + + + target ' + ' + + 目标器“ + ” + + + + NFS + + + NFS + + diff --git a/src/pybind/mgr/dashboard/frontend/src/locale/messages.zh-TW.xlf b/src/pybind/mgr/dashboard/frontend/src/locale/messages.zh-TW.xlf new file mode 100644 index 000000000000..280c598f1ed6 --- /dev/null +++ b/src/pybind/mgr/dashboard/frontend/src/locale/messages.zh-TW.xlf @@ -0,0 +1,3857 @@ + + + + + Toggle navigation + 切換導覽 + + + Dashboard + 儀表板 + + + Cluster + 叢集 + + + Hosts + 主機 + + + Monitors + 監控程式 + + + OSDs + OSD + + + Configuration + 組態 + + + CRUSH map + CRUSH 地圖 + + + Manager modules + 管理員模組 + + + Logs + 記錄 + + + Alerts + 警示 + + + Pools + 池 + + + Block + 區塊 + + + Images + 影像 + + + Mirroring + 鏡像 + + + iSCSI + iSCSI + + + NFS + NFS + + + Filesystems + 檔案系統 + + + Object Gateway + 物件閘道 + + + Daemons + 精靈 + + + Users + 使用者 + + + Buckets + 桶 + + + Retrieving data + for + + + . Please wait... + + Retrieving data + for + + + . Please wait... + + + + Displaying previously cached data + + for + + + . + + Displaying previously cached data + + for + + + . + + + + Could not load data + for + + + . + Please check the cluster health. + + Could not load data + for + + + . + Please check the cluster health. + + + + Back + 返回 + + + Select a Language + 選取語言 + + + Loading panel data... + 正在載入面板資料... + + + Please consult the + documentation + on how to + configure and enable the monitoring functionality. + + 如需了解如何設定和啟用監控功能, + 請參閱 + 文件 + 。 + + + + Grafana Dashboard doesn't exist. Please refer to + documentation + on how to + add dashboards to Grafana. + + Grafana 儀表板不存在。如需了解 + 如何向 Grafana 新增儀表板, + 請參閱 + 文件 + 。 + + + + Grafana Time Picker + Grafana 時間選擇器 + + + Reset Settings + 重設設定 + + + Failed to load data. + 無法載入資料。 + + + selected + 選取的數目 + X selected + + + found + 找到的數目 + X found + + + total + 總計 + X total + + + Settings + 設定 + + + Changing these parameters from their default values is usually not necessary. + 通常不需要變更這些參數的預設值。 + + + Backstore + 支援儲存 + + + Confirm + 確認 + + + Cancel + 取消 + + + Advanced Settings + 進階設定 + + + Target IQN + 目標 IQN + + + This field is required. + 此欄位為必填欄位。 + + + IQN has wrong pattern. + IQN 模式錯誤。 + + + An IQN has the following notation 'iqn.$year-$month.$reversedAddress:$definedName' + IQN 模式應如下所示︰「iqn.$year-$month.$reversedAddress:$definedName」 + + + For example: iqn.2016-06.org.dashboard:storage:disk.sn-a8675309 + 例如:iqn.2016-06.org.dashboard:storage:disk.sn-a8675309 + + + More information + 更多資訊 + + + This target has modified advanced settings. + 此目標的進階設定存在修改。 + + + Portals + 入口網站 + + + At least + gateways are required. + + 至少需要 + 個物件閘道。 + + + + Add portal + 新增入口網站 + + + This image has modified settings. + 此影像的設定存在修改。 + + + At least 1 image is required. + 至少需要 1 個影像。 + + + Add image + 新增影像 + + + ACL authentication + ACL 驗證 + + + Initiators + 啟動器 + + + Initiator + 啟動器 + + + Client IQN + 用戶端 IQN + + + Initiator IQN needs to be unique. + 啟動器 IQN 必須唯一。 + + + User + 使用者 + + + Usernames must have a length of 8 to 64 characters and + can only contain letters, '.', '@', '-', '_' or ':'. + 使用者名稱的長度必須介於 8 至 64 個字元之間,並且只能包含以下 + 字元︰字母、「.」、「@」、「-」、「_」或「:」。 + + + Password + 密碼 + + + Mutual User + 雙向驗證使用者 + + + Mutual Password + 雙向驗證密碼 + + + Initiator belongs to a group. Images will be configure in the group. + 啟動器屬於群組。影像須在群組中進行設定。 + + + No items added. + 未新增項目。 + + + Add initiator + 新增啟動器 + + + Groups + 群組 + + + Group + 群組 + + + Name + 名稱 + + + Add group + 新增群組 + + + Submit + 提交 + + + Are you sure that you want to + the selected + ? + + 確定要 + 選取的 + 嗎? + + + + Yes, I am sure. + 是的,我確定。 + + + Discovery Authentication + 探查驗證 + + + Usernames must have a length of 8 to 64 characters and + can only contain letters, '.', '@', '-', '_' or ':'. + 使用者名稱的長度必須介於 8 至 64 個字元之間,並且只能包含以下 + 字元︰字母、「.」、「@」、「-」、「_」或「:」。 + + + Please consult the + documentation + + on how to configure and enable the iSCSI Targets management functionality. + + 如需了解如何設定和啟用 iSCSI 目標管理功能, + 請參閱 + 文件 + 。 + + + + Available information: + 可用資訊︰ + + + iSCSI Targets not available + 無法使用 iSCSI 目標 + + + '/' and '@' are not allowed. + 不允許使用「/」和「@」。 + + + Loading... + 正在載入... + + + -- No rbd pools available -- + -- 沒有可用的 RBD 池 -- + + + -- Select a pool -- + -- 選取池 -- + + + Use a dedicated data pool + 使用專屬的資料池 + + + Data pool + 資料池 + + + Dedicated pool that stores the object-data of the RBD. + 專用於儲存 RBD 的物件資料的池 + + + -- No data pools available -- + -- 沒有可用的資料池 -- + + + Size + 大小 + + + e.g., 10GiB + 例如 10 GiB + + + You have to increase the size. + 您必須增加大小。 + + + Features + 功能 + + + Advanced... + 進階... + + + Advanced + 進階 + + + Striping + 分割 + + + Object size + 物件大小 + + + Stripe unit + 分割單位 + + + -- Select stripe unit -- + -- 選取分割單位 -- + + + This field is required because stripe count is defined! + 由於已定義分割計數,因此必須填寫此欄位! + + + Stripe unit is greater than object size. + 分割單位大於物件大小。 + + + Stripe count + 分割計數 + + + This field is required because stripe unit is defined! + 由於已定義分割單位,因此必須填寫此欄位! + + + Stripe count must be greater than 0. + 分割計數必須大於 0。 + + + Trash + 垃圾桶 + + + Overall Performance + 整體效能 + + + Edit + 編輯 + + + Description + 描述 + + + Long description + 詳細描述 + + + Default + 預設值 + + + Daemon default + 精靈預設值 + + + Services + 服務 + + + Values + 值 + + + The entered value is too high! It must not be greater than + . + + 輸入的值太高!該值不得大於 + 。 + + + + The entered value is too low! It must not be lower than + . + + 輸入的值太低!該值不得小於 + 。 + + + + Save + 儲存 + + + CRUSH map viewer + CRUSH 地圖檢視器 + + + Hosts List + 主機清單 + + + No entries found + 找不到項目 + + + Cluster Logs + 叢集記錄 + + + Audit Logs + 稽核記錄 + + + Loading configuration... + 正在載入組態... + + + The configuration could not be loaded. + 無法載入組態。 + + + Edit Manager module + 編輯管理員模組 + + + The entered value is not a valid UUID, e.g.: 67dcac9f-2c03-4d6c-b7bd-1210b3a259a8 + 輸入的值不是有效的 UUID,例如 67dcac9f-2c03-4d6c-b7bd-1210b3a259a8 + + + The entered value needs to be a valid IP address. + 輸入的值必須是有效的 IP 位址。 + + + The entered value is too high! It must be lower or equal to + . + + 輸入的值太高!該值必須小於或等於 + 。 + + + + The entered value is too low! It must be greater or equal to + . + + 輸入的值太低!該值必須大於或等於 + 。 + + + + The entered value needs to be a number. + 輸入的值必須為數字。 + + + The entered value needs to be a number or decimal. + 輸入的值必須為數字或小數。 + + + Update + 更新 + + + Status + 狀態 + + + Cluster ID + 叢集 ID + + + monmap modified + monmap 修改時間 + + + monmap epoch + monmap 版本編號 + + + quorum con + quorum con + + + quorum mon + quorum mon + + + required con + required con + + + required mon + required mon + + + In Quorum + 仲裁成員 + + + Not In Quorum + 非仲裁成員 + + + Cluster-wide OSD Flags + 叢集範圍的 OSD 旗標 + + + OSD Recovery Priority + OSD 復原優先程度 + + + Priority + 優先程度 + + + Customize priority values + 自訂優先程度值 + + + This field is required! + 此欄位為必填欄位! + + + [object Object] + [object Object] + + + The entered value is too high! It must not be greater than + . + + 輸入的值太高!該值不得大於 + 。 + + + + The entered value is too low! It must not be lower than + . + + 輸入的值太低!該值不得小於 + 。 + + + + Reweight OSD + 重新設定 OSD 的權數 + + + The value needs to be between 0 and 1. + 該值必須介於 0 至 1 之間。 + + + Reweight + 重新設定權數 + + + OSDs + Scrub + + OSD + 整理 + + + + {VAR_SELECT, select, 1 {Deep } } + {VAR_SELECT, select, 1 {深層} } + + + You are about to apply a + scrub to + the OSD + + + . + + 即將對 OSD + + + + 套用 + 整理。 + + + + {VAR_SELECT, select, 1 {deep } } + {VAR_SELECT, select, 1 {深層} } + + + Set Cluster-wide Flags + 設定叢集範圍的旗標 + + + Set Cluster-wide Recovery Priority + 設定叢集範圍的復原優先程度 + + + OSDs List + OSD 清單 + + + + OSD + + will be marked + + + if you proceed. + + 若繼續, + OSD + + + 將被標示為 + + + 。 + + + + The OSD is not safe to destroy! + OSD 不安全,無法損毀! + + + + OSD + + will be + + + if you proceed. + + 若繼續, + OSD + + + 將被 + + + 。 + + + + Details + 詳細資料 + + + Health + 狀態 + + + Statistics + 統計資料 + + + Please consult the + documentation + + on how to configure and enable the NFS Ganesha management functionality. + + 如需了解如何設定和啟用 NFS Ganesha 管理功能, + 請參閱 + 文件 + 。 + + + + Clients + 用戶端 + + + Any client can access + 任何用戶端均可存取 + + + Addresses + 位址 + + + Required field + 必填欄位 + + + Must contain one or more comma-separated values + 必須包含一或多個逗號分隔值 + + + For example: + 例如︰ + + + Access Type + 存取類型 + + + Squash + Squash + + + Add clients + 新增用戶端 + + + NFS export + + + NFS 輸出 + + + + + -- No cluster available -- + -- 沒有可用的叢集 -- + + + -- Select the cluster -- + -- 選取叢集 -- + + + Add daemon + 新增精靈 + + + Storage Backend + 儲存後端 + + + -- Select the storage backend -- + -- 選取儲存後端 -- + + + Object Gateway User + 物件閘道使用者 + + + -- No users available -- + -- 沒有可用的使用者 -- + + + -- Select the object gateway user -- + -- 選取物件閘道使用者 -- + + + CephFS User ID + CephFS 使用者 ID + + + -- No clients available -- + -- 沒有可用的用戶端 -- + + + -- Select the cephx client -- + -- 選取 cephx 用戶端 -- + + + CephFS Name + CephFS 名稱 + + + Security Label + 安全標籤 + + + Enable security label + 啟用安全標籤 + + + CephFS Path + CephFS 路徑 + + + Path need to start with a '/' and can be followed by a word + 路徑必須以「/」開頭,後面可接單詞 + + + New directory will be created + 將建立新目錄 + + + Path + 路徑 + + + Path can only be a single '/' or a word + 路徑只能以單一「/」或單詞開頭 + + + New bucket will be created + 將建立新桶 + + + NFS Protocol + NFS 通訊協定 + + + NFSv3 + NFSv3 + + + NFSv4 + NFSv4 + + + NFS Tag + NFS 標記 + + + Alternative access for + NFS v3 + mounts (it must not have a leading /). + + + NFS v3 + 掛接的備用存取 (不得包含前置 /)。 + + + + Clients may not mount subdirectories (i.e. if Tag = foo, the client may not mount foo/baz). + 用戶端不能掛接子目錄 (即如果標記為 foo,則用戶端無法掛接 foo/baz)。 + + + By using different Tag options, the same Path may be exported multiple times. + 透過使用不同標記選項,可將同一路徑輸出多次。 + + + Pseudo + 虛擬 + + + The position that this + NFS v4 + export occupies + in the + Pseudo FS + (it must be unique). + + 此 + NFS v4 + 輸出在 + 虛擬檔案系統 + 中 + 所佔用的位置 (必須唯一)。 + + + + By using different Pseudo options, the same Path may be exported multiple times. + 透過使用不同虛擬選項,可將同一路徑輸出多次。 + + + Wrong format + 格式錯誤。 + + + -- No access type available -- + -- 沒有可用的存取類型 -- + + + -- Select the access type -- + -- 選取存取類型 -- + + + -- No squash available -- + -- 沒有可用的 squash -- + + + --Select what kind of user id squashing is performed -- + -- 選取執行哪種類型的使用者 ID 匿名存取 -- + + + Transport Protocol + 傳輸通訊協定 + + + UDP + UDP + + + TCP + TCP + + + CephFS + CephFS + + + The name can only consist of alphanumeric characters, dashes and underscores. + 名稱只能由英數字元、破折號和底線組成。 + + + The chosen erasure code profile name is already in use. + 所選的糾刪碼設定檔名稱已在使用中。 + + + Plugin + 外掛程式 + + + Data chunks (k) + 資料區塊 (k) + + + Must be equal to or greater than 2. + 必須大於或等於 2。 + + + Coding chunks (m) + 編碼區塊 (m) + + + Must be equal to or greater than 1. + 必須大於或等於 1。 + + + Durability estimator (c) + 持久性估值 (c) + + + Locality (l) + 本地性 (l) + + + Crush failure domain + CRUSH 故障網域 + + + Crush Locality + CRUSH 本地性 + + + None + 無 + + + Technique + 技術 + + + Packetsize + 封包大小 + + + Crush root + CRUSH 根 + + + Crush device class + CRUSH 裝置類別 + + + any + 任何 + + + Directory + 目錄 + + + Add + 新增 + + + Close + 關閉 + + + Name... + 名稱... + + + The chosen Ceph pool name is already in use. + 所選的 Ceph 池名稱已在使用中。 + + + Pool type + 池類型 + + + -- Select a pool type -- + -- 選取池類型 -- + + + Placement groups + 放置群組 + + + At least one placement group is needed! + 至少需要一個放置群組! + + + Your cluster can't handle this many PGs. Please recalculate the PG amount needed. + 您的叢集無法處理這麼多的 PG。請重新計算所需的 PG 數量。 + + + You can only increase the number of PGs of an existing pool. + Currently your pool has + PGs. + + 您只能增加現有池的 PG 數量。 + 目前您的池有 + 個 PG。 + + + + Calculation help + 計算說明 + + + The current PGs settings were calculated for you, you + should make sure the values suit your needs before submit. + 已為您計算目前的 PG 設定,您 + 應在提交前確定這些值符合您的需求。 + + + Crush ruleset + CRUSH 規則集 + + + -- Select a crush rule -- + -- 選取 CRUSH 規則 -- + + + Crush rule + CRUSH 規則 + + + Crush steps + CRUSH 步驟 + + + The rule can't be used in the current cluster as it has + to few OSDs to meet the minimum required OSD by this rule. + 無法在目前的叢集中使用此規則,因為叢集的 + OSD 數量過少,無法滿足規則所需的最低 OSD 數量。 + + + Replicated size + 複製大小 + + + Minimum: + + + 最低︰ + + + + + Maximum: + + + 最高︰ + + + + + The size specified is out of range. A value from + to + is valid. + + 指定的大小超出了範圍。介於 + 至 + 之間的值才有效。 + + + + Erasure code profile + 糾刪碼設定檔 + + + -- No erasure code profile available -- + -- 沒有可用的糾刪碼設定檔 -- + + + -- Select an erasure code profile -- + -- 選取糾刪碼設定檔 -- + + + Flags + 旗標 + + + EC Overwrites + EC 覆寫 + + + Applications + 應用程式 + + + Compression + 壓縮 + + + Mode + 模式 + + + Algorithm + 演算法 + + + -- No erasure compression algorithm available -- + -- 沒有可用的糾刪壓縮演算法 -- + + + Minimum blob size + Blob 最小大小 + + + e.g., 128KiB + 例如 128 KiB + + + Value should be greater than 0 + 值應大於 0 + + + Value should be greater than the maximum blob size + 值應大於 blob 最大大小 + + + Maximum blob size + Blob 最大大小 + + + e.g., 512KiB + 例如 512 KiB + + + Value should be greater than the minimum blob size + 值應大於 blob 最小大小 + + + Ratio + 比率 + + + Compression ratio + 壓縮率 + + + Value should be between 0.0 and 1.0 + 值應介於 0.0 至 1.0 之間 + + + It's not possible to create an RBD pool with '/' in the name. + 無法建立名稱中包含「/」的 RBD 池。 + + + Please change the name or remove 'rbd' from the applications list. + 請變更名稱或將「rbd」從應用程式清單中移除。 + + + Pools List + 池清單 + + + Please consult the + documentation + + on how to configure and enable the Object Gateway management functionality. + + 如需了解如何設定和啟用物件閘道管理功能, + 請參閱 + 文件 + 。 + + + + Loading bucket data... + 正在載入桶資料... + + + The bucket data could not be loaded. + 無法載入桶資料。 + + + Id + ID + + + The value is not valid. + 該值無效。 + + + The chosen name is already in use. + 所選的名稱已在使用中。 + + + Owner + 擁有者 + + + -- Select a user -- + -- 選取使用者 -- + + + Daemons List + 精靈清單 + + + Type + 類型 + + + -- Select a type -- + -- 選取類型 -- + + + Permission + 許可權 + + + -- Select a permission -- + -- 選取許可權 -- + + + S3 key + S3 金鑰 + + + Username + 使用者名稱 + + + -- Select a username -- + -- 選取使用者名稱 -- + + + Auto-generate key + 自動產生金鑰 + + + Access key + 存取金鑰 + + + Secret key + 機密金鑰 + + + Subuser + 子使用者 + + + The chosen subuser ID is already in use. + 所選的子使用者 ID 已在使用中。 + + + read, write + 讀取、寫入 + + + full + 完整 + + + Swift key + Swift 金鑰 + + + Auto-generate secret + 自動產生機密金鑰 + + + Loading user data... + 正在載入使用者資料... + + + The user data could not be loaded. + 無法載入使用者資料。 + + + The chosen user ID is already in use. + 所選的使用者 ID 已在使用中。 + + + Full name + 全名 + + + Email address + 電子郵件地址 + + + This is not a valid email address. + 電子郵件地址無效。 + + + The chosen email address is already in use. + 所選的電子郵件地址已在使用中。 + + + Max. buckets + 最大桶數 + + + The entered value must be >= 0. + 輸入的值必須大於或等於 0。 + + + Suspended + 已暫停 + + + Subusers + 子使用者 + + + There are no subusers. + 沒有子使用者。 + + + Delete + 刪除 + + + Keys + 金鑰 + + + S3 + S3 + + + There are no keys. + 沒有金鑰。 + + + Show + 顯示 + + + Swift + Swift + + + Capabilities + 功能 + + + There are no capabilities. + 沒有功能。 + + + User quota + 使用者定額 + + + Enabled + 已啟用 + + + Unlimited size + 大小不限 + + + Max. size + 最大大小 + + + Unlimited objects + 物件數不限 + + + Max. objects + 最大物件數 + + + Bucket quota + 桶定額 + + + Welcome to Ceph! + 歡迎使用 Ceph! + The welcome message on the login page + + + Username is required + 需要指定使用者名稱 + + + Password is required + 需要指定密碼 + + + Login + 登入 + + + Description... + 描述... + + + Permissions + 許可權 + + + Sorry, the user does not exist in Ceph. + 抱歉,該使用者不存在於 Ceph 中。 + + + Return to + Login Page + . You'll be logged out from the Identity Provider when you retry logging in. + + 返回 + 登入頁面 + 。 當您重試登入時,您將從身分提供者登出。 + + + + Confirm password + 確認密碼 + + + Password confirmation doesn't match the password. + 確認的密碼與之前輸入的密碼不符。 + + + Email + 電子郵件 + + + Invalid email. + 電子郵件無效。 + + + Roles + 角色 + + + You are about to remove "user read / update" permissions from your own user. + 您正要為您自己的使用者移除「使用者讀取/寫入」許可權。 + + + If you continue, you will no longer be able to add or remove roles from any user. + 若繼續,您將再也無法為任何使用者新增或移除角色。 + + + Are you sure you want to continue? + 確定要繼續嗎? + + + Forbidden + 已禁止 + + + Sorry, you are not allowed to see what you were looking for. + 抱歉,您無權查看您要尋找的內容。 + + + Sorry, we could not find what you were looking for + 抱歉,我們找不到您要尋找的內容。 + + + Remove all + 全部移除 + + + Recent Notifications + 最近的通知 + + + There are no background tasks. + 沒有背景任務。 + + + Background Tasks + 背景任務 + + + Help + 說明 + + + Documentation + 文件 + + + API + API + + + About + 關於 + + + Dashboard Settings + 儀表板設定 + + + User management + 使用者管理 + + + Logged in user + 登入的使用者 + + + Signed in as + + + + + 以 + + + + 身分登入 + + + + Sign out + 登出 + + + Performance Counters + 效能計數器 + + + Performance Details + 效能詳細資料 + + + ID + ID + + + Index type + 索引類型 + + + Placement rule + 放置規則 + + + Marker + 標記 + + + Maximum marker + 最大標記數 + + + Version + 版本 + + + Master version + 主版本 + + + Modification time + 修改時間 + + + Zonegroup + 區域群組 + + + Maximum size + 最大大小 + + + Unlimited + 無限制 + + + Maximum objects + 最大物件數 + + + System + 系統 + + + {VAR_SELECT, select, 0 {No} 1 {Yes} } + {VAR_SELECT, select, 0 {否} 1 {是} } + + + Maximum buckets + 最大桶數 + + + Performance counters not available + 沒有可用的效能計數器 + + + Global + 全域 + + + Image + 影像 + + + Pool + 池 + + + RBD Configuration + RBD 組態 + + + Remove the local configuration value. The parent configuration value will be inherited and used instead. + 移除本地組態值。將繼承並使用父組態值。 + + + The mininum value is 0 + 最小值為 0 + + + Attributes (OSD map) + 屬性 (OSD 地圖) + + + Metadata not available + 無法使用中繼資料 + + + Metadata + 中繼資料 + + + Performance counter + 效能計數器 + + + Histogram not available: + + + 無法使用長條圖︰ + + + + + Writes + 寫入 + + + Reads + 讀取 + + + Histogram + 長條圖 + + + Current values + 目前的值 + + + Min + 最小值 + + + Max + 最大值 + + + Source + 來源 + + + Level + 層級 + + + Can be updated at runtime (editable) + 可在執行時期更新 (可編輯) + + + Tags + 標記 + + + Enum values + 列舉值 + + + See also + 另請參閱 + + + Cluster Status + 叢集狀態 + + + Manager Daemons + 管理員精靈 + + + Object Gateways + 物件閘道 + + + Metadata Servers + 中繼資料伺服器 + + + iSCSI Gateways + iSCSI 閘道 + + + Client IOPS + 用戶端 IOPS + + + Client Throughput + 用戶端輸送量 + + + Client Read/Write + 用戶端讀取/寫入 + + + Recovery Throughput + 復原輸送量 + + + Scrub + 整理 + + + Performance + 效能 + + + Raw Capacity + 原始容量 + + + Objects + 物件 + + + PGs per OSD + 每個 OSD 的 PG 數 + + + PG Status + PG 狀態 + + + Capacity + 容量 + + + + + See + Logs + for more details. + + + + 如需詳細資料,請參閱 + 記錄 + 。 + + + + Move an image to trash + 將影像移至垃圾桶 + + + To move + + / + + to trash, + click + Move Image + . Optionally, you can pick an expiration date. + + 若要將 + + / + + 移至垃圾桶, + 請按一下 + 移動影像 + 。或者,您可以選取一個過期日。 + + + + Protection expires at + 保護的過期日為 + + + NOT PROTECTED + 無保護 + + + Wrong date format. Please use "YYYY-MM-DD HH:mm:ss". + 日期格式錯誤。請使用「YYYY-MM-DD HH:mm:ss」。 + + + Protection has already expired. Please pick a future date or leave it empty. + 保護已過期。請選取一個未來的日期或保留空白。 + + + Move Image + 移動影像 + + + Overview + 綜覽 + + + Targets + 目標 + + + Only available for RBD images with + fast-diff + enabled + + 僅適用於已啟用 + fast-diff + 的 RBD 影像 + + + + Data Pool + 資料池 + + + Created + 已建立 + + + Provisioned + 已佈建 + + + N/A + 無 + + + Total provisioned + 總佈建數 + + + Striping unit + 分割單位 + + + Striping count + 分割計數 + + + Parent + 父 + + + Block name prefix + 區塊名稱字首 + + + Order + 順序 + + + Snapshots + 快照 + + + This setting overrides the global value + 此設定會覆寫全域值 + + + This is the global value. No value for this option has been set for this image. + 此值為全域值。未為此影像設定此選項的值。 + + + + RBD Snapshot + + + RBD 快照 + + + + {VAR_SELECT, select, true {Rename} other {Create} } + {VAR_SELECT, select, true {重新命名} other {建立} } + + + + Snapshot + + + 快照 + + + + PROTECTED + 受保護 + + + UNPROTECTED + 未受保護 + + + You are about to rollback + 您正要復原 + + + Purge Trash + 清除垃圾桶 + + + To purge, select one or All images and click + 若要清除,請選取一個或全部影像,然後按一下 + + + Pool: + 池︰ + + + Pool name... + 池名稱... + + + All + 全部 + + + Restore Image + 回存影像 + + + To restore + 若要回存 + + + type the image's new name and click + 鍵入影像的新名稱并按一下 + + + New Name + 新名稱 + + + Expired at + 過期日為 + + + Protected until + 保護過期日為 + + + This image is protected until + . + + 此影像的保護過期日為 + 。 + + + + iSCSI Topology + iSCSI 拓撲 + + + Issues + 問題 + + + Syncing + 正在同步 + + + Ready + 準備就緒 + + + Edit pool mirror mode + 編輯池鏡像模式 + + + To edit the mirror mode for pool  + + + , select a new mode from the list and click  + Update + . + + 若要編輯池 + + +   + 的鏡像模式,請從清單中選取一個新模式,然後按一下  + 更新 + 。 + + + + Peer clusters must be removed prior to disabling mirror. + 在停用鏡像之前,必須先移除對等叢集。 + + + + + pool mirror peer + + + + 池鏡像對等 + + + + {VAR_SELECT, select, edit {Edit} other {Add} } + {VAR_SELECT, select, edit {編輯} other {新增} } + + + + the pool + mirror peer attributes for pool + + + and click + Submit + . + + + 池 + + + 的 + 鏡像對等屬性,然後按一下 + 提交 + 。 + + + + Cluster Name + 叢集名稱 + + + The cluster name is not valid. + 叢集名稱無效。 + + + CephX ID + CephX ID + + + CephX ID... + CephX ID... + + + The CephX ID is not valid. + CephX ID 無效。 + + + Monitor Addresses + 監控程式位址 + + + Comma-delimited addresses... + 逗號分隔的位址... + + + The monitory address is not valid. + 監控程式位址無效。 + + + CephX Key + CephX 金鑰 + + + Base64-encoded key... + Base64 編碼的金鑰... + + + CephX key must be base64 encoded. + CephX 金鑰必須為 Base64 編碼的金鑰。 + + + Cache Tiers Details + 快取層詳細資料 + + + Ranks + 階層 + + + Clients: + + + 用戶端︰ + + + + + Current + 目前 + + + Updated discovery authentication + 已更新探查驗證 + + + There are no portals available. + 沒有可用的入口網站。 + + + There are no images available. + 沒有可用的影像。 + + + There are no images available. Please make sure you add an image to the target. + 沒有可用的影像。請確定為目標新增一個影像。 + + + There are no initiators available. Please make sure you add an initiator to the target. + 沒有可用的啟動器。請確定為目標新增一個啟動器。 + + + Target + 目標 + + + Hostname + 主機名稱 + + + Read Bytes + 讀取位元組數 + + + Write Bytes + 寫入位元組數 + + + Read Ops + 讀取操作數 + + + Write Ops + 寫入操作數 + + + A/O Since + 使用中/最佳化開始時間 + + + Instance + 例項 + + + Issue + 問題 + + + State + 狀態 + + + Progress + 進度 + + + Disabled + 已停用 + + + Edit Mode + 編輯模式 + + + Add Peer + 新增對等 + + + Edit Peer + 編輯對等 + + + Delete Peer + 刪除對等 + + + Leader + Leader + + + # Local + 本地數量 + + + # Remote + 遠端數量 + + + mirror peer + 鏡像對等 + + + Key + 金鑰 + + + Value + 值 + + + Deep flatten + 深層壓平 + + + Layering + 分層 + + + Exclusive lock + 獨佔鎖定 + + + Object map (requires exclusive-lock) + 物件對應 (需要獨佔鎖定) + + + Journaling (requires exclusive-lock) + 記錄 (需要獨佔鎖定) + + + Fast diff (requires object-map) + 快速計算差異 (需要獨佔鎖定) + + + Copy + 複製 + + + Flatten + 壓平 + + + Move to Trash + 移至垃圾桶 + + + Create + 建立 + + + Rename + 重新命名 + + + Protect + 保護 + + + Unprotect + 取消保護 + + + Clone + 克隆 + + + Rollback + 復原 + + + RBD snapshot rollback + RBD 快照復原 + + + RBD snapshot + RBD 快照 + + + Restore + 還原 + + + Deleted At + 刪除位置 + + + id + ID + + + type + 類型 + + + state + 狀態 + + + version + 版本 + + + Host + 主機 + + + root + 根 + + + Rank + 階層 + + + Daemon + 精靈 + + + Activity + 活動 + + + Dentries + Dentry + + + Inodes + Inode + + + Usage + 使用率 + + + Standby daemons + 待命精靈 + + + The value can be updated at runtime. + 該值可在執行時期更新。 + + + Daemons/clients do not pull this value from the + monitor config database. We disallow setting this option via 'ceph config + set ...'. This option should be configured via ceph.conf or via the + command line. + 精靈/用戶端不會從監控程式組態資料庫 + 提取此值。我們不允許透過「ceph config set ...」 + 設定此選項。應透過 ceph.conf 或使用指令行 + 進行設定。 + + + Option takes effect only during daemon startup. + 該選項僅在精靈啟動期間生效。 + + + Option only affects cluster creation. + 該選項僅影響叢集建立。 + + + Option only affects daemon creation. + 該選項僅影響精靈建立。 + + + Updated config option + + + 已更新組態選項 + + + + + Service + 服務 + + + Current value + 目前的值 + + + Editable + 可編輯 + + + Updated options for module " + ". + + 已更新模組「 + 」的選項。 + + + + Enable + 啟用 + + + Disable + 停用 + + + Reconnecting, please wait ... + 正在重新連接,請稍候... + + + Public Address + 公用位址 + + + Open Sessions + 開啟的工作階段 + + + No In + 禁止標示為 In + + + OSDs that were previously marked out will not be marked back in when they start + 之前標示為 out 的 OSD 在啟動時將不會重新標示為 in + + + No Out + 禁止標示為 Out + + + OSDs will not automatically be marked out after the configured interval + OSD 在設定的間隔過後將不會自動標示為 out + + + No Up + 禁止標示為 Up + + + OSDs are not allowed to start + 不允許 OSD 啟動 + + + No Down + 禁止標示為 Down + + + OSD failure reports are being ignored, such that the monitors will not mark OSDs down + 將會忽略 OSD 故障報告,如此監控程式便不會將 OSD 標示為 down + + + Pause + 暫停 + + + Pauses reads and writes + 暫停讀取和寫入 + + + No Scrub + 禁止整理 + + + Scrubbing is disabled + 整理已停用 + + + No Deep Scrub + 禁止深層整理 + + + Deep Scrubbing is disabled + 深層整理已停用 + + + No Backfill + 禁止回填 + + + Backfilling of PGs is suspended + PG 回填已暫停 + + + No Recover + 禁止復原 + + + Recovery of PGs is suspended + PG 復原已暫停 + + + Bitwise Sort + 按位元排序 + + + Use bitwise sort + 使用按位元排序 + + + Purged Snapdirs + 已清除 Snapdir + + + OSDs have converted snapsets + OSD 已轉換 snapset + + + Recovery Deletes + 復原刪除 + + + Deletes performed during recovery instead of peering + 在復原期間,而非在建立互聯時執行刪除 + + + PG Log Hard Limit + PG 記錄硬限制 + + + Puts a hard limit on pg log length + 為 pg 記錄長度設定硬限制 + + + Updated OSD Flags + 已更新 OSD 旗標 + + + Deep Scrub + 深層整理 + + + Mark Out + 標示為 Out + + + out + out + + + Mark In + 標示為 In + + + in + in + + + Mark Down + 標示為 Down + + + down + down + + + Mark Lost + 標示為遺失 + + + Mark + 標示 + + + OSD lost + OSD 遺失 + + + marked lost + 已標示為遺失 + + + Purge + 清除 + + + OSD + OSD + + + purged + 已清除 + + + Destroy + 損毀 + + + destroy + 損毀 + + + destroyed + 已損毀 + + + PGs + PG + + + Read bytes + 讀取位元組數 + + + Writes bytes + 寫入位元組數 + + + Read ops + 讀取操作數 + + + Write ops + 寫入操作數 + + + Mark OSD + + + 將 OSD 標示為 + + + + + Mark + + + 標示為 + + + + + Max Backfills + 最大回填數 + + + Recovery Max Active + 處於使用中狀態的最大復原操作數 + + + Recovery Max Single Start + 單次啟動的最大復原操作數 + + + Recovery Sleep + 復原操作間隔睡眠時間 + + + Custom + 自訂 + + + Updated OSD recovery speed priority " + " + + 已更新 OSD 復原速度優先程度「 + 」 + + + + + was initialized in the following OSD: + + + 以下 OSD 已啟始化 + 操作︰ + + + + + Job + 工作 + + + Severity + 嚴重性 + + + Started + 已啟動 + + + URL + URL + + + Used + 已使用 + + + Avail. + 可用 + + + Clean + 乾淨 + + + Working + 工作中 + + + Warning + 警告 + + + Unknown + 未知 + + + up + 啟用中 + + + no filesystems + 無檔案系統 + + + active + 使用中 + + + standby + 待命 + + + n/a + 無 + + + active daemon + 使用中的精靈 + + + quorum + quorum + + + The NFS Ganesha service is not configured. + 未設定 NFS Ganesha 服務。 + + + Transport + 傳輸 + + + CephFS User + CephFS 使用者 + + + CephFS Filesystem + CephFS 檔案系統 + + + (inherited from global config) + (繼承自全域組態) + + + inherited from global config + 繼承自全域組態 + + + -- Select what kind of user id squashing is performed -- + -- 選取執行哪種類型的使用者 ID 匿名存取 -- + + + There are no daemons available. + 沒有可用的精靈。 + + + Export + 輸出 + + + Cache Mode + 快取模式 + + + Min Evict Age + 逐出前至少可留存的時間 + + + Min Flush Age + 衝洗前至少可留存的時間 + + + Target Max Bytes + 目標最大位元組數 + + + Target Max Objects + 目標最大物件數 + + + No applications added + 未新增應用程式 + + + Applications limit reached + 已達到應用程式上限 + + + A pool can only have up to four applications definitions. + 一個池最多只能四個應用程式定義。 + + + Allowed characters '_a-zA-Z0-9' + 允許的字元為「_a-zA-Z0-9」 + + + Maximum length is 128 characters + 最大長度為 128 個字元 + + + Filter or add applications + 過濾或新增應用程式 + + + Add application + 新增應用程式 + + + erasure code profile + 糾刪碼設定檔 + + + Replica Size + 複本大小 + + + Last Change + 上次變更時間 + + + Erasure Coded Profile + 糾刪碼設定檔 + + + Crush Ruleset + CRUSH 規則集 + + + Write bytes + 寫入位元組數 + + + Updated Object Gateway bucket " + " + + 已更新物件閘道桶「 + 」 + + + + Created Object Gateway bucket " + " + + 已建立物件閘道桶「 + 」 + + + + bucket + 桶 + + + buckets + 桶 + + + Updated Object Gateway user " + " + + 已更新物件閘道使用者「 + 」 + + + + Created Object Gateway user " + " + + 已建立物件閘道使用者「 + 」 + + + + user + 使用者 + + + users + 使用者 + + + Scope + 範圍 + + + Read + 讀取 + + + Created role ' + ' + + 已建立角色「 + 」 + + + + Updated role ' + ' + + 已更新角色「 + 」 + + + + System Role + 系統角色 + + + Deleted role ' + ' + + 已刪除角色「 + 」 + + + + Created user " + " + + 已建立使用者「 + 」 + + + + Update user + 更新使用者 + + + Continue + 繼續 + + + You were automatically logged out because your roles have been changed. + 您已被自動登出,因為您的角色發生了變更。 + + + Updated user " + " + + 已更新使用者「 + 」 + + + + Deleted user " + " + + 已刪除使用者「 + 」 + + + + Failed to delete user " + " + + 無法刪除使用者「 + 」 + + + + You are currently logged in as " + ". + + 您目前正以「 + 」身分登入。 + + + + Each object is split in data-chunks parts, each stored on a different OSD. + 各物件都被分割成資料區塊部分,分別儲存於不同的 OSD。 + + + Compute coding chunks for each object and store them on different OSDs. + The number of coding chunks is also the number of OSDs that can be down without losing data. + 運算各物件的編碼區塊并將它們儲存到不同的 OSD。 + 編碼區塊的數量等同於在不遺失資料的前提下,可停機的 OSD 數量。 + + + The jerasure plugin is the most generic and flexible plugin, + it is also the default for Ceph erasure coded pools. + Jerasure 外掛程式是最一般、最靈活的外掛程式, + 也是 Ceph 糾刪碼池的預設外掛程式。 + + + The more flexible technique is reed_sol_van : it is enough to set k + and m. The cauchy_good technique can be faster but you need to chose the packetsize + carefully. All of reed_sol_r6_op, liberation, blaum_roth, liber8tion are RAID6 equivalents + in the sense that they can only be configured with m=2. + Reed_sol_van 方法更靈活︰它足以設定 k + 和 m。Cauchy_good 方法更快,但您需要小心選取封包大小。 + 所有 reed_sol_r6_op、liberation、blaum_roth、liber8tion 都 + 等同於 RAID6,它們只能設定為 m=2。 + + + The encoding will be done on packets of bytes size at a time. + Chosing the right packet size is difficult. + The jerasure documentation contains extensive information on this topic. + 將以位元組大小的封包為單位進行編碼。 + 選取合適的封包大小很難。 + Jerasure 文件包含有關此主題的詳細資訊。 + + + With the jerasure plugin, when an erasure coded object is stored on + multiple OSDs, recovering from the loss of one OSD requires reading from all the others. + For instance if jerasure is configured with k=8 and m=4, losing one OSD requires reading + from the eleven others to repair. + + The lrc erasure code plugin creates local parity chunks to be able to recover using + less OSDs. For instance if lrc is configured with k=8, m=4 and l=4, it will create + an additional parity chunk for every four OSDs. When a single OSD is lost, it can be + recovered with only four OSDs instead of eleven. + 使用 jerasure 外掛程式時,若糾刪碼物件儲存於 + 多個 OSD 上,則復原一個遺失的 OSD 時需要讀取所有其他 OSD。 + 例如,若 jerasure 設定為 k=8 且 m=4,則遺失一個 OSD 後需讀取 + 其他十一個 OSD 才能修復。 + + lrc 糾刪碼外掛程式會建立本地同位區塊,因此只需較少的 OSD 即 + 可復原。例如,若 lrc 設定為 k=8、m=4 且 l=4,它將為每四個 OSD + 建立額外的同位區塊。這樣,當一個 OSD 遺失時,它只需四個 OSD + 即可復原,而不需要十一個。 + + + Group the coding and data chunks into sets of size locality. For instance, + for k=4 and m=2, when locality=3 two groups of three are created. Each set can + be recovered without reading chunks from another set. + 將編碼區塊和資料區塊分組為大小為 locality 的集合。例如, + k=4 且 m=2 時,若 locality=3,則會建立 2 個大小為 3 的組。這樣,各組都能 + 自行復原,而無需從另一組讀取區塊。 + + + The type of the crush bucket in which each set of chunks defined + by l will be stored. For instance, if it is set to rack, each group of l chunks will be + placed in a different rack. It is used to create a CRUSH rule step such as step choose + rack. If it is not set, no such grouping is done. + 由 l 定義的區塊集將按哪種 CRUSH 桶類型儲存。 + 例如,若設定為機架,則各組 l 區塊將會被放置到不同的 + 機架中。該值用於建立類似 step choose rack 的 CRUSH + 規則步驟。若未設定,則不會進行此類分組。 + + + The isa plugin encapsulates the ISA library. It only runs on Intel processors. + isa 外掛程式封包了 ISA 程式庫。它只能在 Intel 處理器上執行。 + + + The ISA plugin comes in two Reed Solomon forms. + If reed_sol_van is set, it is Vandermonde, if cauchy is set, it is Cauchy. + ISA 外掛程式包含兩種 Reed Solomon 格式。 + 若設定為 reed_sol_van,則為 Vandermonde。若設定為 cauchy,則為 Cauchy。 + + + The shec plugin encapsulates the multiple SHEC library. + It allows ceph to recover data more efficiently than Reed Solomon codes. + shec 外掛程式封包了多個 SHEC 程式庫。 + 與 Reed Solomon 代碼相比,它能更有效地復原資料。 + + + The number of parity chunks each of which includes each data chunk in its + calculation range. The number is used as a durability estimator. For instance, if c=2, + 2 OSDs can be down without losing data. + 同位區塊的數量,它們在各自的計算範圍內包含了 + 各資料區塊。該數值被用做持久性估值。例如,若 c=2, + 則在不遺失資料的前提下,可有 2 個 OSD 停機。 + + + The name of the crush bucket used for the first step of the CRUSH rule. + For instance step take default. + CRUSH 規則的第一步所指向的 CRUSH 桶名稱。 + 例如 step take default。 + + + Ensure that no two chunks are in a bucket with the same failure + domain. For instance, if the failure domain is host no two chunks will be stored on the same + host. It is used to create a CRUSH rule step such as step chooseleaf host. + 確定兩個區塊不會存在於同一故障網域的桶中。 + 例如,若故障網域為主機,則不會有兩個區塊儲存於同一主機中。 + 該值用於建立類似 step chooseleaf host 的 CRUSH 規則步驟。 + + + Restrict placement to devices of a specific class + (e.g., ssd or hdd), using the crush device class names in the CRUSH map. + 使用 CRUSH 地圖中的 crush 裝置類別名稱, + 將放置限制於特定類別的裝置 (例如 ssd 或 hdd)。 + + + Set the directory name from which the erasure code plugin is loaded. + 設定糾刪碼外掛程式所在目錄。 + + + Allows all operations + 允許所有操作 + + + Allows only operations that do not modify the server + 僅允許不修改伺服器的操作 + + + Does not allow read or write operations, but allows any other operation + 不允許讀取或寫入操作,但是允許任何其他操作 + + + Does not allow read, write, or any operation that modifies file attributes or directory content + 不允許讀取、寫入或任何可能修改檔案屬性或目錄內容的操作 + + + Allows no access at all + 完全禁止存取 + + + -- Select the priority -- + -- 選取優先程度 -- + + + Low + 低 + + + High + 高 + + + Last 5 minutes + 過去 5 分鐘 + + + Last 15 minutes + 過去 15 分鐘 + + + Last 30 minutes + 過去 30 分鐘 + + + Last 1 hour (Default) + 過去 1 小時 (預設值) + + + Last 3 hours + 過去 3 小時 + + + Last 6 hours + 過去 6 小時 + + + Last 12 hours + 過去 12 小時 + + + Last 24 hours + 過去 24 小時 + + + Yesterday + 昨天 + + + Today + 今天 + + + Today so far + 今天到目前為止 + + + Day before yesterday + 前天 + + + Last 2 days + 過去 2 天 + + + This day last week + 上週的今天 + + + Previous week + 上週 + + + This week + 本週 + + + This week so far + 本週目前為止 + + + Last 7 days + 過去 7 天 + + + Previous month + 上個月 + + + This month + 本月 + + + This month so far + 本月目前為止 + + + Last 30 days + 過去 30 天 + + + Last 90 days + 過去 90 天 + + + Last 6 months + 過去 6 個月 + + + Last 1 year + 過去 1 年 + + + Previous year + 去年 + + + This year + 今年 + + + This year so far + 今年目前為止 + + + Last 2 years + 過去 2 年 + + + Last 5 years + 過去 5 年 + + + Information + 資訊 + + + No items selected. + 未選取項目。 + + + Deselect item to select again + 取消選取項目以再次選取 + + + Selection limit reached + 已達到選取上限 + + + Filter tags + 過濾標記 + + + Add badge + 新增徽章 + + + There are no items available. + 沒有可用的項目。 + + + Yes + 是 + + + No + 否 + + + Quality of Service + 服務品質 + + + BPS Limit + BPS 上限 + + + The desired limit of IO bytes per second. + 指定的每秒 IO 位元組數上限。 + + + IOPS Limit + IOPS 上限 + + + The desired limit of IO operations per second. + 指定的每秒 IO 操作次數上限。 + + + Read BPS Limit + 讀取 BPS 上限 + + + The desired limit of read bytes per second. + 指定的每秒內讀取的位元組數上限。 + + + Read IOPS Limit + 讀取 IOPS 上限 + + + The desired limit of read operations per second. + 指定的每秒讀取操作次數上限。 + + + Write BPS Limit + 寫入 BPS 上限 + + + The desired limit of write bytes per second. + 指定的每秒內寫入的位元組數上限。 + + + Write IOPS Limit + 寫入 IOPS 上限 + + + The desired limit of write operations per second. + 指定的每秒寫入操作次數上限。 + + + BPS Burst + BPS 高載 + + + The desired burst limit of IO bytes. + 指定的 IO 位元組數高載上限。 + + + IOPS Burst + IOPS 高載 + + + The desired burst limit of IO operations. + 指定的 IO 操作次數高載上限。 + + + Read BPS Burst + 讀取 BPS 高載 + + + The desired burst limit of read bytes. + 指定的讀取的位元組數高載上限。 + + + Read IOPS Burst + 讀取 IOPS 高載 + + + The desired burst limit of read operations. + 指定的讀取操作次數高載上限。 + + + Write BPS Burst + 寫入 BPS 高載 + + + The desired burst limit of write bytes. + 指定的寫入的位元組數高載上限。 + + + Write IOPS Burst + 寫入 IOPS 高載 + + + The desired burst limit of write operations. + 指定的寫入操作次數高載上限。 + + + Failed to + + + + 無法 + + + + + + Executing + 正在執行 + + + execute + 執行 + + + Executed + 已執行 + + + unknown task + 未知任務 + + + Creating + 正在建立 + + + create + 建立 + + + Updating + 正在更新 + + + update + 更新 + + + Updated + 已更新 + + + Deleting + 正在刪除 + + + delete + 刪除 + + + Deleted + 已刪除 + + + RBD ' + ' + + RBD「 + 」 + + + + RBD snapshot ' + ' + + RBD 快照「 + 」 + + + + mirror mode for pool ' + ' + + 池「 + 」的鏡像模式 + + + + mirror peer for pool ' + ' + + 池「 + 」的鏡像對等 + + + + Name is already used by + . + + 名稱已被 + 使用。 + + + + Name is already used by + . + + 名稱已被 + 使用。 + + + + Name is already used by + . + + 名稱已被 + 使用。 + + + + + contains snapshots. + + + 包含快照。 + + + + Cloning + 正在克隆 + + + clone + 克隆 + + + Cloned + 已克隆 + + + Snapshot of + must be protected. + + 必須保護 + 的快照。 + + + + Copying + 正在複製 + + + copy + 複製 + + + Copied + 已複製 + + + Flattening + 正在壓平 + + + flatten + 壓平 + + + Flattened + 已壓平 + + + Name is already used by + . + + 名稱已被 + 使用。 + + + + Cannot unprotect + because it contains child images. + + 無法保護 + ,因為其包含子影像。 + + + + Cannot delete + because it's protected. + + 無法刪除 + ,因為其處於保護狀態。 + + + + Rolling back + 正在復原 + + + rollback + 復原 + + + Rolled back + 已復原 + + + Moving + 正在移動 + + + move + 移動 + + + Moved + 已移動 + + + image ' + ' to trash + + 影像「 + 」到垃圾桶 + + + + Could not find image. + 找不到影像。 + + + Restoring + 正在還原 + + + restore + 還原 + + + Restored + 已還原 + + + image ' + ' into ' + ' + + 影像「 + 」(到「 + 」) + + + + Image name ' + ' is already in use. + + 影像名稱「 + 」已在使用中。 + + + + image ' + ' + + 影像「 + 」 + + + + Purging + 正在清除 + + + purge + 清除 + + + Purged + 已清除 + + + all pools + 所有池 + + + images from + + + 影像 (從 + ) + + + + Cannot disable mirroring because it contains a peer. + 無法停用鏡像,因為其包含對等。 + + + pool ' + ' + + 池「 + 」 + + + + erasure code profile ' + ' + + 糾刪碼設定檔「 + 」 + + + + target ' + ' + + 目標「 + 」 + + + + NFS + + + NFS + + + + + +