Add support for Chinese (Simplified), Czech, French, Indonesian and Spanish.
Fixed Portuguese (PT) locale source.
Signed-off-by: Tiago Melo <tmelo@suse.com>
-import localeDe from '@angular/common/locales/de';
-import localeEn from '@angular/common/locales/en';
-import localePt from '@angular/common/locales/pt';
+import locale_cs from '@angular/common/locales/cs';
+import locale_de from '@angular/common/locales/de';
+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_pt_PT from '@angular/common/locales/pt-PT';
+import locale_zh_Hans from '@angular/common/locales/zh-Hans';
import { LOCALE_ID, TRANSLATIONS, TRANSLATIONS_FORMAT } from '@angular/core';
declare const require;
static getBrowserLang(): string {
const lang = navigator.language;
- if (lang.includes('en')) {
+ if (lang.includes('cs')) {
+ return 'cs';
+ } else if (lang.includes('de')) {
+ return 'de-DE';
+ } else if (lang.includes('en')) {
return 'en-US';
+ } else if (lang.includes('es')) {
+ return 'es-ES';
+ } else if (lang.includes('fr')) {
+ return 'fr-FR';
+ } else if (lang.includes('id')) {
+ return 'id-ID';
} else if (lang.includes('pt')) {
return 'pt-PT';
- } else if (lang.includes('de')) {
- return 'de-DE';
+ } else if (lang.includes('zh')) {
+ return 'zh-CN';
} else {
return undefined;
}
}
static getLocaleData() {
- let localeData = localeEn;
+ let localeData = locale_en;
switch (this.getLocale()) {
- case 'pt-PT':
- localeData = localePt;
+ case 'cs':
+ localeData = locale_cs;
break;
case 'de-DE':
- localeData = localeDe;
+ localeData = locale_de;
+ break;
+ case 'es-ES':
+ localeData = locale_es;
+ break;
+ case 'fr-FR':
+ localeData = locale_fr;
+ break;
+ case 'id-ID':
+ localeData = locale_id;
+ break;
+ case 'pt-PT':
+ localeData = locale_pt_PT;
+ break;
+ case 'zh-CN':
+ localeData = locale_zh_Hans;
break;
}
return localeData;
export enum SupportedLanguages {
- 'en-US' = 'English',
+ 'cs' = 'Čeština',
'de-DE' = 'Deutsch',
- 'pt-PT' = 'Português'
+ 'en-US' = 'English',
+ 'fr-FR' = 'Français',
+ 'id-ID' = 'Bahasa Indonesia',
+ 'pt-PT' = 'Português',
+ 'es-ES' = 'Español',
+ 'zh-CN' = '中文'
}
--- /dev/null
+<?xml version="1.0"?><xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
+ <file datatype="plaintext" original="ng2.template" source-language="en-US" target-language="cs">
+ <body>
+ <trans-unit datatype="html" id="319e0745bcbc132451569294fa2fa21bf10f555a">
+ <source>Toggle navigation</source>
+ <target>Zobraz./skrýt navigaci</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">15</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f65253954b66e929a8b4d5ecaf61f9129f8cec64">
+ <source>Dashboard</source>
+ <target>Přehled</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">35</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f4d1dd59b039ad818d9da7e29a773e10e41d9821">
+ <source>Cluster</source>
+ <target>Klastr</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">47</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="099b441d49333b3c6d30b36dc0a4763e64c78920">
+ <source>Hosts</source>
+ <target>Stroje</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">57</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">81</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="624f596cc3320f5e0a0d7c7346c364e5af9bdd8c">
+ <source>Monitors</source>
+ <target>Monitory</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">64</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">48</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1a9183778f2c6473d7ccb080f651caa01faaf70c">
+ <source>OSDs</source>
+ <target>OSD</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">57</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4a41f824a35ba01d5bd7be61aa06b3e8145209d0">
+ <source>Configuration</source>
+ <target>Nastavení</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">78</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8c95898abff46bfac3ed6eb2afef74597e60b15c">
+ <source>CRUSH map</source>
+ <target>CRUSH mapa</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">85</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="eb3d5aefff38a814b76da74371cbf02c0789a1ef">
+ <source>Logs</source>
+ <target>Záznamy událostí</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">92</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9fe218829514884cdd0ca2300573a4e0428c324f">
+ <source>Alerts</source>
+ <target state="translated">Alerts</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">98</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="92899fa68e8ca108912163ff58edc8540e453787">
+ <source>Pools</source>
+ <target>Fondy</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">108</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/overview/overview.component.html</context>
+ <context context-type="linenumber">12</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">190</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7f5d0c10614e8a34f0e2dad33a0568277c50cf69">
+ <source>Block</source>
+ <target>Blok</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">122</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b73f7f5060fb22a1e9ec462b1bb02493fa3ab866">
+ <source>Images</source>
+ <target>Obrazy</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">131</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">120</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">341</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">479</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi/iscsi.component.html</context>
+ <context context-type="linenumber">9</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/overview/overview.component.html</context>
+ <context context-type="linenumber">21</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-images/rbd-images.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3c2562ba992127203dcfd014010b03cb7b8113c6">
+ <source>Mirroring</source>
+ <target>Zrcadlení</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">139</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="811c241d56601b91ef26735b770e64428089b950">
+ <source>iSCSI</source>
+ <target>iSCSI</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">151</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a4eff72d97b7ced051398d581f10968218057ddc">
+ <source>Filesystems</source>
+ <target>Souborové systémy</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">162</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2190548d236ca5f7bc7ab2bca334b860c5ff2ad4">
+ <source>Object Gateway</source>
+ <target>Objektová brána</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">173</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9e24f9e2d42104ffc01599db4d566d1cc518f9e6">
+ <source>Daemons</source>
+ <target>Procesy služeb</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">182</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi/iscsi.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/overview/overview.component.html</context>
+ <context context-type="linenumber">5</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
+ <source>Users</source>
+ <target>Uživatelé</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">188</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-tabs/user-tabs.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9515520496da83179d8b08132f00f575512a1f40">
+ <source>Buckets</source>
+ <target>Nádoby</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">194</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="797f8214e8148f4bf0d244baaa7341706b419549">
+ <source>Retrieving data<x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/> for
+ <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/>. Please wait...</source>
+ <target>Získávají se data<x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/> pro
+ <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/>. Čekejte…</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/view-cache/view-cache.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5a870dc77b9f6f33ee671ea2d856021276933339">
+ <source>Displaying previously cached data<x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/>
+ for <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/>.</source>
+ <target>Zobrazují se data<x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/>z mezipaměti
+ pro <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/view-cache/view-cache.component.html</context>
+ <context context-type="linenumber">7</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ae580202919844531361ba2308287226ff74a584">
+ <source>Could not load data<x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/> for
+ <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/>.
+ Please check the cluster health.</source>
+ <target>Nedaří se načíst dat <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/> pro
+ <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/>.
+ Zkontrolujte zdraví klastru.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/view-cache/view-cache.component.html</context>
+ <context context-type="linenumber">12</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cda31dbd724cf5f4fa7a4274d9120651490c8a8c">
+ <source>Back</source>
+ <target>Zpět</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/error-panel/error-panel.component.html</context>
+ <context context-type="linenumber">27</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">544</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">303</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">159</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">443</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">107</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">598</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">85</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">151</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3fb5709e10166cbc85970cbff103db227dbeb813">
+ <source>Select a Language</source>
+ <target>Vyberte jazyk</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/language-selector/language-selector.component.html</context>
+ <context context-type="linenumber">7</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c5109325fb160b543f71a51e7511c00575057431">
+ <source>Loading panel data...</source>
+ <target>Načítání údajů panelu…</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/grafana/grafana.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8ca12411f890ab8b0a9216418e2b8f5ea7d2441a">
+ <source>Please consult the
+ <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> on how to
+ configure and enable the monitoring functionality.</source>
+ <target>Nahlédněte do
+ <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>dokumentace<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>, kde naleznete jak
+ nastavit a zapnout funkci monitorování.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/grafana/grafana.component.html</context>
+ <context context-type="linenumber">6</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="160a9e80dc089792df42e2400b1e81b9e7025aa7">
+ <source>Grafana Dashboard doesn't exist. Please refer to
+ <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> on how to
+ add dashboards to Grafana.</source>
+ <target state="translated">Grafana Dashboard doesn't exist. Please refer to
+ <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> on how to
+ add dashboards to Grafana.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/grafana/grafana.component.html</context>
+ <context context-type="linenumber">11</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4e11830040bd64804a0555de76f291d5832772d4">
+ <source>Grafana Time Picker</source>
+ <target state="translated">Grafana Time Picker</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/grafana/grafana.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="238c1ba845dd7330e8088165275919a1debf1ca3">
+ <source>Reset Settings</source>
+ <target state="translated">Reset Settings</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/grafana/grafana.component.html</context>
+ <context context-type="linenumber">35</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="012741ee52b3c050e4a977c37cc2334f7974f141">
+ <source>Failed to load data.</source>
+ <target>Data se nepodařilo načíst</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/datatable/table/table.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="80cc9a12d4bf6fe454ed94b379eeaf915f920bb7">
+ <source>selected</source>
+ <target>vybráno</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/datatable/table/table.component.html</context>
+ <context context-type="linenumber">112</context>
+ </context-group>
+ <note from="description" priority="1">X selected</note>
+ </trans-unit><trans-unit datatype="html" id="0cb77511a9a148e05b9adf36cc07269956fbb29d">
+ <source>found</source>
+ <target>nalezeno</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/datatable/table/table.component.html</context>
+ <context context-type="linenumber">115</context>
+ </context-group>
+ <note from="description" priority="1">X found</note>
+ </trans-unit><trans-unit datatype="html" id="79347388740c50b7ac97e144c2494bb62912f312">
+ <source>total</source>
+ <target>celkem</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/datatable/table/table.component.html</context>
+ <context context-type="linenumber">118</context>
+ </context-group>
+ <note from="description" priority="1">X total</note>
+ </trans-unit><trans-unit datatype="html" id="121cc5391cd2a5115bc2b3160379ee5b36cd7716">
+ <source>Settings</source>
+ <target state="translated">Settings</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9e515f954730279c31d5301f02479666d6264e8b">
+ <source>Changing these parameters from their default values is usually not necessary.</source>
+ <target state="translated">Changing these parameters from their default values is usually not necessary.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html</context>
+ <context context-type="linenumber">15</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="68e710782ccb5398b3acb8844caf0b199da2c3da">
+ <source>Confirm</source>
+ <target state="translated">Confirm</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html</context>
+ <context context-type="linenumber">35</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html</context>
+ <context context-type="linenumber">53</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d7b35c384aecd25a516200d6921836374613dfe7">
+ <source>Cancel</source>
+ <target>Storno</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html</context>
+ <context context-type="linenumber">39</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html</context>
+ <context context-type="linenumber">57</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html</context>
+ <context context-type="linenumber">38</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/confirmation-modal/confirmation-modal.component.html</context>
+ <context context-type="linenumber">21</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html</context>
+ <context context-type="linenumber">38</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">91</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
+ <context context-type="linenumber">25</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">44</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">45</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">44</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">45</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">110</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="339878da255ab55447c43afef8d9b2f9753bf5f6">
+ <source>Advanced Settings</source>
+ <target state="translated">Advanced Settings</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a01e6937a5d1ee040a02416eed34544c4ea61e38">
+ <source>Create target</source>
+ <target state="translated">Create target</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">11</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">539</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1406c2fb12a20c1528b19bcc5e24a6a2386167f3">
+ <source>Target IQN</source>
+ <target state="translated">Target IQN</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7cbdabcece469fab89cfa687ab152bca18b97498">
+ <source>This field is required.</source>
+ <target>Tuto kolonku je třeba vyplnit.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">43</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">209</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">231</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">266</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">291</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">326</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">49</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">91</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">151</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">175</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">31</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">58</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">92</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">47</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">72</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">47</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">96</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">131</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">51</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">83</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">132</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">38</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">62</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">101</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">166</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">198</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">449</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">486</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">542</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">579</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">33</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">60</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">87</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html</context>
+ <context context-type="linenumber">36</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">32</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">36</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">58</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5fe42339be910372fa689f559155631862d218e8">
+ <source>IQN has wrong pattern.</source>
+ <target state="translated">IQN has wrong pattern.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">47</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">213</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="47d1bfe4f5b3f292e1202dfe691195b10cb99500">
+ <source>An IQN has the following notation 'iqn.$year-$month.$reversedAddress:$definedName'</source>
+ <target state="translated">An IQN has the following notation 'iqn.$year-$month.$reversedAddress:$definedName'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">51</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c8ada4b53396d8366db00a435acc61d53d857047">
+ <source>For example: iqn.2016-06.org.dashboard:storage:disk.sn-a8675309</source>
+ <target state="translated">For example: iqn.2016-06.org.dashboard:storage:disk.sn-a8675309</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">53</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
+ <source>More information</source>
+ <target state="translated">More information</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">57</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9b1aa85dfc6849196e64060db02c5410de69b7a1">
+ <source>This target has modified advanced settings.</source>
+ <target state="translated">This target has modified advanced settings.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">62</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6990ad8d6182662e864495ac31c3758cda1c7a28">
+ <source>Portals</source>
+ <target state="translated">Portals</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">72</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c3638c01b6c34066438909713ec96087c813fc7e">
+ <source>At least <x equiv-text="{{ minimum_gateways }}" id="INTERPOLATION"/> gateways are required.</source>
+ <target state="translated">At least <x equiv-text="{{ minimum_gateways }}" id="INTERPOLATION"/> gateways are required.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">96</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6a3ac2b4137d723fd9878cd357c2012ff6c07973">
+ <source>Add portal</source>
+ <target state="translated">Add portal</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">106</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e3484cae8b118c576ca2815bf9c9406c2eb2cae3">
+ <source>This image has modified settings.</source>
+ <target state="translated">This image has modified settings.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">146</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="107c84e820909b44fe258673938a68ced1bbff72">
+ <source>At least 1 image is required.</source>
+ <target state="translated">At least 1 image is required.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">151</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="808038f912fdc7f0e03f82d4afd3bf9178527fc8">
+ <source>Add image</source>
+ <target state="translated">Add image</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">161</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">371</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">506</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f494bd31f095f6dcc656ce87ec2dcf07a2e9b30c">
+ <source>Initiators</source>
+ <target state="translated">Initiators</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">174</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">437</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e98239d8a6be1100119ff4b5630c822b82786740">
+ <source>Initiator</source>
+ <target state="translated">Initiator</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">181</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f2c5059d8cda15d8d03e2cce30f2d139623d9a91">
+ <source>Client IQN</source>
+ <target state="translated">Client IQN</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">194</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="107d5aabce23d900f0a80e6ddc1c10e29aa0bed8">
+ <source>Initiator IQN needs to be unique.</source>
+ <target state="translated">Initiator IQN needs to be unique.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">205</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e08a77594f3d89311cdf6da5090044270909c194">
+ <source>User</source>
+ <target state="translated">User</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">223</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="bbf0b34a3fcc80800fcb44b9e1e86931a530dfe3">
+ <source>Usernames must have a length of 8 to 64 characters and
+ can only contain letters, '.', '@', '-', '_' or ':'.</source>
+ <target state="translated">Usernames must have a length of 8 to 64 characters and
+ can only contain letters, '.', '@', '-', '_' or ':'.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">235</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">295</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c32ef07f8803a223a83ed17024b38e8d82292407">
+ <source>Password</source>
+ <target>Heslo</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">245</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">42</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4b2dd8635fba00476da25977e0884969821e62da">
+ <source>Passwords must have a length of 12 to 16 characters
+ and can only contain letters, '@', '-' or '_'.</source>
+ <target state="translated">Passwords must have a length of 12 to 16 characters
+ and can only contain letters, '@', '-' or '_'.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">270</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ff40391de7a1944ea95091e4045cc34c4979b736">
+ <source>Mutual User</source>
+ <target state="translated">Mutual User</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">281</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0cf73dbebe99b737c4d288788182fc356e3c93d3">
+ <source>Mutual Password</source>
+ <target state="translated">Mutual Password</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">305</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c58e136a292acf8ebccfa6d777fdff9f392b6ee2">
+ <source>Passwords must have a length of 12 to 16 characters and
+ can only contain letters, '@', '-' or '_'.</source>
+ <target state="translated">Passwords must have a length of 12 to 16 characters and
+ can only contain letters, '@', '-' or '_'.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">330</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5d1878d5fc761cbe9614bfd87047a740c82a6951">
+ <source>Initiator belongs to a group. Images will be configure in the group.</source>
+ <target state="translated">Initiator belongs to a group. Images will be configure in the group.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">361</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c0de67b9d97fafbf200f9451e8388ee8128a56ac">
+ <source>No items added.</source>
+ <target state="translated">No items added.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">384</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">521</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d565e47726158e428ecdc952fc9233b9b7d7f049">
+ <source>Add initiator</source>
+ <target state="translated">Add initiator</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">389</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">465</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c22ba03540aa3217da059f45e7eab138b51a96e2">
+ <source>Groups</source>
+ <target state="translated">Groups</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">403</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4c90059afafb7e160384d9f512797c95bb95c6dc">
+ <source>Group</source>
+ <target state="translated">Group</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">410</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cff1428d10d59d14e45edec3c735a27b5482db59">
+ <source>Name</source>
+ <target>Název</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">422</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">36</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">21</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">26</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">42</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">8</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">8</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html</context>
+ <context context-type="linenumber">23</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3084948274cff4f56d0f431af47240e9cf02fcc7">
+ <source>Add group</source>
+ <target state="translated">Add group</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">526</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="54839ebc827b73c9dc4e1df731c6d36a85036af7">
+ <source>Are you sure that you want to <x equiv-text="{{ actionDescription | lowercase }}" id="INTERPOLATION"/> the selected <x equiv-text="{{ itemDescription }}" id="INTERPOLATION_1"/>?</source>
+ <target>Opravdu chcete označené <x equiv-text="{{ itemDescription }}" id="INTERPOLATION_1"/> <x equiv-text="{{ actionDescription | lowercase }}" id="INTERPOLATION"/>?</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html</context>
+ <context context-type="linenumber">15</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2be8b7f04f0104d3fad90d079d8202b74f758b9a">
+ <source>Yes, I am sure.</source>
+ <target>Ano, opravdu to chci.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html</context>
+ <context context-type="linenumber">25</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="53a583cd5f15059cc958b7d547f72cc78f68e123">
+ <source>Please consult the <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>
+ on how to configure and enable the iSCSI Targets management functionality.</source>
+ <target state="translated">Please consult the <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>
+ on how to configure and enable the iSCSI Targets management functionality.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-list/iscsi-target-list.component.html</context>
+ <context context-type="linenumber">6</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3b301d0044f62c92af0da53d7aaca52a436a547d">
+ <source>Available information:</source>
+ <target state="translated">Available information:</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-list/iscsi-target-list.component.html</context>
+ <context context-type="linenumber">12</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="332227f088a4877b3c11f5fb3ae8bc812c470fae">
+ <source>iSCSI Targets not available</source>
+ <target state="translated">iSCSI Targets not available</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-list/iscsi-target-list.component.html</context>
+ <context context-type="linenumber">4</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="beb1391a148bd032914f49a2665dcc414a5d56d0">
+ <source>{VAR_SELECT, select, editing {Edit} cloning {Clone} copying {Copy} other {Add} }</source>
+ <target>{VAR_SELECT, vybrat, upravování {Edit} klonování {Clone} kopírování {Copy} ostatní {Add} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="52dd89f49fc440660cbbb3665b88d80f5baa7437">
+ <source>{VAR_SELECT, select, cloning {Clone from} copying {Copy from} other {Parent} }</source>
+ <target>{VAR_SELECT, vybrat, klonování {Clone from} kopírování {Copy from} ostatní {Parent} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="94516fa213706c67ce5a5b5765681d7fb032033a">
+ <source>Loading...</source>
+ <target>Načítání…</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">139</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">59</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">186</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">210</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">5</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">220</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">341</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">83</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b99417c4dd46286ffd37c8d2e987c8b512ec7052">
+ <source>-- No rbd pools available --</source>
+ <target>-- Žádné rbd fondy k dispozici --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">82</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ef83ec9c304a89d45650e580dcdc2978c37b3a83">
+ <source>-- Select a pool --</source>
+ <target>-- Vybrat fond --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">85</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="49449943d8cbf59d8c401c8bd2e76f92e207cc5f">
+ <source>Use a dedicated data pool</source>
+ <target>Použít vyhrazený datový fond</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">105</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="870aee0dd31a9643bf62007beb8f1ae1deb34d42">
+ <source>Data pool</source>
+ <target>Datový fond</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">116</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3792ca829d9b9f687e1f5d7733d30e9bb0bfec47">
+ <source>Dedicated pool that stores the object-data of the RBD.</source>
+ <target>Vyhrazený fond který uchovává objektová data RBD.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">120</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="151c80ea931037cd92e854442927f8a0f6ae7795">
+ <source>-- No data pools available --</source>
+ <target>-- Žádné fondy k dispozici --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">142</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7faaaa08f56427999f3be41df1093ce4089bbd75">
+ <source>Size</source>
+ <target>Velikost</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">160</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">33</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f0016bd458baa88284a658ce9eeda42d8ad88d2c">
+ <source>e.g., 10GiB</source>
+ <target>např. 10 GiB</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">170</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0a88bbee20570aaf9615332fb27020627044874d">
+ <source>You have to increase the size.</source>
+ <target>Je třeba zvětšit.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">178</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6cdb1fea93d77c07950c0c76c6e0ad79ebbef084">
+ <source>Features</source>
+ <target>Funkce</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">188</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">48</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1cfe07dac5b4ee1c464eb24225ddeb4f1d24076a">
+ <source>Advanced...</source>
+ <target>Pokročilé…</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">211</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="bc2e854e111ecf2bd7db170da5e3c2ed08181d88">
+ <source>Advanced</source>
+ <target>Pokročilé</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">217</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ceac8e132384322ec778ba760875a6c6897d3e42">
+ <source>Object size</source>
+ <target>Velikost objektu</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">224</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">43</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ef3c3f3b5f562a5cdbe0ee2874287db1534b5958">
+ <source>Stripe unit</source>
+ <target>Jednotka proužku</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">241</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="84471be1049006edecbcaef1a32ae0893c229c50">
+ <source>-- Select stripe unit --</source>
+ <target>-- Vybrat jednotku proužku --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">252</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8d32c5c54c8581c774a7f467fbd4e329b15a74fa">
+ <source>This field is required because stripe count is defined!</source>
+ <target>Tuto kolonku je třeba vyplnit, protože je definován počet proužků!</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">258</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6bbf9040be7c5491d4a03f2185708f43a6582a3b">
+ <source>Stripe unit is greater than object size.</source>
+ <target>Jednotka proužku je vyšší než velikost objektu.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">261</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a682f49f9b761591661276d7c6f550e641a130a4">
+ <source>Stripe count</source>
+ <target>Počet proužků</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">270</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="baa74031990c5370008ba622d0a250f0929097f4">
+ <source>This field is required because stripe unit is defined!</source>
+ <target>Tuto kolonku je třeba vyplnit, protože je definována jednotka proužku!</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">283</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cd2ada6d5ecbd5cbf89eae0a1f5326efedac0dbc">
+ <source>Stripe count must be greater than 0.</source>
+ <target>Je třeba, aby počet proužků byl větší než nula.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">286</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="96d97d99d8c30942ace7d29cad9dcfb5d32315a1">
+ <source>{VAR_SELECT, select, editing {Update} cloning {Clone} copying {Copy} other {Create} }</source>
+ <target>{VAR_SELECT, vybrat, upravování {Update} klonování {Clone} kopírování {Copy} ostatní {Create} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">298</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="aba82bfd8e177d35b76cad7cd43941f8e5e5acac">
+ <source>Trash</source>
+ <target>Koš</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-images/rbd-images.component.html</context>
+ <context context-type="linenumber">8</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5e7f4b1ca49e8d217bd0e12c6f7d6b6a2ade2c18">
+ <source>Overall Performance</source>
+ <target>Celková výkonnost</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-images/rbd-images.component.html</context>
+ <context context-type="linenumber">12</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/hosts/hosts.component.html</context>
+ <context context-type="linenumber">29</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-list/pool-list.component.html</context>
+ <context context-type="linenumber">35</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.html</context>
+ <context context-type="linenumber">16</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
+ <source>Edit</source>
+ <target>Upravit</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">235</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">374</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="eec715de352a6b114713b30b640d319fa78207a0">
+ <source>Description</source>
+ <target>Popis</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">32</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">46</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4ad112ce9bcd55dfd137792a86afe1b5a5b13cf8">
+ <source>Long description</source>
+ <target>Podrobnější popis</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">46</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ff7cee38a2259526c519f878e71b964f41db4348">
+ <source>Default</source>
+ <target>Výchozí</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">60</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">32</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="33e1c1d9fc05ca3f62fcc8a1170fc31ebae4229c">
+ <source>Daemon default</source>
+ <target>Výchozí pro proces služby</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">74</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">37</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
+ <source>Services</source>
+ <target>Služby</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">88</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">68</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="809b0c848932a41318f77a2aace904ef429c13f4">
+ <source>Values</source>
+ <target>Hodnoty</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">101</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="82029b6db704c56a2aa3e82ac555b8655356b077">
+ <source>The entered value is too high! It must not be greater than <x equiv-text="{{ maxValue }}" id="INTERPOLATION"/>.</source>
+ <target>Zadaná hodnota je příliš vysoká! Nemůže být vyšší než <x equiv-text="{{ maxValue }}" id="INTERPOLATION"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">139</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8ed8b3967a7326b81b191c9f490006e6a6777a9a">
+ <source>The entered value is too low! It must not be lower than <x equiv-text="{{ minValue }}" id="INTERPOLATION"/>.</source>
+ <target>Zadaná hodnota je příliš nízká! Nemůže být nižší než <x equiv-text="{{ minValue }}" id="INTERPOLATION"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">142</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
+ <source>Save</source>
+ <target>Uložit</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">154</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="738de688b22fba5d0dc7a5e549996838dddad0ee">
+ <source>CRUSH map viewer</source>
+ <target>prohlížeč CRUSH mapy</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/crushmap/crushmap.component.html</context>
+ <context context-type="linenumber">6</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="40661476cb24c89d8b06614998e31d5fbe84eeb6">
+ <source>Hosts List</source>
+ <target>Seznam strojů</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/hosts/hosts.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e6d57f36aa2bad303c8a8ee944b9bd7fae3c8c26">
+ <source>No entries found</source>
+ <target state="translated">No entries found</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/logs/logs.component.html</context>
+ <context context-type="linenumber">14</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/logs/logs.component.html</context>
+ <context context-type="linenumber">30</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d556ab48a65722b400e497f61737f553ee0f89e2">
+ <source>Cluster Logs</source>
+ <target state="translated">Cluster Logs</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/logs/logs.component.html</context>
+ <context context-type="linenumber">4</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5f966baffd188be0e8adc2d7067b86e55fc9b9de">
+ <source>Audit Logs</source>
+ <target state="translated">Audit Logs</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/logs/logs.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="81b97b8ea996ad1e4f9fca8415021850214884b1">
+ <source>Status</source>
+ <target>Stav</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">4</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="57ec6032f5618d4a9f16eb950ad23d2ce7c24b54">
+ <source>Cluster ID</source>
+ <target>Identif. kastru</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">9</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="67d7facc3fec5f8a49ab9ba0a245872184264ce5">
+ <source>monmap modified</source>
+ <target>mapa monitorů změněna</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">14</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d4906731aaf2b94b4f547646c9bfe58bb77951b6">
+ <source>monmap epoch</source>
+ <target>monmap epocha</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="bd4ee06ffdc46d9dfbd0c0c4f81399021c680056">
+ <source>quorum con</source>
+ <target>kvórum spojení</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">24</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1176c7db8a8276ccb44cc3d42e2c28d9fa6c6596">
+ <source>quorum mon</source>
+ <target>kvórum monitor</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">29</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="530ef677a09d681b3ab68cb0760494b3ae72a77c">
+ <source>required con</source>
+ <target>vyžadováno spojení</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a91558e0d506c32021c31843f8f168899fc65cbf">
+ <source>required mon</source>
+ <target>vyžadováno monitorů</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">39</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b3abe9eac5bcd94a54c8da93b312e085ec512e74">
+ <source>In Quorum</source>
+ <target>V kvóru</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">48</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ba4b748a676e1f217ce1e736fb7ec1215e677bae">
+ <source>Not In Quorum</source>
+ <target>Není v kvóru</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">54</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5ef50ba2514414f799d4c8fc36067a251904ba81">
+ <source>Cluster-wide OSD Flags</source>
+ <target>Příznaky OSD pro celý klastr</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
+ <source>Submit</source>
+ <target>Odeslat</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">87</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
+ <context context-type="linenumber">21</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">106</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c35f9c5f268a514b970cc55e9a5dc4bed0988e7f">
+ <source>OSD Recovery Priority</source>
+ <target state="translated">OSD Recovery Priority</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b74af38005e8a8914e45af2ec412e11ceafef8b6">
+ <source>Priority</source>
+ <target state="translated">Priority</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">16</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c2f48f04b379bfba133825747adfd238d511412e">
+ <source>Customize priority values</source>
+ <target state="translated">Customize priority values</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">44</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4aa19de2a2b54cbda39e9c62917b23044c087776">
+ <source>This field is required!</source>
+ <target>Tuto kolonku je třeba vyplnit!</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">67</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">67</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">91</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">117</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">165</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">40</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">69</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">95</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b699e94bf376491bd50b70a98531071c737eaf40">
+ <source><x equiv-text="{{ attr.value.patternHelpText }}" id="INTERPOLATION"/></source>
+ <target state="translated"><x equiv-text="{{ attr.value.patternHelpText }}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="98fe13e7ad6c2b80375d204b47858ded83f80e15">
+ <source>The entered value is too high! It must not be greater than <x equiv-text="{{ attr.value.maxValue }}" id="INTERPOLATION"/>.</source>
+ <target state="translated">The entered value is too high! It must not be greater than <x equiv-text="{{ attr.value.maxValue }}" id="INTERPOLATION"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">75</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5423a3c111be47fc5a1bfe46ceb58c81c84db691">
+ <source>The entered value is too low! It must not be lower than <x equiv-text="{{ attr.value.minValue }}" id="INTERPOLATION"/>.</source>
+ <target state="translated">The entered value is too low! It must not be lower than <x equiv-text="{{ attr.value.minValue }}" id="INTERPOLATION"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="272696ff8acdbed0af6dc13f09729e70be435b82">
+ <source>Reweight OSD</source>
+ <target>Znovu vyvážit OSD</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="67650b2998db48201b2c6176cbfef51e7211ccaa">
+ <source>The value needs to be between 0 and 1.</source>
+ <target>Je třeba, aby hodnota byla mezi 0 a 1.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="bc11f92113d678a90e334fdf3d7b3fddbe34c579">
+ <source>Reweight</source>
+ <target>Znovu vyvážit</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html</context>
+ <context context-type="linenumber">30</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d5ca5daf742023fc4f0919fb3c1c6a51991cda4f">
+ <source>OSDs <x equiv-text="{deep, select, 1 {...}}" id="ICU"/>Scrub</source>
+ <target>OSD <x equiv-text="{deep, select, 1 {...}}" id="ICU"/>kontrola</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4c17d67c7c5799eb920030e9a399961e90f55dd8">
+ <source>{VAR_SELECT, select, 1 {Deep } }</source>
+ <target>{VAR_SELECT, vybrat, 1 {Deep } }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6a92b12d76f3cb0ea9d4f6c3cdc57cb1e1235977">
+ <source>You are about to apply a <x equiv-text="{deep, select, 1 {...}}" id="ICU"/>scrub to
+ the OSD <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ selected[0].id }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/>.</source>
+ <target>Chystáte se použít kontrolu na<x equiv-text="{deep, select, 1 {...}}" id="ICU"/>scrub to
+ OSD <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ selected[0].id }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="dc6705f342a036b332c3fd3443201c3613e5524d">
+ <source>{VAR_SELECT, select, 1 {deep } }</source>
+ <target>{VAR_SELECT, vybrat, 1 {deep } }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4beacb61e2236200b5627677b5c0054d2b482ed4">
+ <source>Set Cluster-wide Flags</source>
+ <target state="translated">Set Cluster-wide Flags</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">25</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9617df8e0504d997d0ff45b6c206a12becd13c37">
+ <source>Set Cluster-wide Recovery Priority</source>
+ <target state="translated">Set Cluster-wide Recovery Priority</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">41</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b49d7877d24112d4bdfce9256edf61a007fae888">
+ <source>OSDs List</source>
+ <target>Seznam OSD</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f777d9b30d757508cec8e0348e8696e1c64eab8a">
+ <source><x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/>OSD <x equiv-text="{{ selection.first().id }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> will be marked
+ <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ markActionDescription }}" id="INTERPOLATION_1"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> if you proceed.</source>
+ <target>Pokud budete pokračovat, <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/>OSD <x equiv-text="{{ selection.first().id }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/>
+ <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ markActionDescription }}" id="INTERPOLATION_1"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> bude označeno</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">81</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2d3a73f6440a7d896d74356fe0a725d731e71cbb">
+ <source>The OSD is not safe to destroy!</source>
+ <target state="translated">The OSD is not safe to destroy!</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">90</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9d08116242443953ebbfe10bc2092e0a694b4adf">
+ <source><x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/>OSD <x equiv-text="{{ selection.first().id }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> will be
+ <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ actionDescription }}" id="INTERPOLATION_1"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> if you proceed.</source>
+ <target>Pokud budete pokračovat,
+<x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/>OSD <x equiv-text="{{ selection.first().id }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> bude <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ actionDescription }}" id="INTERPOLATION_1"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">92</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4f8b2bb476981727ab34ed40fde1218361f92c45">
+ <source>Details</source>
+ <target>Podrobnosti</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-details/role-details.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">8</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-details/pool-details.component.html</context>
+ <context context-type="linenumber">5</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d2bcd3296d2850de762fb943060b7e086a893181">
+ <source>Health</source>
+ <target>Zdraví</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/dashboard/dashboard.component.html</context>
+ <context context-type="linenumber">4</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="61e0f26d843eec0b33ff475e111b0c2f7a80b835">
+ <source>Statistics</source>
+ <target>Statistiky</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/dashboard/dashboard.component.html</context>
+ <context context-type="linenumber">8</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="594cd9429597cf6bede5560b3d8fe578821213de">
+ <source>Add erasure code profile</source>
+ <target>Přidat profil mazacího kódu</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="490e15ecc922965b6d8194754c87c5583aa071f3">
+ <source>The name can only consist of alphanumeric characters, dashes and underscores.</source>
+ <target state="translated">The name can only consist of alphanumeric characters, dashes and underscores.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">37</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9edc2b494e660618af3e5225f68d40b7ca67629c">
+ <source>The chosen erasure code profile name is already in use.</source>
+ <target>Zvolený název pro profil mazacího kódu je už používán.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">40</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ef9ff0e6227947b48dfab4ac39ade04af758913b">
+ <source>Plugin</source>
+ <target>Zásuvný modul</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">47</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="dd69b31bce8f630eac1d4762b0bbcf72ce19d193">
+ <source>Data chunks (k)</source>
+ <target>Shluky dat (k)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">75</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b0d26a6172d32cb81218fe2103c54a818cbc1189">
+ <source>Must be equal to or greater than 2.</source>
+ <target>Je třeba, aby bylo 2 a více.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">94</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="dab3a299ead121169b8e08ed618c3b6a2f66691b">
+ <source>Coding chunks (m)</source>
+ <target>Shluky kódování (m)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">102</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1e2773e5bd4948193f18f2361d663ecc3988c656">
+ <source>Must be equal to or greater than 1.</source>
+ <target>Je třeba, aby bylo 1 a více.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">120</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">142</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">168</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">261</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6cde4c945a49a260c0a47bcc7cd956846930a5f7">
+ <source>Durability estimator (c)</source>
+ <target>Odhadování odolnosti (c)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">129</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="af668c2a095a979ea2b4e43cd82c2120ab56c21c">
+ <source>Locality (l)</source>
+ <target>Umístění (l)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">151</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d455a110bf6d2235e314e295ce1dfeee93d3dff2">
+ <source>Crush failure domain</source>
+ <target>Doména selhání crush</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">175</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b74a495f041f7dd102eee5c0bbc9e03083b538ae">
+ <source>Crush Locality</source>
+ <target>Lokalita crush</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">199</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a2f14a73f7a6e94479f67423cc51102da8d6f524">
+ <source>None</source>
+ <target>Žádné</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">213</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2981733b912b693a9dd9d915d6d34f4692cc874a">
+ <source>Technique</source>
+ <target>Technika</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">226</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e0098b6e47b04ec817361f384ce81d454ba5c0bb">
+ <source>Packetsize</source>
+ <target>Velikostpaketu</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">248</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c0252cd81ca54d0a2f69ec9ccf4248e73df5aa4a">
+ <source>Crush root</source>
+ <target>Kořen crush</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">269</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1548d5c76f0406ddd1ba3c557e1e6db22e95b340">
+ <source>Crush device class</source>
+ <target>Třída crush zařízení</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">286</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5e85feb6f9f0334366e46ee09ca6b8df52397432">
+ <source>any</source>
+ <target>libovolné</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">296</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="03d84645f6e019c5a43909bbf2ea1696ee88332c">
+ <source>Directory</source>
+ <target>Složka</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">308</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f6755cff4957d5c3c89bafce5651f1b6fa2b1fd9">
+ <source>Add</source>
+ <target>Přidat</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">326</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">140</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
+ <source>Close</source>
+ <target>Zavřít</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">330</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">85</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">144</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">147</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html</context>
+ <context context-type="linenumber">63</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html</context>
+ <context context-type="linenumber">50</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="feb7520a18f7cda6389712427d0a6e4c38b76000">
+ <source><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/> pool</source>
+ <target><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/> fond</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">16</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ecef2f4d8d12929542a3b16f268dac8156f2ee14">
+ <source>{VAR_SELECT, select, 1 {Edit} other {Add} }</source>
+ <target>{VAR_SELECT, vybrat, 1 {Edit} ostatní {Add} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">16</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">17</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2fecea01ce1d44114ee45144eff6d47a5016a74f">
+ <source>Name...</source>
+ <target>Název…</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">52</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">27</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">28</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="16e113230b6b0d3165e076300880542bac7c8138">
+ <source>The chosen Ceph pool name is already in use.</source>
+ <target>Zvolený název pro Ceph fond je už používán.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">43</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b85c657469e5ec8231c3de99b22f437bc01ffde5">
+ <source>Pool type</source>
+ <target>Typ fondul</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">52</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="526c5443254c3b126eedb264840ffe827727bfd3">
+ <source>-- Select a pool type --</source>
+ <target>-- Vybrat typ fondu --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">61</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0aa21053410a94aa61d16985a4e95fd65523430d">
+ <source>Placement groups</source>
+ <target>Skupiny umístění</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6301f1391d726f8f450bb358058534db19541ca9">
+ <source>At least one placement group is needed!</source>
+ <target>Je třeba alespoň jedné skupiny umístění!</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">98</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ba9469a1ce6ed36e039c1f67247c8c81a5c71449">
+ <source>Your cluster can't handle this many PGs. Please recalculate the PG amount needed.</source>
+ <target>Váš klastr nemůže obsloužit tolik skupin umístění. Přepočítejte potřebné množství skupin umístění.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">101</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="62148abc31999dcfa38220cb09c33c8148b4b53a">
+ <source>You can only increase the number of PGs of an existing pool.
+ Currently your pool has <x equiv-text="{{ data.pool.pg_num }}" id="INTERPOLATION"/> PGs.</source>
+ <target>U existujícího fondu je možné počet skupin umístění pouze zvyšovat.
+ Nyní má váš fond <x equiv-text="{{ data.pool.pg_num }}" id="INTERPOLATION"/> skupin.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">104</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="80ac68cd883369dac20688bc32b4cb33291b5e50">
+ <source>Calculation help</source>
+ <target>Nápověda k výpočtu</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">109</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="909411b5c8155bb36baa02f1a0bf28ab2ac41acb">
+ <source>The current PGs settings were calculated for you, you
+ should make sure the values suite your needs before submit.</source>
+ <target>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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">113</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="33150f22ce5348aa6c499bd092c3f4f3695d62cc">
+ <source>Crush ruleset</source>
+ <target>Sada pravidel crush</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">124</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="73a6b31116b3cc322af951daa0bafdc169e6c42e">
+ <source>-- Select a crush rule --</source>
+ <target>-- Vybrat crush pravidlo --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">132</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="92da80699921e89fb19372e25b8d0f3b9fa427fc">
+ <source>Crush rule</source>
+ <target>Crush pravidlo</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">153</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5489e9f96835f469f6f728a00d8efa88ea5bc940">
+ <source>Crush steps</source>
+ <target>Crush kroky</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">159</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="54a53b1b402aafff5b992ee9b64e409fbfe9074f">
+ <source>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.</source>
+ <target>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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">170</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a43b2695131b48b76cebba676aba98a2bee17515">
+ <source>Replicated size</source>
+ <target>Replikovaná velikost</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">181</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7bff144a4c4dc63b0e18fff2617d61a7ebdf2b6c">
+ <source>Minimum: <x equiv-text="{{ getMinSize() }}" id="INTERPOLATION"/></source>
+ <target>Nejméně: <x equiv-text="{{ getMinSize() }}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">195</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1a9c54b41f6d58a74e5d0aa3429ed0c87a482551">
+ <source>Maximum: <x equiv-text="{{ getMaxSize() }}" id="INTERPOLATION"/></source>
+ <target>Nejvíce: <x equiv-text="{{ getMaxSize() }}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">196</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="43c6dd9233d6a8242cec2b025d25c273244d8d61">
+ <source>The size specified is out of range. A value from
+ <x equiv-text="{{ getMinSize() }}" id="INTERPOLATION"/> to <x equiv-text="{{ getMaxSize() }}" id="INTERPOLATION_1"/> is valid.</source>
+ <target>Zadaná velikost je mimo rozsah. Platné hodnoty jsou od <x equiv-text="{{ getMinSize() }}" id="INTERPOLATION"/> do <x equiv-text="{{ getMaxSize() }}" id="INTERPOLATION_1"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">201</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9de7dde00e2139cc4bd03b1837afbe72ad15a1ff">
+ <source>Erasure code profile</source>
+ <target>Profil mazacího kódu</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">211</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="39b4620e6bd444e0a57a0a5c03fa8c96d7fe5235">
+ <source>-- No erasure code profile available --</source>
+ <target>-- Žádný profil mazacího kódu --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">223</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="498561757390d5528b263ce450d5f38efb00266d">
+ <source>-- Select an erasure code profile --</source>
+ <target>-- Vyberte profil mazacího kódu --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">226</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="920617c6a1a4805e53bcb5af6a9c76f8387e89c6">
+ <source>Flags</source>
+ <target>Příznaky</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">272</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">57</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1c870fb00256b8a5b9cb9cd1a124e6390b9bc639">
+ <source>EC Overwrites</source>
+ <target>EC přebití</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">280</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f1abafaeb40ce52355ddcc24686e3cd17b64e08a">
+ <source>Applications</source>
+ <target>Aplikace</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">290</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2208d63d5940ce656006a220102b1eb2b5e553da">
+ <source>Compression</source>
+ <target>Komprese</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">308</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="37e10df2d9c0c25ef04ac112c9c9a7723e8efae0">
+ <source>Mode</source>
+ <target>Režim</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">314</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">22</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6c6f25c47da62ec597c6057a36ddfc3209811ec5">
+ <source>Algorithm</source>
+ <target>Algoritmus</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">333</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4903231d42089325a28892c0fde1aed46b733ae6">
+ <source>-- No erasure compression algorithm available --</source>
+ <target>-- Žádný algoritmus komprese mazání --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">344</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5d68ddb254275f8f44221e9ad6d8ceeb59ca46a6">
+ <source>Minimum blob size</source>
+ <target>Minimální velikost blobu</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">358</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="fb2f176df80647137cbb02bbeb29e5dec707a400">
+ <source>e.g., 128KiB</source>
+ <target>např. 128 KiB</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">367</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1b7f6e53a4521c6eb3ced4c007fdd4cf80bb7707">
+ <source>Value should be greater than 0</source>
+ <target>Hodnota by měla být vyšší než nula</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">372</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">397</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="54be22af9625a595ee5d70917ee1fb116be7c4be">
+ <source>Value should be greater than the maximum blob size</source>
+ <target>Hodnota by měla být vyšší než nejvyšší velikost blobu</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">375</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="151efb127a9a4dd25259a0b2055442318a141f5b">
+ <source>Maximum blob size</source>
+ <target>Nejvyšší velikost blobu</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">384</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0c656f0e346bbadf46eb1a5d20d0307a3bd20ba8">
+ <source>e.g., 512KiB</source>
+ <target>např. 512 KiB</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">392</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0a65a24eee8a026f3b1113fe9e157e9a0dd69486">
+ <source>Value should be greater than the minimum blob size</source>
+ <target>Hodnota by měla být vyšší než nejnižší velikost blobu</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">400</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="261ba09c4a59de83f48f52a23fd328da37e61ff4">
+ <source>Ratio</source>
+ <target>Poměr</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">409</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c1430457a9c3c66366e51d76bf10396014c576be">
+ <source>Compression ratio</source>
+ <target>Kompresní poměr</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">420</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ae5ce6de352cde949998fb10754459c3a4eb183b">
+ <source>Value should be between 0.0 and 1.0</source>
+ <target>Hodnota by měla být z rozmezí 0.0 až 1.0</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">423</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c6d3131ce5386154504dc91b5ad08855d85881d3">
+ <source><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/> pool</source>
+ <target><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/> fond</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">438</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e2b15aacc2f17a9c3276895eeeaadd342ab26555">
+ <source>{VAR_SELECT, select, 1 {Edit} other {Create} }</source>
+ <target>{VAR_SELECT, vybrat, 1 {Edit} ostatní {Create} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">438</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1d8a7c8aea58294a3c57c23af0468ddf0ba0c9c7">
+ <source>Pools List</source>
+ <target>Seznam fondů</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-list/pool-list.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9424badb7e0c6ac792d020d7830645b529a80aad">
+ <source>Please consult the <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>
+ on how to configure and enable the Object Gateway management functionality.</source>
+ <target>Podívejte se do <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>dokumentace<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>
+ jak nastavit a zapnout funkci správy brány objektů.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-501/rgw-501.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5f67f2247b9c6bbaf24a0f2d37f4ac0537c6fa53">
+ <source>Loading bucket data...</source>
+ <target>Načítání dat nádoby…</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8508c0ab851ad91fd0410da1266c02b0ef9d3ff9">
+ <source>The bucket data could not be loaded.</source>
+ <target>Data nádoby se nepodařilo načíst.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">5</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="838abd335419fb1a7a6f14398ef17eee3e3fdeb6">
+ <source><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/> bucket</source>
+ <target><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/> nádoba</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">17</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2798cc1e152b1ec07fd8daf94a2a073d1ba1ebcc">
+ <source>Id</source>
+ <target>Identif.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">26</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="db4e1a734518691b128ef40b939cc673f01d03a6">
+ <source>The value is not valid.</source>
+ <target>Hodnota není platná.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">61</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">452</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">545</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="eabb4db920d9f9b2480cf438468b86e1bea02a9b">
+ <source>The chosen name is already in use.</source>
+ <target>Zvolený název už je používán.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">64</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">37</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0ee5132a8da30e0b7f9f5c70dbc91928d17dd909">
+ <source>Owner</source>
+ <target>Vlastník</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">73</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8e4c918357c7445fbf19a203e5f0f0ece1960b3b">
+ <source>-- Select a user --</source>
+ <target>-- Vybrat uživatele --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">86</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="315bfc460250cbfcf9b90beff732cf0770912990">
+ <source>{VAR_SELECT, select, 1 {Update} other {Add} }</source>
+ <target>{VAR_SELECT, vybrat, 1 {Update} ostatní {Add} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">102</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">80</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">142</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">593</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="479488ab6e91ecb375484edc78bee3d13467f33f">
+ <source>Daemons List</source>
+ <target>Seznam procesů služeb</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6bcc896f4c3dbf91cc00d8506409e6e22bccaacd">
+ <source>Capability</source>
+ <target>Schopnost</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
+ <source>Type</source>
+ <target>Typ</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">22</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">42</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1221ca97d19eaa9a7bc0c5243d5fc5befe1d2314">
+ <source>-- Select a type --</source>
+ <target>-- Vybrat typ --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">41</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d1b8990332af18f1c5159a6061ca889bcbb28432">
+ <source>Permission</source>
+ <target>Oprávnění</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">56</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">63</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a08c589f82f69d892307288da14190ae1dd583d5">
+ <source>-- Select a permission --</source>
+ <target>-- Vybrat oprávnění --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">64</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="583a219c524155c2314eb06ee29162bb315272a3">
+ <source>S3 key</source>
+ <target>S3 klíč</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">123</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="08c74dc9762957593b91f6eb5d65efdfc975bf48">
+ <source>Username</source>
+ <target>Uživatelské jméno</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">22</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">22</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">24</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">9</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="49c614babd1950adb2be75df4e2c9747286d6adc">
+ <source>-- Select a username --</source>
+ <target>-- Vybrat uživatelské jméno --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">41</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c217ee914725a37e9dd2336c721c8e63e9666bdc">
+ <source>Auto-generate key</source>
+ <target>Automaticky vytvořit klíč</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">60</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">133</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2f1c1c0f2bce4c9f92d1a2061e8161cb0006c31a">
+ <source>Access key</source>
+ <target>Přístupový klíč</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">144</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b864acb67296a9819c1db0069c4c47d8b5ce8f44">
+ <source>Secret key</source>
+ <target>Tajný klíč</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">106</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">110</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">176</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b2841767821d6b66238c34d07e413b0af67aee92">
+ <source>Subuser</source>
+ <target>Dílčí uživatel</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">37</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="bd59fc25a7bd98cff3e75117c09697c8a007a514">
+ <source>The chosen subuser ID is already in use.</source>
+ <target>Zvolený identifikátor dílčího uživatele už je používán.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">54</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3d386c357ebcbc04ed05c4babd5a03626f9b1674">
+ <source>read, write</source>
+ <target>číst, zapisovat</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">77</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="84e3e3f9a4f31a039b648c97debf95fcb20f4c4a">
+ <source>full</source>
+ <target>plné</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b6bf81d032a2316464f9df2f0d2f3d753f89f0d3">
+ <source>Swift key</source>
+ <target>Swift klíč</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">89</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1e0c12685d50d47448ceed9423977ef39775c037">
+ <source>Auto-generate secret</source>
+ <target>Automaticky vytvořit tajemství</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">99</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3d1c7a6004bd5d86a7fa096ae24209e8aa7a53e3">
+ <source>Loading user data...</source>
+ <target>Načítání údajů uživatele…</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="faa5d834ab28571423d794d32b57998920efb65f">
+ <source>The user data could not be loaded.</source>
+ <target>Údaje uživatele se nepodařilo načíst.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">5</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6aaf5d2a304167272ac73e3b1d1c162e16c77858">
+ <source>The chosen user ID is already in use.</source>
+ <target>Zvolený identif. uživatele už je používán.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">41</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b760f123248930122fc7e7b6b6bf94e376e959c8">
+ <source>Full name</source>
+ <target>Celé jméno</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">50</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">98</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">14</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="69b6ac577a19acc39fc0c22342092f327fff2529">
+ <source>Email address</source>
+ <target>E-mailová adresa</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="df441e80db2157f9d272b75de724ba4a82b96b57">
+ <source>This is not a valid email address.</source>
+ <target>Toto není platná e-mailová adresa.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ca271adf154956b8fcb28f4f50a37acb3057ff7c">
+ <source>The chosen email address is already in use.</source>
+ <target state="translated">The chosen email address is already in use.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">82</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="030197cebe938edf35422e92fe14183d06eb670b">
+ <source>Max. buckets</source>
+ <target>Nejvýše nádob</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">91</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="623ac50f37a26caec6fd7cd519b653e3315cba25">
+ <source>The entered value must be >= 0.</source>
+ <target>Je třeba, aby zadaná hodnota byla 0 a vyšší.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">104</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">489</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">582</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="92f3f203270a29b3001871153f02c063484a1574">
+ <source>Suspended</source>
+ <target>Pozastaveno</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">116</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">24</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2c4c62e8ba24601be5cfe7dc5d32c24bbbd4b53c">
+ <source>Subusers</source>
+ <target>Dílčí uživatelé</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">205</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">40</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="128d6efb51d9ddc7c0cc695a2deeca5b9523f6e4">
+ <source>There are no subusers.</source>
+ <target>Nejsou zde žádní dílčí uživatelé.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">211</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="826b25211922a1b46436589233cb6f1a163d89b7">
+ <source>Delete</source>
+ <target>Smazat</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">242</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">296</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">381</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1c9f46392d9b25bfb9afe74c87ddfe94f44c0b60">
+ <source>Add subuser</source>
+ <target>Přidat dílčího uživatele</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">256</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0bcd5ef19af0f1b814141ca8c57df623d8270088">
+ <source>Keys</source>
+ <target>Klíče</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">264</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">134</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="67c746c1ba9dab4351fedc4c7cba4e6d6b0dbc47">
+ <source>S3</source>
+ <target>S3</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">268</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d6819038d608623503918fb2553f53d68231ec3a">
+ <source>There are no keys.</source>
+ <target>Nejsou zde žádné klíče.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">273</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">323</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2aba1e87039819aca3b70faa9aa848c12bf139ca">
+ <source>Show</source>
+ <target>Zobrazit</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">289</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">339</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">149</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a5193a8d59cd045c18ef9521f486a091dad1f513">
+ <source>Add S3 key</source>
+ <target>Přidat S3 klíč</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">310</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6ddb5e991a3ecd2659fb520bc5acc81b67e08ddd">
+ <source>Swift</source>
+ <target>Swift</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">318</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="17bb3082e6fe5003203ef992a3714172334631a1">
+ <source>Capabilities</source>
+ <target>Schopnosti</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">352</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">49</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1d01eccdda47fc907c5be35bcb16d2dcd02b0270">
+ <source>There are no capabilities.</source>
+ <target>Nejsou zde žádné schopnosti.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">358</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="60a495bec6eae04c9b7570956a6673069e8e47d6">
+ <source>Add capability</source>
+ <target>Přidat schopnost</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">395</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="36ad38f9c1a1485e09b67778a28af84553290ffb">
+ <source>User quota</source>
+ <target>Kvóta uživatele</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">403</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">61</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f50a33d3c339f8f4a465141f8caa5d2d8c005251">
+ <source>Enabled</source>
+ <target>Zapnuto</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">413</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">506</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">66</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">102</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6146e13ceca5fa5cc17b771b282fe5955f3d19fa">
+ <source>Unlimited size</source>
+ <target>Neomezená velikost</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">427</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">520</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f6db8aa7c99fdce18edb33dde57729acede2b308">
+ <source>Max. size</source>
+ <target>Nejvyšší velikost</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">438</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">531</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="fc630b2093e880fffa19df99d5cd8b87605037f8">
+ <source>Unlimited objects</source>
+ <target>Neomezené objekty</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">465</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">558</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6cda5a993d06f0bb10048be9d3aba6555aa9f356">
+ <source>Max. objects</source>
+ <target>Nejvýše objektů</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">476</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">569</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="649a410bd0ace333d067d8fa22f12bdbdb43533b">
+ <source>Bucket quota</source>
+ <target>Kvóta nádoby</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">496</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">66</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">97</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="449dca3d3a93ead418b0541ea81b0dda7e6483c2">
+ <source>Welcome to Ceph!</source>
+ <target>Vítejte v Ceph!</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/login/login.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ <note from="description" priority="1">The welcome message on the login page</note>
+ </trans-unit><trans-unit datatype="html" id="0070e83d11da39d6f4bb95065c2675db1610b419">
+ <source>Username is required</source>
+ <target>Je třeba vyplnit uživatelské jméno</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/login/login.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1e20f8b8a4706526c9024cc2f39d568345d100dc">
+ <source>Password is required</source>
+ <target>Je třeba vyplnit heslo</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/login/login.component.html</context>
+ <context context-type="linenumber">58</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
+ <source>Login</source>
+ <target>Přihlásit</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/login/login.component.html</context>
+ <context context-type="linenumber">64</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d96493d07439fc50485a66b7469451d30fc8ad25">
+ <source><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/> Role</source>
+ <target><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/> role</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="72d6ccefaf8e300c9bc29d5e9757aaf79cd3f7eb">
+ <source>{VAR_SELECT, select, editing {Edit} other {Add} }</source>
+ <target>{VAR_SELECT, vybrat, upravování {Edit} ostatní {Add} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1ea5c4d8942c00752dcc72e72949c5d9832f6399">
+ <source>Description...</source>
+ <target>Popis…</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">51</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="70f45880fce6ac5d8e468e25e82aefbba8098cfe">
+ <source>Permissions</source>
+ <target>Oprávnění</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">61</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="95af469f00ed2c20403755ad45e9f00439027617">
+ <source><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/> Role</source>
+ <target><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/> role</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">81</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b46ed6a153fed3fcba2f1296155fc4bfb1b3b166">
+ <source>{VAR_SELECT, select, editing {Update} other {Create} }</source>
+ <target>{VAR_SELECT, vybrat, upravování {Update} ostatní {Create} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">81</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">147</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="58fc1b5c79a75370eb52644fd83fb2e7096b6649">
+ <source>Sorry, the user does not exist in Ceph.</source>
+ <target state="translated">Sorry, the user does not exist in Ceph.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/sso/sso-not-found/sso-not-found.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d9deb94f78e7c41b35c6622b874f06657d7604c1">
+ <source>Return to <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>Login Page<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>. You'll be logged out from the Identity Provider when you retry logging in.</source>
+ <target state="translated">Return to <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>Login Page<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>. You'll be logged out from the Identity Provider when you retry logging in.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/sso/sso-not-found/sso-not-found.component.html</context>
+ <context context-type="linenumber">4</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e83cda1d2f391695610a1c572332e5f81499dd83">
+ <source><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/> User</source>
+ <target><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/> uživatel</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7f3bdcce4b2e8c37cd7f0f6c92ef8cff34b039b8">
+ <source>Confirm password</source>
+ <target>Potvrzení zadání hesla</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">69</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cbb979e63ba50e0ca3adfa09cbdcaefd0853fca1">
+ <source>Password confirmation doesn't match the password.</source>
+ <target>Zadání hesla se neshodují.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">90</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="244aae9346da82b0922506c2d2581373a15641cc">
+ <source>Email</source>
+ <target>E-mail</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">114</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d0ec081dd61eb4f43aea269077bbe38eae87b7f9">
+ <source>Invalid email.</source>
+ <target>Neplatný e-mail.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">125</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9610487cbeb5796d34d8601b5ac0c0a65f9e1d19">
+ <source>Roles</source>
+ <target>Role</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">131</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-tabs/user-tabs.component.html</context>
+ <context context-type="linenumber">7</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9c4773dff91deccdacd78a4cd578f8f5f7fa229b">
+ <source><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/> User</source>
+ <target><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/> uživatel</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">147</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0051a3479d3ba79135c16dc8cc017950a2cce821">
+ <source>You are about to remove "user read / update" permissions from your own user.</source>
+ <target>Chystáte se odebrat oprávnění „uživatel číst/aktualizovat“ svému vlastnímu účtu.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">159</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="af4bf9fcb256853f14cf947eb1deb8d7f176d3f9">
+ <source>If you continue, you will no longer be able to add or remove roles from any user.</source>
+ <target>Pokud budete pokračovat, nebudete nadále schopní přidávat nebo nebo odebírat role žádnému z uživatelů.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">161</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7d1dcf2a9146caac0581329acf94806ec69a89a5">
+ <source>Are you sure you want to continue?</source>
+ <target>Opravdu chcete pokračovat?</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">163</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="471e78026c258073ba687478dc54c35d9041ea42">
+ <source>Forbidden</source>
+ <target>Odepřeno</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/forbidden/forbidden.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="02ea8ad57677e3c63f3d7814ca5e6c7b74e360b4">
+ <source>Sorry, you are not allowed to see what you were looking for.</source>
+ <target>Omlouváme se, ale nemáte oprávnění zobrazit to, po čem se poohlížíte.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/forbidden/forbidden.component.html</context>
+ <context context-type="linenumber">7</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e3c028c58f92453d46f09b5adf95b2f013ee0300">
+ <source>Sorry, we could not find what you were looking for</source>
+ <target>Omlouváme se, nepodařilo se najít to, po čem se poohlížíte</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/not-found/not-found.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="16568619015cfb2352e3b2596ba04fc1c82e44ef">
+ <source>Remove all</source>
+ <target>Odebrat vše</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/notifications/notifications.component.html</context>
+ <context context-type="linenumber">6</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1d65cc22d5842c06d33b244fc67de9db4003537e">
+ <source>Recent Notifications</source>
+ <target>Nedávná oznámení</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/notifications/notifications.component.html</context>
+ <context context-type="linenumber">56</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/notifications/notifications.component.html</context>
+ <context context-type="linenumber">53</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="495ab70870b5b4a30f2bc5f55052fdc518d954a9">
+ <source>There are no background tasks.</source>
+ <target>Nejsou zde žádné úlohy na pozadí.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/task-manager/task-manager.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ea94e7754983d80af8acb958a5d49d93bacd721c">
+ <source>Background Tasks</source>
+ <target>Úlohy na pozadí</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/task-manager/task-manager.component.html</context>
+ <context context-type="linenumber">83</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/task-manager/task-manager.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="85b79c9064aed1ead31ace985f31aa1363f6bdaf">
+ <source>Help</source>
+ <target>Nápověda</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/dashboard-help/dashboard-help.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/dashboard-help/dashboard-help.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="fcfd4675b4c90f08d18d3abede9a9a4dff4cfdc7">
+ <source>Documentation</source>
+ <target>Dokumentace</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/dashboard-help/dashboard-help.component.html</context>
+ <context context-type="linenumber">23</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4">
+ <source>API</source>
+ <target>Aplikační program. rozhraní</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/dashboard-help/dashboard-help.component.html</context>
+ <context context-type="linenumber">28</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
+ <source>About</source>
+ <target>O aplikaci</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/dashboard-help/dashboard-help.component.html</context>
+ <context context-type="linenumber">33</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1481ecd21e760ac919a24e26cf790acd82e40199">
+ <source>Dashboard Settings</source>
+ <target>Nastavení přehledu</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/administration/administration.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/administration/administration.component.html</context>
+ <context context-type="linenumber">7</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a79aab4ef674bf3f6532292107c0054302236e0f">
+ <source>User management</source>
+ <target>Správa uživatelů</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/administration/administration.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="049dfd9fe6c78914ad58cf89ac6a631fca28ec74">
+ <source>Logged in user</source>
+ <target>Přihlášený uživatel</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/identity/identity.component.html</context>
+ <context context-type="linenumber">9</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/identity/identity.component.html</context>
+ <context context-type="linenumber">6</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cd38a58e73f306d838e621959d47d5e7a2f06d1f">
+ <source>Signed in as
+ <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ username }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/></source>
+ <target>Přihlášeni jako
+ <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ username }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/identity/identity.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5d22c795daf43877a5f708dca2bccd549eb0471d">
+ <source>Sign out</source>
+ <target>Odhlásit</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/identity/identity.component.html</context>
+ <context context-type="linenumber">27</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="eeba399c4dae8d4890c27b7a2cd2dc28fcf8b5f9">
+ <source>Performance Counters</source>
+ <target>Výkonnostní čítače</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html</context>
+ <context context-type="linenumber">9</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="fbbaf5cb02ed419e79a27072478f716a4666a99d">
+ <source>Performance Details</source>
+ <target>Podrobnosti o výkonnosti</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html</context>
+ <context context-type="linenumber">16</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">46</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/hosts/host-details/host-details.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-details/pool-details.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html</context>
+ <context context-type="linenumber">45</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
+ <source>ID</source>
+ <target>Identif.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e5c51963a9c553b29427ef783bbb69fa6634fa8c">
+ <source>Index type</source>
+ <target>Typ rejstříku</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">23</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8e6f950a32eaea32ec7e192f9ca3d3dfe469d4ba">
+ <source>Placement rule</source>
+ <target>Pravidlo umístění</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">28</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6972d213e31c4ea4f887e60db99d9881bc8fcd3e">
+ <source>Marker</source>
+ <target>Označovač</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">33</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="47b02acd2d3254d1ace1926f840523f154ebef71">
+ <source>Maximum marker</source>
+ <target>Nejvyšší označovač</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">38</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8fe73a4787b8068b2ba61f54ab7e0f9af2ea1fc9">
+ <source>Version</source>
+ <target>Verze</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">43</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="092fa3a7df9168b14d3f83a77a4035e92b92ce15">
+ <source>Master version</source>
+ <target>Hlavní verze</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">48</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="97434cc5001d407f90c7447a12d9e8e6848a2aa3">
+ <source>Modification time</source>
+ <target>Okamžik úpravy</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">53</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="90fe2e41e7fde38453ce4e619efeea9bc6adea9c">
+ <source>Zonegroup</source>
+ <target>Skupinazóny</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">58</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cef1595d040e77cbb4466e60382028d4c2040cac">
+ <source>Maximum size</source>
+ <target>Nejvyšší velikost</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">76</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">107</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="aa6fb95c355f172bda303de1ce2f38c251a149cf">
+ <source>Unlimited</source>
+ <target>Neomezeno</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">90</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">74</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">85</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">110</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">121</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ee862a800364b4d11f9b8cb9955a28a60f840a45">
+ <source>Maximum objects</source>
+ <target>Nejvýše objektů</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">87</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">82</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">118</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8011e20c5bbe51602d459a860fbf29b599b55edd">
+ <source>System</source>
+ <target state="translated">System</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">29</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f120423a48cf96636bc415daf5ac041ea8c6503e">
+ <source>{VAR_SELECT, select, 0 {No} 1 {Yes} }</source>
+ <target state="translated">{VAR_SELECT, select, 0 {No} 1 {Yes} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">31</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="db18a2772988415466a7f75dc42663ce78c9c1d3">
+ <source>Maximum buckets</source>
+ <target>Nejvýše nádob</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">35</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ca53d681a9892d6fdbb57ee9676582186515e961">
+ <source>Performance counters not available</source>
+ <target>Výkonnostní čítače nejsou k dispozici</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.html</context>
+ <context context-type="linenumber">12</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="91853167141c37b58868f3b0421383dd72fa8a01">
+ <source>Attributes (OSD map)</source>
+ <target>Atributy (OSD mapa)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="97842f379e1d4157ac3ab0661b90c352e7cb72d5">
+ <source>Metadata not available</source>
+ <target>Metadata nejsou k dispozici</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">15</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f721a500a68c357e8f2a01e60510f6a01e4ba529">
+ <source>Metadata</source>
+ <target>Metadata</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">8</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d24e28e19c5703d7c6be44f4eb595a6a43b618ed">
+ <source>Performance counter</source>
+ <target>Výkonnostní čítač</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d1f7c81ed9c5034af4abcdf119b1c1e86cd019dd">
+ <source>Histogram not available: <x equiv-text="{{ osd.histogram_failed }}" id="INTERPOLATION"/></source>
+ <target>Histogram není k dispozici: <x equiv-text="{{ osd.histogram_failed }}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">28</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="868abfff914873d1c65df798d8432ed04b8ae2a9">
+ <source>Writes</source>
+ <target>Zápisy</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">33</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="996ebb9a653b5067f97bf3891ea9d2108e969492">
+ <source>Reads</source>
+ <target>Čtení</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">38</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="65ac79790aa477a97b1cc579e18a115a8df8918f">
+ <source>Histogram</source>
+ <target>Histogram</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">25</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="26fb5f81b3581f06b9210defb0e71dc69a67e819">
+ <source>Current values</source>
+ <target>Stávající hodnoty</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">23</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9abcd7c82643d60c22733470463f74e4a54bc069">
+ <source>Min</source>
+ <target>Min</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">47</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c3ced4d162a0a55ee233a187ce7208ba5e922418">
+ <source>Max</source>
+ <target>Max</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">52</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6834fa6b43d1ecbdf147c48dd9c4d72f1484571d">
+ <source>Source</source>
+ <target>Zdroj</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">77</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a446fb0eb11fbffcac805ece5a2d306d24e733d8">
+ <source>Level</source>
+ <target>Úroveň</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">82</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4180e8c1a344da14bdef061df596a4457bbb8d6c">
+ <source>Can be updated at runtime</source>
+ <target>Je možné aktualizovat za provozu</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">87</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cafc87479686947e2590b9f588a88040aeaf660b">
+ <source>Tags</source>
+ <target>Štítky</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">92</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ab0089ef47af61ca1d137bc908b96c290dfd9287">
+ <source>Enum values</source>
+ <target>Vyčíslit hodnoty</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">97</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="819476f1264f1659f38e86f6abb542141b184832">
+ <source>See also</source>
+ <target>Viz také</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">102</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="73caac4265ea7314ff061e5a1d78a6361a6dd3b8">
+ <source>Cluster Status</source>
+ <target>Stav klastru</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">15</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1d4bc612bbf19aa9553853266b9e92c9d75f4464">
+ <source>Manager Daemons</source>
+ <target>Procesy služby správy</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">69</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="946ac5dea9921dc09d7b0a63b89535371f283b19">
+ <source>Object Gateways</source>
+ <target>Objektové brány</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">90</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ff03fa5bcf37c4da46ad736c1f7d03f959e8ba9a">
+ <source>Metadata Servers</source>
+ <target>Metadata servery</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">98</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d817609ba4993eba859409ab71e566168f4d5f5a">
+ <source>iSCSI Gateways</source>
+ <target>iSCSI brány</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">109</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="42c13e50391250ea9379bdf55d5d6c0228c0c8bc">
+ <source>Client IOPS</source>
+ <target>vst/výst. klienta</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">125</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="52213660b2454d139ada3079a42ec6caf3c3c01e">
+ <source>Client Throughput</source>
+ <target>Propustnost klienta</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">134</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="32efd1c3f70e3c5244239de97a2cc95d98534a14">
+ <source>Client Read/Write</source>
+ <target>Čtení/zápis klienta</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">143</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5277e7546d03a767761199b70deb8c77a921b390">
+ <source>Client Recovery</source>
+ <target>Zotavení klienta</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">161</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6d9a9f55046891733ef71170e7652063765eb542">
+ <source>Scrub</source>
+ <target>Kontrola</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">170</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3cc9c2ae277393b3946b38c088dabff671b1ee1b">
+ <source>Performance</source>
+ <target>Výkonnost</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">119</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="88f383269db2d32cccee9e936fe549dccb9fdbf4">
+ <source>Raw Capacity</source>
+ <target>Holá kapacita</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">200</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="afdb601c16162f2c798b16a2920955f1cc6a20aa">
+ <source>Objects</source>
+ <target>Objekty</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">213</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">38</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c5f8a813f91a11af99132e4beafc136cfc13d73b">
+ <source>PGs per OSD</source>
+ <target>Skupin umístění na OSD</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">222</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="498a109c6e9e94f1966de01aa0326f7f0ac6fb52">
+ <source>PG Status</source>
+ <target>Stav skupiny umístění</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">231</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ce9dfdc6dccb28dc75a78c704e09dc18fb02dcfa">
+ <source>Capacity</source>
+ <target>Kapacita</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">181</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="44ecac93d67c6a671198091c2270354f80322327">
+ <source><x ctype="x-i" equiv-text="<i>" id="START_ITALIC_TEXT"/><x ctype="x-i" equiv-text="</i>" id="CLOSE_ITALIC_TEXT"/> See <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>Logs<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> for more details.</source>
+ <target state="translated"><x ctype="x-i" equiv-text="<i>" id="START_ITALIC_TEXT"/><x ctype="x-i" equiv-text="</i>" id="CLOSE_ITALIC_TEXT"/> See <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>Logs<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> for more details.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">265</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f0b5d789d42c0e69348e5fe0037fcbf5b5fbbdcc">
+ <source>Move an image to trash</source>
+ <target>Přesunout obraz do koše</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="86301cf2044b1eda218483365f6b9de8dde5040b">
+ <source>To move <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/>/<x equiv-text="{{ imageName }}" id="INTERPOLATION_1"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/> to trash,
+ click <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Move Image<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>. Optionally, you can pick an expiration date.</source>
+ <target state="translated">To move <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/>/<x equiv-text="{{ imageName }}" id="INTERPOLATION_1"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/> to trash,
+ click <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Move Image<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>. Optionally, you can pick an expiration date.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">12</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="88f27d390844aad53b4240360e928156c5f0d326">
+ <source>Protection expires at</source>
+ <target>Platnost ochrany skončí v</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="da166e9a0d27322f6ba8916d71ecc0f9905bb4b1">
+ <source>NOT PROTECTED</source>
+ <target>NECHRÁNĚNO</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a1506e5f2ca22cad14502ec7a20fb6113ace145d">
+ <source>Wrong date format. Please use "YYYY-MM-DD HH:mm:ss".</source>
+ <target>Chybný formát data. Použijte „RRRR-MM-DD HH:mm:ss“.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">29</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="aa7ea0bb7495281e0b3258467ac7d90a1e44a1a1">
+ <source>Protection has already expired. Please pick a future date or leave it empty.</source>
+ <target>Platnost ochrany už skončila. Zvolte budoucí datum nebo nevyplňujte.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">32</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="536b3205c0c0d4d21685ec06feccfcf2fe14deb1">
+ <source>Move Image</source>
+ <target>Přesunout obraz</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">40</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
+ <source>Overview</source>
+ <target state="translated">Overview</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-tabs/iscsi-tabs.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="bbd2045d5c37e4bb39a3c0fb62ea1ddf70a12838">
+ <source>Targets</source>
+ <target state="translated">Targets</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-tabs/iscsi-tabs.component.html</context>
+ <context context-type="linenumber">7</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0f6e8f6094b180eaf1f11bc0ffe383f1cdcd059e">
+ <source>Only available for RBD images with <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/>fast-diff<x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> enabled</source>
+ <target state="translated">Only available for RBD images with <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/>fast-diff<x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> enabled</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e70fcca5a99575cffef3ff8cbd5e69f06ffd0f1c">
+ <source>Pool</source>
+ <target>Fond</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="03cc5b14b0a20d075e9009ff021f4f1660ba348a">
+ <source>Data Pool</source>
+ <target>Datový fond</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">23</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1b051734b0ee9021991c91b3ed4e81c244322462">
+ <source>Created</source>
+ <target>Vytvořeno</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">28</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0a65771c9a73b9aa609d592fc96a64801a8f40bd">
+ <source>Provisioned</source>
+ <target>Poskytováno</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">57</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="84a36cb75660b736773fe36ffa3d54f0f0fe363e">
+ <source>N/A</source>
+ <target state="translated">N/A</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">63</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">78</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e5c009342a4e8381f64341d0bb61c2e4685f5a4b">
+ <source>Total provisioned</source>
+ <target>Celkem poskytováno</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">72</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7f6bf8a43ae415f527ac961ea62471b983aaa97b">
+ <source>Striping unit</source>
+ <target>Proužkovací jednotka</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">87</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="db710e8a8f011923f2d15d713fbae49c38b02b26">
+ <source>Striping count</source>
+ <target>Počet proužkování</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">92</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3a4c2a9e76634ff14a60d52a718296f722d47c67">
+ <source>Parent</source>
+ <target>Nadřazené</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">97</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6a209e68d78ffc2cc9c53d2e76158624efab71ad">
+ <source>Block name prefix</source>
+ <target>Předpona názvu bloku</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">107</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5704ec2049d007c5f5fb495a5d8b607e68d58081">
+ <source>Order</source>
+ <target>Pořadí</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">112</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f21b1d17b6c5042bb5805516eee37fde33739dd8">
+ <source>Snapshots</source>
+ <target>Zachycené stavy</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">119</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3f67f30568e9ae47507d46e28e1e82a7dca772e2">
+ <source><x equiv-text="{ editing, select, true {...} other {...}}" id="ICU"/> RBD Snapshot</source>
+ <target><x equiv-text="{ editing, select, true {...} other {...}}" id="ICU"/> RBD zachycený stav</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1628d19a4490817c18be2afab410ca4adfa62ea7">
+ <source>{VAR_SELECT, select, true {Rename} other {Create} }</source>
+ <target>{VAR_SELECT, vybrat, skutečné {Rename} ostatní {Create} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html</context>
+ <context context-type="linenumber">46</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="73a287b41afe6b28f90edbeb98957a341a0276b4">
+ <source><x equiv-text="{ editing, select, true {...} other {...}}" id="ICU"/> Snapshot</source>
+ <target><x equiv-text="{ editing, select, true {...} other {...}}" id="ICU"/> zachycený stav</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html</context>
+ <context context-type="linenumber">46</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cb60c1cd3655234756b5b92d4d597d92d520ee30">
+ <source>PROTECTED</source>
+ <target>CHRÁNĚNO</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.html</context>
+ <context context-type="linenumber">17</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="deffb86b8fb0541254ad5a43862d82bff6b6a6c4">
+ <source>UNPROTECTED</source>
+ <target>NECHRÁNĚNO</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5c5331983af566d4ac6a1024d15a3511786a4aa6">
+ <source>You are about to rollback</source>
+ <target>Chystáte se vrátit zpět</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.html</context>
+ <context context-type="linenumber">25</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="49c0408946a6d67185947f455f15cc201d0d78e6">
+ <source>Purge Trash</source>
+ <target>Vysypat koš</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">14</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">41</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-list/rbd-trash-list.component.html</context>
+ <context context-type="linenumber">25</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="af728625d769b61acf291442644b89edb88faec3">
+ <source>To purge, select one or All images and click</source>
+ <target>Pro vyčištění, vyberte jeden nebo všechny obrazy a klikněte na</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="55a4f598a4894b7fd5cb88f0ffd3c37ad009dd70">
+ <source>Pool:</source>
+ <target>Fond:</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d43dd2b9f7797e4cf3a604695bb33e4479108516">
+ <source>Pool name...</source>
+ <target>Název fondu…</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">22</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="dfc3c34e182ea73c5d784ff7c8135f087992dac1">
+ <source>All</source>
+ <target>Vše</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">30</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b0e7c7ed1d51a0c205c815048bc9f79e24ee6db2">
+ <source>Restore Image</source>
+ <target>Obnovit obraz</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">16</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">40</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7369384817e0ad61ce871c9afdfbb538df2f97c1">
+ <source>To restore</source>
+ <target>Pro obnovení</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e7f0abefc608f7fb452c2dc9b1cdc3dec432160e">
+ <source>type the image's new name and click</source>
+ <target>zadejte nový název pro obraz a klikněte na</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">15</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="41307dd56fea669eed72e12a6c23af275f6bfd82">
+ <source>New Name</source>
+ <target>Nový název</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">22</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5c96a761dc55a21882c132c929583a424c9b8cf4">
+ <source>Expired at</source>
+ <target>Platnost skončila v</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-list/rbd-trash-list.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="661041e3fcff4d3e75c561e038ca2504cf2cc643">
+ <source>Protected until</source>
+ <target>Chráněno do</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-list/rbd-trash-list.component.html</context>
+ <context context-type="linenumber">37</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0ee3b2322a1d3277f7e3fdb8a5141ac42bcf350b">
+ <source>This image is protected until <x equiv-text="{{ expiresAt | cdDate }}" id="INTERPOLATION"/>.</source>
+ <target>Tento obraz je chráněn do<x equiv-text="{{ expiresAt | cdDate }}" id="INTERPOLATION"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-list/rbd-trash-list.component.html</context>
+ <context context-type="linenumber">47</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a674ab267d1934bf395f87ca1503fd474296893f">
+ <source>iSCSI Topology</source>
+ <target state="translated">iSCSI Topology</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-details/iscsi-target-details.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="66db799d67958d4b0765181d072df62e2d1c16f5">
+ <source>Issues</source>
+ <target>problémy</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/image-list/image-list.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ef06d69259e587e28d52372455f44c7153cda7e7">
+ <source>Syncing</source>
+ <target>Synchronizuje se</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/image-list/image-list.component.html</context>
+ <context context-type="linenumber">11</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/image-list/image-list.component.html</context>
+ <context context-type="linenumber">38</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0b0901877d837d3fda16ba161eb74368d1c75b7a">
+ <source>Ready</source>
+ <target>Připraveno</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/image-list/image-list.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4057c56d63a7e9b140b1d01871a9229a5f30eb27">
+ <source>Edit pool mirror mode</source>
+ <target state="translated">Edit pool mirror mode</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e1f367f5feaab38f6637dd1f967c848b447dea2d">
+ <source>To edit the mirror mode for pool
+ <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>, select a new mode from the list and click
+ <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Update<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>.</source>
+ <target state="translated">To edit the mirror mode for pool
+ <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>, select a new mode from the list and click
+ <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Update<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="32ca348ef926b0a6a7a780b8b64c3a8239895cec">
+ <source>Peer clusters must be removed prior to disabling mirror.</source>
+ <target state="translated">Peer clusters must be removed prior to disabling mirror.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">33</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="047f50bc5b5d17b5bec0196355953e1a5c590ddb">
+ <source>Update</source>
+ <target>Aktualizovat</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">41</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="fa61522d482349707fd7dd03b90dc5781611b17f">
+ <source><x equiv-text="{mode, select, edit {...} other {...}}" id="ICU"/>
+ pool mirror peer</source>
+ <target state="translated"><x equiv-text="{mode, select, edit {...} other {...}}" id="ICU"/>
+ pool mirror peer</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4ddcb416c1c0aa1f54acf5beef1de81813e76fa6">
+ <source>{VAR_SELECT, select, edit {Edit} other {Add} }</source>
+ <target state="translated">{VAR_SELECT, select, edit {Edit} other {Add} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">14</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f7a13e4807afa6a9eda3db57a0a2a110dbae8ad7">
+ <source><x equiv-text="{mode, select, edit {...} other {...}}" id="ICU"/> the pool
+ mirror peer attributes for pool <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/> and click
+ <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Submit<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>.</source>
+ <target state="translated"><x equiv-text="{mode, select, edit {...} other {...}}" id="ICU"/> the pool
+ mirror peer attributes for pool <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/> and click
+ <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Submit<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">14</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d3cc964811f852a168f4a2d5daa59068abc5cf53">
+ <source>Cluster Name</source>
+ <target state="translated">Cluster Name</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">23</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b631721fc56cb7fb1cbd07b802a487c5753f6a2d">
+ <source>The cluster name is not valid.</source>
+ <target state="translated">The cluster name is not valid.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">39</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ca6deafa31bf421f85094807982aee4bcb20a3ae">
+ <source>CephX ID</source>
+ <target state="translated">CephX ID</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">46</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7539188a568c3d553cbde1bacaf32310c4264e24">
+ <source>CephX ID...</source>
+ <target state="translated">CephX ID...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">51</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a1c45b594b0fba22fc64e80c793a7ffe005fdb0e">
+ <source>The CephX ID is not valid.</source>
+ <target state="translated">The CephX ID is not valid.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">61</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="20861576fcfce773c918c782cd4f5adf32382921">
+ <source>Monitor Addresses</source>
+ <target state="translated">Monitor Addresses</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">68</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="fa28eeed2b4bd4ccbe6e9349a1c2b3cb1c5de70a">
+ <source>Comma-delimited addresses...</source>
+ <target state="translated">Comma-delimited addresses...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">72</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="dc016c82fd85848d5c1b2fd0e8469ee2027d9c16">
+ <source>The monitory address is not valid.</source>
+ <target state="translated">The monitory address is not valid.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e0ac55b83dc6739e62bc655cfe375b67c93e7f4a">
+ <source>CephX Key</source>
+ <target state="translated">CephX Key</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">86</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f53434bcb95bd86f1df9c8e22966f757614fc4ad">
+ <source>Base64-encoded key...</source>
+ <target state="translated">Base64-encoded key...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">90</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4cd83164cd4f66b4abc2863f9ce6f599d789e4ca">
+ <source>CephX key must be base64 encoded.</source>
+ <target state="translated">CephX key must be base64 encoded.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">97</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3938a411d76796f8ae73b72ea4c77661207453bd">
+ <source>Cache Tiers Details</source>
+ <target state="translated">Cache Tiers Details</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-details/pool-details.component.html</context>
+ <context context-type="linenumber">22</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0c1e17956453ad772dbe82d6946f62748c692f3e">
+ <source>Ranks</source>
+ <target>Hodnocení</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html</context>
+ <context context-type="linenumber">6</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="95c96d55690c0c685deebe52a1da94dc36f5e99d">
+ <source>Clients: <x equiv-text="{{ clientCount }}" id="INTERPOLATION"/></source>
+ <target>Klienti: <x equiv-text="{{ clientCount }}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html</context>
+ <context context-type="linenumber">36</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="bd5a3b1c5a3c185c7bbb0e09a061d4cdc88ce5ad">
+ <source>Current</source>
+ <target state="translated">Current</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-details/iscsi-target-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="dd4ab758afd5fd5a6c6a25b2b30ff99d0c00e9ad">
+ <source>There are no portals available.</source>
+ <target state="translated">There are no portals available.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="83021e45778a4a230a14ca0c6d6ccdf05500ad93">
+ <source>There are no images available.</source>
+ <target state="translated">There are no images available.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="86684eb21f8a768e1dbc659e3d5da6861db544a0">
+ <source>There are no images available. Please make sure you add an image to the target.</source>
+ <target state="translated">There are no images available. Please make sure you add an image to the target.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fffda6e440078f57eba93944ce051c593cc6ed7f">
+ <source>There are no initiators available. Please make sure you add an initiator to the target.</source>
+ <target state="translated">There are no initiators available. Please make sure you add an initiator to the target.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="38baeb215c17af9d9e295e371a57f4a48ab4c191">
+ <source>Target</source>
+ <target state="translated">Target</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-list/iscsi-target-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9a541ec1a4319fffc16ad3b3ab2c2b6d251a829d">
+ <source>Hostname</source>
+ <target>Název stroje</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/daemon-list/daemon-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/hosts/hosts.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="32b73dd480452aed3c8df00055279a110b3e633c">
+ <source># Active/Optimized</source>
+ <target>Počet aktivních/optimalizovaných</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="26a3d69b872abf67663ba7473606ea32d6128531">
+ <source># Active/Non-Optimized</source>
+ <target>Počet aktivních/neoptimalizovaných</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a5f9ba9bb9faa8284bcadb1cdbc6aaf969e9c4bb">
+ <source>Image</source>
+ <target>Obraz</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2cd86fc9c2dc1b4398514266a08e507140fe5ba8">
+ <source>Active/Optimized</source>
+ <target>Acktivní/optimalizované</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c74c467d73caf2b951bc1a1d52d6e93f9c5e795b">
+ <source>Active/Non-Optimized</source>
+ <target>Aktivní/neoptimalizované</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="13415637c325ceefee29111b31cb48701490adf7">
+ <source>Read Bytes</source>
+ <target>Bajtů čtení</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e2ed82b7bbf4a006e60e6208c597b05d5b5556e9">
+ <source>Write Bytes</source>
+ <target>Bajtů zápis</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="6a32a5f58845ca840185ea9564682094e77a1d80">
+ <source>Read Ops</source>
+ <target>Operací/s čtení</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7c36cb8032af123d3550ffab2e1fa1e957c87fae">
+ <source>Write Ops</source>
+ <target>Operací/s zápis</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="458c33846a8c7e2feb9404bcf06723784e756cdc">
+ <source>A/O Since</source>
+ <target>A/O od</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ff78f059449d44322f627d0f66df07abe476962b">
+ <source>Instance</source>
+ <target>Instance</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/daemon-list/daemon-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="36fad7995cadfb3a6f0d43ef2db280146b3ca022">
+ <source>Issue</source>
+ <target>Problém</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="873b72903b1858a9cd6c8967521030b4d7d1435b">
+ <source>State</source>
+ <target>Stav</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="15793f4cbc261bedbc60f7105533dde536a3f42b">
+ <source>Progress</source>
+ <target>Ukazatel postupu</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f39256070bfc0714020dfee08895421fc1527014">
+ <source>Disabled</source>
+ <target state="translated">Disabled</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="8c375764db42f5d736fb56d01b8052c006ccc8e2">
+ <source>Edit Mode</source>
+ <target state="translated">Edit Mode</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="45932f2a0ea524b3425f4320ee46a6d1c68977bc">
+ <source>Add Peer</source>
+ <target state="translated">Add Peer</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d3dc34662e3cda0dad646221651cebd26f731485">
+ <source>Edit Peer</source>
+ <target state="translated">Edit Peer</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e8a0ec0b6ee72db0f27c186e09640d1ed41964bd">
+ <source>Delete Peer</source>
+ <target state="translated">Delete Peer</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="314de06d6f64d39149e78e6d796585c0246fec0b">
+ <source>Leader</source>
+ <target>Vedoucí</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7acaab450312114059ced9e3737798ee9aa738b1">
+ <source># Local</source>
+ <target>Počet místních</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7a3ffd88868135c44be3994263bb8e49d8358884">
+ <source># Remote</source>
+ <target>Počet vzdálených</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="85ca0fd6a6ddd211023c70a25753122c5b978787">
+ <source>mirror peer</source>
+ <target state="translated">mirror peer</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4130b1a836f2000cfe9a11fb62493dc42d444de7">
+ <source>Deep flatten</source>
+ <target>Hluboké zploštění</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-form/rbd-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7b17694d7cb8ecb7c8440bc999dac21b44455b33">
+ <source>Layering</source>
+ <target>Vrstvení</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-form/rbd-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="6a072ce577c2079d0e0c31071a16824f6d22b84d">
+ <source>Exclusive lock</source>
+ <target>Výhradní zámek</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-form/rbd-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7354f01320bf936a7f85577c9f71402635c3a362">
+ <source>Object map (requires exclusive-lock)</source>
+ <target>Mapa objektů (vyžaduje výhradní zámek)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-form/rbd-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fb7e625c1152f1c102cd16460955d124edff1770">
+ <source>Journaling (requires exclusive-lock)</source>
+ <target>Žurnálování (vyžaduje výhradní zámek)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-form/rbd-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="76d0a465d5b470c2ea20e15b23c91086c90e910d">
+ <source>Fast diff (requires object-map)</source>
+ <target>Rychlé porovnání (vyžaduje mapu objektů)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-form/rbd-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1979da7460819153e11d2078244645d94291b69c">
+ <source>Copy</source>
+ <target>Kopírovat</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-list/rbd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="3747fff7faf52b436ecff5fb8555091736d92c70">
+ <source>Flatten</source>
+ <target>Zploštit</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-list/rbd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ba073985cfd2528c77a746ed596b2f2052b973c5">
+ <source>Move to Trash</source>
+ <target>Přesunout do koše</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-list/rbd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="70a67e04629f6d412db0a12d51820b480788d795">
+ <source>Create</source>
+ <target>Vytvořit</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-details/role-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-form/role-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e26f9cf3666aace4e524b1505c9795d76d87738d">
+ <source>Rename</source>
+ <target state="translated">Rename</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="45480c03b0a3a37ff8f6a5600a6a034b40fbaea4">
+ <source>Protect</source>
+ <target state="translated">Protect</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="3ea9b96a21a499d296a7f25407da0f3df6c2d5ed">
+ <source>Unprotect</source>
+ <target state="translated">Unprotect</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="54a4a3132b693575728a45a5f3154ad4c9af404b">
+ <source>Clone</source>
+ <target state="translated">Clone</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4be22bf20ef82614ed53bcd3b912a85590aa71c9">
+ <source>Rollback</source>
+ <target>Vrácení zpět</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7eb984588f4835f6d0187b33769b4b0f62821640">
+ <source>RBD snapshot rollback</source>
+ <target>Vrácení zachyceného stavu RBD zpět</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2a04c483708d261751d62082d6f03a50d4577b1e">
+ <source>RBD snapshot</source>
+ <target>Zachycený stav RBD</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d5cec7468241d72cafd86ad1af6d55b09a6e3ae5">
+ <source>Restore</source>
+ <target>Obnovit</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-trash-list/rbd-trash-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fa96769d1ea86741297cb9b9769b0dcfde58c8b4">
+ <source>Deleted At</source>
+ <target>Smazáno v</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-trash-list/rbd-trash-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e928864038ca70ee7d67bbf1fd71a01c3938a127">
+ <source>id</source>
+ <target>identif.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="240c9c1e96dc38814922a83ad041dc815b084f32">
+ <source>type</source>
+ <target>typ</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c9d7ec7ee5b4e282f2228fa996651ec4ef5195a9">
+ <source>state</source>
+ <target>stav</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="5780e5c3b4fc2ae07836bb5221cec4f8d597630d">
+ <source>version</source>
+ <target>verze</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fe22ca53e651df951dac25b67c17894b0980f767">
+ <source>Host</source>
+ <target>Stroj</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fb69299354312c8954ecf324997ccafcd9f6b14b">
+ <source>root</source>
+ <target>kořen</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="3c3a423d91e36ac6624e909fcd2669a25685f847">
+ <source>Rank</source>
+ <target>Hodnocení</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/monitor/monitor.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/monitor/monitor.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9596ecae8956e96921acef47aec787f6bdc37454">
+ <source>Daemon</source>
+ <target>Proces služby</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f2005fa461c06dc2e04d8918bbabedf23604b5b7">
+ <source>Activity</source>
+ <target>Aktivita</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e3a986984ae0c3b43af648c3fa638649d1c00348">
+ <source>Dentries</source>
+ <target>Struktury složek</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7c692ab865066967d73c6d64ec0691cc6ce91b93">
+ <source>Inodes</source>
+ <target>I-uzlů</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="45f210b96a2a6e91f52f153a4f8dc30662629f8e">
+ <source>Usage</source>
+ <target>Využití</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7db875ff4cc626d394f37fba95c075b2e4bfeb00">
+ <source>Standby daemons</source>
+ <target>Procesy služeb v pohotovosti</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="22e4e574b7f8abf58254f328792445b42e2a924a">
+ <source>The value can be updated at runtime.</source>
+ <target>Hodnotu je možné aktualizovat za chodu.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d7770de7b2343c9deeaa7ebf37ba3e35ca5c5988">
+ <source>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.</source>
+ <target>Procesy služeb / klienti nezískávají tuto hodnotu
+ 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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="83f11fd1dc503c37931ea6c1c5c1e8c2b4b597b6">
+ <source>Option takes effect only during daemon startup.</source>
+ <target>Volba se uplatní pouze při spouštění procesu služby.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="837a07cd6a971038b8b1aa190c43440c9fdb5d8b">
+ <source>Option only affects cluster creation.</source>
+ <target>Volba ovlivní pouze vytváření klastru.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2566a88eb247c918b71cfe5b354c31de0d4b01e5">
+ <source>Option only affects daemon creation.</source>
+ <target>Volba ovlivní pouze vytvoření procesu služby.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="cdb623df78c6ed1fdd9e6dc35f83d6dbea75ebfa">
+ <source>Config option <x equiv-text="{{name}}" id="INTERPOLATION"/> has been updated.</source>
+ <target>Volba nastavení <x equiv-text="{{name}}" id="INTERPOLATION"/> byla aktualizována.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a773d21a875b944ba7b067f348398cfd5e9550cc">
+ <source>Update config option</source>
+ <target>Aktualizovat volbu nastavení</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d473e0f684a60db45d6f31e993f693f74290e056">
+ <source>Service</source>
+ <target>Služba</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9951bb3983c7dba6fde013e05c922e4fe1a44367">
+ <source>Current value</source>
+ <target>Stávající hodnota</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7099a8878af7a0a26fe5663c4f46cfe87142b75d">
+ <source>Public Address</source>
+ <target>Veřejná adresa</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/monitor/monitor.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/monitor/monitor.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="cbdd1cdc0c7a87f55dd177bc44212f0fc4b80852">
+ <source>Open Sessions</source>
+ <target>Otevřené relace</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/monitor/monitor.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="37e58d1cbdf8212b380efa51422e42821d4f08e6">
+ <source>No In</source>
+ <target>Počet do</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="12706eb5af17ff5ad77b3de21af368d24678e00b">
+ <source>OSDs that were previously marked out will not be marked back in when they start</source>
+ <target>OSD které byly dříve odznačeny nebudou označeny nazpět když spustí</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="96114d7624d11dc90ca46cfa96145fe22118df76">
+ <source>No Out</source>
+ <target>Počet ven</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a2ef636fe1ddd56b63e4aaf3d292f33dbf735ef3">
+ <source>OSDs will not automatically be marked out after the configured interval</source>
+ <target>OSD nebudou automaticky odznačeny po nastaveném intervalu</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ee50aefa9b8bde1e5429b48709a23abfe08358e0">
+ <source>No Up</source>
+ <target>Počet aktivních</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="608929b939307e397586a98cea52ae38997c7273">
+ <source>OSDs are not allowed to start</source>
+ <target>OSD není dovoleno spuštění</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1751ab69c1e7f62927afedbf7116e0116316c551">
+ <source>No Down</source>
+ <target>Počet neaktivních</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="41fac86dfb65c1db690f3e87f6497cb73b281084">
+ <source>OSD failure reports are being ignored, such that the monitors will not mark OSDs down</source>
+ <target>Hlášení o selhání OSD jsou ignorovány, jako například že monitory OSD neoznačí jako nedostupné</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b2838c6165a9672a17db188f4dd9676574353dd8">
+ <source>Pause</source>
+ <target>Pozastavit</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="191d71dadcc8790573d46706a0b48211de4b8334">
+ <source>Pauses reads and writes</source>
+ <target>Pozastavit čtení a zápisy</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="471d5ba75836f38c19992cf83d8822632d99e473">
+ <source>No Scrub</source>
+ <target>Žádná kontrola</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="5b8caa61814121bc36dac0c34a9e9de3cae74990">
+ <source>Scrubbing is disabled</source>
+ <target>Kontrola je vypnutá</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7f29a0ac1c797bdc0347dd5d0734ba83e96e7ce6">
+ <source>No Deep Scrub</source>
+ <target>Žádná hloubková kontrola</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="01da61ab216541a8d31259cebd16b10c7e5fc124">
+ <source>Deep Scrubbing is disabled</source>
+ <target>Hloubková kontrola je vypnutá</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0b86c7f18ac725de62c7e192dcfccd02c0dc40ab">
+ <source>No Backfill</source>
+ <target>Žádné zasypávání</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="bd33a2bdc8fbed3b7469f3717c16d9aaa2851fdd">
+ <source>Backfilling of PGs is suspended</source>
+ <target>Zasypávání skupin umístění je pozastaveno</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7fbbd036394cfa623add40299757bc87df8eaa7e">
+ <source>No Recover</source>
+ <target>Žádné obnovení</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f3ee9b451a64dca47299c9b4ae1091c2008068ad">
+ <source>Recovery of PGs is suspended</source>
+ <target>Obnovování skupin umístění je pozastaveno</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="de904148fe7e8d812218f50333ffe247900617c5">
+ <source>Bitwise Sort</source>
+ <target>Bitové třídění</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2613c9fde29785bcd75f0abeccb653d14d7527b3">
+ <source>Use bitwise sort</source>
+ <target>Třídit podle bitů</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2fe10d84250aeee365db244251d40934c70ff1e9">
+ <source>Purged Snapdirs</source>
+ <target>Vyčištěné složky zachycených stavů</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="6b22a5b780eda3c5d500cdac9c6d4f96978c38f1">
+ <source>OSDs have converted snapsets</source>
+ <target>OSD mají převedené sady zachycených stavů</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c42f0ba60564dc5b977a8c7f3fdcde9efbb39c60">
+ <source>Recovery Deletes</source>
+ <target>Smazáno při zotavování</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="72fe39979198ea2ed6db6274b5029025cb316d90">
+ <source>Deletes performed during recovery instead of peering</source>
+ <target>Mazání provedená při obnovování namísto peeringu</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1bb4a1f9127cefe624c173557a716d0ebb6d647c">
+ <source>PG Log Hard Limit</source>
+ <target state="translated">PG Log Hard Limit</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e03c0321397fdf7a9c22e8d6b5015424943c0a57">
+ <source>Puts a hard limit on pg log length</source>
+ <target state="translated">Puts a hard limit on pg log length</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0182a66735272f5c540a0c65ff3f5a7913ac1b74">
+ <source>OSD Flags were updated successfully.</source>
+ <target>Příznaky OSD byly úspěšně aktualizovány.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fbfecb196a0896028638e21655c6fed6a1f91dc0">
+ <source>OSD Flags</source>
+ <target>Příznaky OSD</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2e5e77dbaadd6588d8bbf737139fd9806294ae28">
+ <source>Deep Scrub</source>
+ <target>Hloubková kontrola</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="75fb9f970ba365398c45e57bbb1019c009f6b832">
+ <source>Mark Out</source>
+ <target>Odznačit</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="688578fcc739d6f0c5fb6c366dbb19d21c6d9e36">
+ <source>out</source>
+ <target>ven</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/osd-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0cda3e824fb2f9c731e5a60b859dedc1fe03127e">
+ <source>Mark In</source>
+ <target>Označit</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="cb0f69bdd4dea41d7d45c74b6e07f98de8a2ab26">
+ <source>in</source>
+ <target>dovnitř</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/osd-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="66fdbf32e5449cc54a3d1e19c7b8f4ea238facfb">
+ <source>Mark Down</source>
+ <target>Označit</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b5fbc7c7f007dd53b2318525bb7ff8b0376c9e37">
+ <source>down</source>
+ <target>nedostupné</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/osd-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f833354f43cb38c5716faa8759a9bbdd1ab8f199">
+ <source>Mark Lost</source>
+ <target>Označit ztracené</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b58719bcb9184e1a7884d00d22d10899d59bf295">
+ <source>Mark</source>
+ <target>Značka</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="31a1c1aa03f1e5084750bedb4e3fdc04ce2cb6ca">
+ <source>OSD lost</source>
+ <target>OSD ztraceno</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f3fc4c85c5b8f1dedea0496b72d0af9da7b9e0d9">
+ <source>marked lost</source>
+ <target>označeno jako ztracené</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="019d4bd6a5690f0cfa0ecf346a4e6bf7f0d8debb">
+ <source>Remove</source>
+ <target>Odebrat</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c8b1475105463088593de1022ff6dceb523eae0e">
+ <source>OSD</source>
+ <target>OSD</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c640261f80e6afd42cac3f4b63594012f198e0e8">
+ <source>removed</source>
+ <target>odebráno</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="bf463b189696c19769ea263227e6c22aefafb918">
+ <source>Destroy</source>
+ <target>Zlikvidovat</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="8e5d1b01eca6dce26a4751f0b19bda7a6ab8db5b">
+ <source>destroy</source>
+ <target>zlikvidovat</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="495a06b78bf165a7b545fa002137f0846b094a3d">
+ <source>destroyed</source>
+ <target>zlikvidováno</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="953144c420c2e5abd02e6a687433eac60fa852bd">
+ <source>PGs</source>
+ <target>skupiny umístění</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7d3523ea9d35c274cef84043de8a2fdde540a9a1">
+ <source>Read bytes</source>
+ <target>Přečteno bajtů</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ecbe2fdca919499125bc42c2c67cedae8563db1c">
+ <source>Writes bytes</source>
+ <target>Zapsáno bajtů</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f3c33322823c846b13f59ba2c8f234405bba99e1">
+ <source>Read ops</source>
+ <target>Operací/s čtení</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7e0b24a17546cbfab48b03dc874461d1ca68bc9a">
+ <source>Write ops</source>
+ <target>Operací/s zápis</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d45455406092f58e6b089cb440b5b7934b801a01">
+ <source>Mark OSD <x equiv-text="{{markAction}}" id="INTERPOLATION"/></source>
+ <target>Označit OSD <x equiv-text="{{markAction}}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="de0b7806e451b3b3dbd564decba59981fe781c18">
+ <source>Mark <x equiv-text="{{markAction}}" id="INTERPOLATION"/></source>
+ <target>Označit <x equiv-text="{{markAction}}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4edc2162af0bd6cd941eaf730d20a7e3b5a83ba7">
+ <source>Max Backfills</source>
+ <target state="translated">Max Backfills</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="eb5e6c24a48a1dfe23e0a772b762be5e949c0c8a">
+ <source>Recovery Max Active</source>
+ <target state="translated">Recovery Max Active</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4a23c6d3859e03184118620d2baeb736ac765fbf">
+ <source>Recovery Max Single Start</source>
+ <target state="translated">Recovery Max Single Start</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="97049169ef5228fd1724de2fcdad1fec2858eaf8">
+ <source>Recovery Sleep</source>
+ <target state="translated">Recovery Sleep</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a5c05002b0ac2040f1aede5e727e0ffd06eda819">
+ <source>Custom</source>
+ <target state="translated">Custom</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="92a8cbd0b31b1a5a64fe3a3245437ecf14b6d74d">
+ <source>OSD recovery speed priority "<x equiv-text="{{value}}" id="INTERPOLATION"/>" was set successfully.</source>
+ <target state="translated">OSD recovery speed priority "<x equiv-text="{{value}}" id="INTERPOLATION"/>" was set successfully.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="87241d8eb7bf0d14756f27febe8d0a84015627db">
+ <source>OSD recovery speed priority</source>
+ <target state="translated">OSD recovery speed priority</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="442db228d78b94d704b22bb0ffeb712af183f19a">
+ <source><x equiv-text="{{operation}}" id="INTERPOLATION"/> was initialized in the following OSD: <x equiv-text="{{id}}" id="INTERPOLATION_1"/></source>
+ <target><x equiv-text="{{operation}}" id="INTERPOLATION"/> bylo inicializováno v následujícím OSD: <x equiv-text="{{id}}" id="INTERPOLATION_1"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="78917e8031aaf913ac3fa63295325ce8879703ce">
+ <source>Job</source>
+ <target state="translated">Job</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="94287619205068b591c18493c64781424864c259">
+ <source>Severity</source>
+ <target state="translated">Severity</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e6cfbe0c5e0302ba2cec22315f6a28f8ac46b651">
+ <source>Started</source>
+ <target state="translated">Started</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6">
+ <source>URL</source>
+ <target state="translated">URL</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fb2e1bed329dc5b84197808c778abb9edcbdb335">
+ <source>Used</source>
+ <target>Použito</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4f1ab04d9100fb0df0e62b921ec46ae052ae29fc">
+ <source>Avail.</source>
+ <target>K dispozici</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a1c9b3d4fa67450fe9afd1d726f8a1bd91d990ea">
+ <source>Clean</source>
+ <target>Čisté</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0054f5460090d6dde385e8f099d598df5d28cf54">
+ <source>Working</source>
+ <target>Pracující</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a8059e31694578c1b0344a76a345357dd60e8f01">
+ <source>Warning</source>
+ <target>Varování</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e5d8bb389c702588877f039d72178f219453a72d">
+ <source>Unknown</source>
+ <target>Neznámé</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="129a2224e1f9d19eb5e11e2a07fe10a785556484">
+ <source>up</source>
+ <target>aktivní</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/osd-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d5f29cf0af691726483262d647eb6622be002512">
+ <source>no filesystems</source>
+ <target>žádné souborové systémy</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b1c4387ffab06f3fa9fdb4411aea955595538d44">
+ <source>active</source>
+ <target>aktivní</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mgr-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1aaf7054d826f2cb05ec3e88a5a4b8116861e1f5">
+ <source>standby</source>
+ <target>v pohotovosti</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mgr-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c9a1080024dca344a48acdb77fa2d54e059f7254">
+ <source>n/a</source>
+ <target state="translated">n/a</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mgr-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="84a1787b6df375847c70f782861d7e7f8f43bff4">
+ <source>active daemon</source>
+ <target state="translated">active daemon</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mgr-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="24407dc2ebfafaf6b131ee978683b893c3f1d763">
+ <source>quorum</source>
+ <target>kvórum</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mon-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="5049e204c14c648691ac775a64fb504467aeb549">
+ <source>Value</source>
+ <target>Hodnota</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="60fb10c145f9c7ede2b9ddf9b2b0b0f6191d0ebd">
+ <source>Cache Mode</source>
+ <target state="translated">Cache Mode</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-details/pool-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fa5bfad31d4139f6871443bb74324ffda5cad3e6">
+ <source>Min Evict Age</source>
+ <target state="translated">Min Evict Age</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-details/pool-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fd0eb851666df45c34c76fabcda79b0d77bc910b">
+ <source>Min Flush Age</source>
+ <target state="translated">Min Flush Age</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-details/pool-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="cb54d2c420a534cee0c308ea5589f8c394ef8d67">
+ <source>Target Max Bytes</source>
+ <target state="translated">Target Max Bytes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-details/pool-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="07f4ebe6615dca466818ffdae2a69ee217d265fb">
+ <source>Target Max Objects</source>
+ <target state="translated">Target Max Objects</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-details/pool-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="eaa8f4df53cf7fa78d078e20a701d10f3dccd77d">
+ <source>No applications added</source>
+ <target>Nebyla přidána žádná aplikace</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="321c2a7640f11177ea49b0857b94c4b70830c0e6">
+ <source>Applications limit reached</source>
+ <target>Dosažen limit aplikací</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="519d27742b74fadc8336777452f78891e98aa1dc">
+ <source>A pool can only have up to four applications definitions.</source>
+ <target>Fond může mít nejvýše čtyři definice aplikací.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b5bec3813f0d45daa7eb9471272969e1bc3e734e">
+ <source>Allowed characters '_a-zA-Z0-9'</source>
+ <target>Použitelné znaky „_a-zA-Z0-9“</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="807472d29602a0085bce62e534bd66208982c2e2">
+ <source>Maximum length is 128 characters</source>
+ <target>Nejvyšší délka je 128 znaků</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="37785748b9ac9ad1d3e4b111ac502c3284afe84b">
+ <source>Filter or add applications</source>
+ <target>Filtrovat nebo přidat aplikace</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="38c7b8610ca87835e13eeee6a09ba1c414cd5cb9">
+ <source>Add application</source>
+ <target>Přidat aplikaci</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="65bb2be83261bc4798853bbccdedc110c43feea7">
+ <source>erasure code profile</source>
+ <target>profil mazacího kódu</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="112d356ad6846959ca4aa5ec9a1f0d9d473b24ec">
+ <source>Replica Size</source>
+ <target>Velikost repliky</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ec50492db341fa752b023d8c924601286b6c9c0c">
+ <source>Last Change</source>
+ <target>Nejnovější změna</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="563a8c136a9d423bc7ae1269a404d6da5fd83dad">
+ <source>Erasure Coded Profile</source>
+ <target>Mazáním kódovaný profil</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0ad7f0662956cff61ac1208f92b1a0305b1b2e58">
+ <source>Crush Ruleset</source>
+ <target>Sada crush pravidel</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f15bf7f588f09ca79795b17bc244e8d336f28171">
+ <source>Write bytes</source>
+ <target state="translated">Write bytes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="44939fd05cedfd077db886528b755e77d5fa3885">
+ <source>bucket</source>
+ <target>nádoba</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ec40d74ecfb1d6d60455af6805c9a714a3f5750a">
+ <source>buckets</source>
+ <target>nádoby</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0914cbe18bae204217e1851be6d2d24d86e74605">
+ <source>user</source>
+ <target>uživatel</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7c7f4be7b726e61c577e63842a58d9e435f7c597">
+ <source>users</source>
+ <target>uživatelé</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1481b8488e10dbc437accce89d2ae35a0106e8ba">
+ <source>Scope</source>
+ <target>Rozsah</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-details/role-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9b1d5e95f6bdcfb4b737413f5fa157e0dcb103d5">
+ <source>Read</source>
+ <target>Čtení</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-details/role-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-form/role-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fe6ee93173884201ec62d62ba173c3de85ae177e">
+ <source>Created role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</source>
+ <target>Vytvořena role „<x equiv-text="{{role_name}}" id="INTERPOLATION"/>“</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-form/role-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="41c032df0732f4318f8213fabd0719ac347d4b6c">
+ <source>Updated role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</source>
+ <target>Aktualizována role „<x equiv-text="{{role_name}}" id="INTERPOLATION"/>“</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-form/role-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="50e22b5289f79f1417369403345c9fa9911a4557">
+ <source>System Role</source>
+ <target>Systémová role</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-list/role-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7f132668e2dbfcf616381d2daf59d1a6f2698102">
+ <source>Deleted role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</source>
+ <target>Smazána role „<x equiv-text="{{role_name}}" id="INTERPOLATION"/>“</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-list/role-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d2362a49d2434ce137bf19dab004251b7fd9c7b3">
+ <source>Created user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</source>
+ <target>Vytvořen uživatel „<x equiv-text="{{username}}" id="INTERPOLATION"/>“</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9910122dfedd2eaa544a990f1430e5b82a76d99f">
+ <source>Update user</source>
+ <target>Aktualizovat uživatele</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ac10a3d9b59575640797c1a8e6aea642cf5d5e77">
+ <source>Continue</source>
+ <target>Pokračovat</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="cf4bcf4ce3d551e6099ccdc3546ae418fe5f8038">
+ <source>You were automatically logged out because your roles have been changed.</source>
+ <target>Byli jste automaticky odhlášeni protože vaše role byly změněny.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0f6003fb0c1cc73b89d225801cc1b870945cd259">
+ <source>Updated user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</source>
+ <target>Aktualizován uživatel „<x equiv-text="{{username}}" id="INTERPOLATION"/>“</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fe516c6d820018fdc971113935e22ec1e852965f">
+ <source>Deleted user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</source>
+ <target>Smazán uživatel „<x equiv-text="{{username}}" id="INTERPOLATION"/>“</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-list/user-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="01a7e11502ff80421ef3615e533ea14ef57e1d5c">
+ <source>Failed to delete user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</source>
+ <target>Nepodařilo se smazat uživatele „<x equiv-text="{{username}}" id="INTERPOLATION"/>“</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-list/user-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="63316a3861dbcb035147efc1b9fb6bc708242e94">
+ <source>You are currently logged in as "<x equiv-text="{{username}}" id="INTERPOLATION"/>".</source>
+ <target>Nyní jste přihlášení jako „<x equiv-text="{{username}}" id="INTERPOLATION"/>“.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-list/user-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1d7fbcc3d5efc946ffbcf86fed04c4e20dda20fb">
+ <source>Each object is split in data-chunks parts, each stored on a different OSD.</source>
+ <target state="translated">Each object is split in data-chunks parts, each stored on a different OSD.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b1f8ed4e216585f1f9134740002ef3c8501debd8">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c437ee74a9a8e781e1380153f742a685e3b8cc5e">
+ <source>The jerasure plugin is the most generic and flexible plugin,
+ it is also the default for Ceph erasure coded pools.</source>
+ <target state="translated">The jerasure plugin is the most generic and flexible plugin,
+ it is also the default for Ceph erasure coded pools.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="8c7e19322851402afa67e41f4f1d4e531caf1bf5">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b1b11f49281b4e79219b4eecfbcb033cb15bd880">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d9cb3bc07a25b26fbea457e0a7b543340bc13c49">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="813959d46e63a29bbd266b3af2ff9414c2ef553c">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f0ff63d92e0a1b4d4b51e31b9133802d160a5f4c">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="3ece48df9d1e9a98f98bf3c5cc66e8b637020a4d">
+ <source>The isa plugin encapsulates the ISA library. It only runs on Intel processors.</source>
+ <target state="translated">The isa plugin encapsulates the ISA library. It only runs on Intel processors.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4472c9e31bfc7d96a83dc4afce0a6e885c99e839">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fa385f5ecf63083ec848dca8dc5e52bdc72ac6f6">
+ <source>The shec plugin encapsulates the multiple SHEC library.
+ It allows ceph to recover data more efficiently than Reed Solomon codes.</source>
+ <target state="translated">The shec plugin encapsulates the multiple SHEC library.
+ It allows ceph to recover data more efficiently than Reed Solomon codes.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="687b3cd94b3475c24ff4481d64d4739f902a377c">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f3c4af6df91bdaabdb715f8f0b61a24faf73a3bc">
+ <source>The name of the crush bucket used for the first step of the CRUSH rule.
+ For instance step take default.</source>
+ <target state="translated">The name of the crush bucket used for the first step of the CRUSH rule.
+ For instance step take default.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e1059955a5ce65cdabf0c0a8207377e1f9bae57e">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ac392ac9c6da5fde6da80fc57b9c09402fb6e73d">
+ <source>Restrict placement to devices of a specific class
+ (e.g., ssd or hdd), using the crush device class names in the CRUSH map.</source>
+ <target state="translated">Restrict placement to devices of a specific class
+ (e.g., ssd or hdd), using the crush device class names in the CRUSH map.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="62bcb9ae5583a088649b1adf5787a86ca3334f89">
+ <source>Set the directory name from which the erasure code plugin is loaded.</source>
+ <target state="translated">Set the directory name from which the erasure code plugin is loaded.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a436c6a4025a749198e93cac239de8deede72211">
+ <source>-- Select the priority --</source>
+ <target state="translated">-- Select the priority --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/osd.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9556266f0a2b1762a44b686f2bb21dbfefb01c12">
+ <source>Low</source>
+ <target state="translated">Low</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/osd.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="72279141a67cc042d9864102b703216cc8a428a3">
+ <source>High</source>
+ <target state="translated">High</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/osd.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e6ca3c0efaf51e6d45a7f92f58bac37140c3fda4">
+ <source>Last 5 minutes</source>
+ <target state="translated">Last 5 minutes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b0ecb2bbc548cc9bd95050fd8f0c84586d083fe2">
+ <source>Last 15 minutes</source>
+ <target state="translated">Last 15 minutes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="857ae67deb51353120b203b0f2a06b0c48ef49fa">
+ <source>Last 30 minutes</source>
+ <target state="translated">Last 30 minutes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7b1738fad314e936dc14b94db8f43da736942308">
+ <source>Last 1 hour (Default)</source>
+ <target state="translated">Last 1 hour (Default)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a428288224389726cef9d9bd8d1d7808cccd7ffd">
+ <source>Last 3 hours</source>
+ <target state="translated">Last 3 hours</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7cbabecc8d80cf183ac199cfaeb7619d56e5d43f">
+ <source>Last 6 hours</source>
+ <target state="translated">Last 6 hours</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1a389cdf64187d34cf99eec30a290e3fa7d4744f">
+ <source>Last 12 hours</source>
+ <target state="translated">Last 12 hours</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9e0ba5f591380a94d594a76288f0c41aa97eb9c2">
+ <source>Last 24 hours</source>
+ <target state="translated">Last 24 hours</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e430eda9c785cd43465b7cbb400ee914f1057247">
+ <source>Yesterday</source>
+ <target state="translated">Yesterday</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7fb1099e29660162f9154d5b2feee7743a423df6">
+ <source>Today</source>
+ <target state="translated">Today</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="33904058a97a64bd189bed84038b1ffe719769c7">
+ <source>Today so far</source>
+ <target state="translated">Today so far</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="3b0b849be007510021d3d383df75bec95ef9c97b">
+ <source>Day before yesterday</source>
+ <target state="translated">Day before yesterday</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="6b430c2c394c4d32ebd7d46c8c46ab60e1b29ccb">
+ <source>Last 2 days</source>
+ <target state="translated">Last 2 days</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d5e812a87a5d57a94200a2013027cab76a7c4863">
+ <source>This day last week</source>
+ <target state="translated">This day last week</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d00edc936eeab6b5577401f115ca86ca2c87dc9a">
+ <source>Previous week</source>
+ <target state="translated">Previous week</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b036e40577baa6b918b2267d319d4b3aeaa88a5a">
+ <source>This week</source>
+ <target state="translated">This week</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="99ad5a6096b3fcb3f021f3779bae710cdfeb8934">
+ <source>This week so far</source>
+ <target state="translated">This week so far</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="02e0243b60007368f87dc01e083f232dd025096d">
+ <source>Last 7 days</source>
+ <target state="translated">Last 7 days</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c3b08b07b5ab98e7cdcf18df39355690ab7d3884">
+ <source>Previous month</source>
+ <target state="translated">Previous month</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1b2562c6d5aa90644e7dc91feee82e2005fceb33">
+ <source>This month</source>
+ <target state="translated">This month</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="26b4b18c5917934abb169ba9aa490e57f7bf10b8">
+ <source>This month so far</source>
+ <target state="translated">This month so far</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7668986b9f753fcd72ad4a00b1a0c4861d1f7fb8">
+ <source>Last 30 days</source>
+ <target state="translated">Last 30 days</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ba1e822408d90c6fbd2989100fa648bfd5e8ee84">
+ <source>Last 90 days</source>
+ <target state="translated">Last 90 days</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c3df03f899a914c4181adcdc8a3f077424f7b6e8">
+ <source>Last 6 months</source>
+ <target state="translated">Last 6 months</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7f9a92757580c9f31c309c0a3812ea429274eadf">
+ <source>Last 1 year</source>
+ <target state="translated">Last 1 year</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="5a9fede30ff65cb4b4426f6b1ed31afb67ecd7b0">
+ <source>Previous year</source>
+ <target state="translated">Previous year</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="65cefcc53d1f6445df7568e8a40c49165f1090ee">
+ <source>This year</source>
+ <target state="translated">This year</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1f68b766944dc3865bddab765fe952b0c1c43f92">
+ <source>This year so far</source>
+ <target state="translated">This year so far</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4d4b77e614f8043fdadef5d6d235655bb48eb311">
+ <source>Last 2 years</source>
+ <target state="translated">Last 2 years</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="138afa339ea6e75d25a474affe1edbcb90e00ec0">
+ <source>Last 5 years</source>
+ <target state="translated">Last 5 years</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c43dc1967a603fefb886149ac35863a06d5b4ce5">
+ <source>Information</source>
+ <target>Informace</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/info-panel/info-panel.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="37391297bb077a6f84484930261b01a3ce38327b">
+ <source>No items selected.</source>
+ <target state="translated">No items selected.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2c1e52ee832661b4a0f570877d24661736b16af1">
+ <source>Deselect item to select again</source>
+ <target state="translated">Deselect item to select again</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c8c9c6e5918659336824bbdda3501c66eaa79a4c">
+ <source>Selection limit reached</source>
+ <target state="translated">Selection limit reached</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="02d184c288f567825a1fcbf83bcd3099a10853d5">
+ <source>Filter tags</source>
+ <target state="translated">Filter tags</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="aa00748e49c269956837d6f3acdd8d218796a8d8">
+ <source>Add badge</source>
+ <target state="translated">Add badge</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4078a92d8121abdce7d8f346a88914923ec835fc">
+ <source>There are no items available.</source>
+ <target state="translated">There are no items available.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="24c4d50fe8567de381a20a1745f1b6d37eacaa90">
+ <source>Failed to <x equiv-text="{{failure}}" id="INTERPOLATION"/> <x equiv-text="{{metadata}}" id="INTERPOLATION_1"/></source>
+ <target state="translated">Failed to <x equiv-text="{{failure}}" id="INTERPOLATION"/><x equiv-text="{{metadata}}" id="INTERPOLATION_1"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f54b6f09b390d5ade0e354f6c7d4743c10a315cc">
+ <source>Executing</source>
+ <target>Vykonává se</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="5cdfe3e3330ea42bfd29c540dbd268bee97d364d">
+ <source>execute</source>
+ <target>vykonat</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="6e98e243518daa88be30330fcdbd2d10f8eae4d7">
+ <source>Executed</source>
+ <target>Vykonáno</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="24b09aa5bd909273a023d2d788a2673325c77e31">
+ <source>unknown task</source>
+ <target>neznámý úkol</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="114b5f92b9192b229ffc9a450319a97ccca2aa5c">
+ <source>Creating</source>
+ <target>Vytváří se</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="56695b69d27437ada580a187958407e7c856d46e">
+ <source>create</source>
+ <target>vytvořit</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9db60170ef3b3b41a863e7d5ee7cec10919b9141">
+ <source>Updating</source>
+ <target>Aktualizuje se</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="64412640835b7d25247cb254d4f911366c0e6862">
+ <source>update</source>
+ <target>aktualizovat</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9da0107a35751e722c8b4bca7636fc7645dbdbdc">
+ <source>Updated</source>
+ <target>Aktualizováno</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="416193bb373d59477458b00e5922d755e2e2cacd">
+ <source>Deleting</source>
+ <target>Maže se</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="70ef158c584bafe788e319a0bffa11b02ee9abf1">
+ <source>delete</source>
+ <target>smazat</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54">
+ <source>Deleted</source>
+ <target>Smazáno</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="3f757cfc3749ebb5d4462017cb60138ca082f15f">
+ <source>RBD '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</source>
+ <target>RBD „<x equiv-text="{{id}}" id="INTERPOLATION"/>“</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a6c681e6130fe440ae40de99a405fcf5c7eefee1">
+ <source>RBD snapshot '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</source>
+ <target>RBD zachycený stav „<x equiv-text="{{id}}" id="INTERPOLATION"/>“</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4fb54a0291f49583c317d4a3690239141b5a8f68">
+ <source>mirror mode for pool '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">mirror mode for pool '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="6621ab6e122a149326a1e48e9051a41e7f203cf6">
+ <source>mirror peer for pool '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">mirror peer for pool '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1b559dbd9cc9664fd788c2da9a10d3abafe066cb">
+ <source>Name is already used by <x equiv-text="{{pool_name}}" id="INTERPOLATION"/>.</source>
+ <target>Název už je používán <x equiv-text="{{pool_name}}" id="INTERPOLATION"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="8fc28e1103d9f2ef47b9fff9a4f74e8365c7cf19">
+ <source>Name is already used by <x equiv-text="{{name}}" id="INTERPOLATION"/>.</source>
+ <target>Název už je používán <x equiv-text="{{name}}" id="INTERPOLATION"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1cdc7ea44fcb85d0cfcf6e7379d625d8674a8fbe">
+ <source>Name is already used by <x equiv-text="{{rbd_name}}" id="INTERPOLATION"/>.</source>
+ <target>Název už je používán <x equiv-text="{{rbd_name}}" id="INTERPOLATION"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1ff7676ad1e991102224540a32dd44ad1ab88aa8">
+ <source><x equiv-text="{{rbd_name}}" id="INTERPOLATION"/> contains snapshots.</source>
+ <target><x equiv-text="{{rbd_name}}" id="INTERPOLATION"/> obsahuje zachycené stavy.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c3a1dcca2b2ba20fbe39e2441e7bb1cf9c20cdf3">
+ <source>Cloning</source>
+ <target>Klonuje se</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b5fa4e0a3a279dee5b6bf7b823e54387f7c79994">
+ <source>clone</source>
+ <target>klonovat</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a3318a2ee2bd0064b6b9ff72a4018b679ec63125">
+ <source>Cloned</source>
+ <target>Naklonováno</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="29b7452e8367af9aa8fa828f16ff94c3530e7a1a">
+ <source>Snapshot of <x equiv-text="{{rbd_name}}" id="INTERPOLATION"/> must be protected.</source>
+ <target>Je třeba, aby zachycený stav <x equiv-text="{{rbd_name}}" id="INTERPOLATION"/> byl chráněný.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="369f93b9a07a9465f7a261e9f0021b6cfa7180c5">
+ <source>Copying</source>
+ <target>Kopíruje se</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="37584f889855d153a106f5dffe23d21f9453c8ff">
+ <source>copy</source>
+ <target>zkopírovat</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ef90545bc832876c0d7f9a10363c75137472bbb5">
+ <source>Copied</source>
+ <target>Zkopírováno</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="6ea9e313a04ef59222feaadfe84e97b4c69d7e9e">
+ <source>Flattening</source>
+ <target>Zploštění</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1f57593581b64d2d4c70eab1736bd9bccc66a7dc">
+ <source>flatten</source>
+ <target>zploštit</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="647059bf3ea098fffedf92ddfad792bb3daa3c95">
+ <source>Flattened</source>
+ <target>Zploštěno</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d990ef9680cd23bbe652c37eb46bf038cfee80ad">
+ <source>Name is already used by <x equiv-text="{{snap_name}}" id="INTERPOLATION"/>.</source>
+ <target>Název už je používán pro <x equiv-text="{{snap_name}}" id="INTERPOLATION"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a101745d080ef65c09bd5fafc796f94ddb9f9d60">
+ <source>Cannot unprotect <x equiv-text="{{snap_name}}" id="INTERPOLATION"/> because it contains child images.</source>
+ <target>Není možné zrušit ochranu <x equiv-text="{{snap_name}}" id="INTERPOLATION"/>, protože obsahuje podřízené obrazy.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="647968f4cde7786cd53ec8e6aa9802ac6824a262">
+ <source>Cannot delete <x equiv-text="{{snap_name}}" id="INTERPOLATION"/> because it's protected.</source>
+ <target><x equiv-text="{{snap_name}}" id="INTERPOLATION"/> není možné smazat, protože je chráněné.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="57ddd3e15cf0ce974356b757451f50116a27272b">
+ <source>Rolling back</source>
+ <target>Bere se zpět</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a8913a3a5ee61f2598b5f0432cb9b20cdd60548e">
+ <source>rollback</source>
+ <target>vzít zpět</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="dc21fd6547f2325c67f6deff925f29eb07a2db3e">
+ <source>Rolled back</source>
+ <target>Vzato zpět</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="de8676f0017c9db6c49388cd7d63cd0a83a0c1dc">
+ <source>Moving</source>
+ <target>Přesouvá se</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2d810712308ae63cb795d809687a3254ef7a2f05">
+ <source>move</source>
+ <target>přesunout</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f3ba995236e5c1cc77686108980c099a90aec754">
+ <source>Moved</source>
+ <target>Přesunuto</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d0422169252d132624a20f267b5c29f28cb53ebe">
+ <source>image '<x equiv-text="{{id}}" id="INTERPOLATION"/>' to trash</source>
+ <target>obraz „<x equiv-text="{{id}}" id="INTERPOLATION"/>“ do koše</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b603e2dfed9808222fbcb5a7c5f4da2cc6ae2aae">
+ <source>Could not find image.</source>
+ <target>Obraz se nedaří najít.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="398debe73006b1fe5177ed81d2e7b0cc852f61ec">
+ <source>Restoring</source>
+ <target>Obnovuje se</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c252806fb400e79bac194696632c9362742b1538">
+ <source>restore</source>
+ <target>obnovit</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="86fc6cae82c095f14105eb8a61d7b3fa948304b7">
+ <source>Restored</source>
+ <target>Obnoveno</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="30b8bcf69b3f1754b7abba173fd806cfcea4cb04">
+ <source>image '<x equiv-text="{{id}}" id="INTERPOLATION"/>' into '<x equiv-text="{{new_id}}" id="INTERPOLATION_1"/>'</source>
+ <target>obraz „<x equiv-text="{{id}}" id="INTERPOLATION"/>“ do „<x equiv-text="{{new_id}}" id="INTERPOLATION_1"/>“</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="13b7b241cef989fe0932ddd180e757658e1817e7">
+ <source>Image name '<x equiv-text="{{id}}" id="INTERPOLATION"/>' is already in use.</source>
+ <target>Název „<x equiv-text="{{id}}" id="INTERPOLATION"/>“ už je používán pro jiný obraz.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="cc1cee12c833e8fbbef28a2a7c449dc530da912d">
+ <source>image '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</source>
+ <target>obraz „<x equiv-text="{{id}}" id="INTERPOLATION"/>“</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="38e5f47f8bef505652f3e87f46efb00ead1350a3">
+ <source>Purging</source>
+ <target>Čistí se</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e4e57747f123f0fe6fe3a0ecf608f8bc287dec0c">
+ <source>purge</source>
+ <target>vyčistit</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="69b0446c6c2411c4fe01e411b8ceec72d4044fb4">
+ <source>Purged</source>
+ <target>Vyčištěno</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1560d58fdf39663929653250d45f5b1dfe078fea">
+ <source>all pools</source>
+ <target>všechny fondy</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1ac3dc50c2c3d86e98bc0967ee1e696810a2d3aa">
+ <source>images from <x equiv-text="{{message}}" id="INTERPOLATION"/></source>
+ <target>obrazy z <x equiv-text="{{message}}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="02278abbb044ece04ab6bd80bd2060198d31d83b">
+ <source>Cannot disable mirroring because it contains a peer.</source>
+ <target state="translated">Cannot disable mirroring because it contains a peer.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="dfe70001dc590a9e12512cbb206aa29fb36fd00b">
+ <source>pool '<x equiv-text="{{pool_name}}" id="INTERPOLATION"/>'</source>
+ <target>fond „<x equiv-text="{{pool_name}}" id="INTERPOLATION"/>“</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="59630daf2f4786690fae0cdad55da8887236eabe">
+ <source>erasure code profile '<x equiv-text="{{name}}" id="INTERPOLATION"/>'</source>
+ <target>profil mazacího kódu „<x equiv-text="{{name}}" id="INTERPOLATION"/>“</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="369462e5e018360e0600bb570866201ad5c3c8a8">
+ <source>target '<x equiv-text="{{target_iqn}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">target '<x equiv-text="{{target_iqn}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ </body>
+ </file>
+</xliff>
\ No newline at end of file
<target>Dashboard</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
- <context context-type="linenumber">34</context>
+ <context context-type="linenumber">35</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="f4d1dd59b039ad818d9da7e29a773e10e41d9821">
<source>Cluster</source>
<target>Cluster</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
- <context context-type="linenumber">46</context>
- </context-group>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">262</context>
+ <context context-type="linenumber">47</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="099b441d49333b3c6d30b36dc0a4763e64c78920">
<source>Hosts</source>
<target>Hosts</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
- <context context-type="linenumber">56</context>
+ <context context-type="linenumber">57</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">77</context>
+ <context context-type="linenumber">81</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="624f596cc3320f5e0a0d7c7346c364e5af9bdd8c">
<source>Monitors</source>
<target>Monitore</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
- <context context-type="linenumber">63</context>
+ <context context-type="linenumber">64</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">49</context>
+ <context context-type="linenumber">48</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="1a9183778f2c6473d7ccb080f651caa01faaf70c">
<source>OSDs</source>
<target>OSDs</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
- <context context-type="linenumber">70</context>
+ <context context-type="linenumber">71</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">58</context>
+ <context context-type="linenumber">57</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="4a41f824a35ba01d5bd7be61aa06b3e8145209d0">
<source>Configuration</source>
<target>Konfiguration</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
- <context context-type="linenumber">77</context>
+ <context context-type="linenumber">78</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="8c95898abff46bfac3ed6eb2afef74597e60b15c">
<source>CRUSH map</source>
<target>CRUSH-Plan</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
- <context context-type="linenumber">84</context>
+ <context context-type="linenumber">85</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="eb3d5aefff38a814b76da74371cbf02c0789a1ef">
+ <source>Logs</source>
+ <target state="translated">Logs</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">92</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9fe218829514884cdd0ca2300573a4e0428c324f">
+ <source>Alerts</source>
+ <target state="translated">Alerts</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">98</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="92899fa68e8ca108912163ff58edc8540e453787">
<source>Pools</source>
<target>Pools</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
- <context context-type="linenumber">94</context>
+ <context context-type="linenumber">108</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/mirroring/mirroring.component.html</context>
- <context context-type="linenumber">16</context>
+ <context context-type="sourcefile">app/ceph/block/mirroring/overview/overview.component.html</context>
+ <context context-type="linenumber">12</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">183</context>
+ <context context-type="linenumber">190</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html</context>
<target>Block</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
- <context context-type="linenumber">106</context>
+ <context context-type="linenumber">122</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="b73f7f5060fb22a1e9ec462b1bb02493fa3ab866">
<source>Images</source>
<target>Images</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
- <context context-type="linenumber">115</context>
+ <context context-type="linenumber">131</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">120</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">341</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">479</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/block/iscsi/iscsi.component.html</context>
- <context context-type="linenumber">7</context>
+ <context context-type="linenumber">9</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/mirroring/mirroring.component.html</context>
- <context context-type="linenumber">29</context>
+ <context context-type="sourcefile">app/ceph/block/mirroring/overview/overview.component.html</context>
+ <context context-type="linenumber">21</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/block/rbd-images/rbd-images.component.html</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="3c2562ba992127203dcfd014010b03cb7b8113c6">
<source>Mirroring</source>
- <target>Spiegeln</target>
+ <target>Spiegelung</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
- <context context-type="linenumber">123</context>
+ <context context-type="linenumber">139</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="811c241d56601b91ef26735b770e64428089b950">
<source>iSCSI</source>
<target>iSCSI</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
- <context context-type="linenumber">135</context>
+ <context context-type="linenumber">151</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="a4eff72d97b7ced051398d581f10968218057ddc">
<source>Filesystems</source>
<target>Dateisysteme</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
- <context context-type="linenumber">146</context>
+ <context context-type="linenumber">162</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="2190548d236ca5f7bc7ab2bca334b860c5ff2ad4">
<source>Object Gateway</source>
<target>Objektgateway</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
- <context context-type="linenumber">157</context>
+ <context context-type="linenumber">173</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="9e24f9e2d42104ffc01599db4d566d1cc518f9e6">
<source>Daemons</source>
<target>Daemons</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
- <context context-type="linenumber">166</context>
+ <context context-type="linenumber">182</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/block/iscsi/iscsi.component.html</context>
- <context context-type="linenumber">1</context>
+ <context context-type="linenumber">3</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/mirroring/mirroring.component.html</context>
+ <context context-type="sourcefile">app/ceph/block/mirroring/overview/overview.component.html</context>
<context context-type="linenumber">5</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
<target>Benutzer</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
- <context context-type="linenumber">172</context>
+ <context context-type="linenumber">188</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/core/auth/user-tabs/user-tabs.component.html</context>
<target>Buckets</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
- <context context-type="linenumber">178</context>
+ <context context-type="linenumber">194</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="797f8214e8148f4bf0d244baaa7341706b419549">
<source>Retrieving data<x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/> for
<context context-type="sourcefile">app/shared/components/error-panel/error-panel.component.html</context>
<context context-type="linenumber">27</context>
</context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">544</context>
+ </context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
<context context-type="linenumber">303</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">595</context>
+ <context context-type="linenumber">598</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
<context context-type="sourcefile">app/shared/components/grafana/grafana.component.html</context>
<context context-type="linenumber">6</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="160a9e80dc089792df42e2400b1e81b9e7025aa7">
+ <source>Grafana Dashboard doesn't exist. Please refer to
+ <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> on how to
+ add dashboards to Grafana.</source>
+ <target state="translated">Grafana Dashboard doesn't exist. Please refer to
+ <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> on how to
+ add dashboards to Grafana.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/grafana/grafana.component.html</context>
+ <context context-type="linenumber">11</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4e11830040bd64804a0555de76f291d5832772d4">
+ <source>Grafana Time Picker</source>
+ <target state="translated">Grafana Time Picker</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/grafana/grafana.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="238c1ba845dd7330e8088165275919a1debf1ca3">
+ <source>Reset Settings</source>
+ <target state="translated">Reset Settings</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/grafana/grafana.component.html</context>
+ <context context-type="linenumber">35</context>
+ </context-group>
</trans-unit><trans-unit datatype="html" id="012741ee52b3c050e4a977c37cc2334f7974f141">
<source>Failed to load data.</source>
<target>Daten konnten nicht geladen werden.</target>
<context context-type="linenumber">118</context>
</context-group>
<note from="description" priority="1">X total</note>
- </trans-unit><trans-unit datatype="html" id="66db799d67958d4b0765181d072df62e2d1c16f5">
- <source>Issues</source>
- <target>Probleme</target>
+ </trans-unit><trans-unit datatype="html" id="121cc5391cd2a5115bc2b3160379ee5b36cd7716">
+ <source>Settings</source>
+ <target state="translated">Settings</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/mirroring/mirroring.component.html</context>
- <context context-type="linenumber">31</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html</context>
+ <context context-type="linenumber">3</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="ef06d69259e587e28d52372455f44c7153cda7e7">
- <source>Syncing</source>
- <target>Synchronisierung</target>
+ </trans-unit><trans-unit datatype="html" id="9e515f954730279c31d5301f02479666d6264e8b">
+ <source>Changing these parameters from their default values is usually not necessary.</source>
+ <target state="translated">Changing these parameters from their default values is usually not necessary.</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/mirroring/mirroring.component.html</context>
- <context context-type="linenumber">40</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html</context>
+ <context context-type="linenumber">15</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/mirroring/mirroring.component.html</context>
- <context context-type="linenumber">76</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html</context>
+ <context context-type="linenumber">13</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="0b0901877d837d3fda16ba161eb74368d1c75b7a">
- <source>Ready</source>
- <target>Fertig</target>
+ </trans-unit><trans-unit datatype="html" id="68e710782ccb5398b3acb8844caf0b199da2c3da">
+ <source>Confirm</source>
+ <target state="translated">Confirm</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/mirroring/mirroring.component.html</context>
- <context context-type="linenumber">49</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html</context>
+ <context context-type="linenumber">35</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="beb1391a148bd032914f49a2665dcc414a5d56d0">
- <source>{VAR_SELECT, select, editing {Edit} cloning {Clone} copying {Copy} other {Add} }</source>
- <target state="translated">{VAR_SELECT, select, editing {Edit} cloning {Clone} copying {Copy} other {Add} }</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
- <context context-type="linenumber">10</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html</context>
+ <context context-type="linenumber">53</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="52dd89f49fc440660cbbb3665b88d80f5baa7437">
- <source>{VAR_SELECT, select, cloning {Clone from} copying {Copy from} other {Parent} }</source>
- <target state="translated">{VAR_SELECT, select, cloning {Clone from} copying {Copy from} other {Parent} }</target>
+ </trans-unit><trans-unit datatype="html" id="d7b35c384aecd25a516200d6921836374613dfe7">
+ <source>Cancel</source>
+ <target>Abbrechen</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
- <context context-type="linenumber">20</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html</context>
+ <context context-type="linenumber">39</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="cff1428d10d59d14e45edec3c735a27b5482db59">
- <source>Name</source>
- <target>Name</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
- <context context-type="linenumber">36</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html</context>
+ <context context-type="linenumber">57</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
- <context context-type="linenumber">18</context>
+ <context context-type="sourcefile">app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html</context>
+ <context context-type="linenumber">38</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="sourcefile">app/shared/components/confirmation-modal/confirmation-modal.component.html</context>
<context context-type="linenumber">21</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
- <context context-type="linenumber">26</context>
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html</context>
+ <context context-type="linenumber">38</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
- <context context-type="linenumber">42</context>
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">91</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
- <context context-type="linenumber">19</context>
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html</context>
+ <context context-type="linenumber">34</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
- <context context-type="linenumber">8</context>
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
+ <context context-type="linenumber">25</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
- <context context-type="linenumber">8</context>
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">44</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
- <context context-type="linenumber">13</context>
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">45</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html</context>
- <context context-type="linenumber">23</context>
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">44</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">45</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">110</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="339878da255ab55447c43afef8d9b2f9753bf5f6">
+ <source>Advanced Settings</source>
+ <target state="translated">Advanced Settings</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a01e6937a5d1ee040a02416eed34544c4ea61e38">
+ <source>Create target</source>
+ <target state="translated">Create target</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">11</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">539</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1406c2fb12a20c1528b19bcc5e24a6a2386167f3">
+ <source>Target IQN</source>
+ <target state="translated">Target IQN</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">20</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="7cbdabcece469fab89cfa687ab152bca18b97498">
<source>This field is required.</source>
<target>Dieses Feld wird benötigt.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">43</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">209</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">231</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">266</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">291</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">326</context>
+ </context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
<context context-type="linenumber">49</context>
<context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
<context context-type="linenumber">175</context>
</context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">31</context>
+ </context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html</context>
<context context-type="linenumber">18</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">98</context>
+ <context context-type="linenumber">101</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">163</context>
+ <context context-type="linenumber">166</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">195</context>
+ <context context-type="linenumber">198</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">446</context>
+ <context context-type="linenumber">449</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">483</context>
+ <context context-type="linenumber">486</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">539</context>
+ <context context-type="linenumber">542</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">576</context>
+ <context context-type="linenumber">579</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
<context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
<context context-type="linenumber">32</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="94516fa213706c67ce5a5b5765681d7fb032033a">
- <source>Loading...</source>
- <target>Lade...</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
- <context context-type="linenumber">79</context>
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">36</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
- <context context-type="linenumber">139</context>
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">58</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="5fe42339be910372fa689f559155631862d218e8">
+ <source>IQN has wrong pattern.</source>
+ <target state="translated">IQN has wrong pattern.</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">60</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">47</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">187</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">213</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="47d1bfe4f5b3f292e1202dfe691195b10cb99500">
+ <source>An IQN has the following notation 'iqn.$year-$month.$reversedAddress:$definedName'</source>
+ <target state="translated">An IQN has the following notation 'iqn.$year-$month.$reversedAddress:$definedName'</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">211</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">51</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="c8ada4b53396d8366db00a435acc61d53d857047">
+ <source>For example: iqn.2016-06.org.dashboard:storage:disk.sn-a8675309</source>
+ <target state="translated">For example: iqn.2016-06.org.dashboard:storage:disk.sn-a8675309</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
- <context context-type="linenumber">5</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">53</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
+ <source>More information</source>
+ <target state="translated">More information</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
- <context context-type="linenumber">220</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">57</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="9b1aa85dfc6849196e64060db02c5410de69b7a1">
+ <source>This target has modified advanced settings.</source>
+ <target state="translated">This target has modified advanced settings.</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
- <context context-type="linenumber">341</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">62</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="6990ad8d6182662e864495ac31c3758cda1c7a28">
+ <source>Portals</source>
+ <target state="translated">Portals</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
- <context context-type="linenumber">83</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">72</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="b99417c4dd46286ffd37c8d2e987c8b512ec7052">
- <source>-- No rbd pools available --</source>
- <target>-- Keine rbd Pools verfügbar --</target>
+ </trans-unit><trans-unit datatype="html" id="c3638c01b6c34066438909713ec96087c813fc7e">
+ <source>At least <x equiv-text="{{ minimum_gateways }}" id="INTERPOLATION"/> gateways are required.</source>
+ <target state="translated">At least <x equiv-text="{{ minimum_gateways }}" id="INTERPOLATION"/> gateways are required.</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
- <context context-type="linenumber">82</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">96</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="ef83ec9c304a89d45650e580dcdc2978c37b3a83">
- <source>-- Select a pool --</source>
- <target>-- Wählen Sie einen Pool aus --</target>
+ </trans-unit><trans-unit datatype="html" id="6a3ac2b4137d723fd9878cd357c2012ff6c07973">
+ <source>Add portal</source>
+ <target state="translated">Add portal</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
- <context context-type="linenumber">85</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">106</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="49449943d8cbf59d8c401c8bd2e76f92e207cc5f">
- <source>Use a dedicated data pool</source>
- <target>Dedizierten Datenpool verwenden</target>
+ </trans-unit><trans-unit datatype="html" id="e3484cae8b118c576ca2815bf9c9406c2eb2cae3">
+ <source>This image has modified settings.</source>
+ <target state="translated">This image has modified settings.</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
- <context context-type="linenumber">105</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">146</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="870aee0dd31a9643bf62007beb8f1ae1deb34d42">
- <source>Data pool</source>
- <target>Datenpool</target>
+ </trans-unit><trans-unit datatype="html" id="107c84e820909b44fe258673938a68ced1bbff72">
+ <source>At least 1 image is required.</source>
+ <target state="translated">At least 1 image is required.</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
- <context context-type="linenumber">116</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">151</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="3792ca829d9b9f687e1f5d7733d30e9bb0bfec47">
- <source>Dedicated pool that stores the object-data of the RBD.</source>
- <target>Eigener Pool zur Speicherung von RBD-Objektdaten .</target>
+ </trans-unit><trans-unit datatype="html" id="808038f912fdc7f0e03f82d4afd3bf9178527fc8">
+ <source>Add image</source>
+ <target state="translated">Add image</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
- <context context-type="linenumber">120</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">161</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="151c80ea931037cd92e854442927f8a0f6ae7795">
- <source>-- No data pools available --</source>
- <target>-- Keine Pools verfügbar --</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
- <context context-type="linenumber">142</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">371</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="7faaaa08f56427999f3be41df1093ce4089bbd75">
- <source>Size</source>
- <target>Größe</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
- <context context-type="linenumber">160</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">506</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="f494bd31f095f6dcc656ce87ec2dcf07a2e9b30c">
+ <source>Initiators</source>
+ <target state="translated">Initiators</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">174</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">437</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e98239d8a6be1100119ff4b5630c822b82786740">
+ <source>Initiator</source>
+ <target state="translated">Initiator</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">181</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f2c5059d8cda15d8d03e2cce30f2d139623d9a91">
+ <source>Client IQN</source>
+ <target state="translated">Client IQN</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">194</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="107d5aabce23d900f0a80e6ddc1c10e29aa0bed8">
+ <source>Initiator IQN needs to be unique.</source>
+ <target state="translated">Initiator IQN needs to be unique.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">205</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e08a77594f3d89311cdf6da5090044270909c194">
+ <source>User</source>
+ <target state="translated">User</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">223</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="bbf0b34a3fcc80800fcb44b9e1e86931a530dfe3">
+ <source>Usernames must have a length of 8 to 64 characters and
+ can only contain letters, '.', '@', '-', '_' or ':'.</source>
+ <target state="translated">Usernames must have a length of 8 to 64 characters and
+ can only contain letters, '.', '@', '-', '_' or ':'.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">235</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">295</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c32ef07f8803a223a83ed17024b38e8d82292407">
+ <source>Password</source>
+ <target state="translated">Password</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">245</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">42</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4b2dd8635fba00476da25977e0884969821e62da">
+ <source>Passwords must have a length of 12 to 16 characters
+ and can only contain letters, '@', '-' or '_'.</source>
+ <target state="translated">Passwords must have a length of 12 to 16 characters
+ and can only contain letters, '@', '-' or '_'.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">270</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ff40391de7a1944ea95091e4045cc34c4979b736">
+ <source>Mutual User</source>
+ <target state="translated">Mutual User</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">281</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0cf73dbebe99b737c4d288788182fc356e3c93d3">
+ <source>Mutual Password</source>
+ <target state="translated">Mutual Password</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">305</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c58e136a292acf8ebccfa6d777fdff9f392b6ee2">
+ <source>Passwords must have a length of 12 to 16 characters and
+ can only contain letters, '@', '-' or '_'.</source>
+ <target state="translated">Passwords must have a length of 12 to 16 characters and
+ can only contain letters, '@', '-' or '_'.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">330</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5d1878d5fc761cbe9614bfd87047a740c82a6951">
+ <source>Initiator belongs to a group. Images will be configure in the group.</source>
+ <target state="translated">Initiator belongs to a group. Images will be configure in the group.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">361</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c0de67b9d97fafbf200f9451e8388ee8128a56ac">
+ <source>No items added.</source>
+ <target state="translated">No items added.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">384</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">521</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d565e47726158e428ecdc952fc9233b9b7d7f049">
+ <source>Add initiator</source>
+ <target state="translated">Add initiator</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">389</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">465</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c22ba03540aa3217da059f45e7eab138b51a96e2">
+ <source>Groups</source>
+ <target state="translated">Groups</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">403</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4c90059afafb7e160384d9f512797c95bb95c6dc">
+ <source>Group</source>
+ <target state="translated">Group</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">410</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cff1428d10d59d14e45edec3c735a27b5482db59">
+ <source>Name</source>
+ <target>Name</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">422</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">36</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">21</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">26</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">42</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">8</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">8</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html</context>
+ <context context-type="linenumber">23</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3084948274cff4f56d0f431af47240e9cf02fcc7">
+ <source>Add group</source>
+ <target state="translated">Add group</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">526</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="54839ebc827b73c9dc4e1df731c6d36a85036af7">
+ <source>Are you sure that you want to <x equiv-text="{{ actionDescription | lowercase }}" id="INTERPOLATION"/> the selected <x equiv-text="{{ itemDescription }}" id="INTERPOLATION_1"/>?</source>
+ <target>Sind Sie sicher dass Sie die ausgewählten <x equiv-text="{{ itemDescription }}" id="INTERPOLATION_1"/> <x equiv-text="{{ actionDescription | lowercase }}" id="INTERPOLATION"/> wollen?</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html</context>
+ <context context-type="linenumber">15</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2be8b7f04f0104d3fad90d079d8202b74f758b9a">
+ <source>Yes, I am sure.</source>
+ <target>Ja, ich bin sicher.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html</context>
+ <context context-type="linenumber">25</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="53a583cd5f15059cc958b7d547f72cc78f68e123">
+ <source>Please consult the <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>
+ on how to configure and enable the iSCSI Targets management functionality.</source>
+ <target state="translated">Please consult the <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>
+ on how to configure and enable the iSCSI Targets management functionality.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-list/iscsi-target-list.component.html</context>
+ <context context-type="linenumber">6</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3b301d0044f62c92af0da53d7aaca52a436a547d">
+ <source>Available information:</source>
+ <target state="translated">Available information:</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-list/iscsi-target-list.component.html</context>
+ <context context-type="linenumber">12</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="332227f088a4877b3c11f5fb3ae8bc812c470fae">
+ <source>iSCSI Targets not available</source>
+ <target state="translated">iSCSI Targets not available</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-list/iscsi-target-list.component.html</context>
+ <context context-type="linenumber">4</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="beb1391a148bd032914f49a2665dcc414a5d56d0">
+ <source>{VAR_SELECT, select, editing {Edit} cloning {Clone} copying {Copy} other {Add} }</source>
+ <target state="translated">{VAR_SELECT, select, editing {Edit} cloning {Clone} copying {Copy} other {Add} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="52dd89f49fc440660cbbb3665b88d80f5baa7437">
+ <source>{VAR_SELECT, select, cloning {Clone from} copying {Copy from} other {Parent} }</source>
+ <target state="translated">{VAR_SELECT, select, cloning {Clone from} copying {Copy from} other {Parent} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="94516fa213706c67ce5a5b5765681d7fb032033a">
+ <source>Loading...</source>
+ <target>Lade...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">139</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">59</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">186</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">210</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">5</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">220</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">341</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">83</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b99417c4dd46286ffd37c8d2e987c8b512ec7052">
+ <source>-- No rbd pools available --</source>
+ <target>-- Keine rbd Pools verfügbar --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">82</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ef83ec9c304a89d45650e580dcdc2978c37b3a83">
+ <source>-- Select a pool --</source>
+ <target>-- Wählen Sie einen Pool aus --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">85</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="49449943d8cbf59d8c401c8bd2e76f92e207cc5f">
+ <source>Use a dedicated data pool</source>
+ <target>Dedizierten Datenpool verwenden</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">105</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="870aee0dd31a9643bf62007beb8f1ae1deb34d42">
+ <source>Data pool</source>
+ <target>Datenpool</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">116</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3792ca829d9b9f687e1f5d7733d30e9bb0bfec47">
+ <source>Dedicated pool that stores the object-data of the RBD.</source>
+ <target>Eigener Pool zur Speicherung von RBD-Objektdaten .</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">120</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="151c80ea931037cd92e854442927f8a0f6ae7795">
+ <source>-- No data pools available --</source>
+ <target>-- Keine Pools verfügbar --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">142</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7faaaa08f56427999f3be41df1093ce4089bbd75">
+ <source>Size</source>
+ <target>Größe</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">160</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
<context context-type="linenumber">33</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="f0016bd458baa88284a658ce9eeda42d8ad88d2c">
<context context-type="sourcefile">app/ceph/block/rbd-images/rbd-images.component.html</context>
<context context-type="linenumber">8</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="5e7f4b1ca49e8d217bd0e12c6f7d6b6a2ade2c18">
+ <source>Overall Performance</source>
+ <target>Gesamtleistung</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-images/rbd-images.component.html</context>
+ <context context-type="linenumber">12</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/hosts/hosts.component.html</context>
+ <context context-type="linenumber">29</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-list/pool-list.component.html</context>
+ <context context-type="linenumber">35</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.html</context>
+ <context context-type="linenumber">16</context>
+ </context-group>
</trans-unit><trans-unit datatype="html" id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
<source>Edit</source>
<target>Bearbeiten</target>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">232</context>
+ <context context-type="linenumber">235</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">371</context>
+ <context context-type="linenumber">374</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="eec715de352a6b114713b30b640d319fa78207a0">
<source>Description</source>
</context-group>
</trans-unit><trans-unit datatype="html" id="40661476cb24c89d8b06614998e31d5fbe84eeb6">
<source>Hosts List</source>
- <target>Host Liste</target>
+ <target>Host-Liste</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/cluster/hosts/hosts.component.html</context>
<context context-type="linenumber">3</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="5e7f4b1ca49e8d217bd0e12c6f7d6b6a2ade2c18">
- <source>Overall Performance</source>
- <target>Gesamtleistung</target>
+ </trans-unit><trans-unit datatype="html" id="e6d57f36aa2bad303c8a8ee944b9bd7fae3c8c26">
+ <source>No entries found</source>
+ <target state="translated">No entries found</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/cluster/hosts/hosts.component.html</context>
- <context context-type="linenumber">28</context>
+ <context context-type="sourcefile">app/ceph/cluster/logs/logs.component.html</context>
+ <context context-type="linenumber">14</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
- <context context-type="linenumber">49</context>
+ <context context-type="sourcefile">app/ceph/cluster/logs/logs.component.html</context>
+ <context context-type="linenumber">30</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="d556ab48a65722b400e497f61737f553ee0f89e2">
+ <source>Cluster Logs</source>
+ <target state="translated">Cluster Logs</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/pool/pool-list/pool-list.component.html</context>
- <context context-type="linenumber">37</context>
+ <context context-type="sourcefile">app/ceph/cluster/logs/logs.component.html</context>
+ <context context-type="linenumber">4</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="5f966baffd188be0e8adc2d7067b86e55fc9b9de">
+ <source>Audit Logs</source>
+ <target state="translated">Audit Logs</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.html</context>
- <context context-type="linenumber">15</context>
+ <context context-type="sourcefile">app/ceph/cluster/logs/logs.component.html</context>
+ <context context-type="linenumber">20</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="81b97b8ea996ad1e4f9fca8415021850214884b1">
<source>Status</source>
- <target state="translated">Status</target>
+ <target>Status</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
<context context-type="linenumber">4</context>
<context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
<context context-type="linenumber">54</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="d7b35c384aecd25a516200d6921836374613dfe7">
- <source>Cancel</source>
- <target>Abbrechen</target>
+ </trans-unit><trans-unit datatype="html" id="5ef50ba2514414f799d4c8fc36067a251904ba81">
+ <source>Cluster-wide OSD Flags</source>
+ <target>Clusterweite OSD-Einstellungen</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/shared/components/confirmation-modal/confirmation-modal.component.html</context>
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
+ <source>Submit</source>
+ <target>Abschicken</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">87</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
<context context-type="linenumber">21</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html</context>
- <context context-type="linenumber">38</context>
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">106</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="c35f9c5f268a514b970cc55e9a5dc4bed0988e7f">
+ <source>OSD Recovery Priority</source>
+ <target state="translated">OSD Recovery Priority</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html</context>
- <context context-type="linenumber">38</context>
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">3</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="b74af38005e8a8914e45af2ec412e11ceafef8b6">
+ <source>Priority</source>
+ <target state="translated">Priority</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html</context>
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">16</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c2f48f04b379bfba133825747adfd238d511412e">
+ <source>Customize priority values</source>
+ <target state="translated">Customize priority values</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">44</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4aa19de2a2b54cbda39e9c62917b23044c087776">
+ <source>This field is required!</source>
+ <target>Dieses Feld wird benötigt!</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">67</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
<context context-type="linenumber">34</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
- <context context-type="linenumber">25</context>
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">67</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
- <context context-type="linenumber">49</context>
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">91</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
- <context context-type="linenumber">45</context>
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">117</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
- <context context-type="linenumber">44</context>
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">165</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="54839ebc827b73c9dc4e1df731c6d36a85036af7">
- <source>Are you sure that you want to <x equiv-text="{{ actionDescription | lowercase }}" id="INTERPOLATION"/> the selected <x equiv-text="{{ itemDescription }}" id="INTERPOLATION_1"/>?</source>
- <target>Sind Sie sicher dass Sie die ausgewählten <x equiv-text="{{ itemDescription }}" id="INTERPOLATION_1"/> <x equiv-text="{{ actionDescription | lowercase }}" id="INTERPOLATION"/> wollen?</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html</context>
- <context context-type="linenumber">15</context>
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">40</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="2be8b7f04f0104d3fad90d079d8202b74f758b9a">
- <source>Yes, I am sure.</source>
- <target>Ja, ich bin sicher.</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html</context>
- <context context-type="linenumber">25</context>
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">69</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="5ef50ba2514414f799d4c8fc36067a251904ba81">
- <source>Cluster-wide OSD Flags</source>
- <target>Clusterweite OSD-Einstellungen</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html</context>
- <context context-type="linenumber">3</context>
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">95</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
- <source>Submit</source>
- <target>Abschicken</target>
+ </trans-unit><trans-unit datatype="html" id="b699e94bf376491bd50b70a98531071c737eaf40">
+ <source><x equiv-text="{{ attr.value.patternHelpText }}" id="INTERPOLATION"/></source>
+ <target state="translated"><x equiv-text="{{ attr.value.patternHelpText }}" id="INTERPOLATION"/></target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html</context>
- <context context-type="linenumber">34</context>
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">71</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="98fe13e7ad6c2b80375d204b47858ded83f80e15">
+ <source>The entered value is too high! It must not be greater than <x equiv-text="{{ attr.value.maxValue }}" id="INTERPOLATION"/>.</source>
+ <target state="translated">The entered value is too high! It must not be greater than <x equiv-text="{{ attr.value.maxValue }}" id="INTERPOLATION"/>.</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
- <context context-type="linenumber">21</context>
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">75</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5423a3c111be47fc5a1bfe46ceb58c81c84db691">
+ <source>The entered value is too low! It must not be lower than <x equiv-text="{{ attr.value.minValue }}" id="INTERPOLATION"/>.</source>
+ <target state="translated">The entered value is too low! It must not be lower than <x equiv-text="{{ attr.value.minValue }}" id="INTERPOLATION"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">79</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="272696ff8acdbed0af6dc13f09729e70be435b82">
<source>Reweight OSD</source>
<context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
<context context-type="linenumber">13</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="5e5d841e1b1db3f5d3cf9a7549dea652e08856ed">
- <source>Set Cluster-wide OSD Flags</source>
- <target>Clusterweite OSD-Einstellungen vornehmen</target>
+ </trans-unit><trans-unit datatype="html" id="4beacb61e2236200b5627677b5c0054d2b482ed4">
+ <source>Set Cluster-wide Flags</source>
+ <target state="translated">Set Cluster-wide Flags</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
- <context context-type="linenumber">23</context>
+ <context context-type="linenumber">25</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9617df8e0504d997d0ff45b6c206a12becd13c37">
+ <source>Set Cluster-wide Recovery Priority</source>
+ <target state="translated">Set Cluster-wide Recovery Priority</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">41</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="b49d7877d24112d4bdfce9256edf61a007fae888">
<source>OSDs List</source>
<x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ markActionDescription }}" id="INTERPOLATION_1"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> if you proceed.</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
- <context context-type="linenumber">64</context>
+ <context context-type="linenumber">81</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2d3a73f6440a7d896d74356fe0a725d731e71cbb">
+ <source>The OSD is not safe to destroy!</source>
+ <target state="translated">The OSD is not safe to destroy!</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">90</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="9d08116242443953ebbfe10bc2092e0a694b4adf">
<source><x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/>OSD <x equiv-text="{{ selection.first().id }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> will be
<x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ actionDescription }}" id="INTERPOLATION_1"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> if you proceed.</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
- <context context-type="linenumber">77</context>
+ <context context-type="linenumber">92</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4f8b2bb476981727ab34ed40fde1218361f92c45">
+ <source>Details</source>
+ <target>Details</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-details/role-details.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">8</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-details/pool-details.component.html</context>
+ <context context-type="linenumber">5</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html</context>
+ <context context-type="linenumber">3</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="d2bcd3296d2850de762fb943060b7e086a893181">
<source>Health</source>
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
<context context-type="linenumber">3</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="4aa19de2a2b54cbda39e9c62917b23044c087776">
- <source>This field is required!</source>
- <target>Dieses Feld wird benötigt!</target>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">34</context>
- </context-group>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">68</context>
- </context-group>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">92</context>
- </context-group>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">118</context>
- </context-group>
+ </trans-unit><trans-unit datatype="html" id="490e15ecc922965b6d8194754c87c5583aa071f3">
+ <source>The name can only consist of alphanumeric characters, dashes and underscores.</source>
+ <target state="translated">The name can only consist of alphanumeric characters, dashes and underscores.</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">166</context>
- </context-group>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
- <context context-type="linenumber">40</context>
- </context-group>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
- <context context-type="linenumber">69</context>
- </context-group>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
- <context context-type="linenumber">95</context>
+ <context context-type="linenumber">37</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="9edc2b494e660618af3e5225f68d40b7ca67629c">
<source>The chosen erasure code profile name is already in use.</source>
<target state="translated">The chosen erasure code profile name is already in use.</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">41</context>
+ <context context-type="linenumber">40</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="ef9ff0e6227947b48dfab4ac39ade04af758913b">
<source>Plugin</source>
- <target state="translated">Plugin</target>
+ <target>Plugin</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">48</context>
+ <context context-type="linenumber">47</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="dd69b31bce8f630eac1d4762b0bbcf72ce19d193">
<source>Data chunks (k)</source>
<target state="translated">Data chunks (k)</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">76</context>
+ <context context-type="linenumber">75</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="b0d26a6172d32cb81218fe2103c54a818cbc1189">
<source>Must be equal to or greater than 2.</source>
- <target state="translated">Must be equal to or greater than 2.</target>
+ <target>Muß größer oder gleich 2 sein.</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">95</context>
+ <context context-type="linenumber">94</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="dab3a299ead121169b8e08ed618c3b6a2f66691b">
<source>Coding chunks (m)</source>
<target state="translated">Coding chunks (m)</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">103</context>
+ <context context-type="linenumber">102</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="1e2773e5bd4948193f18f2361d663ecc3988c656">
<source>Must be equal to or greater than 1.</source>
- <target state="translated">Must be equal to or greater than 1.</target>
+ <target>Muß größer oder gleich 1 sein.</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">121</context>
+ <context context-type="linenumber">120</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">143</context>
+ <context context-type="linenumber">142</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">169</context>
+ <context context-type="linenumber">168</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">262</context>
+ <context context-type="linenumber">261</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="6cde4c945a49a260c0a47bcc7cd956846930a5f7">
<source>Durability estimator (c)</source>
<target state="translated">Durability estimator (c)</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">130</context>
+ <context context-type="linenumber">129</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="af668c2a095a979ea2b4e43cd82c2120ab56c21c">
<source>Locality (l)</source>
<target state="translated">Locality (l)</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">152</context>
+ <context context-type="linenumber">151</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="d455a110bf6d2235e314e295ce1dfeee93d3dff2">
<source>Crush failure domain</source>
<target state="translated">Crush failure domain</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">176</context>
+ <context context-type="linenumber">175</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="b74a495f041f7dd102eee5c0bbc9e03083b538ae">
<source>Crush Locality</source>
<target state="translated">Crush Locality</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">200</context>
+ <context context-type="linenumber">199</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="a2f14a73f7a6e94479f67423cc51102da8d6f524">
<source>None</source>
- <target state="translated">None</target>
+ <target>Keine</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">214</context>
+ <context context-type="linenumber">213</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="2981733b912b693a9dd9d915d6d34f4692cc874a">
<source>Technique</source>
<target state="translated">Technique</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">227</context>
+ <context context-type="linenumber">226</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="e0098b6e47b04ec817361f384ce81d454ba5c0bb">
<source>Packetsize</source>
<target state="translated">Packetsize</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">249</context>
+ <context context-type="linenumber">248</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="c0252cd81ca54d0a2f69ec9ccf4248e73df5aa4a">
<source>Crush root</source>
<target state="translated">Crush root</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">270</context>
+ <context context-type="linenumber">269</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="1548d5c76f0406ddd1ba3c557e1e6db22e95b340">
<source>Crush device class</source>
<target state="translated">Crush device class</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">287</context>
+ <context context-type="linenumber">286</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="5e85feb6f9f0334366e46ee09ca6b8df52397432">
<source>any</source>
<target state="translated">any</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">297</context>
+ <context context-type="linenumber">296</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="03d84645f6e019c5a43909bbf2ea1696ee88332c">
<source>Directory</source>
- <target state="translated">Directory</target>
+ <target>Verzeichnis</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">309</context>
+ <context context-type="linenumber">308</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="f6755cff4957d5c3c89bafce5651f1b6fa2b1fd9">
<source>Add</source>
- <target state="translated">Add</target>
+ <target>Hinzufügen</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">327</context>
+ <context context-type="linenumber">326</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
<target>Schließen</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">331</context>
+ <context context-type="linenumber">330</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="feb7520a18f7cda6389712427d0a6e4c38b76000">
<source><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/> pool</source>
- <target state="translated"><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/> pool</target>
+ <target><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/> Pool</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
<context context-type="linenumber">16</context>
<context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
<context context-type="linenumber">27</context>
</context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">28</context>
+ </context-group>
</trans-unit><trans-unit datatype="html" id="16e113230b6b0d3165e076300880542bac7c8138">
<source>The chosen Ceph pool name is already in use.</source>
<target>Der gewählte Pool-Name ist bereits vergeben.</target>
</context-group>
</trans-unit><trans-unit datatype="html" id="909411b5c8155bb36baa02f1a0bf28ab2ac41acb">
<source>The current PGs settings were calculated for you, you
- should make sure the values suit your needs before submit.</source>
+ should make sure the values suite your needs before submit.</source>
<target state="translated">The current PGs settings were calculated for you, you
- should make sure the values suit your needs before submit.</target>
+ should make sure the values suite your needs before submit.</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
<context context-type="linenumber">113</context>
<context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
<context context-type="linenumber">314</context>
</context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">22</context>
+ </context-group>
</trans-unit><trans-unit datatype="html" id="6c6f25c47da62ec597c6057a36ddfc3209811ec5">
<source>Algorithm</source>
<target>Algorithmus</target>
<context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
<context context-type="linenumber">438</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="4f8b2bb476981727ab34ed40fde1218361f92c45">
- <source>Details</source>
- <target state="translated">Details</target>
+ </trans-unit><trans-unit datatype="html" id="1d8a7c8aea58294a3c57c23af0468ddf0ba0c9c7">
+ <source>Pools List</source>
+ <target>Pool-Liste</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/pool-list/pool-list.component.html</context>
- <context context-type="linenumber">19</context>
- </context-group>
- <context-group purpose="location">
- <context context-type="sourcefile">app/core/auth/role-details/role-details.component.html</context>
<context context-type="linenumber">2</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="9424badb7e0c6ac792d020d7830645b529a80aad">
+ <source>Please consult the <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>
+ on how to configure and enable the Object Gateway management functionality.</source>
+ <target state="translated">Please consult the <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>
+ on how to configure and enable the Object Gateway management functionality.</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html</context>
+ <context context-type="sourcefile">app/ceph/rgw/rgw-501/rgw-501.component.html</context>
<context context-type="linenumber">3</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="5f67f2247b9c6bbaf24a0f2d37f4ac0537c6fa53">
+ <source>Loading bucket data...</source>
+ <target state="translated">Loading bucket data...</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
<context context-type="linenumber">2</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="8508c0ab851ad91fd0410da1266c02b0ef9d3ff9">
+ <source>The bucket data could not be loaded.</source>
+ <target state="translated">The bucket data could not be loaded.</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
- <context context-type="linenumber">3</context>
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">5</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="838abd335419fb1a7a6f14398ef17eee3e3fdeb6">
+ <source><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/> bucket</source>
+ <target state="translated"><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/> bucket</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
- <context context-type="linenumber">3</context>
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">17</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="2798cc1e152b1ec07fd8daf94a2a073d1ba1ebcc">
+ <source>Id</source>
+ <target state="translated">Id</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
- <context context-type="linenumber">8</context>
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">26</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="db4e1a734518691b128ef40b939cc673f01d03a6">
+ <source>The value is not valid.</source>
+ <target>Der Wert ist ungültig.</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html</context>
- <context context-type="linenumber">3</context>
- </context-group>
- </trans-unit><trans-unit datatype="html" id="fbbaf5cb02ed419e79a27072478f716a4666a99d">
- <source>Performance Details</source>
- <target state="translated">Performance Details</target>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/pool/pool-list/pool-list.component.html</context>
- <context context-type="linenumber">26</context>
- </context-group>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html</context>
- <context context-type="linenumber">15</context>
- </context-group>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
- <context context-type="linenumber">45</context>
- </context-group>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/cluster/hosts/host-details/host-details.component.html</context>
- <context context-type="linenumber">3</context>
- </context-group>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html</context>
- <context context-type="linenumber">44</context>
- </context-group>
- </trans-unit><trans-unit datatype="html" id="1d8a7c8aea58294a3c57c23af0468ddf0ba0c9c7">
- <source>Pools List</source>
- <target state="translated">Pools List</target>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/pool/pool-list/pool-list.component.html</context>
- <context context-type="linenumber">2</context>
- </context-group>
- </trans-unit><trans-unit datatype="html" id="9424badb7e0c6ac792d020d7830645b529a80aad">
- <source>Please consult the <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>
- on how to configure and enable the Object Gateway management functionality.</source>
- <target state="translated">Please consult the <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>
- on how to configure and enable the Object Gateway management functionality.</target>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/rgw/rgw-501/rgw-501.component.html</context>
- <context context-type="linenumber">3</context>
- </context-group>
- </trans-unit><trans-unit datatype="html" id="5f67f2247b9c6bbaf24a0f2d37f4ac0537c6fa53">
- <source>Loading bucket data...</source>
- <target state="translated">Loading bucket data...</target>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
- <context context-type="linenumber">2</context>
- </context-group>
- </trans-unit><trans-unit datatype="html" id="8508c0ab851ad91fd0410da1266c02b0ef9d3ff9">
- <source>The bucket data could not be loaded.</source>
- <target state="translated">The bucket data could not be loaded.</target>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
- <context context-type="linenumber">5</context>
- </context-group>
- </trans-unit><trans-unit datatype="html" id="838abd335419fb1a7a6f14398ef17eee3e3fdeb6">
- <source><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/> bucket</source>
- <target state="translated"><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/> bucket</target>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
- <context context-type="linenumber">17</context>
- </context-group>
- </trans-unit><trans-unit datatype="html" id="2798cc1e152b1ec07fd8daf94a2a073d1ba1ebcc">
- <source>Id</source>
- <target state="translated">Id</target>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
- <context context-type="linenumber">26</context>
- </context-group>
- </trans-unit><trans-unit datatype="html" id="db4e1a734518691b128ef40b939cc673f01d03a6">
- <source>The value is not valid.</source>
- <target>Der Wert ist ungültig.</target>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
- <context context-type="linenumber">61</context>
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">61</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">449</context>
+ <context context-type="linenumber">452</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">542</context>
+ <context context-type="linenumber">545</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="eabb4db920d9f9b2480cf438468b86e1bea02a9b">
<source>The chosen name is already in use.</source>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">590</context>
+ <context context-type="linenumber">593</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="479488ab6e91ecb375484edc78bee3d13467f33f">
<source>Daemons List</source>
</context-group>
</trans-unit><trans-unit datatype="html" id="6bcc896f4c3dbf91cc00d8506409e6e22bccaacd">
<source>Capability</source>
- <target>Fähigkeit</target>
+ <target>Befähigung</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
<context context-type="linenumber">3</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">120</context>
+ <context context-type="linenumber">123</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="08c74dc9762957593b91f6eb5d65efdfc975bf48">
<source>Username</source>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">130</context>
+ <context context-type="linenumber">133</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="2f1c1c0f2bce4c9f92d1a2061e8161cb0006c31a">
<source>Access key</source>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">141</context>
+ <context context-type="linenumber">144</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="b864acb67296a9819c1db0069c4c47d8b5ce8f44">
<source>Secret key</source>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">173</context>
+ <context context-type="linenumber">176</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="b2841767821d6b66238c34d07e413b0af67aee92">
<source>Subuser</source>
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
<context context-type="linenumber">79</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="ca271adf154956b8fcb28f4f50a37acb3057ff7c">
+ <source>The chosen email address is already in use.</source>
+ <target state="translated">The chosen email address is already in use.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">82</context>
+ </context-group>
</trans-unit><trans-unit datatype="html" id="030197cebe938edf35422e92fe14183d06eb670b">
<source>Max. buckets</source>
<target state="translated">Max. buckets</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">88</context>
+ <context context-type="linenumber">91</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="623ac50f37a26caec6fd7cd519b653e3315cba25">
<source>The entered value must be >= 0.</source>
<target state="translated">The entered value must be >= 0.</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">101</context>
+ <context context-type="linenumber">104</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">486</context>
+ <context context-type="linenumber">489</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">579</context>
+ <context context-type="linenumber">582</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="92f3f203270a29b3001871153f02c063484a1574">
<source>Suspended</source>
<target state="translated">Suspended</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">113</context>
+ <context context-type="linenumber">116</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
<target state="translated">Subusers</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">202</context>
+ <context context-type="linenumber">205</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
- <context context-type="linenumber">34</context>
+ <context context-type="linenumber">40</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="128d6efb51d9ddc7c0cc695a2deeca5b9523f6e4">
<source>There are no subusers.</source>
- <target state="translated">There are no subusers.</target>
+ <target>Keine Unterbenutzer vorhanden.</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">208</context>
+ <context context-type="linenumber">211</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="826b25211922a1b46436589233cb6f1a163d89b7">
<source>Delete</source>
<target state="translated">Delete</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">239</context>
+ <context context-type="linenumber">242</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">293</context>
+ <context context-type="linenumber">296</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">378</context>
+ <context context-type="linenumber">381</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="1c9f46392d9b25bfb9afe74c87ddfe94f44c0b60">
<source>Add subuser</source>
<target state="translated">Add subuser</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">253</context>
+ <context context-type="linenumber">256</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="0bcd5ef19af0f1b814141ca8c57df623d8270088">
<source>Keys</source>
<target state="translated">Keys</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">261</context>
+ <context context-type="linenumber">264</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
- <context context-type="linenumber">128</context>
+ <context context-type="linenumber">134</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="67c746c1ba9dab4351fedc4c7cba4e6d6b0dbc47">
<source>S3</source>
<target state="translated">S3</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">265</context>
+ <context context-type="linenumber">268</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="d6819038d608623503918fb2553f53d68231ec3a">
<source>There are no keys.</source>
- <target state="translated">There are no keys.</target>
+ <target>Keine Schlüssel vorhanden.</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">270</context>
+ <context context-type="linenumber">273</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">320</context>
+ <context context-type="linenumber">323</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="2aba1e87039819aca3b70faa9aa848c12bf139ca">
<source>Show</source>
<target state="translated">Show</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">286</context>
+ <context context-type="linenumber">289</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">336</context>
+ <context context-type="linenumber">339</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
- <context context-type="linenumber">143</context>
+ <context context-type="linenumber">149</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="a5193a8d59cd045c18ef9521f486a091dad1f513">
<source>Add S3 key</source>
<target state="translated">Add S3 key</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">307</context>
+ <context context-type="linenumber">310</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="6ddb5e991a3ecd2659fb520bc5acc81b67e08ddd">
<source>Swift</source>
<target state="translated">Swift</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">315</context>
+ <context context-type="linenumber">318</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="17bb3082e6fe5003203ef992a3714172334631a1">
<source>Capabilities</source>
- <target state="translated">Capabilities</target>
+ <target>Befähigungen</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">349</context>
+ <context context-type="linenumber">352</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
- <context context-type="linenumber">43</context>
+ <context context-type="linenumber">49</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="1d01eccdda47fc907c5be35bcb16d2dcd02b0270">
<source>There are no capabilities.</source>
- <target state="translated">There are no capabilities.</target>
+ <target>Keine Befähigungen vorhanden.</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">355</context>
+ <context context-type="linenumber">358</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="60a495bec6eae04c9b7570956a6673069e8e47d6">
<source>Add capability</source>
- <target state="translated">Add capability</target>
+ <target>Befähigung hinzufügen</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">392</context>
+ <context context-type="linenumber">395</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="36ad38f9c1a1485e09b67778a28af84553290ffb">
<source>User quota</source>
<target state="translated">User quota</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">400</context>
+ <context context-type="linenumber">403</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
- <context context-type="linenumber">55</context>
+ <context context-type="linenumber">61</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="f50a33d3c339f8f4a465141f8caa5d2d8c005251">
<source>Enabled</source>
<target state="translated">Enabled</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">410</context>
+ <context context-type="linenumber">413</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">503</context>
+ <context context-type="linenumber">506</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
- <context context-type="linenumber">60</context>
+ <context context-type="linenumber">66</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
- <context context-type="linenumber">96</context>
+ <context context-type="linenumber">102</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="6146e13ceca5fa5cc17b771b282fe5955f3d19fa">
<source>Unlimited size</source>
<target state="translated">Unlimited size</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">424</context>
+ <context context-type="linenumber">427</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">517</context>
+ <context context-type="linenumber">520</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="f6db8aa7c99fdce18edb33dde57729acede2b308">
<source>Max. size</source>
<target state="translated">Max. size</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">435</context>
+ <context context-type="linenumber">438</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">528</context>
+ <context context-type="linenumber">531</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="fc630b2093e880fffa19df99d5cd8b87605037f8">
<source>Unlimited objects</source>
<target state="translated">Unlimited objects</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">462</context>
+ <context context-type="linenumber">465</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">555</context>
+ <context context-type="linenumber">558</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="6cda5a993d06f0bb10048be9d3aba6555aa9f356">
<source>Max. objects</source>
<target state="translated">Max. objects</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">473</context>
+ <context context-type="linenumber">476</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">566</context>
+ <context context-type="linenumber">569</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="649a410bd0ace333d067d8fa22f12bdbdb43533b">
<source>Bucket quota</source>
<target state="translated">Bucket quota</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">493</context>
+ <context context-type="linenumber">496</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
- <context context-type="linenumber">91</context>
+ <context context-type="linenumber">97</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="449dca3d3a93ead418b0541ea81b0dda7e6483c2">
<source>Welcome to Ceph!</source>
- <target state="translated">Welcome to Ceph!</target>
+ <target>Willkommen bei Ceph!</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/auth/login/login.component.html</context>
<context context-type="linenumber">10</context>
<context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
<context context-type="linenumber">147</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="58fc1b5c79a75370eb52644fd83fb2e7096b6649">
+ <source>Sorry, the user does not exist in Ceph.</source>
+ <target state="translated">Sorry, the user does not exist in Ceph.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/sso/sso-not-found/sso-not-found.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d9deb94f78e7c41b35c6622b874f06657d7604c1">
+ <source>Return to <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>Login Page<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>. You'll be logged out from the Identity Provider when you retry logging in.</source>
+ <target state="translated">Return to <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>Login Page<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>. You'll be logged out from the Identity Provider when you retry logging in.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/sso/sso-not-found/sso-not-found.component.html</context>
+ <context context-type="linenumber">4</context>
+ </context-group>
</trans-unit><trans-unit datatype="html" id="e83cda1d2f391695610a1c572332e5f81499dd83">
<source><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/> User</source>
<target state="translated"><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/> User</target>
<context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
<context context-type="linenumber">10</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="c32ef07f8803a223a83ed17024b38e8d82292407">
- <source>Password</source>
- <target state="translated">Password</target>
- <context-group purpose="location">
- <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
- <context context-type="linenumber">42</context>
- </context-group>
</trans-unit><trans-unit datatype="html" id="7f3bdcce4b2e8c37cd7f0f6c92ef8cff34b039b8">
<source>Confirm password</source>
<target state="translated">Confirm password</target>
<context context-type="sourcefile">app/core/not-found/not-found.component.html</context>
<context context-type="linenumber">3</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="1d65cc22d5842c06d33b244fc67de9db4003537e">
- <source>Recent Notifications</source>
- <target state="translated">Recent Notifications</target>
+ </trans-unit><trans-unit datatype="html" id="16568619015cfb2352e3b2596ba04fc1c82e44ef">
+ <source>Remove all</source>
+ <target>Alle löschen</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/notifications/notifications.component.html</context>
- <context context-type="linenumber">4</context>
+ <context context-type="linenumber">6</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="1d65cc22d5842c06d33b244fc67de9db4003537e">
+ <source>Recent Notifications</source>
+ <target state="translated">Recent Notifications</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/notifications/notifications.component.html</context>
- <context context-type="linenumber">51</context>
+ <context context-type="linenumber">56</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="16568619015cfb2352e3b2596ba04fc1c82e44ef">
- <source>Remove all</source>
- <target state="translated">Remove all</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/notifications/notifications.component.html</context>
- <context context-type="linenumber">8</context>
+ <context context-type="linenumber">53</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="495ab70870b5b4a30f2bc5f55052fdc518d954a9">
<source>There are no background tasks.</source>
- <target state="translated">There are no background tasks.</target>
+ <target>Keine Hintergrundaufgaben vorhanden.</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/task-manager/task-manager.component.html</context>
<context context-type="linenumber">71</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="ea94e7754983d80af8acb958a5d49d93bacd721c">
<source>Background Tasks</source>
- <target state="translated">Background Tasks</target>
+ <target>Hintergrundaufgaben</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/task-manager/task-manager.component.html</context>
+ <context context-type="linenumber">83</context>
+ </context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/task-manager/task-manager.component.html</context>
<context context-type="linenumber">79</context>
</trans-unit><trans-unit datatype="html" id="85b79c9064aed1ead31ace985f31aa1363f6bdaf">
<source>Help</source>
<target state="translated">Help</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/dashboard-help/dashboard-help.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/dashboard-help/dashboard-help.component.html</context>
<context context-type="linenumber">10</context>
<target state="translated">Documentation</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/dashboard-help/dashboard-help.component.html</context>
- <context context-type="linenumber">21</context>
+ <context context-type="linenumber">23</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4">
<source>API</source>
- <target state="translated">API</target>
+ <target>API</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/dashboard-help/dashboard-help.component.html</context>
- <context context-type="linenumber">26</context>
+ <context context-type="linenumber">28</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
<source>About</source>
<target state="translated">About</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/dashboard-help/dashboard-help.component.html</context>
- <context context-type="linenumber">31</context>
+ <context context-type="linenumber">33</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="1481ecd21e760ac919a24e26cf790acd82e40199">
<source>Dashboard Settings</source>
<target state="translated">Dashboard Settings</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/administration/administration.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/administration/administration.component.html</context>
<context context-type="linenumber">7</context>
<target state="translated">User management</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/administration/administration.component.html</context>
- <context context-type="linenumber">16</context>
+ <context context-type="linenumber">18</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="049dfd9fe6c78914ad58cf89ac6a631fca28ec74">
<source>Logged in user</source>
<target state="translated">Logged in user</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/identity/identity.component.html</context>
+ <context context-type="linenumber">9</context>
+ </context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/identity/identity.component.html</context>
<context context-type="linenumber">6</context>
<x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ username }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/></target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/identity/identity.component.html</context>
- <context context-type="linenumber">17</context>
+ <context context-type="linenumber">19</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="5d22c795daf43877a5f708dca2bccd549eb0471d">
<source>Sign out</source>
<target state="translated">Sign out</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/identity/identity.component.html</context>
- <context context-type="linenumber">25</context>
+ <context context-type="linenumber">27</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="eeba399c4dae8d4890c27b7a2cd2dc28fcf8b5f9">
<source>Performance Counters</source>
<context context-type="sourcefile">app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="fbbaf5cb02ed419e79a27072478f716a4666a99d">
+ <source>Performance Details</source>
+ <target state="translated">Performance Details</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html</context>
+ <context context-type="linenumber">16</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">46</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/hosts/host-details/host-details.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-details/pool-details.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html</context>
+ <context context-type="linenumber">45</context>
+ </context-group>
</trans-unit><trans-unit datatype="html" id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
<source>ID</source>
- <target state="translated">ID</target>
+ <target>ID</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
<context context-type="linenumber">13</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
- <context context-type="linenumber">65</context>
+ <context context-type="linenumber">71</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
- <context context-type="linenumber">101</context>
+ <context context-type="linenumber">107</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="aa6fb95c355f172bda303de1ce2f38c251a149cf">
<source>Unlimited</source>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
- <context context-type="linenumber">68</context>
+ <context context-type="linenumber">74</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
- <context context-type="linenumber">79</context>
+ <context context-type="linenumber">85</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
- <context context-type="linenumber">104</context>
+ <context context-type="linenumber">110</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
- <context context-type="linenumber">115</context>
+ <context context-type="linenumber">121</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="ee862a800364b4d11f9b8cb9955a28a60f840a45">
<source>Maximum objects</source>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
- <context context-type="linenumber">76</context>
+ <context context-type="linenumber">82</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
- <context context-type="linenumber">112</context>
+ <context context-type="linenumber">118</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8011e20c5bbe51602d459a860fbf29b599b55edd">
+ <source>System</source>
+ <target state="translated">System</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">29</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f120423a48cf96636bc415daf5ac041ea8c6503e">
+ <source>{VAR_SELECT, select, 0 {No} 1 {Yes} }</source>
+ <target state="translated">{VAR_SELECT, select, 0 {No} 1 {Yes} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">31</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="db18a2772988415466a7f75dc42663ce78c9c1d3">
<source>Maximum buckets</source>
<target state="translated">Maximum buckets</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
- <context context-type="linenumber">29</context>
+ <context context-type="linenumber">35</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="ca53d681a9892d6fdbb57ee9676582186515e961">
<source>Performance counters not available</source>
</context-group>
</trans-unit><trans-unit datatype="html" id="6834fa6b43d1ecbdf147c48dd9c4d72f1484571d">
<source>Source</source>
- <target state="translated">Source</target>
+ <target>Quelle</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
<context context-type="linenumber">77</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="4180e8c1a344da14bdef061df596a4457bbb8d6c">
<source>Can be updated at runtime</source>
- <target state="translated">Can be updated at runtime</target>
+ <target>Kann zur Laufzeit aktualisiert werden</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
<context context-type="linenumber">87</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="cafc87479686947e2590b9f588a88040aeaf660b">
<source>Tags</source>
- <target state="translated">Tags</target>
+ <target>Tags</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
<context context-type="linenumber">92</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="819476f1264f1659f38e86f6abb542141b184832">
<source>See also</source>
- <target state="translated">See also</target>
+ <target>Siehe auch</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
<context context-type="linenumber">102</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="4f951c2d3472dda85872e7b09fbab383463aa4b5">
- <source>→ See <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>Logs<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> for more details.</source>
- <target state="translated">→ See <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>Logs<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> for more details.</target>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">23</context>
- </context-group>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">233</context>
- </context-group>
</trans-unit><trans-unit datatype="html" id="73caac4265ea7314ff061e5a1d78a6361a6dd3b8">
<source>Cluster Status</source>
<target state="translated">Cluster Status</target>
<target state="translated">Object Gateways</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">86</context>
+ <context context-type="linenumber">90</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="ff03fa5bcf37c4da46ad736c1f7d03f959e8ba9a">
<source>Metadata Servers</source>
<target state="translated">Metadata Servers</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">94</context>
+ <context context-type="linenumber">98</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="d817609ba4993eba859409ab71e566168f4d5f5a">
<source>iSCSI Gateways</source>
<target state="translated">iSCSI Gateways</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">102</context>
+ <context context-type="linenumber">109</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="42c13e50391250ea9379bdf55d5d6c0228c0c8bc">
<source>Client IOPS</source>
<target state="translated">Client IOPS</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">118</context>
+ <context context-type="linenumber">125</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="52213660b2454d139ada3079a42ec6caf3c3c01e">
<source>Client Throughput</source>
<target state="translated">Client Throughput</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">127</context>
+ <context context-type="linenumber">134</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="32efd1c3f70e3c5244239de97a2cc95d98534a14">
<source>Client Read/Write</source>
<target state="translated">Client Read/Write</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">136</context>
+ <context context-type="linenumber">143</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="5277e7546d03a767761199b70deb8c77a921b390">
<source>Client Recovery</source>
<target state="translated">Client Recovery</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">154</context>
+ <context context-type="linenumber">161</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="6d9a9f55046891733ef71170e7652063765eb542">
<source>Scrub</source>
<target state="translated">Scrub</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">163</context>
+ <context context-type="linenumber">170</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="3cc9c2ae277393b3946b38c088dabff671b1ee1b">
<source>Performance</source>
<target state="translated">Performance</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">112</context>
+ <context context-type="linenumber">119</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="88f383269db2d32cccee9e936fe549dccb9fdbf4">
<source>Raw Capacity</source>
<target state="translated">Raw Capacity</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">193</context>
+ <context context-type="linenumber">200</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="afdb601c16162f2c798b16a2920955f1cc6a20aa">
<source>Objects</source>
<target state="translated">Objects</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">206</context>
+ <context context-type="linenumber">213</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
<target state="translated">PGs per OSD</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">215</context>
+ <context context-type="linenumber">222</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="498a109c6e9e94f1966de01aa0326f7f0ac6fb52">
<source>PG Status</source>
<target state="translated">PG Status</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">224</context>
+ <context context-type="linenumber">231</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="ce9dfdc6dccb28dc75a78c704e09dc18fb02dcfa">
<source>Capacity</source>
<target state="translated">Capacity</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">174</context>
- </context-group>
- </trans-unit><trans-unit datatype="html" id="0b05fe4e219884c8938584284f1255be67823d1a">
- <source>Audit</source>
- <target state="translated">Audit</target>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">276</context>
+ <context context-type="linenumber">181</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="eb3d5aefff38a814b76da74371cbf02c0789a1ef">
- <source>Logs</source>
- <target state="translated">Logs</target>
+ </trans-unit><trans-unit datatype="html" id="44ecac93d67c6a671198091c2270354f80322327">
+ <source><x ctype="x-i" equiv-text="<i>" id="START_ITALIC_TEXT"/><x ctype="x-i" equiv-text="</i>" id="CLOSE_ITALIC_TEXT"/> See <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>Logs<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> for more details.</source>
+ <target state="translated"><x ctype="x-i" equiv-text="<i>" id="START_ITALIC_TEXT"/><x ctype="x-i" equiv-text="</i>" id="CLOSE_ITALIC_TEXT"/> See <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>Logs<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> for more details.</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">256</context>
+ <context context-type="linenumber">265</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="f0b5d789d42c0e69348e5fe0037fcbf5b5fbbdcc">
<source>Move an image to trash</source>
<context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
<context context-type="linenumber">3</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="9a7ad2a407f63dbedcc82158886b8475dfd33114">
- <source>To move</source>
- <target state="translated">To move</target>
+ </trans-unit><trans-unit datatype="html" id="86301cf2044b1eda218483365f6b9de8dde5040b">
+ <source>To move <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/>/<x equiv-text="{{ imageName }}" id="INTERPOLATION_1"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/> to trash,
+ click <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Move Image<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>. Optionally, you can pick an expiration date.</source>
+ <target state="translated">To move <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/>/<x equiv-text="{{ imageName }}" id="INTERPOLATION_1"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/> to trash,
+ click <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Move Image<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>. Optionally, you can pick an expiration date.</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
- <context context-type="linenumber">13</context>
+ <context context-type="linenumber">12</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="be91c2ed9701d56ce78104953e56631139df0e9a">
- <source>to trash, click</source>
- <target state="translated">to trash, click</target>
+ </trans-unit><trans-unit datatype="html" id="88f27d390844aad53b4240360e928156c5f0d326">
+ <source>Protection expires at</source>
+ <target state="translated">Protection expires at</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
- <context context-type="linenumber">15</context>
- </context-group>
- </trans-unit><trans-unit datatype="html" id="536b3205c0c0d4d21685ec06feccfcf2fe14deb1">
- <source>Move Image</source>
- <target state="translated">Move Image</target>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
- <context context-type="linenumber">16</context>
- </context-group>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
- <context context-type="linenumber">45</context>
- </context-group>
- </trans-unit><trans-unit datatype="html" id="3f69ac1e65136ebfcc3e5eb31810da33e0489ad6">
- <source>Optionally, you can pick an expiration date.</source>
- <target state="translated">Optionally, you can pick an expiration date.</target>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
- <context context-type="linenumber">17</context>
- </context-group>
- </trans-unit><trans-unit datatype="html" id="88f27d390844aad53b4240360e928156c5f0d326">
- <source>Protection expires at</source>
- <target state="translated">Protection expires at</target>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
- <context context-type="linenumber">23</context>
+ <context context-type="linenumber">18</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="da166e9a0d27322f6ba8916d71ecc0f9905bb4b1">
<source>NOT PROTECTED</source>
<target state="translated">NOT PROTECTED</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
- <context context-type="linenumber">25</context>
+ <context context-type="linenumber">20</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="a1506e5f2ca22cad14502ec7a20fb6113ace145d">
<source>Wrong date format. Please use "YYYY-MM-DD HH:mm:ss".</source>
<target state="translated">Wrong date format. Please use "YYYY-MM-DD HH:mm:ss".</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
- <context context-type="linenumber">34</context>
+ <context context-type="linenumber">29</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="aa7ea0bb7495281e0b3258467ac7d90a1e44a1a1">
<source>Protection has already expired. Please pick a future date or leave it empty.</source>
<target state="translated">Protection has already expired. Please pick a future date or leave it empty.</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
- <context context-type="linenumber">37</context>
+ <context context-type="linenumber">32</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="536b3205c0c0d4d21685ec06feccfcf2fe14deb1">
+ <source>Move Image</source>
+ <target state="translated">Move Image</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">40</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
+ <source>Overview</source>
+ <target state="translated">Overview</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-tabs/iscsi-tabs.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="bbd2045d5c37e4bb39a3c0fb62ea1ddf70a12838">
+ <source>Targets</source>
+ <target state="translated">Targets</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-tabs/iscsi-tabs.component.html</context>
+ <context context-type="linenumber">7</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0f6e8f6094b180eaf1f11bc0ffe383f1cdcd059e">
+ <source>Only available for RBD images with <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/>fast-diff<x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> enabled</source>
+ <target state="translated">Only available for RBD images with <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/>fast-diff<x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> enabled</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">2</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="e70fcca5a99575cffef3ff8cbd5e69f06ffd0f1c">
<source>Pool</source>
<context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
<context context-type="linenumber">57</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="84a36cb75660b736773fe36ffa3d54f0f0fe363e">
+ <source>N/A</source>
+ <target state="translated">N/A</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">63</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">78</context>
+ </context-group>
</trans-unit><trans-unit datatype="html" id="e5c009342a4e8381f64341d0bb61c2e4685f5a4b">
<source>Total provisioned</source>
<target state="translated">Total provisioned</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
- <context context-type="linenumber">71</context>
+ <context context-type="linenumber">72</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="7f6bf8a43ae415f527ac961ea62471b983aaa97b">
<source>Striping unit</source>
<target state="translated">Striping unit</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
- <context context-type="linenumber">85</context>
+ <context context-type="linenumber">87</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="db710e8a8f011923f2d15d713fbae49c38b02b26">
<source>Striping count</source>
<target state="translated">Striping count</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
- <context context-type="linenumber">90</context>
+ <context context-type="linenumber">92</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="3a4c2a9e76634ff14a60d52a718296f722d47c67">
<source>Parent</source>
<target state="translated">Parent</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
- <context context-type="linenumber">95</context>
+ <context context-type="linenumber">97</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="6a209e68d78ffc2cc9c53d2e76158624efab71ad">
<source>Block name prefix</source>
<target state="translated">Block name prefix</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
- <context context-type="linenumber">103</context>
+ <context context-type="linenumber">107</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="5704ec2049d007c5f5fb495a5d8b607e68d58081">
<source>Order</source>
<target state="translated">Order</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
- <context context-type="linenumber">108</context>
+ <context context-type="linenumber">112</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="f21b1d17b6c5042bb5805516eee37fde33739dd8">
<source>Snapshots</source>
<target state="translated">Snapshots</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
- <context context-type="linenumber">115</context>
+ <context context-type="linenumber">119</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="3f67f30568e9ae47507d46e28e1e82a7dca772e2">
<source><x equiv-text="{ editing, select, true {...} other {...}}" id="ICU"/> RBD Snapshot</source>
<context context-type="sourcefile">app/ceph/block/rbd-trash-list/rbd-trash-list.component.html</context>
<context context-type="linenumber">47</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="a674ab267d1934bf395f87ca1503fd474296893f">
+ <source>iSCSI Topology</source>
+ <target state="translated">iSCSI Topology</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-details/iscsi-target-details.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="66db799d67958d4b0765181d072df62e2d1c16f5">
+ <source>Issues</source>
+ <target>Probleme</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/image-list/image-list.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ef06d69259e587e28d52372455f44c7153cda7e7">
+ <source>Syncing</source>
+ <target>Synchronisierung</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/image-list/image-list.component.html</context>
+ <context context-type="linenumber">11</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/image-list/image-list.component.html</context>
+ <context context-type="linenumber">38</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0b0901877d837d3fda16ba161eb74368d1c75b7a">
+ <source>Ready</source>
+ <target>Fertig</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/image-list/image-list.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4057c56d63a7e9b140b1d01871a9229a5f30eb27">
+ <source>Edit pool mirror mode</source>
+ <target state="translated">Edit pool mirror mode</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e1f367f5feaab38f6637dd1f967c848b447dea2d">
+ <source>To edit the mirror mode for pool
+ <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>, select a new mode from the list and click
+ <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Update<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>.</source>
+ <target state="translated">To edit the mirror mode for pool
+ <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>, select a new mode from the list and click
+ <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Update<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="32ca348ef926b0a6a7a780b8b64c3a8239895cec">
+ <source>Peer clusters must be removed prior to disabling mirror.</source>
+ <target state="translated">Peer clusters must be removed prior to disabling mirror.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">33</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="047f50bc5b5d17b5bec0196355953e1a5c590ddb">
+ <source>Update</source>
+ <target state="translated">Update</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">41</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="fa61522d482349707fd7dd03b90dc5781611b17f">
+ <source><x equiv-text="{mode, select, edit {...} other {...}}" id="ICU"/>
+ pool mirror peer</source>
+ <target state="translated"><x equiv-text="{mode, select, edit {...} other {...}}" id="ICU"/>
+ pool mirror peer</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4ddcb416c1c0aa1f54acf5beef1de81813e76fa6">
+ <source>{VAR_SELECT, select, edit {Edit} other {Add} }</source>
+ <target state="translated">{VAR_SELECT, select, edit {Edit} other {Add} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">14</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f7a13e4807afa6a9eda3db57a0a2a110dbae8ad7">
+ <source><x equiv-text="{mode, select, edit {...} other {...}}" id="ICU"/> the pool
+ mirror peer attributes for pool <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/> and click
+ <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Submit<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>.</source>
+ <target state="translated"><x equiv-text="{mode, select, edit {...} other {...}}" id="ICU"/> the pool
+ mirror peer attributes for pool <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/> and click
+ <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Submit<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">14</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d3cc964811f852a168f4a2d5daa59068abc5cf53">
+ <source>Cluster Name</source>
+ <target state="translated">Cluster Name</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">23</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b631721fc56cb7fb1cbd07b802a487c5753f6a2d">
+ <source>The cluster name is not valid.</source>
+ <target state="translated">The cluster name is not valid.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">39</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ca6deafa31bf421f85094807982aee4bcb20a3ae">
+ <source>CephX ID</source>
+ <target state="translated">CephX ID</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">46</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7539188a568c3d553cbde1bacaf32310c4264e24">
+ <source>CephX ID...</source>
+ <target state="translated">CephX ID...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">51</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a1c45b594b0fba22fc64e80c793a7ffe005fdb0e">
+ <source>The CephX ID is not valid.</source>
+ <target state="translated">The CephX ID is not valid.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">61</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="20861576fcfce773c918c782cd4f5adf32382921">
+ <source>Monitor Addresses</source>
+ <target state="translated">Monitor Addresses</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">68</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="fa28eeed2b4bd4ccbe6e9349a1c2b3cb1c5de70a">
+ <source>Comma-delimited addresses...</source>
+ <target state="translated">Comma-delimited addresses...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">72</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="dc016c82fd85848d5c1b2fd0e8469ee2027d9c16">
+ <source>The monitory address is not valid.</source>
+ <target state="translated">The monitory address is not valid.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e0ac55b83dc6739e62bc655cfe375b67c93e7f4a">
+ <source>CephX Key</source>
+ <target state="translated">CephX Key</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">86</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f53434bcb95bd86f1df9c8e22966f757614fc4ad">
+ <source>Base64-encoded key...</source>
+ <target state="translated">Base64-encoded key...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">90</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4cd83164cd4f66b4abc2863f9ce6f599d789e4ca">
+ <source>CephX key must be base64 encoded.</source>
+ <target state="translated">CephX key must be base64 encoded.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">97</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3938a411d76796f8ae73b72ea4c77661207453bd">
+ <source>Cache Tiers Details</source>
+ <target state="translated">Cache Tiers Details</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-details/pool-details.component.html</context>
+ <context context-type="linenumber">22</context>
+ </context-group>
</trans-unit><trans-unit datatype="html" id="0c1e17956453ad772dbe82d6946f62748c692f3e">
<source>Ranks</source>
<target state="translated">Ranks</target>
<context context-type="linenumber">36</context>
</context-group>
</trans-unit>
+ <trans-unit datatype="html" id="bd5a3b1c5a3c185c7bbb0e09a061d4cdc88ce5ad">
+ <source>Current</source>
+ <target state="translated">Current</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-details/iscsi-target-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="dd4ab758afd5fd5a6c6a25b2b30ff99d0c00e9ad">
+ <source>There are no portals available.</source>
+ <target state="translated">There are no portals available.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="83021e45778a4a230a14ca0c6d6ccdf05500ad93">
+ <source>There are no images available.</source>
+ <target state="translated">There are no images available.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="86684eb21f8a768e1dbc659e3d5da6861db544a0">
+ <source>There are no images available. Please make sure you add an image to the target.</source>
+ <target state="translated">There are no images available. Please make sure you add an image to the target.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fffda6e440078f57eba93944ce051c593cc6ed7f">
+ <source>There are no initiators available. Please make sure you add an initiator to the target.</source>
+ <target state="translated">There are no initiators available. Please make sure you add an initiator to the target.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="38baeb215c17af9d9e295e371a57f4a48ab4c191">
+ <source>Target</source>
+ <target state="translated">Target</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-list/iscsi-target-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
<trans-unit datatype="html" id="9a541ec1a4319fffc16ad3b3ab2c2b6d251a829d">
<source>Hostname</source>
- <target state="translated">Hostname</target>
+ <target>Hostname</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/block/mirroring/mirroring.component.ts</context>
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/daemon-list/daemon-list.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
<context-group purpose="location">
<context context-type="linenumber">1</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/block/mirroring/mirroring.component.ts</context>
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/block/mirroring/mirroring.component.ts</context>
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/block/mirroring/mirroring.component.ts</context>
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
<source>Instance</source>
<target state="translated">Instance</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/block/mirroring/mirroring.component.ts</context>
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/daemon-list/daemon-list.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="314de06d6f64d39149e78e6d796585c0246fec0b">
- <source>Leader</source>
- <target state="translated">Leader</target>
+ <trans-unit datatype="html" id="36fad7995cadfb3a6f0d43ef2db280146b3ca022">
+ <source>Issue</source>
+ <target state="translated">Issue</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/block/mirroring/mirroring.component.ts</context>
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="7acaab450312114059ced9e3737798ee9aa738b1">
- <source># Local</source>
- <target state="translated"># Local</target>
+ <trans-unit datatype="html" id="873b72903b1858a9cd6c8967521030b4d7d1435b">
+ <source>State</source>
+ <target state="translated">State</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/block/mirroring/mirroring.component.ts</context>
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="7a3ffd88868135c44be3994263bb8e49d8358884">
- <source># Remote</source>
- <target state="translated"># Remote</target>
+ <trans-unit datatype="html" id="15793f4cbc261bedbc60f7105533dde536a3f42b">
+ <source>Progress</source>
+ <target state="translated">Progress</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/block/mirroring/mirroring.component.ts</context>
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="36fad7995cadfb3a6f0d43ef2db280146b3ca022">
- <source>Issue</source>
- <target state="translated">Issue</target>
+ <trans-unit datatype="html" id="f39256070bfc0714020dfee08895421fc1527014">
+ <source>Disabled</source>
+ <target state="translated">Disabled</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/block/mirroring/mirroring.component.ts</context>
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="873b72903b1858a9cd6c8967521030b4d7d1435b">
- <source>State</source>
- <target state="translated">State</target>
+ <trans-unit datatype="html" id="8c375764db42f5d736fb56d01b8052c006ccc8e2">
+ <source>Edit Mode</source>
+ <target state="translated">Edit Mode</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/block/mirroring/mirroring.component.ts</context>
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="45932f2a0ea524b3425f4320ee46a6d1c68977bc">
+ <source>Add Peer</source>
+ <target state="translated">Add Peer</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/block/mirroring/mirroring.component.ts</context>
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d3dc34662e3cda0dad646221651cebd26f731485">
+ <source>Edit Peer</source>
+ <target state="translated">Edit Peer</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/block/mirroring/mirroring.component.ts</context>
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e8a0ec0b6ee72db0f27c186e09640d1ed41964bd">
+ <source>Delete Peer</source>
+ <target state="translated">Delete Peer</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts</context>
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="314de06d6f64d39149e78e6d796585c0246fec0b">
+ <source>Leader</source>
+ <target state="translated">Leader</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="15793f4cbc261bedbc60f7105533dde536a3f42b">
- <source>Progress</source>
- <target state="translated">Progress</target>
+ <trans-unit datatype="html" id="7acaab450312114059ced9e3737798ee9aa738b1">
+ <source># Local</source>
+ <target state="translated"># Local</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7a3ffd88868135c44be3994263bb8e49d8358884">
+ <source># Remote</source>
+ <target state="translated"># Remote</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="85ca0fd6a6ddd211023c70a25753122c5b978787">
+ <source>mirror peer</source>
+ <target state="translated">mirror peer</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/block/mirroring/mirroring.component.ts</context>
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
<context context-type="sourcefile">src/app/ceph/block/rbd-list/rbd-list.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
</trans-unit>
<trans-unit datatype="html" id="3747fff7faf52b436ecff5fb8555091736d92c70">
<source>Flatten</source>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="7eb984588f4835f6d0187b33769b4b0f62821640">
- <source>RBD snapshot rollback</source>
- <target state="translated">RBD snapshot rollback</target>
+ <trans-unit datatype="html" id="70a67e04629f6d412db0a12d51820b480788d795">
+ <source>Create</source>
+ <target state="translated">Create</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts</context>
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
<context context-type="linenumber">1</context>
</context-group>
- </trans-unit>
- <trans-unit datatype="html" id="4be22bf20ef82614ed53bcd3b912a85590aa71c9">
- <source>Rollback</source>
- <target state="translated">Rollback</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts</context>
+ <context context-type="sourcefile">src/app/core/auth/role-details/role-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-form/role-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e26f9cf3666aace4e524b1505c9795d76d87738d">
+ <source>Rename</source>
+ <target state="translated">Rename</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="45480c03b0a3a37ff8f6a5600a6a034b40fbaea4">
+ <source>Protect</source>
+ <target state="translated">Protect</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="3ea9b96a21a499d296a7f25407da0f3df6c2d5ed">
+ <source>Unprotect</source>
+ <target state="translated">Unprotect</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="54a4a3132b693575728a45a5f3154ad4c9af404b">
+ <source>Clone</source>
+ <target state="translated">Clone</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4be22bf20ef82614ed53bcd3b912a85590aa71c9">
+ <source>Rollback</source>
+ <target state="translated">Rollback</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7eb984588f4835f6d0187b33769b4b0f62821640">
+ <source>RBD snapshot rollback</source>
+ <target state="translated">RBD snapshot rollback</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
</trans-unit>
<trans-unit datatype="html" id="fe22ca53e651df951dac25b67c17894b0980f767">
<source>Host</source>
- <target state="translated">Host</target>
+ <target>Host</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts</context>
<context context-type="linenumber">1</context>
<context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
</trans-unit>
<trans-unit datatype="html" id="7db875ff4cc626d394f37fba95c075b2e4bfeb00">
<source>Standby daemons</source>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="a69f9ab917ee06c8e595d0809a27c0a934672550">
- <source>Positive integer value</source>
- <target state="translated">Positive integer value</target>
- <context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
- <context context-type="linenumber">1</context>
- </context-group>
- </trans-unit>
- <trans-unit datatype="html" id="138a48a2e66e2893105099731fcb5b9d876a9b15">
- <source>The entered value needs to be a positive number.</source>
- <target state="translated">The entered value needs to be a positive number.</target>
- <context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
- <context context-type="linenumber">1</context>
- </context-group>
- <context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
- <context context-type="linenumber">1</context>
- </context-group>
- <context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
- <context context-type="linenumber">1</context>
- </context-group>
- </trans-unit>
- <trans-unit datatype="html" id="d2cd389d621b06af850ac34ef328adbdc4875f3d">
- <source>Integer value</source>
- <target state="translated">Integer value</target>
- <context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
- <context context-type="linenumber">1</context>
- </context-group>
- </trans-unit>
- <trans-unit datatype="html" id="eae7086660cf1e38c7194a2c49ff52cc656f90f5">
- <source>The entered value needs to be a number.</source>
- <target state="translated">The entered value needs to be a number.</target>
- <context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
- <context context-type="linenumber">1</context>
- </context-group>
- </trans-unit>
- <trans-unit datatype="html" id="95eec2fcc0e9a0ec2f05e0b255503d6624afe210">
- <source>Positive integer value (size)</source>
- <target state="translated">Positive integer value (size)</target>
- <context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
- <context context-type="linenumber">1</context>
- </context-group>
- </trans-unit>
- <trans-unit datatype="html" id="c2ad0013d170aef399c688944f7456cfcb3eb32b">
- <source>Positive integer value (secs)</source>
- <target state="translated">Positive integer value (secs)</target>
- <context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
- <context context-type="linenumber">1</context>
- </context-group>
- </trans-unit>
- <trans-unit datatype="html" id="09be1ce38e2c81f3b8be2e904791fb253de3b0fe">
- <source>Decimal value</source>
- <target state="translated">Decimal value</target>
- <context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
- <context context-type="linenumber">1</context>
- </context-group>
- </trans-unit>
- <trans-unit datatype="html" id="a73376e04b4fb3a20734c8c39743fba32e6676ce">
- <source>The entered value needs to be a number or decimal.</source>
- <target state="translated">The entered value needs to be a number or decimal.</target>
- <context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
- <context context-type="linenumber">1</context>
- </context-group>
- </trans-unit>
- <trans-unit datatype="html" id="8ba143716c2da6e4120c0c1a804f0bdd9a7e5f5b">
- <source>Text</source>
- <target state="translated">Text</target>
- <context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
- <context context-type="linenumber">1</context>
- </context-group>
- </trans-unit>
- <trans-unit datatype="html" id="e8553bdeeab82f1bd176a59b97677516726a5a94">
- <source>IPv4 or IPv6 address</source>
- <target state="translated">IPv4 or IPv6 address</target>
- <context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
- <context context-type="linenumber">1</context>
- </context-group>
- </trans-unit>
- <trans-unit datatype="html" id="7aacd038b39cfd347107d01d1dc27f5cb3e0951c">
- <source>The entered value needs to be a valid IP address.</source>
- <target state="translated">The entered value needs to be a valid IP address.</target>
- <context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
- <context context-type="linenumber">1</context>
- </context-group>
- </trans-unit>
- <trans-unit datatype="html" id="8c87d9527af7ff2ada84c911516a9e43a352e401">
- <source>UUID</source>
- <target state="translated">UUID</target>
- <context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
- <context context-type="linenumber">1</context>
- </context-group>
- </trans-unit>
- <trans-unit datatype="html" id="46e09b8290d3d0afdb6baa2021395b0570606a31">
- <source>The entered value is not a valid UUID, e.g.: 67dcac9f-2c03-4d6c-b7bd-1210b3a259a8</source>
- <target state="translated">The entered value is not a valid UUID, e.g.: 67dcac9f-2c03-4d6c-b7bd-1210b3a259a8</target>
- <context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
- <context context-type="linenumber">1</context>
- </context-group>
- </trans-unit>
- <trans-unit datatype="html" id="e079c654595070cfd27aae68a2f4f22b2a43e4cb">
- <source>Boolean value</source>
- <target state="translated">Boolean value</target>
- <context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
- <context context-type="linenumber">1</context>
- </context-group>
- </trans-unit>
<trans-unit datatype="html" id="cdb623df78c6ed1fdd9e6dc35f83d6dbea75ebfa">
<source>Config option <x equiv-text="{{name}}" id="INTERPOLATION"/> has been updated.</source>
<target state="translated">Config option <x equiv-text="{{name}}" id="INTERPOLATION"/> has been updated.</target>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
+ <trans-unit datatype="html" id="1bb4a1f9127cefe624c173557a716d0ebb6d647c">
+ <source>PG Log Hard Limit</source>
+ <target state="translated">PG Log Hard Limit</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e03c0321397fdf7a9c22e8d6b5015424943c0a57">
+ <source>Puts a hard limit on pg log length</source>
+ <target state="translated">Puts a hard limit on pg log length</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
<trans-unit datatype="html" id="0182a66735272f5c540a0c65ff3f5a7913ac1b74">
<source>OSD Flags were updated successfully.</source>
<target state="translated">OSD Flags were updated successfully.</target>
<source>destroyed</source>
<target state="translated">destroyed</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="953144c420c2e5abd02e6a687433eac60fa852bd">
+ <source>PGs</source>
+ <target state="translated">PGs</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7d3523ea9d35c274cef84043de8a2fdde540a9a1">
+ <source>Read bytes</source>
+ <target state="translated">Read bytes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ecbe2fdca919499125bc42c2c67cedae8563db1c">
+ <source>Writes bytes</source>
+ <target state="translated">Writes bytes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f3c33322823c846b13f59ba2c8f234405bba99e1">
+ <source>Read ops</source>
+ <target state="translated">Read ops</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7e0b24a17546cbfab48b03dc874461d1ca68bc9a">
+ <source>Write ops</source>
+ <target state="translated">Write ops</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d45455406092f58e6b089cb440b5b7934b801a01">
+ <source>Mark OSD <x equiv-text="{{markAction}}" id="INTERPOLATION"/></source>
+ <target state="translated">Mark OSD <x equiv-text="{{markAction}}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="de0b7806e451b3b3dbd564decba59981fe781c18">
+ <source>Mark <x equiv-text="{{markAction}}" id="INTERPOLATION"/></source>
+ <target state="translated">Mark <x equiv-text="{{markAction}}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4edc2162af0bd6cd941eaf730d20a7e3b5a83ba7">
+ <source>Max Backfills</source>
+ <target state="translated">Max Backfills</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="eb5e6c24a48a1dfe23e0a772b762be5e949c0c8a">
+ <source>Recovery Max Active</source>
+ <target state="translated">Recovery Max Active</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4a23c6d3859e03184118620d2baeb736ac765fbf">
+ <source>Recovery Max Single Start</source>
+ <target state="translated">Recovery Max Single Start</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="97049169ef5228fd1724de2fcdad1fec2858eaf8">
+ <source>Recovery Sleep</source>
+ <target state="translated">Recovery Sleep</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a5c05002b0ac2040f1aede5e727e0ffd06eda819">
+ <source>Custom</source>
+ <target state="translated">Custom</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="92a8cbd0b31b1a5a64fe3a3245437ecf14b6d74d">
+ <source>OSD recovery speed priority "<x equiv-text="{{value}}" id="INTERPOLATION"/>" was set successfully.</source>
+ <target state="translated">OSD recovery speed priority "<x equiv-text="{{value}}" id="INTERPOLATION"/>" was set successfully.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="87241d8eb7bf0d14756f27febe8d0a84015627db">
+ <source>OSD recovery speed priority</source>
+ <target state="translated">OSD recovery speed priority</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="442db228d78b94d704b22bb0ffeb712af183f19a">
+ <source><x equiv-text="{{operation}}" id="INTERPOLATION"/> was initialized in the following OSD: <x equiv-text="{{id}}" id="INTERPOLATION_1"/></source>
+ <target state="translated"><x equiv-text="{{operation}}" id="INTERPOLATION"/> was initialized in the following OSD: <x equiv-text="{{id}}" id="INTERPOLATION_1"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="78917e8031aaf913ac3fa63295325ce8879703ce">
+ <source>Job</source>
+ <target state="translated">Job</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="94287619205068b591c18493c64781424864c259">
+ <source>Severity</source>
+ <target state="translated">Severity</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e6cfbe0c5e0302ba2cec22315f6a28f8ac46b651">
+ <source>Started</source>
+ <target state="translated">Started</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6">
+ <source>URL</source>
+ <target state="translated">URL</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fb2e1bed329dc5b84197808c778abb9edcbdb335">
+ <source>Used</source>
+ <target state="translated">Used</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4f1ab04d9100fb0df0e62b921ec46ae052ae29fc">
+ <source>Avail.</source>
+ <target state="translated">Avail.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a1c9b3d4fa67450fe9afd1d726f8a1bd91d990ea">
+ <source>Clean</source>
+ <target state="translated">Clean</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0054f5460090d6dde385e8f099d598df5d28cf54">
+ <source>Working</source>
+ <target state="translated">Working</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a8059e31694578c1b0344a76a345357dd60e8f01">
+ <source>Warning</source>
+ <target state="translated">Warning</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e5d8bb389c702588877f039d72178f219453a72d">
+ <source>Unknown</source>
+ <target state="translated">Unknown</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="129a2224e1f9d19eb5e11e2a07fe10a785556484">
+ <source>up</source>
+ <target state="translated">up</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/osd-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d5f29cf0af691726483262d647eb6622be002512">
+ <source>no filesystems</source>
+ <target state="translated">no filesystems</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b1c4387ffab06f3fa9fdb4411aea955595538d44">
+ <source>active</source>
+ <target state="translated">active</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mgr-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1aaf7054d826f2cb05ec3e88a5a4b8116861e1f5">
+ <source>standby</source>
+ <target state="translated">standby</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mgr-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c9a1080024dca344a48acdb77fa2d54e059f7254">
+ <source>n/a</source>
+ <target state="translated">n/a</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mgr-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="84a1787b6df375847c70f782861d7e7f8f43bff4">
+ <source>active daemon</source>
+ <target state="translated">active daemon</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mgr-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="24407dc2ebfafaf6b131ee978683b893c3f1d763">
+ <source>quorum</source>
+ <target state="translated">quorum</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mon-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="5049e204c14c648691ac775a64fb504467aeb549">
+ <source>Value</source>
+ <target state="translated">Value</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="60fb10c145f9c7ede2b9ddf9b2b0b0f6191d0ebd">
+ <source>Cache Mode</source>
+ <target state="translated">Cache Mode</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-details/pool-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fa5bfad31d4139f6871443bb74324ffda5cad3e6">
+ <source>Min Evict Age</source>
+ <target state="translated">Min Evict Age</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-details/pool-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fd0eb851666df45c34c76fabcda79b0d77bc910b">
+ <source>Min Flush Age</source>
+ <target state="translated">Min Flush Age</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-details/pool-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="cb54d2c420a534cee0c308ea5589f8c394ef8d67">
+ <source>Target Max Bytes</source>
+ <target state="translated">Target Max Bytes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-details/pool-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="07f4ebe6615dca466818ffdae2a69ee217d265fb">
+ <source>Target Max Objects</source>
+ <target state="translated">Target Max Objects</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-details/pool-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="eaa8f4df53cf7fa78d078e20a701d10f3dccd77d">
+ <source>No applications added</source>
+ <target state="translated">No applications added</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="321c2a7640f11177ea49b0857b94c4b70830c0e6">
+ <source>Applications limit reached</source>
+ <target state="translated">Applications limit reached</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="519d27742b74fadc8336777452f78891e98aa1dc">
+ <source>A pool can only have up to four applications definitions.</source>
+ <target state="translated">A pool can only have up to four applications definitions.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b5bec3813f0d45daa7eb9471272969e1bc3e734e">
+ <source>Allowed characters '_a-zA-Z0-9'</source>
+ <target state="translated">Allowed characters '_a-zA-Z0-9'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="807472d29602a0085bce62e534bd66208982c2e2">
+ <source>Maximum length is 128 characters</source>
+ <target state="translated">Maximum length is 128 characters</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="37785748b9ac9ad1d3e4b111ac502c3284afe84b">
+ <source>Filter or add applications</source>
+ <target state="translated">Filter or add applications</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="38c7b8610ca87835e13eeee6a09ba1c414cd5cb9">
+ <source>Add application</source>
+ <target state="translated">Add application</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="65bb2be83261bc4798853bbccdedc110c43feea7">
+ <source>erasure code profile</source>
+ <target state="translated">erasure code profile</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="112d356ad6846959ca4aa5ec9a1f0d9d473b24ec">
+ <source>Replica Size</source>
+ <target state="translated">Replica Size</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ec50492db341fa752b023d8c924601286b6c9c0c">
+ <source>Last Change</source>
+ <target state="translated">Last Change</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="563a8c136a9d423bc7ae1269a404d6da5fd83dad">
+ <source>Erasure Coded Profile</source>
+ <target state="translated">Erasure Coded Profile</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0ad7f0662956cff61ac1208f92b1a0305b1b2e58">
+ <source>Crush Ruleset</source>
+ <target state="translated">Crush Ruleset</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f15bf7f588f09ca79795b17bc244e8d336f28171">
+ <source>Write bytes</source>
+ <target state="translated">Write bytes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="44939fd05cedfd077db886528b755e77d5fa3885">
+ <source>bucket</source>
+ <target state="translated">bucket</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ec40d74ecfb1d6d60455af6805c9a714a3f5750a">
+ <source>buckets</source>
+ <target state="translated">buckets</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0914cbe18bae204217e1851be6d2d24d86e74605">
+ <source>user</source>
+ <target state="translated">user</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7c7f4be7b726e61c577e63842a58d9e435f7c597">
+ <source>users</source>
+ <target state="translated">users</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1481b8488e10dbc437accce89d2ae35a0106e8ba">
+ <source>Scope</source>
+ <target state="translated">Scope</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-details/role-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9b1d5e95f6bdcfb4b737413f5fa157e0dcb103d5">
+ <source>Read</source>
+ <target state="translated">Read</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-details/role-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-form/role-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fe6ee93173884201ec62d62ba173c3de85ae177e">
+ <source>Created role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">Created role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-form/role-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="41c032df0732f4318f8213fabd0719ac347d4b6c">
+ <source>Updated role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">Updated role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-form/role-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="50e22b5289f79f1417369403345c9fa9911a4557">
+ <source>System Role</source>
+ <target state="translated">System Role</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-list/role-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7f132668e2dbfcf616381d2daf59d1a6f2698102">
+ <source>Deleted role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">Deleted role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-list/role-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d2362a49d2434ce137bf19dab004251b7fd9c7b3">
+ <source>Created user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</source>
+ <target state="translated">Created user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9910122dfedd2eaa544a990f1430e5b82a76d99f">
+ <source>Update user</source>
+ <target state="translated">Update user</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ac10a3d9b59575640797c1a8e6aea642cf5d5e77">
+ <source>Continue</source>
+ <target state="translated">Continue</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="cf4bcf4ce3d551e6099ccdc3546ae418fe5f8038">
+ <source>You were automatically logged out because your roles have been changed.</source>
+ <target state="translated">You were automatically logged out because your roles have been changed.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0f6003fb0c1cc73b89d225801cc1b870945cd259">
+ <source>Updated user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</source>
+ <target state="translated">Updated user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fe516c6d820018fdc971113935e22ec1e852965f">
+ <source>Deleted user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</source>
+ <target state="translated">Deleted user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-list/user-list.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="953144c420c2e5abd02e6a687433eac60fa852bd">
- <source>PGs</source>
- <target state="translated">PGs</target>
+ <trans-unit datatype="html" id="01a7e11502ff80421ef3615e533ea14ef57e1d5c">
+ <source>Failed to delete user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</source>
+ <target state="translated">Failed to delete user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="sourcefile">src/app/core/auth/user-list/user-list.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="7d3523ea9d35c274cef84043de8a2fdde540a9a1">
- <source>Read bytes</source>
- <target state="translated">Read bytes</target>
+ <trans-unit datatype="html" id="63316a3861dbcb035147efc1b9fb6bc708242e94">
+ <source>You are currently logged in as "<x equiv-text="{{username}}" id="INTERPOLATION"/>".</source>
+ <target state="translated">You are currently logged in as "<x equiv-text="{{username}}" id="INTERPOLATION"/>".</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="sourcefile">src/app/core/auth/user-list/user-list.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="ecbe2fdca919499125bc42c2c67cedae8563db1c">
- <source>Writes bytes</source>
- <target state="translated">Writes bytes</target>
+ <trans-unit datatype="html" id="1d7fbcc3d5efc946ffbcf86fed04c4e20dda20fb">
+ <source>Each object is split in data-chunks parts, each stored on a different OSD.</source>
+ <target state="translated">Each object is split in data-chunks parts, each stored on a different OSD.</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="f3c33322823c846b13f59ba2c8f234405bba99e1">
- <source>Read ops</source>
- <target state="translated">Read ops</target>
+ <trans-unit datatype="html" id="b1f8ed4e216585f1f9134740002ef3c8501debd8">
+ <source>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.</source>
+ <target state="translated">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.</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="7e0b24a17546cbfab48b03dc874461d1ca68bc9a">
- <source>Write ops</source>
- <target state="translated">Write ops</target>
+ <trans-unit datatype="html" id="c437ee74a9a8e781e1380153f742a685e3b8cc5e">
+ <source>The jerasure plugin is the most generic and flexible plugin,
+ it is also the default for Ceph erasure coded pools.</source>
+ <target state="translated">The jerasure plugin is the most generic and flexible plugin,
+ it is also the default for Ceph erasure coded pools.</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="d45455406092f58e6b089cb440b5b7934b801a01">
- <source>Mark OSD <x equiv-text="{{markAction}}" id="INTERPOLATION"/></source>
- <target state="translated">Mark OSD <x equiv-text="{{markAction}}" id="INTERPOLATION"/></target>
+ <trans-unit datatype="html" id="8c7e19322851402afa67e41f4f1d4e531caf1bf5">
+ <source>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.</source>
+ <target state="translated">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.</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="de0b7806e451b3b3dbd564decba59981fe781c18">
- <source>Mark <x equiv-text="{{markAction}}" id="INTERPOLATION"/></source>
- <target state="translated">Mark <x equiv-text="{{markAction}}" id="INTERPOLATION"/></target>
+ <trans-unit datatype="html" id="b1b11f49281b4e79219b4eecfbcb033cb15bd880">
+ <source>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.</source>
+ <target state="translated">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.</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="442db228d78b94d704b22bb0ffeb712af183f19a">
- <source><x equiv-text="{{operation}}" id="INTERPOLATION"/> was initialized in the following OSD: <x equiv-text="{{id}}" id="INTERPOLATION_1"/></source>
- <target state="translated"><x equiv-text="{{operation}}" id="INTERPOLATION"/> was initialized in the following OSD: <x equiv-text="{{id}}" id="INTERPOLATION_1"/></target>
+ <trans-unit datatype="html" id="d9cb3bc07a25b26fbea457e0a7b543340bc13c49">
+ <source>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.</source>
+ <target state="translated">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.</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="fb2e1bed329dc5b84197808c778abb9edcbdb335">
- <source>Used</source>
- <target state="translated">Used</target>
+ <trans-unit datatype="html" id="813959d46e63a29bbd266b3af2ff9414c2ef553c">
+ <source>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.</source>
+ <target state="translated">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.</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="4f1ab04d9100fb0df0e62b921ec46ae052ae29fc">
- <source>Avail.</source>
- <target state="translated">Avail.</target>
+ <trans-unit datatype="html" id="f0ff63d92e0a1b4d4b51e31b9133802d160a5f4c">
+ <source>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.</source>
+ <target state="translated">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.</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="a1c9b3d4fa67450fe9afd1d726f8a1bd91d990ea">
- <source>Clean</source>
- <target state="translated">Clean</target>
+ <trans-unit datatype="html" id="3ece48df9d1e9a98f98bf3c5cc66e8b637020a4d">
+ <source>The isa plugin encapsulates the ISA library. It only runs on Intel processors.</source>
+ <target state="translated">The isa plugin encapsulates the ISA library. It only runs on Intel processors.</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="a8059e31694578c1b0344a76a345357dd60e8f01">
- <source>Warning</source>
- <target state="translated">Warning</target>
+ <trans-unit datatype="html" id="4472c9e31bfc7d96a83dc4afce0a6e885c99e839">
+ <source>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.</source>
+ <target state="translated">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.</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="e5d8bb389c702588877f039d72178f219453a72d">
- <source>Unknown</source>
- <target state="translated">Unknown</target>
+ <trans-unit datatype="html" id="fa385f5ecf63083ec848dca8dc5e52bdc72ac6f6">
+ <source>The shec plugin encapsulates the multiple SHEC library.
+ It allows ceph to recover data more efficiently than Reed Solomon codes.</source>
+ <target state="translated">The shec plugin encapsulates the multiple SHEC library.
+ It allows ceph to recover data more efficiently than Reed Solomon codes.</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="0054f5460090d6dde385e8f099d598df5d28cf54">
- <source>Working</source>
- <target state="translated">Working</target>
+ <trans-unit datatype="html" id="687b3cd94b3475c24ff4481d64d4739f902a377c">
+ <source>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.</source>
+ <target state="translated">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.</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="d5f29cf0af691726483262d647eb6622be002512">
- <source>no filesystems</source>
- <target state="translated">no filesystems</target>
+ <trans-unit datatype="html" id="f3c4af6df91bdaabdb715f8f0b61a24faf73a3bc">
+ <source>The name of the crush bucket used for the first step of the CRUSH rule.
+ For instance step take default.</source>
+ <target state="translated">The name of the crush bucket used for the first step of the CRUSH rule.
+ For instance step take default.</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e1059955a5ce65cdabf0c0a8207377e1f9bae57e">
+ <source>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.</source>
+ <target state="translated">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.</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="b1c4387ffab06f3fa9fdb4411aea955595538d44">
- <source>active</source>
- <target state="translated">active</target>
+ <trans-unit datatype="html" id="ac392ac9c6da5fde6da80fc57b9c09402fb6e73d">
+ <source>Restrict placement to devices of a specific class
+ (e.g., ssd or hdd), using the crush device class names in the CRUSH map.</source>
+ <target state="translated">Restrict placement to devices of a specific class
+ (e.g., ssd or hdd), using the crush device class names in the CRUSH map.</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="1aaf7054d826f2cb05ec3e88a5a4b8116861e1f5">
- <source>standby</source>
- <target state="translated">standby</target>
+ <trans-unit datatype="html" id="62bcb9ae5583a088649b1adf5787a86ca3334f89">
+ <source>Set the directory name from which the erasure code plugin is loaded.</source>
+ <target state="translated">Set the directory name from which the erasure code plugin is loaded.</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="42e9c4337538ab214626c1b4ef230836952bbe1a">
- <source>standbys</source>
- <target state="translated">standbys</target>
+ <trans-unit datatype="html" id="a436c6a4025a749198e93cac239de8deede72211">
+ <source>-- Select the priority --</source>
+ <target state="translated">-- Select the priority --</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/dashboard/mgr-summary.pipe.ts</context>
+ <context context-type="sourcefile">src/app/shared/api/osd.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="24407dc2ebfafaf6b131ee978683b893c3f1d763">
- <source>quorum</source>
- <target state="translated">quorum</target>
+ <trans-unit datatype="html" id="9556266f0a2b1762a44b686f2bb21dbfefb01c12">
+ <source>Low</source>
+ <target state="translated">Low</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/dashboard/mon-summary.pipe.ts</context>
+ <context context-type="sourcefile">src/app/shared/api/osd.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="129a2224e1f9d19eb5e11e2a07fe10a785556484">
- <source>up</source>
- <target state="translated">up</target>
+ <trans-unit datatype="html" id="72279141a67cc042d9864102b703216cc8a428a3">
+ <source>High</source>
+ <target state="translated">High</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/dashboard/osd-summary.pipe.ts</context>
+ <context context-type="sourcefile">src/app/shared/api/osd.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="5049e204c14c648691ac775a64fb504467aeb549">
- <source>Value</source>
- <target state="translated">Value</target>
+ <trans-unit datatype="html" id="e6ca3c0efaf51e6d45a7f92f58bac37140c3fda4">
+ <source>Last 5 minutes</source>
+ <target state="translated">Last 5 minutes</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="eaa8f4df53cf7fa78d078e20a701d10f3dccd77d">
- <source>No applications added</source>
- <target state="translated">No applications added</target>
+ <trans-unit datatype="html" id="b0ecb2bbc548cc9bd95050fd8f0c84586d083fe2">
+ <source>Last 15 minutes</source>
+ <target state="translated">Last 15 minutes</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="321c2a7640f11177ea49b0857b94c4b70830c0e6">
- <source>Applications limit reached</source>
- <target state="translated">Applications limit reached</target>
+ <trans-unit datatype="html" id="857ae67deb51353120b203b0f2a06b0c48ef49fa">
+ <source>Last 30 minutes</source>
+ <target state="translated">Last 30 minutes</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="519d27742b74fadc8336777452f78891e98aa1dc">
- <source>A pool can only have up to four applications definitions.</source>
- <target state="translated">A pool can only have up to four applications definitions.</target>
+ <trans-unit datatype="html" id="7b1738fad314e936dc14b94db8f43da736942308">
+ <source>Last 1 hour (Default)</source>
+ <target state="translated">Last 1 hour (Default)</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="b5bec3813f0d45daa7eb9471272969e1bc3e734e">
- <source>Allowed characters '_a-zA-Z0-9'</source>
- <target state="translated">Allowed characters '_a-zA-Z0-9'</target>
+ <trans-unit datatype="html" id="a428288224389726cef9d9bd8d1d7808cccd7ffd">
+ <source>Last 3 hours</source>
+ <target state="translated">Last 3 hours</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="807472d29602a0085bce62e534bd66208982c2e2">
- <source>Maximum length is 128 characters</source>
- <target state="translated">Maximum length is 128 characters</target>
+ <trans-unit datatype="html" id="7cbabecc8d80cf183ac199cfaeb7619d56e5d43f">
+ <source>Last 6 hours</source>
+ <target state="translated">Last 6 hours</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="37785748b9ac9ad1d3e4b111ac502c3284afe84b">
- <source>Filter or add applications</source>
- <target state="translated">Filter or add applications</target>
+ <trans-unit datatype="html" id="1a389cdf64187d34cf99eec30a290e3fa7d4744f">
+ <source>Last 12 hours</source>
+ <target state="translated">Last 12 hours</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="38c7b8610ca87835e13eeee6a09ba1c414cd5cb9">
- <source>Add application</source>
- <target state="translated">Add application</target>
+ <trans-unit datatype="html" id="9e0ba5f591380a94d594a76288f0c41aa97eb9c2">
+ <source>Last 24 hours</source>
+ <target state="translated">Last 24 hours</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="65bb2be83261bc4798853bbccdedc110c43feea7">
- <source>erasure code profile</source>
- <target state="translated">erasure code profile</target>
+ <trans-unit datatype="html" id="e430eda9c785cd43465b7cbb400ee914f1057247">
+ <source>Yesterday</source>
+ <target state="translated">Yesterday</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="1d1174ec0fd282599b9feb00fc7a770e12ee7294">
- <source>Placement Groups</source>
- <target state="translated">Placement Groups</target>
+ <trans-unit datatype="html" id="7fb1099e29660162f9154d5b2feee7743a423df6">
+ <source>Today</source>
+ <target state="translated">Today</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="112d356ad6846959ca4aa5ec9a1f0d9d473b24ec">
- <source>Replica Size</source>
- <target state="translated">Replica Size</target>
+ <trans-unit datatype="html" id="33904058a97a64bd189bed84038b1ffe719769c7">
+ <source>Today so far</source>
+ <target state="translated">Today so far</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="ec50492db341fa752b023d8c924601286b6c9c0c">
- <source>Last Change</source>
- <target state="translated">Last Change</target>
+ <trans-unit datatype="html" id="3b0b849be007510021d3d383df75bec95ef9c97b">
+ <source>Day before yesterday</source>
+ <target state="translated">Day before yesterday</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="563a8c136a9d423bc7ae1269a404d6da5fd83dad">
- <source>Erasure Coded Profile</source>
- <target state="translated">Erasure Coded Profile</target>
+ <trans-unit datatype="html" id="6b430c2c394c4d32ebd7d46c8c46ab60e1b29ccb">
+ <source>Last 2 days</source>
+ <target state="translated">Last 2 days</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="0ad7f0662956cff61ac1208f92b1a0305b1b2e58">
- <source>Crush Ruleset</source>
- <target state="translated">Crush Ruleset</target>
+ <trans-unit datatype="html" id="d5e812a87a5d57a94200a2013027cab76a7c4863">
+ <source>This day last week</source>
+ <target state="translated">This day last week</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="44939fd05cedfd077db886528b755e77d5fa3885">
- <source>bucket</source>
- <target state="translated">bucket</target>
+ <trans-unit datatype="html" id="d00edc936eeab6b5577401f115ca86ca2c87dc9a">
+ <source>Previous week</source>
+ <target state="translated">Previous week</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="ec40d74ecfb1d6d60455af6805c9a714a3f5750a">
- <source>buckets</source>
- <target state="translated">buckets</target>
+ <trans-unit datatype="html" id="b036e40577baa6b918b2267d319d4b3aeaa88a5a">
+ <source>This week</source>
+ <target state="translated">This week</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="0914cbe18bae204217e1851be6d2d24d86e74605">
- <source>user</source>
- <target state="translated">user</target>
+ <trans-unit datatype="html" id="99ad5a6096b3fcb3f021f3779bae710cdfeb8934">
+ <source>This week so far</source>
+ <target state="translated">This week so far</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="7c7f4be7b726e61c577e63842a58d9e435f7c597">
- <source>users</source>
- <target state="translated">users</target>
+ <trans-unit datatype="html" id="02e0243b60007368f87dc01e083f232dd025096d">
+ <source>Last 7 days</source>
+ <target state="translated">Last 7 days</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="1481b8488e10dbc437accce89d2ae35a0106e8ba">
- <source>Scope</source>
- <target state="translated">Scope</target>
+ <trans-unit datatype="html" id="c3b08b07b5ab98e7cdcf18df39355690ab7d3884">
+ <source>Previous month</source>
+ <target state="translated">Previous month</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/core/auth/role-details/role-details.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="9b1d5e95f6bdcfb4b737413f5fa157e0dcb103d5">
- <source>Read</source>
- <target state="translated">Read</target>
+ <trans-unit datatype="html" id="1b2562c6d5aa90644e7dc91feee82e2005fceb33">
+ <source>This month</source>
+ <target state="translated">This month</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/core/auth/role-details/role-details.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="26b4b18c5917934abb169ba9aa490e57f7bf10b8">
+ <source>This month so far</source>
+ <target state="translated">This month so far</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/core/auth/role-form/role-form.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="70a67e04629f6d412db0a12d51820b480788d795">
- <source>Create</source>
- <target state="translated">Create</target>
+ <trans-unit datatype="html" id="7668986b9f753fcd72ad4a00b1a0c4861d1f7fb8">
+ <source>Last 30 days</source>
+ <target state="translated">Last 30 days</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/core/auth/role-details/role-details.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ba1e822408d90c6fbd2989100fa648bfd5e8ee84">
+ <source>Last 90 days</source>
+ <target state="translated">Last 90 days</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/core/auth/role-form/role-form.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="047f50bc5b5d17b5bec0196355953e1a5c590ddb">
- <source>Update</source>
- <target state="translated">Update</target>
+ <trans-unit datatype="html" id="c3df03f899a914c4181adcdc8a3f077424f7b6e8">
+ <source>Last 6 months</source>
+ <target state="translated">Last 6 months</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/core/auth/role-details/role-details.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7f9a92757580c9f31c309c0a3812ea429274eadf">
+ <source>Last 1 year</source>
+ <target state="translated">Last 1 year</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/core/auth/role-form/role-form.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="fe6ee93173884201ec62d62ba173c3de85ae177e">
- <source>Created role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</source>
- <target state="translated">Created role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</target>
+ <trans-unit datatype="html" id="5a9fede30ff65cb4b4426f6b1ed31afb67ecd7b0">
+ <source>Previous year</source>
+ <target state="translated">Previous year</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/core/auth/role-form/role-form.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="41c032df0732f4318f8213fabd0719ac347d4b6c">
- <source>Updated role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</source>
- <target state="translated">Updated role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</target>
+ <trans-unit datatype="html" id="65cefcc53d1f6445df7568e8a40c49165f1090ee">
+ <source>This year</source>
+ <target state="translated">This year</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/core/auth/role-form/role-form.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="50e22b5289f79f1417369403345c9fa9911a4557">
- <source>System Role</source>
- <target state="translated">System Role</target>
+ <trans-unit datatype="html" id="1f68b766944dc3865bddab765fe952b0c1c43f92">
+ <source>This year so far</source>
+ <target state="translated">This year so far</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/core/auth/role-list/role-list.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="7f132668e2dbfcf616381d2daf59d1a6f2698102">
- <source>Deleted role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</source>
- <target state="translated">Deleted role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</target>
+ <trans-unit datatype="html" id="4d4b77e614f8043fdadef5d6d235655bb48eb311">
+ <source>Last 2 years</source>
+ <target state="translated">Last 2 years</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/core/auth/role-list/role-list.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="d2362a49d2434ce137bf19dab004251b7fd9c7b3">
- <source>Created user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</source>
- <target state="translated">Created user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</target>
+ <trans-unit datatype="html" id="138afa339ea6e75d25a474affe1edbcb90e00ec0">
+ <source>Last 5 years</source>
+ <target state="translated">Last 5 years</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="9910122dfedd2eaa544a990f1430e5b82a76d99f">
- <source>Update user</source>
- <target state="translated">Update user</target>
+ <trans-unit datatype="html" id="c43dc1967a603fefb886149ac35863a06d5b4ce5">
+ <source>Information</source>
+ <target state="translated">Information</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/info-panel/info-panel.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="ac10a3d9b59575640797c1a8e6aea642cf5d5e77">
- <source>Continue</source>
- <target state="translated">Continue</target>
+ <trans-unit datatype="html" id="37391297bb077a6f84484930261b01a3ce38327b">
+ <source>No items selected.</source>
+ <target state="translated">No items selected.</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="cf4bcf4ce3d551e6099ccdc3546ae418fe5f8038">
- <source>You were automatically logged out because your roles have been changed.</source>
- <target state="translated">You were automatically logged out because your roles have been changed.</target>
+ <trans-unit datatype="html" id="2c1e52ee832661b4a0f570877d24661736b16af1">
+ <source>Deselect item to select again</source>
+ <target state="translated">Deselect item to select again</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="0f6003fb0c1cc73b89d225801cc1b870945cd259">
- <source>Updated user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</source>
- <target state="translated">Updated user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</target>
+ <trans-unit datatype="html" id="c8c9c6e5918659336824bbdda3501c66eaa79a4c">
+ <source>Selection limit reached</source>
+ <target state="translated">Selection limit reached</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="fe516c6d820018fdc971113935e22ec1e852965f">
- <source>Deleted user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</source>
- <target state="translated">Deleted user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</target>
+ <trans-unit datatype="html" id="02d184c288f567825a1fcbf83bcd3099a10853d5">
+ <source>Filter tags</source>
+ <target state="translated">Filter tags</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/core/auth/user-list/user-list.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="01a7e11502ff80421ef3615e533ea14ef57e1d5c">
- <source>Failed to delete user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</source>
- <target state="translated">Failed to delete user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</target>
+ <trans-unit datatype="html" id="aa00748e49c269956837d6f3acdd8d218796a8d8">
+ <source>Add badge</source>
+ <target state="translated">Add badge</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/core/auth/user-list/user-list.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="63316a3861dbcb035147efc1b9fb6bc708242e94">
- <source>You are currently logged in as "<x equiv-text="{{username}}" id="INTERPOLATION"/>".</source>
- <target state="translated">You are currently logged in as "<x equiv-text="{{username}}" id="INTERPOLATION"/>".</target>
+ <trans-unit datatype="html" id="4078a92d8121abdce7d8f346a88914923ec835fc">
+ <source>There are no items available.</source>
+ <target state="translated">There are no items available.</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/core/auth/user-list/user-list.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="c43dc1967a603fefb886149ac35863a06d5b4ce5">
- <source>Information</source>
- <target state="translated">Information</target>
+ <trans-unit datatype="html" id="24c4d50fe8567de381a20a1745f1b6d37eacaa90">
+ <source>Failed to <x equiv-text="{{failure}}" id="INTERPOLATION"/> <x equiv-text="{{metadata}}" id="INTERPOLATION_1"/></source>
+ <target state="translated">Failed to <x equiv-text="{{failure}}" id="INTERPOLATION"/><x equiv-text="{{metadata}}" id="INTERPOLATION_1"/></target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/shared/components/info-panel/info-panel.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
</trans-unit>
<trans-unit datatype="html" id="24b09aa5bd909273a023d2d788a2673325c77e31">
<source>unknown task</source>
- <target state="translated">unknown task</target>
+ <target>Unbekannte Aufgabe</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
<context context-type="linenumber">1</context>
</trans-unit>
<trans-unit datatype="html" id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54">
<source>Deleted</source>
- <target state="translated">Deleted</target>
+ <target>Gelöscht</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
<context context-type="linenumber">1</context>
</trans-unit>
<trans-unit datatype="html" id="3f757cfc3749ebb5d4462017cb60138ca082f15f">
<source>RBD '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</source>
- <target state="translated">RBD '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</target>
+ <target>RBD '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
<context context-type="linenumber">1</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
+ <trans-unit datatype="html" id="4fb54a0291f49583c317d4a3690239141b5a8f68">
+ <source>mirror mode for pool '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">mirror mode for pool '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="6621ab6e122a149326a1e48e9051a41e7f203cf6">
+ <source>mirror peer for pool '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">mirror peer for pool '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
<trans-unit datatype="html" id="1b559dbd9cc9664fd788c2da9a10d3abafe066cb">
<source>Name is already used by <x equiv-text="{{pool_name}}" id="INTERPOLATION"/>.</source>
- <target state="translated">Name is already used by <x equiv-text="{{pool_name}}" id="INTERPOLATION"/>.</target>
+ <target>Name wird bereits von <x equiv-text="{{pool_name}}" id="INTERPOLATION"/> verwendet.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
<context context-type="linenumber">1</context>
</trans-unit>
<trans-unit datatype="html" id="8fc28e1103d9f2ef47b9fff9a4f74e8365c7cf19">
<source>Name is already used by <x equiv-text="{{name}}" id="INTERPOLATION"/>.</source>
- <target state="translated">Name is already used by <x equiv-text="{{name}}" id="INTERPOLATION"/>.</target>
+ <target>Name wird bereits von <x equiv-text="{{name}}" id="INTERPOLATION"/> verwendet.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
<context context-type="linenumber">1</context>
</trans-unit>
<trans-unit datatype="html" id="1cdc7ea44fcb85d0cfcf6e7379d625d8674a8fbe">
<source>Name is already used by <x equiv-text="{{rbd_name}}" id="INTERPOLATION"/>.</source>
- <target state="translated">Name is already used by <x equiv-text="{{rbd_name}}" id="INTERPOLATION"/>.</target>
+ <target>Name wird bereits von <x equiv-text="{{rbd_name}}" id="INTERPOLATION"/> verwendet.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
<context context-type="linenumber">1</context>
</trans-unit>
<trans-unit datatype="html" id="1ff7676ad1e991102224540a32dd44ad1ab88aa8">
<source><x equiv-text="{{rbd_name}}" id="INTERPOLATION"/> contains snapshots.</source>
- <target state="translated"><x equiv-text="{{rbd_name}}" id="INTERPOLATION"/> contains snapshots.</target>
+ <target><x equiv-text="{{rbd_name}}" id="INTERPOLATION"/> enthält Snapshots.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
<context context-type="linenumber">1</context>
</trans-unit>
<trans-unit datatype="html" id="d990ef9680cd23bbe652c37eb46bf038cfee80ad">
<source>Name is already used by <x equiv-text="{{snap_name}}" id="INTERPOLATION"/>.</source>
- <target state="translated">Name is already used by <x equiv-text="{{snap_name}}" id="INTERPOLATION"/>.</target>
+ <target>Name wird bereits von <x equiv-text="{{snap_name}}" id="INTERPOLATION"/> verwendet.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
<context context-type="linenumber">1</context>
</trans-unit>
<trans-unit datatype="html" id="647968f4cde7786cd53ec8e6aa9802ac6824a262">
<source>Cannot delete <x equiv-text="{{snap_name}}" id="INTERPOLATION"/> because it's protected.</source>
- <target state="translated">Cannot delete <x equiv-text="{{snap_name}}" id="INTERPOLATION"/> because it's protected.</target>
+ <target>Kann<x equiv-text="{{snap_name}}" id="INTERPOLATION"/>nicht löschen, da es geschützt ist.</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
<context context-type="linenumber">1</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
+ <trans-unit datatype="html" id="02278abbb044ece04ab6bd80bd2060198d31d83b">
+ <source>Cannot disable mirroring because it contains a peer.</source>
+ <target state="translated">Cannot disable mirroring because it contains a peer.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
<trans-unit datatype="html" id="dfe70001dc590a9e12512cbb206aa29fb36fd00b">
<source>pool '<x equiv-text="{{pool_name}}" id="INTERPOLATION"/>'</source>
<target state="translated">pool '<x equiv-text="{{pool_name}}" id="INTERPOLATION"/>'</target>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
+ <trans-unit datatype="html" id="369462e5e018360e0600bb570866201ad5c3c8a8">
+ <source>target '<x equiv-text="{{target_iqn}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">target '<x equiv-text="{{target_iqn}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
--- /dev/null
+<?xml version="1.0"?><xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
+ <file datatype="plaintext" original="ng2.template" source-language="en-US" target-language="es-ES">
+ <body>
+ <trans-unit datatype="html" id="319e0745bcbc132451569294fa2fa21bf10f555a">
+ <source>Toggle navigation</source>
+ <target state="translated">Toggle navigation</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">15</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f65253954b66e929a8b4d5ecaf61f9129f8cec64">
+ <source>Dashboard</source>
+ <target>Dashboard</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">35</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f4d1dd59b039ad818d9da7e29a773e10e41d9821">
+ <source>Cluster</source>
+ <target>Cluster</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">47</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="099b441d49333b3c6d30b36dc0a4763e64c78920">
+ <source>Hosts</source>
+ <target>Nodos</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">57</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">81</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="624f596cc3320f5e0a0d7c7346c364e5af9bdd8c">
+ <source>Monitors</source>
+ <target>Monitores</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">64</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">48</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1a9183778f2c6473d7ccb080f651caa01faaf70c">
+ <source>OSDs</source>
+ <target>OSDs</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">57</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4a41f824a35ba01d5bd7be61aa06b3e8145209d0">
+ <source>Configuration</source>
+ <target>Configuración</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">78</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8c95898abff46bfac3ed6eb2afef74597e60b15c">
+ <source>CRUSH map</source>
+ <target>CRUSH map</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">85</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="eb3d5aefff38a814b76da74371cbf02c0789a1ef">
+ <source>Logs</source>
+ <target state="translated">Logs</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">92</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9fe218829514884cdd0ca2300573a4e0428c324f">
+ <source>Alerts</source>
+ <target state="translated">Alerts</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">98</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="92899fa68e8ca108912163ff58edc8540e453787">
+ <source>Pools</source>
+ <target>Pooles</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">108</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/overview/overview.component.html</context>
+ <context context-type="linenumber">12</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">190</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7f5d0c10614e8a34f0e2dad33a0568277c50cf69">
+ <source>Block</source>
+ <target>Bloques</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">122</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b73f7f5060fb22a1e9ec462b1bb02493fa3ab866">
+ <source>Images</source>
+ <target>Imágenes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">131</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">120</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">341</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">479</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi/iscsi.component.html</context>
+ <context context-type="linenumber">9</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/overview/overview.component.html</context>
+ <context context-type="linenumber">21</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-images/rbd-images.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3c2562ba992127203dcfd014010b03cb7b8113c6">
+ <source>Mirroring</source>
+ <target>Mirroring</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">139</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="811c241d56601b91ef26735b770e64428089b950">
+ <source>iSCSI</source>
+ <target>iSCSI</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">151</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a4eff72d97b7ced051398d581f10968218057ddc">
+ <source>Filesystems</source>
+ <target>Sistemas de Ficheros</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">162</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2190548d236ca5f7bc7ab2bca334b860c5ff2ad4">
+ <source>Object Gateway</source>
+ <target>Gateway de Objetos</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">173</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9e24f9e2d42104ffc01599db4d566d1cc518f9e6">
+ <source>Daemons</source>
+ <target>Daemons</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">182</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi/iscsi.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/overview/overview.component.html</context>
+ <context context-type="linenumber">5</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
+ <source>Users</source>
+ <target>Usuarios</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">188</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-tabs/user-tabs.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9515520496da83179d8b08132f00f575512a1f40">
+ <source>Buckets</source>
+ <target>Buckets</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">194</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="797f8214e8148f4bf0d244baaa7341706b419549">
+ <source>Retrieving data<x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/> for
+ <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/>. Please wait...</source>
+ <target>Obteniendo datos <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/>
+para <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/>. Por favor, espere...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/view-cache/view-cache.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5a870dc77b9f6f33ee671ea2d856021276933339">
+ <source>Displaying previously cached data<x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/>
+ for <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/>.</source>
+ <target>Mostrando datos <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/> previamente guardados en caché
+para <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/view-cache/view-cache.component.html</context>
+ <context context-type="linenumber">7</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ae580202919844531361ba2308287226ff74a584">
+ <source>Could not load data<x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/> for
+ <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/>.
+ Please check the cluster health.</source>
+ <target>No se pudieron cargar los datos <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/> para
+<x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/>.
+Por favor, consulte el estado del clúster.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/view-cache/view-cache.component.html</context>
+ <context context-type="linenumber">12</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cda31dbd724cf5f4fa7a4274d9120651490c8a8c">
+ <source>Back</source>
+ <target>Volver</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/error-panel/error-panel.component.html</context>
+ <context context-type="linenumber">27</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">544</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">303</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">159</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">443</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">107</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">598</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">85</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">151</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3fb5709e10166cbc85970cbff103db227dbeb813">
+ <source>Select a Language</source>
+ <target>Seleccione un idioma</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/language-selector/language-selector.component.html</context>
+ <context context-type="linenumber">7</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c5109325fb160b543f71a51e7511c00575057431">
+ <source>Loading panel data...</source>
+ <target>Cargando datos del panel...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/grafana/grafana.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8ca12411f890ab8b0a9216418e2b8f5ea7d2441a">
+ <source>Please consult the
+ <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> on how to
+ configure and enable the monitoring functionality.</source>
+ <target>Por favor, consulte
+la <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentación<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> sobe cómo
+configurar y activar la monitorización.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/grafana/grafana.component.html</context>
+ <context context-type="linenumber">6</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="160a9e80dc089792df42e2400b1e81b9e7025aa7">
+ <source>Grafana Dashboard doesn't exist. Please refer to
+ <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> on how to
+ add dashboards to Grafana.</source>
+ <target state="translated">Grafana Dashboard doesn't exist. Please refer to
+ <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> on how to
+ add dashboards to Grafana.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/grafana/grafana.component.html</context>
+ <context context-type="linenumber">11</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4e11830040bd64804a0555de76f291d5832772d4">
+ <source>Grafana Time Picker</source>
+ <target state="translated">Grafana Time Picker</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/grafana/grafana.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="238c1ba845dd7330e8088165275919a1debf1ca3">
+ <source>Reset Settings</source>
+ <target state="translated">Reset Settings</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/grafana/grafana.component.html</context>
+ <context context-type="linenumber">35</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="012741ee52b3c050e4a977c37cc2334f7974f141">
+ <source>Failed to load data.</source>
+ <target>Error al cargar los datos.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/datatable/table/table.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="80cc9a12d4bf6fe454ed94b379eeaf915f920bb7">
+ <source>selected</source>
+ <target>seleccionado/s</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/datatable/table/table.component.html</context>
+ <context context-type="linenumber">112</context>
+ </context-group>
+ <note from="description" priority="1">X selected</note>
+ </trans-unit><trans-unit datatype="html" id="0cb77511a9a148e05b9adf36cc07269956fbb29d">
+ <source>found</source>
+ <target>encontrado/s</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/datatable/table/table.component.html</context>
+ <context context-type="linenumber">115</context>
+ </context-group>
+ <note from="description" priority="1">X found</note>
+ </trans-unit><trans-unit datatype="html" id="79347388740c50b7ac97e144c2494bb62912f312">
+ <source>total</source>
+ <target>total/es</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/datatable/table/table.component.html</context>
+ <context context-type="linenumber">118</context>
+ </context-group>
+ <note from="description" priority="1">X total</note>
+ </trans-unit><trans-unit datatype="html" id="121cc5391cd2a5115bc2b3160379ee5b36cd7716">
+ <source>Settings</source>
+ <target state="translated">Settings</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9e515f954730279c31d5301f02479666d6264e8b">
+ <source>Changing these parameters from their default values is usually not necessary.</source>
+ <target state="translated">Changing these parameters from their default values is usually not necessary.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html</context>
+ <context context-type="linenumber">15</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="68e710782ccb5398b3acb8844caf0b199da2c3da">
+ <source>Confirm</source>
+ <target state="translated">Confirm</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html</context>
+ <context context-type="linenumber">35</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html</context>
+ <context context-type="linenumber">53</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d7b35c384aecd25a516200d6921836374613dfe7">
+ <source>Cancel</source>
+ <target state="translated">Cancel</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html</context>
+ <context context-type="linenumber">39</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html</context>
+ <context context-type="linenumber">57</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html</context>
+ <context context-type="linenumber">38</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/confirmation-modal/confirmation-modal.component.html</context>
+ <context context-type="linenumber">21</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html</context>
+ <context context-type="linenumber">38</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">91</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
+ <context context-type="linenumber">25</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">44</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">45</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">44</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">45</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">110</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="339878da255ab55447c43afef8d9b2f9753bf5f6">
+ <source>Advanced Settings</source>
+ <target state="translated">Advanced Settings</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a01e6937a5d1ee040a02416eed34544c4ea61e38">
+ <source>Create target</source>
+ <target state="translated">Create target</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">11</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">539</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1406c2fb12a20c1528b19bcc5e24a6a2386167f3">
+ <source>Target IQN</source>
+ <target state="translated">Target IQN</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7cbdabcece469fab89cfa687ab152bca18b97498">
+ <source>This field is required.</source>
+ <target>Campo obligatorio.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">43</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">209</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">231</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">266</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">291</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">326</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">49</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">91</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">151</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">175</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">31</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">58</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">92</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">47</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">72</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">47</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">96</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">131</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">51</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">83</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">132</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">38</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">62</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">101</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">166</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">198</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">449</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">486</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">542</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">579</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">33</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">60</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">87</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html</context>
+ <context context-type="linenumber">36</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">32</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">36</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">58</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5fe42339be910372fa689f559155631862d218e8">
+ <source>IQN has wrong pattern.</source>
+ <target state="translated">IQN has wrong pattern.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">47</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">213</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="47d1bfe4f5b3f292e1202dfe691195b10cb99500">
+ <source>An IQN has the following notation 'iqn.$year-$month.$reversedAddress:$definedName'</source>
+ <target state="translated">An IQN has the following notation 'iqn.$year-$month.$reversedAddress:$definedName'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">51</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c8ada4b53396d8366db00a435acc61d53d857047">
+ <source>For example: iqn.2016-06.org.dashboard:storage:disk.sn-a8675309</source>
+ <target state="translated">For example: iqn.2016-06.org.dashboard:storage:disk.sn-a8675309</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">53</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
+ <source>More information</source>
+ <target state="translated">More information</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">57</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9b1aa85dfc6849196e64060db02c5410de69b7a1">
+ <source>This target has modified advanced settings.</source>
+ <target state="translated">This target has modified advanced settings.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">62</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6990ad8d6182662e864495ac31c3758cda1c7a28">
+ <source>Portals</source>
+ <target state="translated">Portals</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">72</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c3638c01b6c34066438909713ec96087c813fc7e">
+ <source>At least <x equiv-text="{{ minimum_gateways }}" id="INTERPOLATION"/> gateways are required.</source>
+ <target state="translated">At least <x equiv-text="{{ minimum_gateways }}" id="INTERPOLATION"/> gateways are required.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">96</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6a3ac2b4137d723fd9878cd357c2012ff6c07973">
+ <source>Add portal</source>
+ <target state="translated">Add portal</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">106</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e3484cae8b118c576ca2815bf9c9406c2eb2cae3">
+ <source>This image has modified settings.</source>
+ <target state="translated">This image has modified settings.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">146</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="107c84e820909b44fe258673938a68ced1bbff72">
+ <source>At least 1 image is required.</source>
+ <target state="translated">At least 1 image is required.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">151</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="808038f912fdc7f0e03f82d4afd3bf9178527fc8">
+ <source>Add image</source>
+ <target state="translated">Add image</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">161</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">371</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">506</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f494bd31f095f6dcc656ce87ec2dcf07a2e9b30c">
+ <source>Initiators</source>
+ <target state="translated">Initiators</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">174</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">437</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e98239d8a6be1100119ff4b5630c822b82786740">
+ <source>Initiator</source>
+ <target state="translated">Initiator</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">181</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f2c5059d8cda15d8d03e2cce30f2d139623d9a91">
+ <source>Client IQN</source>
+ <target state="translated">Client IQN</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">194</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="107d5aabce23d900f0a80e6ddc1c10e29aa0bed8">
+ <source>Initiator IQN needs to be unique.</source>
+ <target state="translated">Initiator IQN needs to be unique.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">205</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e08a77594f3d89311cdf6da5090044270909c194">
+ <source>User</source>
+ <target state="translated">User</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">223</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="bbf0b34a3fcc80800fcb44b9e1e86931a530dfe3">
+ <source>Usernames must have a length of 8 to 64 characters and
+ can only contain letters, '.', '@', '-', '_' or ':'.</source>
+ <target state="translated">Usernames must have a length of 8 to 64 characters and
+ can only contain letters, '.', '@', '-', '_' or ':'.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">235</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">295</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c32ef07f8803a223a83ed17024b38e8d82292407">
+ <source>Password</source>
+ <target state="translated">Password</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">245</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">42</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4b2dd8635fba00476da25977e0884969821e62da">
+ <source>Passwords must have a length of 12 to 16 characters
+ and can only contain letters, '@', '-' or '_'.</source>
+ <target state="translated">Passwords must have a length of 12 to 16 characters
+ and can only contain letters, '@', '-' or '_'.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">270</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ff40391de7a1944ea95091e4045cc34c4979b736">
+ <source>Mutual User</source>
+ <target state="translated">Mutual User</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">281</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0cf73dbebe99b737c4d288788182fc356e3c93d3">
+ <source>Mutual Password</source>
+ <target state="translated">Mutual Password</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">305</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c58e136a292acf8ebccfa6d777fdff9f392b6ee2">
+ <source>Passwords must have a length of 12 to 16 characters and
+ can only contain letters, '@', '-' or '_'.</source>
+ <target state="translated">Passwords must have a length of 12 to 16 characters and
+ can only contain letters, '@', '-' or '_'.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">330</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5d1878d5fc761cbe9614bfd87047a740c82a6951">
+ <source>Initiator belongs to a group. Images will be configure in the group.</source>
+ <target state="translated">Initiator belongs to a group. Images will be configure in the group.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">361</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c0de67b9d97fafbf200f9451e8388ee8128a56ac">
+ <source>No items added.</source>
+ <target state="translated">No items added.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">384</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">521</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d565e47726158e428ecdc952fc9233b9b7d7f049">
+ <source>Add initiator</source>
+ <target state="translated">Add initiator</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">389</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">465</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c22ba03540aa3217da059f45e7eab138b51a96e2">
+ <source>Groups</source>
+ <target state="translated">Groups</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">403</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4c90059afafb7e160384d9f512797c95bb95c6dc">
+ <source>Group</source>
+ <target state="translated">Group</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">410</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cff1428d10d59d14e45edec3c735a27b5482db59">
+ <source>Name</source>
+ <target>Nombre</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">422</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">36</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">21</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">26</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">42</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">8</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">8</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html</context>
+ <context context-type="linenumber">23</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3084948274cff4f56d0f431af47240e9cf02fcc7">
+ <source>Add group</source>
+ <target state="translated">Add group</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">526</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="54839ebc827b73c9dc4e1df731c6d36a85036af7">
+ <source>Are you sure that you want to <x equiv-text="{{ actionDescription | lowercase }}" id="INTERPOLATION"/> the selected <x equiv-text="{{ itemDescription }}" id="INTERPOLATION_1"/>?</source>
+ <target state="translated">Are you sure that you want to <x equiv-text="{{ actionDescription | lowercase }}" id="INTERPOLATION"/> the selected <x equiv-text="{{ itemDescription }}" id="INTERPOLATION_1"/>?</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html</context>
+ <context context-type="linenumber">15</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2be8b7f04f0104d3fad90d079d8202b74f758b9a">
+ <source>Yes, I am sure.</source>
+ <target state="translated">Yes, I am sure.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html</context>
+ <context context-type="linenumber">25</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="53a583cd5f15059cc958b7d547f72cc78f68e123">
+ <source>Please consult the <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>
+ on how to configure and enable the iSCSI Targets management functionality.</source>
+ <target state="translated">Please consult the <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>
+ on how to configure and enable the iSCSI Targets management functionality.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-list/iscsi-target-list.component.html</context>
+ <context context-type="linenumber">6</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3b301d0044f62c92af0da53d7aaca52a436a547d">
+ <source>Available information:</source>
+ <target state="translated">Available information:</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-list/iscsi-target-list.component.html</context>
+ <context context-type="linenumber">12</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="332227f088a4877b3c11f5fb3ae8bc812c470fae">
+ <source>iSCSI Targets not available</source>
+ <target state="translated">iSCSI Targets not available</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-list/iscsi-target-list.component.html</context>
+ <context context-type="linenumber">4</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="beb1391a148bd032914f49a2665dcc414a5d56d0">
+ <source>{VAR_SELECT, select, editing {Edit} cloning {Clone} copying {Copy} other {Add} }</source>
+ <target>{VAR_SELECT, select, editing {Editar} cloning {Clonar} copying {Copiar} other {Añadir} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="52dd89f49fc440660cbbb3665b88d80f5baa7437">
+ <source>{VAR_SELECT, select, cloning {Clone from} copying {Copy from} other {Parent} }</source>
+ <target>{VAR_SELECT, select, cloning {Clonar de} copying {Copiar de} other {Padre} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="94516fa213706c67ce5a5b5765681d7fb032033a">
+ <source>Loading...</source>
+ <target>Cargando...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">139</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">59</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">186</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">210</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">5</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">220</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">341</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">83</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b99417c4dd46286ffd37c8d2e987c8b512ec7052">
+ <source>-- No rbd pools available --</source>
+ <target>-- No hay pooles RBD disponibles --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">82</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ef83ec9c304a89d45650e580dcdc2978c37b3a83">
+ <source>-- Select a pool --</source>
+ <target>-- Seleccione un pool --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">85</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="49449943d8cbf59d8c401c8bd2e76f92e207cc5f">
+ <source>Use a dedicated data pool</source>
+ <target>Usar un pool dedicado para datos</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">105</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="870aee0dd31a9643bf62007beb8f1ae1deb34d42">
+ <source>Data pool</source>
+ <target>Pool de datos</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">116</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3792ca829d9b9f687e1f5d7733d30e9bb0bfec47">
+ <source>Dedicated pool that stores the object-data of the RBD.</source>
+ <target>Pool dedicado para almacenar los datos de RBD</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">120</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="151c80ea931037cd92e854442927f8a0f6ae7795">
+ <source>-- No data pools available --</source>
+ <target>-- No hay pooles de datos disponibles --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">142</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7faaaa08f56427999f3be41df1093ce4089bbd75">
+ <source>Size</source>
+ <target>Tamaño</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">160</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">33</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f0016bd458baa88284a658ce9eeda42d8ad88d2c">
+ <source>e.g., 10GiB</source>
+ <target>ej: 10GiB</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">170</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0a88bbee20570aaf9615332fb27020627044874d">
+ <source>You have to increase the size.</source>
+ <target>Debe aumentar el tamaño.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">178</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6cdb1fea93d77c07950c0c76c6e0ad79ebbef084">
+ <source>Features</source>
+ <target state="translated">Features</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">188</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">48</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1cfe07dac5b4ee1c464eb24225ddeb4f1d24076a">
+ <source>Advanced...</source>
+ <target state="translated">Advanced...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">211</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="bc2e854e111ecf2bd7db170da5e3c2ed08181d88">
+ <source>Advanced</source>
+ <target state="translated">Advanced</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">217</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ceac8e132384322ec778ba760875a6c6897d3e42">
+ <source>Object size</source>
+ <target state="translated">Object size</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">224</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">43</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ef3c3f3b5f562a5cdbe0ee2874287db1534b5958">
+ <source>Stripe unit</source>
+ <target state="translated">Stripe unit</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">241</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="84471be1049006edecbcaef1a32ae0893c229c50">
+ <source>-- Select stripe unit --</source>
+ <target state="translated">-- Select stripe unit --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">252</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8d32c5c54c8581c774a7f467fbd4e329b15a74fa">
+ <source>This field is required because stripe count is defined!</source>
+ <target state="translated">This field is required because stripe count is defined!</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">258</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6bbf9040be7c5491d4a03f2185708f43a6582a3b">
+ <source>Stripe unit is greater than object size.</source>
+ <target state="translated">Stripe unit is greater than object size.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">261</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a682f49f9b761591661276d7c6f550e641a130a4">
+ <source>Stripe count</source>
+ <target state="translated">Stripe count</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">270</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="baa74031990c5370008ba622d0a250f0929097f4">
+ <source>This field is required because stripe unit is defined!</source>
+ <target state="translated">This field is required because stripe unit is defined!</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">283</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cd2ada6d5ecbd5cbf89eae0a1f5326efedac0dbc">
+ <source>Stripe count must be greater than 0.</source>
+ <target state="translated">Stripe count must be greater than 0.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">286</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="96d97d99d8c30942ace7d29cad9dcfb5d32315a1">
+ <source>{VAR_SELECT, select, editing {Update} cloning {Clone} copying {Copy} other {Create} }</source>
+ <target state="translated">{VAR_SELECT, select, editing {Update} cloning {Clone} copying {Copy} other {Create} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">298</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="aba82bfd8e177d35b76cad7cd43941f8e5e5acac">
+ <source>Trash</source>
+ <target state="translated">Trash</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-images/rbd-images.component.html</context>
+ <context context-type="linenumber">8</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5e7f4b1ca49e8d217bd0e12c6f7d6b6a2ade2c18">
+ <source>Overall Performance</source>
+ <target state="translated">Overall Performance</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-images/rbd-images.component.html</context>
+ <context context-type="linenumber">12</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/hosts/hosts.component.html</context>
+ <context context-type="linenumber">29</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-list/pool-list.component.html</context>
+ <context context-type="linenumber">35</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.html</context>
+ <context context-type="linenumber">16</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
+ <source>Edit</source>
+ <target state="translated">Edit</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">235</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">374</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="eec715de352a6b114713b30b640d319fa78207a0">
+ <source>Description</source>
+ <target state="translated">Description</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">32</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">46</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4ad112ce9bcd55dfd137792a86afe1b5a5b13cf8">
+ <source>Long description</source>
+ <target state="translated">Long description</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">46</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ff7cee38a2259526c519f878e71b964f41db4348">
+ <source>Default</source>
+ <target state="translated">Default</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">60</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">32</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="33e1c1d9fc05ca3f62fcc8a1170fc31ebae4229c">
+ <source>Daemon default</source>
+ <target state="translated">Daemon default</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">74</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">37</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
+ <source>Services</source>
+ <target state="translated">Services</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">88</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">68</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="809b0c848932a41318f77a2aace904ef429c13f4">
+ <source>Values</source>
+ <target state="translated">Values</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">101</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="82029b6db704c56a2aa3e82ac555b8655356b077">
+ <source>The entered value is too high! It must not be greater than <x equiv-text="{{ maxValue }}" id="INTERPOLATION"/>.</source>
+ <target state="translated">The entered value is too high! It must not be greater than <x equiv-text="{{ maxValue }}" id="INTERPOLATION"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">139</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8ed8b3967a7326b81b191c9f490006e6a6777a9a">
+ <source>The entered value is too low! It must not be lower than <x equiv-text="{{ minValue }}" id="INTERPOLATION"/>.</source>
+ <target state="translated">The entered value is too low! It must not be lower than <x equiv-text="{{ minValue }}" id="INTERPOLATION"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">142</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
+ <source>Save</source>
+ <target state="translated">Save</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">154</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="738de688b22fba5d0dc7a5e549996838dddad0ee">
+ <source>CRUSH map viewer</source>
+ <target state="translated">CRUSH map viewer</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/crushmap/crushmap.component.html</context>
+ <context context-type="linenumber">6</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="40661476cb24c89d8b06614998e31d5fbe84eeb6">
+ <source>Hosts List</source>
+ <target state="translated">Hosts List</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/hosts/hosts.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e6d57f36aa2bad303c8a8ee944b9bd7fae3c8c26">
+ <source>No entries found</source>
+ <target state="translated">No entries found</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/logs/logs.component.html</context>
+ <context context-type="linenumber">14</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/logs/logs.component.html</context>
+ <context context-type="linenumber">30</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d556ab48a65722b400e497f61737f553ee0f89e2">
+ <source>Cluster Logs</source>
+ <target state="translated">Cluster Logs</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/logs/logs.component.html</context>
+ <context context-type="linenumber">4</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5f966baffd188be0e8adc2d7067b86e55fc9b9de">
+ <source>Audit Logs</source>
+ <target state="translated">Audit Logs</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/logs/logs.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="81b97b8ea996ad1e4f9fca8415021850214884b1">
+ <source>Status</source>
+ <target state="translated">Status</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">4</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="57ec6032f5618d4a9f16eb950ad23d2ce7c24b54">
+ <source>Cluster ID</source>
+ <target state="translated">Cluster ID</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">9</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="67d7facc3fec5f8a49ab9ba0a245872184264ce5">
+ <source>monmap modified</source>
+ <target state="translated">monmap modified</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">14</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d4906731aaf2b94b4f547646c9bfe58bb77951b6">
+ <source>monmap epoch</source>
+ <target state="translated">monmap epoch</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="bd4ee06ffdc46d9dfbd0c0c4f81399021c680056">
+ <source>quorum con</source>
+ <target state="translated">quorum con</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">24</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1176c7db8a8276ccb44cc3d42e2c28d9fa6c6596">
+ <source>quorum mon</source>
+ <target state="translated">quorum mon</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">29</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="530ef677a09d681b3ab68cb0760494b3ae72a77c">
+ <source>required con</source>
+ <target state="translated">required con</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a91558e0d506c32021c31843f8f168899fc65cbf">
+ <source>required mon</source>
+ <target state="translated">required mon</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">39</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b3abe9eac5bcd94a54c8da93b312e085ec512e74">
+ <source>In Quorum</source>
+ <target state="translated">In Quorum</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">48</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ba4b748a676e1f217ce1e736fb7ec1215e677bae">
+ <source>Not In Quorum</source>
+ <target state="translated">Not In Quorum</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">54</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5ef50ba2514414f799d4c8fc36067a251904ba81">
+ <source>Cluster-wide OSD Flags</source>
+ <target state="translated">Cluster-wide OSD Flags</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
+ <source>Submit</source>
+ <target state="translated">Submit</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">87</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
+ <context context-type="linenumber">21</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">106</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c35f9c5f268a514b970cc55e9a5dc4bed0988e7f">
+ <source>OSD Recovery Priority</source>
+ <target state="translated">OSD Recovery Priority</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b74af38005e8a8914e45af2ec412e11ceafef8b6">
+ <source>Priority</source>
+ <target state="translated">Priority</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">16</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c2f48f04b379bfba133825747adfd238d511412e">
+ <source>Customize priority values</source>
+ <target state="translated">Customize priority values</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">44</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4aa19de2a2b54cbda39e9c62917b23044c087776">
+ <source>This field is required!</source>
+ <target state="translated">This field is required!</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">67</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">67</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">91</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">117</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">165</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">40</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">69</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">95</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b699e94bf376491bd50b70a98531071c737eaf40">
+ <source><x equiv-text="{{ attr.value.patternHelpText }}" id="INTERPOLATION"/></source>
+ <target state="translated"><x equiv-text="{{ attr.value.patternHelpText }}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="98fe13e7ad6c2b80375d204b47858ded83f80e15">
+ <source>The entered value is too high! It must not be greater than <x equiv-text="{{ attr.value.maxValue }}" id="INTERPOLATION"/>.</source>
+ <target state="translated">The entered value is too high! It must not be greater than <x equiv-text="{{ attr.value.maxValue }}" id="INTERPOLATION"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">75</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5423a3c111be47fc5a1bfe46ceb58c81c84db691">
+ <source>The entered value is too low! It must not be lower than <x equiv-text="{{ attr.value.minValue }}" id="INTERPOLATION"/>.</source>
+ <target state="translated">The entered value is too low! It must not be lower than <x equiv-text="{{ attr.value.minValue }}" id="INTERPOLATION"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="272696ff8acdbed0af6dc13f09729e70be435b82">
+ <source>Reweight OSD</source>
+ <target state="translated">Reweight OSD</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="67650b2998db48201b2c6176cbfef51e7211ccaa">
+ <source>The value needs to be between 0 and 1.</source>
+ <target state="translated">The value needs to be between 0 and 1.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="bc11f92113d678a90e334fdf3d7b3fddbe34c579">
+ <source>Reweight</source>
+ <target state="translated">Reweight</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html</context>
+ <context context-type="linenumber">30</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d5ca5daf742023fc4f0919fb3c1c6a51991cda4f">
+ <source>OSDs <x equiv-text="{deep, select, 1 {...}}" id="ICU"/>Scrub</source>
+ <target state="translated">OSDs <x equiv-text="{deep, select, 1 {...}}" id="ICU"/>Scrub</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4c17d67c7c5799eb920030e9a399961e90f55dd8">
+ <source>{VAR_SELECT, select, 1 {Deep } }</source>
+ <target state="translated">{VAR_SELECT, select, 1 {Deep } }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6a92b12d76f3cb0ea9d4f6c3cdc57cb1e1235977">
+ <source>You are about to apply a <x equiv-text="{deep, select, 1 {...}}" id="ICU"/>scrub to
+ the OSD <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ selected[0].id }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/>.</source>
+ <target state="translated">You are about to apply a <x equiv-text="{deep, select, 1 {...}}" id="ICU"/>scrub to
+ the OSD <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ selected[0].id }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="dc6705f342a036b332c3fd3443201c3613e5524d">
+ <source>{VAR_SELECT, select, 1 {deep } }</source>
+ <target state="translated">{VAR_SELECT, select, 1 {deep } }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4beacb61e2236200b5627677b5c0054d2b482ed4">
+ <source>Set Cluster-wide Flags</source>
+ <target state="translated">Set Cluster-wide Flags</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">25</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9617df8e0504d997d0ff45b6c206a12becd13c37">
+ <source>Set Cluster-wide Recovery Priority</source>
+ <target state="translated">Set Cluster-wide Recovery Priority</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">41</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b49d7877d24112d4bdfce9256edf61a007fae888">
+ <source>OSDs List</source>
+ <target state="translated">OSDs List</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f777d9b30d757508cec8e0348e8696e1c64eab8a">
+ <source><x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/>OSD <x equiv-text="{{ selection.first().id }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> will be marked
+ <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ markActionDescription }}" id="INTERPOLATION_1"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> if you proceed.</source>
+ <target state="translated"><x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/>OSD <x equiv-text="{{ selection.first().id }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> will be marked
+ <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ markActionDescription }}" id="INTERPOLATION_1"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> if you proceed.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">81</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2d3a73f6440a7d896d74356fe0a725d731e71cbb">
+ <source>The OSD is not safe to destroy!</source>
+ <target state="translated">The OSD is not safe to destroy!</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">90</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9d08116242443953ebbfe10bc2092e0a694b4adf">
+ <source><x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/>OSD <x equiv-text="{{ selection.first().id }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> will be
+ <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ actionDescription }}" id="INTERPOLATION_1"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> if you proceed.</source>
+ <target state="translated"><x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/>OSD <x equiv-text="{{ selection.first().id }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> will be
+ <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ actionDescription }}" id="INTERPOLATION_1"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> if you proceed.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">92</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4f8b2bb476981727ab34ed40fde1218361f92c45">
+ <source>Details</source>
+ <target state="translated">Details</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-details/role-details.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">8</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-details/pool-details.component.html</context>
+ <context context-type="linenumber">5</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d2bcd3296d2850de762fb943060b7e086a893181">
+ <source>Health</source>
+ <target state="translated">Health</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/dashboard/dashboard.component.html</context>
+ <context context-type="linenumber">4</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="61e0f26d843eec0b33ff475e111b0c2f7a80b835">
+ <source>Statistics</source>
+ <target state="translated">Statistics</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/dashboard/dashboard.component.html</context>
+ <context context-type="linenumber">8</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="594cd9429597cf6bede5560b3d8fe578821213de">
+ <source>Add erasure code profile</source>
+ <target state="translated">Add erasure code profile</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="490e15ecc922965b6d8194754c87c5583aa071f3">
+ <source>The name can only consist of alphanumeric characters, dashes and underscores.</source>
+ <target state="translated">The name can only consist of alphanumeric characters, dashes and underscores.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">37</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9edc2b494e660618af3e5225f68d40b7ca67629c">
+ <source>The chosen erasure code profile name is already in use.</source>
+ <target state="translated">The chosen erasure code profile name is already in use.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">40</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ef9ff0e6227947b48dfab4ac39ade04af758913b">
+ <source>Plugin</source>
+ <target state="translated">Plugin</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">47</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="dd69b31bce8f630eac1d4762b0bbcf72ce19d193">
+ <source>Data chunks (k)</source>
+ <target state="translated">Data chunks (k)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">75</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b0d26a6172d32cb81218fe2103c54a818cbc1189">
+ <source>Must be equal to or greater than 2.</source>
+ <target state="translated">Must be equal to or greater than 2.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">94</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="dab3a299ead121169b8e08ed618c3b6a2f66691b">
+ <source>Coding chunks (m)</source>
+ <target state="translated">Coding chunks (m)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">102</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1e2773e5bd4948193f18f2361d663ecc3988c656">
+ <source>Must be equal to or greater than 1.</source>
+ <target state="translated">Must be equal to or greater than 1.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">120</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">142</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">168</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">261</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6cde4c945a49a260c0a47bcc7cd956846930a5f7">
+ <source>Durability estimator (c)</source>
+ <target state="translated">Durability estimator (c)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">129</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="af668c2a095a979ea2b4e43cd82c2120ab56c21c">
+ <source>Locality (l)</source>
+ <target state="translated">Locality (l)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">151</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d455a110bf6d2235e314e295ce1dfeee93d3dff2">
+ <source>Crush failure domain</source>
+ <target state="translated">Crush failure domain</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">175</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b74a495f041f7dd102eee5c0bbc9e03083b538ae">
+ <source>Crush Locality</source>
+ <target state="translated">Crush Locality</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">199</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a2f14a73f7a6e94479f67423cc51102da8d6f524">
+ <source>None</source>
+ <target state="translated">None</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">213</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2981733b912b693a9dd9d915d6d34f4692cc874a">
+ <source>Technique</source>
+ <target state="translated">Technique</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">226</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e0098b6e47b04ec817361f384ce81d454ba5c0bb">
+ <source>Packetsize</source>
+ <target state="translated">Packetsize</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">248</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c0252cd81ca54d0a2f69ec9ccf4248e73df5aa4a">
+ <source>Crush root</source>
+ <target state="translated">Crush root</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">269</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1548d5c76f0406ddd1ba3c557e1e6db22e95b340">
+ <source>Crush device class</source>
+ <target state="translated">Crush device class</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">286</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5e85feb6f9f0334366e46ee09ca6b8df52397432">
+ <source>any</source>
+ <target state="translated">any</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">296</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="03d84645f6e019c5a43909bbf2ea1696ee88332c">
+ <source>Directory</source>
+ <target state="translated">Directory</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">308</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f6755cff4957d5c3c89bafce5651f1b6fa2b1fd9">
+ <source>Add</source>
+ <target state="translated">Add</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">326</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">140</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
+ <source>Close</source>
+ <target state="translated">Close</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">330</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">85</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">144</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">147</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html</context>
+ <context context-type="linenumber">63</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html</context>
+ <context context-type="linenumber">50</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="feb7520a18f7cda6389712427d0a6e4c38b76000">
+ <source><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/> pool</source>
+ <target state="translated"><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/> pool</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">16</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ecef2f4d8d12929542a3b16f268dac8156f2ee14">
+ <source>{VAR_SELECT, select, 1 {Edit} other {Add} }</source>
+ <target state="translated">{VAR_SELECT, select, 1 {Edit} other {Add} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">16</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">17</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2fecea01ce1d44114ee45144eff6d47a5016a74f">
+ <source>Name...</source>
+ <target state="translated">Name...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">52</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">27</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">28</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="16e113230b6b0d3165e076300880542bac7c8138">
+ <source>The chosen Ceph pool name is already in use.</source>
+ <target state="translated">The chosen Ceph pool name is already in use.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">43</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b85c657469e5ec8231c3de99b22f437bc01ffde5">
+ <source>Pool type</source>
+ <target state="translated">Pool type</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">52</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="526c5443254c3b126eedb264840ffe827727bfd3">
+ <source>-- Select a pool type --</source>
+ <target state="translated">-- Select a pool type --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">61</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0aa21053410a94aa61d16985a4e95fd65523430d">
+ <source>Placement groups</source>
+ <target state="translated">Placement groups</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6301f1391d726f8f450bb358058534db19541ca9">
+ <source>At least one placement group is needed!</source>
+ <target state="translated">At least one placement group is needed!</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">98</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ba9469a1ce6ed36e039c1f67247c8c81a5c71449">
+ <source>Your cluster can't handle this many PGs. Please recalculate the PG amount needed.</source>
+ <target state="translated">Your cluster can't handle this many PGs. Please recalculate the PG amount needed.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">101</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="62148abc31999dcfa38220cb09c33c8148b4b53a">
+ <source>You can only increase the number of PGs of an existing pool.
+ Currently your pool has <x equiv-text="{{ data.pool.pg_num }}" id="INTERPOLATION"/> PGs.</source>
+ <target state="translated">You can only increase the number of PGs of an existing pool.
+ Currently your pool has <x equiv-text="{{ data.pool.pg_num }}" id="INTERPOLATION"/> PGs.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">104</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="80ac68cd883369dac20688bc32b4cb33291b5e50">
+ <source>Calculation help</source>
+ <target state="translated">Calculation help</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">109</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="909411b5c8155bb36baa02f1a0bf28ab2ac41acb">
+ <source>The current PGs settings were calculated for you, you
+ should make sure the values suite your needs before submit.</source>
+ <target state="translated">The current PGs settings were calculated for you, you
+ should make sure the values suite your needs before submit.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">113</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="33150f22ce5348aa6c499bd092c3f4f3695d62cc">
+ <source>Crush ruleset</source>
+ <target state="translated">Crush ruleset</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">124</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="73a6b31116b3cc322af951daa0bafdc169e6c42e">
+ <source>-- Select a crush rule --</source>
+ <target state="translated">-- Select a crush rule --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">132</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="92da80699921e89fb19372e25b8d0f3b9fa427fc">
+ <source>Crush rule</source>
+ <target state="translated">Crush rule</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">153</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5489e9f96835f469f6f728a00d8efa88ea5bc940">
+ <source>Crush steps</source>
+ <target state="translated">Crush steps</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">159</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="54a53b1b402aafff5b992ee9b64e409fbfe9074f">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">170</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a43b2695131b48b76cebba676aba98a2bee17515">
+ <source>Replicated size</source>
+ <target state="translated">Replicated size</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">181</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7bff144a4c4dc63b0e18fff2617d61a7ebdf2b6c">
+ <source>Minimum: <x equiv-text="{{ getMinSize() }}" id="INTERPOLATION"/></source>
+ <target state="translated">Minimum: <x equiv-text="{{ getMinSize() }}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">195</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1a9c54b41f6d58a74e5d0aa3429ed0c87a482551">
+ <source>Maximum: <x equiv-text="{{ getMaxSize() }}" id="INTERPOLATION"/></source>
+ <target state="translated">Maximum: <x equiv-text="{{ getMaxSize() }}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">196</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="43c6dd9233d6a8242cec2b025d25c273244d8d61">
+ <source>The size specified is out of range. A value from
+ <x equiv-text="{{ getMinSize() }}" id="INTERPOLATION"/> to <x equiv-text="{{ getMaxSize() }}" id="INTERPOLATION_1"/> is valid.</source>
+ <target state="translated">The size specified is out of range. A value from
+ <x equiv-text="{{ getMinSize() }}" id="INTERPOLATION"/> to <x equiv-text="{{ getMaxSize() }}" id="INTERPOLATION_1"/> is valid.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">201</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9de7dde00e2139cc4bd03b1837afbe72ad15a1ff">
+ <source>Erasure code profile</source>
+ <target state="translated">Erasure code profile</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">211</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="39b4620e6bd444e0a57a0a5c03fa8c96d7fe5235">
+ <source>-- No erasure code profile available --</source>
+ <target state="translated">-- No erasure code profile available --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">223</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="498561757390d5528b263ce450d5f38efb00266d">
+ <source>-- Select an erasure code profile --</source>
+ <target state="translated">-- Select an erasure code profile --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">226</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="920617c6a1a4805e53bcb5af6a9c76f8387e89c6">
+ <source>Flags</source>
+ <target state="translated">Flags</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">272</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">57</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1c870fb00256b8a5b9cb9cd1a124e6390b9bc639">
+ <source>EC Overwrites</source>
+ <target state="translated">EC Overwrites</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">280</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f1abafaeb40ce52355ddcc24686e3cd17b64e08a">
+ <source>Applications</source>
+ <target state="translated">Applications</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">290</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2208d63d5940ce656006a220102b1eb2b5e553da">
+ <source>Compression</source>
+ <target state="translated">Compression</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">308</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="37e10df2d9c0c25ef04ac112c9c9a7723e8efae0">
+ <source>Mode</source>
+ <target state="translated">Mode</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">314</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">22</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6c6f25c47da62ec597c6057a36ddfc3209811ec5">
+ <source>Algorithm</source>
+ <target state="translated">Algorithm</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">333</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4903231d42089325a28892c0fde1aed46b733ae6">
+ <source>-- No erasure compression algorithm available --</source>
+ <target state="translated">-- No erasure compression algorithm available --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">344</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5d68ddb254275f8f44221e9ad6d8ceeb59ca46a6">
+ <source>Minimum blob size</source>
+ <target state="translated">Minimum blob size</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">358</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="fb2f176df80647137cbb02bbeb29e5dec707a400">
+ <source>e.g., 128KiB</source>
+ <target state="translated">e.g., 128KiB</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">367</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1b7f6e53a4521c6eb3ced4c007fdd4cf80bb7707">
+ <source>Value should be greater than 0</source>
+ <target state="translated">Value should be greater than 0</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">372</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">397</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="54be22af9625a595ee5d70917ee1fb116be7c4be">
+ <source>Value should be greater than the maximum blob size</source>
+ <target state="translated">Value should be greater than the maximum blob size</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">375</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="151efb127a9a4dd25259a0b2055442318a141f5b">
+ <source>Maximum blob size</source>
+ <target state="translated">Maximum blob size</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">384</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0c656f0e346bbadf46eb1a5d20d0307a3bd20ba8">
+ <source>e.g., 512KiB</source>
+ <target state="translated">e.g., 512KiB</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">392</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0a65a24eee8a026f3b1113fe9e157e9a0dd69486">
+ <source>Value should be greater than the minimum blob size</source>
+ <target state="translated">Value should be greater than the minimum blob size</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">400</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="261ba09c4a59de83f48f52a23fd328da37e61ff4">
+ <source>Ratio</source>
+ <target state="translated">Ratio</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">409</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c1430457a9c3c66366e51d76bf10396014c576be">
+ <source>Compression ratio</source>
+ <target state="translated">Compression ratio</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">420</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ae5ce6de352cde949998fb10754459c3a4eb183b">
+ <source>Value should be between 0.0 and 1.0</source>
+ <target state="translated">Value should be between 0.0 and 1.0</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">423</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c6d3131ce5386154504dc91b5ad08855d85881d3">
+ <source><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/> pool</source>
+ <target state="translated"><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/> pool</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">438</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e2b15aacc2f17a9c3276895eeeaadd342ab26555">
+ <source>{VAR_SELECT, select, 1 {Edit} other {Create} }</source>
+ <target state="translated">{VAR_SELECT, select, 1 {Edit} other {Create} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">438</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1d8a7c8aea58294a3c57c23af0468ddf0ba0c9c7">
+ <source>Pools List</source>
+ <target state="translated">Pools List</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-list/pool-list.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9424badb7e0c6ac792d020d7830645b529a80aad">
+ <source>Please consult the <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>
+ on how to configure and enable the Object Gateway management functionality.</source>
+ <target state="translated">Please consult the <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>
+ on how to configure and enable the Object Gateway management functionality.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-501/rgw-501.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5f67f2247b9c6bbaf24a0f2d37f4ac0537c6fa53">
+ <source>Loading bucket data...</source>
+ <target state="translated">Loading bucket data...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8508c0ab851ad91fd0410da1266c02b0ef9d3ff9">
+ <source>The bucket data could not be loaded.</source>
+ <target state="translated">The bucket data could not be loaded.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">5</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="838abd335419fb1a7a6f14398ef17eee3e3fdeb6">
+ <source><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/> bucket</source>
+ <target state="translated"><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/> bucket</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">17</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2798cc1e152b1ec07fd8daf94a2a073d1ba1ebcc">
+ <source>Id</source>
+ <target state="translated">Id</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">26</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="db4e1a734518691b128ef40b939cc673f01d03a6">
+ <source>The value is not valid.</source>
+ <target state="translated">The value is not valid.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">61</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">452</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">545</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="eabb4db920d9f9b2480cf438468b86e1bea02a9b">
+ <source>The chosen name is already in use.</source>
+ <target state="translated">The chosen name is already in use.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">64</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">37</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0ee5132a8da30e0b7f9f5c70dbc91928d17dd909">
+ <source>Owner</source>
+ <target state="translated">Owner</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">73</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8e4c918357c7445fbf19a203e5f0f0ece1960b3b">
+ <source>-- Select a user --</source>
+ <target state="translated">-- Select a user --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">86</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="315bfc460250cbfcf9b90beff732cf0770912990">
+ <source>{VAR_SELECT, select, 1 {Update} other {Add} }</source>
+ <target state="translated">{VAR_SELECT, select, 1 {Update} other {Add} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">102</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">80</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">142</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">593</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="479488ab6e91ecb375484edc78bee3d13467f33f">
+ <source>Daemons List</source>
+ <target state="translated">Daemons List</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6bcc896f4c3dbf91cc00d8506409e6e22bccaacd">
+ <source>Capability</source>
+ <target state="translated">Capability</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
+ <source>Type</source>
+ <target state="translated">Type</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">22</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">42</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1221ca97d19eaa9a7bc0c5243d5fc5befe1d2314">
+ <source>-- Select a type --</source>
+ <target state="translated">-- Select a type --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">41</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d1b8990332af18f1c5159a6061ca889bcbb28432">
+ <source>Permission</source>
+ <target state="translated">Permission</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">56</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">63</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a08c589f82f69d892307288da14190ae1dd583d5">
+ <source>-- Select a permission --</source>
+ <target state="translated">-- Select a permission --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">64</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="583a219c524155c2314eb06ee29162bb315272a3">
+ <source>S3 key</source>
+ <target state="translated">S3 key</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">123</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="08c74dc9762957593b91f6eb5d65efdfc975bf48">
+ <source>Username</source>
+ <target state="translated">Username</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">22</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">22</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">24</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">9</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="49c614babd1950adb2be75df4e2c9747286d6adc">
+ <source>-- Select a username --</source>
+ <target state="translated">-- Select a username --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">41</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c217ee914725a37e9dd2336c721c8e63e9666bdc">
+ <source>Auto-generate key</source>
+ <target state="translated">Auto-generate key</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">60</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">133</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2f1c1c0f2bce4c9f92d1a2061e8161cb0006c31a">
+ <source>Access key</source>
+ <target state="translated">Access key</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">144</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b864acb67296a9819c1db0069c4c47d8b5ce8f44">
+ <source>Secret key</source>
+ <target state="translated">Secret key</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">106</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">110</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">176</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b2841767821d6b66238c34d07e413b0af67aee92">
+ <source>Subuser</source>
+ <target state="translated">Subuser</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">37</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="bd59fc25a7bd98cff3e75117c09697c8a007a514">
+ <source>The chosen subuser ID is already in use.</source>
+ <target state="translated">The chosen subuser ID is already in use.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">54</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3d386c357ebcbc04ed05c4babd5a03626f9b1674">
+ <source>read, write</source>
+ <target state="translated">read, write</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">77</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="84e3e3f9a4f31a039b648c97debf95fcb20f4c4a">
+ <source>full</source>
+ <target state="translated">full</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b6bf81d032a2316464f9df2f0d2f3d753f89f0d3">
+ <source>Swift key</source>
+ <target state="translated">Swift key</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">89</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1e0c12685d50d47448ceed9423977ef39775c037">
+ <source>Auto-generate secret</source>
+ <target state="translated">Auto-generate secret</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">99</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3d1c7a6004bd5d86a7fa096ae24209e8aa7a53e3">
+ <source>Loading user data...</source>
+ <target state="translated">Loading user data...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="faa5d834ab28571423d794d32b57998920efb65f">
+ <source>The user data could not be loaded.</source>
+ <target state="translated">The user data could not be loaded.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">5</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6aaf5d2a304167272ac73e3b1d1c162e16c77858">
+ <source>The chosen user ID is already in use.</source>
+ <target state="translated">The chosen user ID is already in use.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">41</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b760f123248930122fc7e7b6b6bf94e376e959c8">
+ <source>Full name</source>
+ <target state="translated">Full name</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">50</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">98</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">14</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="69b6ac577a19acc39fc0c22342092f327fff2529">
+ <source>Email address</source>
+ <target state="translated">Email address</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="df441e80db2157f9d272b75de724ba4a82b96b57">
+ <source>This is not a valid email address.</source>
+ <target state="translated">This is not a valid email address.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ca271adf154956b8fcb28f4f50a37acb3057ff7c">
+ <source>The chosen email address is already in use.</source>
+ <target state="translated">The chosen email address is already in use.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">82</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="030197cebe938edf35422e92fe14183d06eb670b">
+ <source>Max. buckets</source>
+ <target state="translated">Max. buckets</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">91</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="623ac50f37a26caec6fd7cd519b653e3315cba25">
+ <source>The entered value must be >= 0.</source>
+ <target state="translated">The entered value must be >= 0.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">104</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">489</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">582</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="92f3f203270a29b3001871153f02c063484a1574">
+ <source>Suspended</source>
+ <target state="translated">Suspended</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">116</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">24</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2c4c62e8ba24601be5cfe7dc5d32c24bbbd4b53c">
+ <source>Subusers</source>
+ <target state="translated">Subusers</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">205</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">40</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="128d6efb51d9ddc7c0cc695a2deeca5b9523f6e4">
+ <source>There are no subusers.</source>
+ <target state="translated">There are no subusers.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">211</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="826b25211922a1b46436589233cb6f1a163d89b7">
+ <source>Delete</source>
+ <target state="translated">Delete</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">242</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">296</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">381</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1c9f46392d9b25bfb9afe74c87ddfe94f44c0b60">
+ <source>Add subuser</source>
+ <target state="translated">Add subuser</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">256</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0bcd5ef19af0f1b814141ca8c57df623d8270088">
+ <source>Keys</source>
+ <target state="translated">Keys</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">264</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">134</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="67c746c1ba9dab4351fedc4c7cba4e6d6b0dbc47">
+ <source>S3</source>
+ <target state="translated">S3</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">268</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d6819038d608623503918fb2553f53d68231ec3a">
+ <source>There are no keys.</source>
+ <target state="translated">There are no keys.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">273</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">323</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2aba1e87039819aca3b70faa9aa848c12bf139ca">
+ <source>Show</source>
+ <target state="translated">Show</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">289</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">339</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">149</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a5193a8d59cd045c18ef9521f486a091dad1f513">
+ <source>Add S3 key</source>
+ <target state="translated">Add S3 key</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">310</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6ddb5e991a3ecd2659fb520bc5acc81b67e08ddd">
+ <source>Swift</source>
+ <target state="translated">Swift</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">318</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="17bb3082e6fe5003203ef992a3714172334631a1">
+ <source>Capabilities</source>
+ <target state="translated">Capabilities</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">352</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">49</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1d01eccdda47fc907c5be35bcb16d2dcd02b0270">
+ <source>There are no capabilities.</source>
+ <target state="translated">There are no capabilities.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">358</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="60a495bec6eae04c9b7570956a6673069e8e47d6">
+ <source>Add capability</source>
+ <target state="translated">Add capability</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">395</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="36ad38f9c1a1485e09b67778a28af84553290ffb">
+ <source>User quota</source>
+ <target state="translated">User quota</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">403</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">61</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f50a33d3c339f8f4a465141f8caa5d2d8c005251">
+ <source>Enabled</source>
+ <target state="translated">Enabled</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">413</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">506</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">66</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">102</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6146e13ceca5fa5cc17b771b282fe5955f3d19fa">
+ <source>Unlimited size</source>
+ <target state="translated">Unlimited size</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">427</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">520</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f6db8aa7c99fdce18edb33dde57729acede2b308">
+ <source>Max. size</source>
+ <target state="translated">Max. size</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">438</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">531</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="fc630b2093e880fffa19df99d5cd8b87605037f8">
+ <source>Unlimited objects</source>
+ <target state="translated">Unlimited objects</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">465</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">558</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6cda5a993d06f0bb10048be9d3aba6555aa9f356">
+ <source>Max. objects</source>
+ <target state="translated">Max. objects</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">476</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">569</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="649a410bd0ace333d067d8fa22f12bdbdb43533b">
+ <source>Bucket quota</source>
+ <target state="translated">Bucket quota</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">496</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">66</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">97</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="449dca3d3a93ead418b0541ea81b0dda7e6483c2">
+ <source>Welcome to Ceph!</source>
+ <target state="translated">Welcome to Ceph!</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/login/login.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ <note from="description" priority="1">The welcome message on the login page</note>
+ </trans-unit><trans-unit datatype="html" id="0070e83d11da39d6f4bb95065c2675db1610b419">
+ <source>Username is required</source>
+ <target state="translated">Username is required</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/login/login.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1e20f8b8a4706526c9024cc2f39d568345d100dc">
+ <source>Password is required</source>
+ <target state="translated">Password is required</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/login/login.component.html</context>
+ <context context-type="linenumber">58</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
+ <source>Login</source>
+ <target state="translated">Login</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/login/login.component.html</context>
+ <context context-type="linenumber">64</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d96493d07439fc50485a66b7469451d30fc8ad25">
+ <source><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/> Role</source>
+ <target state="translated"><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/> Role</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="72d6ccefaf8e300c9bc29d5e9757aaf79cd3f7eb">
+ <source>{VAR_SELECT, select, editing {Edit} other {Add} }</source>
+ <target state="translated">{VAR_SELECT, select, editing {Edit} other {Add} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1ea5c4d8942c00752dcc72e72949c5d9832f6399">
+ <source>Description...</source>
+ <target state="translated">Description...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">51</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="70f45880fce6ac5d8e468e25e82aefbba8098cfe">
+ <source>Permissions</source>
+ <target state="translated">Permissions</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">61</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="95af469f00ed2c20403755ad45e9f00439027617">
+ <source><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/> Role</source>
+ <target state="translated"><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/> Role</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">81</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b46ed6a153fed3fcba2f1296155fc4bfb1b3b166">
+ <source>{VAR_SELECT, select, editing {Update} other {Create} }</source>
+ <target state="translated">{VAR_SELECT, select, editing {Update} other {Create} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">81</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">147</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="58fc1b5c79a75370eb52644fd83fb2e7096b6649">
+ <source>Sorry, the user does not exist in Ceph.</source>
+ <target state="translated">Sorry, the user does not exist in Ceph.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/sso/sso-not-found/sso-not-found.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d9deb94f78e7c41b35c6622b874f06657d7604c1">
+ <source>Return to <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>Login Page<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>. You'll be logged out from the Identity Provider when you retry logging in.</source>
+ <target state="translated">Return to <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>Login Page<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>. You'll be logged out from the Identity Provider when you retry logging in.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/sso/sso-not-found/sso-not-found.component.html</context>
+ <context context-type="linenumber">4</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e83cda1d2f391695610a1c572332e5f81499dd83">
+ <source><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/> User</source>
+ <target state="translated"><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/> User</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7f3bdcce4b2e8c37cd7f0f6c92ef8cff34b039b8">
+ <source>Confirm password</source>
+ <target state="translated">Confirm password</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">69</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cbb979e63ba50e0ca3adfa09cbdcaefd0853fca1">
+ <source>Password confirmation doesn't match the password.</source>
+ <target state="translated">Password confirmation doesn't match the password.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">90</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="244aae9346da82b0922506c2d2581373a15641cc">
+ <source>Email</source>
+ <target state="translated">Email</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">114</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d0ec081dd61eb4f43aea269077bbe38eae87b7f9">
+ <source>Invalid email.</source>
+ <target state="translated">Invalid email.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">125</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9610487cbeb5796d34d8601b5ac0c0a65f9e1d19">
+ <source>Roles</source>
+ <target state="translated">Roles</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">131</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-tabs/user-tabs.component.html</context>
+ <context context-type="linenumber">7</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9c4773dff91deccdacd78a4cd578f8f5f7fa229b">
+ <source><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/> User</source>
+ <target state="translated"><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/> User</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">147</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0051a3479d3ba79135c16dc8cc017950a2cce821">
+ <source>You are about to remove "user read / update" permissions from your own user.</source>
+ <target state="translated">You are about to remove "user read / update" permissions from your own user.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">159</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="af4bf9fcb256853f14cf947eb1deb8d7f176d3f9">
+ <source>If you continue, you will no longer be able to add or remove roles from any user.</source>
+ <target state="translated">If you continue, you will no longer be able to add or remove roles from any user.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">161</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7d1dcf2a9146caac0581329acf94806ec69a89a5">
+ <source>Are you sure you want to continue?</source>
+ <target state="translated">Are you sure you want to continue?</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">163</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="471e78026c258073ba687478dc54c35d9041ea42">
+ <source>Forbidden</source>
+ <target state="translated">Forbidden</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/forbidden/forbidden.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="02ea8ad57677e3c63f3d7814ca5e6c7b74e360b4">
+ <source>Sorry, you are not allowed to see what you were looking for.</source>
+ <target state="translated">Sorry, you are not allowed to see what you were looking for.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/forbidden/forbidden.component.html</context>
+ <context context-type="linenumber">7</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e3c028c58f92453d46f09b5adf95b2f013ee0300">
+ <source>Sorry, we could not find what you were looking for</source>
+ <target state="translated">Sorry, we could not find what you were looking for</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/not-found/not-found.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="16568619015cfb2352e3b2596ba04fc1c82e44ef">
+ <source>Remove all</source>
+ <target state="translated">Remove all</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/notifications/notifications.component.html</context>
+ <context context-type="linenumber">6</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1d65cc22d5842c06d33b244fc67de9db4003537e">
+ <source>Recent Notifications</source>
+ <target state="translated">Recent Notifications</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/notifications/notifications.component.html</context>
+ <context context-type="linenumber">56</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/notifications/notifications.component.html</context>
+ <context context-type="linenumber">53</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="495ab70870b5b4a30f2bc5f55052fdc518d954a9">
+ <source>There are no background tasks.</source>
+ <target state="translated">There are no background tasks.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/task-manager/task-manager.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ea94e7754983d80af8acb958a5d49d93bacd721c">
+ <source>Background Tasks</source>
+ <target state="translated">Background Tasks</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/task-manager/task-manager.component.html</context>
+ <context context-type="linenumber">83</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/task-manager/task-manager.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="85b79c9064aed1ead31ace985f31aa1363f6bdaf">
+ <source>Help</source>
+ <target state="translated">Help</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/dashboard-help/dashboard-help.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/dashboard-help/dashboard-help.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="fcfd4675b4c90f08d18d3abede9a9a4dff4cfdc7">
+ <source>Documentation</source>
+ <target state="translated">Documentation</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/dashboard-help/dashboard-help.component.html</context>
+ <context context-type="linenumber">23</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4">
+ <source>API</source>
+ <target state="translated">API</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/dashboard-help/dashboard-help.component.html</context>
+ <context context-type="linenumber">28</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
+ <source>About</source>
+ <target state="translated">About</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/dashboard-help/dashboard-help.component.html</context>
+ <context context-type="linenumber">33</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1481ecd21e760ac919a24e26cf790acd82e40199">
+ <source>Dashboard Settings</source>
+ <target state="translated">Dashboard Settings</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/administration/administration.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/administration/administration.component.html</context>
+ <context context-type="linenumber">7</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a79aab4ef674bf3f6532292107c0054302236e0f">
+ <source>User management</source>
+ <target state="translated">User management</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/administration/administration.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="049dfd9fe6c78914ad58cf89ac6a631fca28ec74">
+ <source>Logged in user</source>
+ <target state="translated">Logged in user</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/identity/identity.component.html</context>
+ <context context-type="linenumber">9</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/identity/identity.component.html</context>
+ <context context-type="linenumber">6</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cd38a58e73f306d838e621959d47d5e7a2f06d1f">
+ <source>Signed in as
+ <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ username }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/></source>
+ <target state="translated">Signed in as
+ <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ username }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/identity/identity.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5d22c795daf43877a5f708dca2bccd549eb0471d">
+ <source>Sign out</source>
+ <target state="translated">Sign out</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/identity/identity.component.html</context>
+ <context context-type="linenumber">27</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="eeba399c4dae8d4890c27b7a2cd2dc28fcf8b5f9">
+ <source>Performance Counters</source>
+ <target state="translated">Performance Counters</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html</context>
+ <context context-type="linenumber">9</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="fbbaf5cb02ed419e79a27072478f716a4666a99d">
+ <source>Performance Details</source>
+ <target state="translated">Performance Details</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html</context>
+ <context context-type="linenumber">16</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">46</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/hosts/host-details/host-details.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-details/pool-details.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html</context>
+ <context context-type="linenumber">45</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
+ <source>ID</source>
+ <target state="translated">ID</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e5c51963a9c553b29427ef783bbb69fa6634fa8c">
+ <source>Index type</source>
+ <target state="translated">Index type</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">23</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8e6f950a32eaea32ec7e192f9ca3d3dfe469d4ba">
+ <source>Placement rule</source>
+ <target state="translated">Placement rule</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">28</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6972d213e31c4ea4f887e60db99d9881bc8fcd3e">
+ <source>Marker</source>
+ <target state="translated">Marker</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">33</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="47b02acd2d3254d1ace1926f840523f154ebef71">
+ <source>Maximum marker</source>
+ <target state="translated">Maximum marker</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">38</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8fe73a4787b8068b2ba61f54ab7e0f9af2ea1fc9">
+ <source>Version</source>
+ <target state="translated">Version</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">43</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="092fa3a7df9168b14d3f83a77a4035e92b92ce15">
+ <source>Master version</source>
+ <target state="translated">Master version</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">48</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="97434cc5001d407f90c7447a12d9e8e6848a2aa3">
+ <source>Modification time</source>
+ <target state="translated">Modification time</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">53</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="90fe2e41e7fde38453ce4e619efeea9bc6adea9c">
+ <source>Zonegroup</source>
+ <target state="translated">Zonegroup</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">58</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cef1595d040e77cbb4466e60382028d4c2040cac">
+ <source>Maximum size</source>
+ <target state="translated">Maximum size</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">76</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">107</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="aa6fb95c355f172bda303de1ce2f38c251a149cf">
+ <source>Unlimited</source>
+ <target state="translated">Unlimited</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">90</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">74</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">85</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">110</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">121</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ee862a800364b4d11f9b8cb9955a28a60f840a45">
+ <source>Maximum objects</source>
+ <target state="translated">Maximum objects</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">87</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">82</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">118</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8011e20c5bbe51602d459a860fbf29b599b55edd">
+ <source>System</source>
+ <target state="translated">System</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">29</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f120423a48cf96636bc415daf5ac041ea8c6503e">
+ <source>{VAR_SELECT, select, 0 {No} 1 {Yes} }</source>
+ <target state="translated">{VAR_SELECT, select, 0 {No} 1 {Yes} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">31</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="db18a2772988415466a7f75dc42663ce78c9c1d3">
+ <source>Maximum buckets</source>
+ <target state="translated">Maximum buckets</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">35</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ca53d681a9892d6fdbb57ee9676582186515e961">
+ <source>Performance counters not available</source>
+ <target state="translated">Performance counters not available</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.html</context>
+ <context context-type="linenumber">12</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="91853167141c37b58868f3b0421383dd72fa8a01">
+ <source>Attributes (OSD map)</source>
+ <target state="translated">Attributes (OSD map)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="97842f379e1d4157ac3ab0661b90c352e7cb72d5">
+ <source>Metadata not available</source>
+ <target state="translated">Metadata not available</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">15</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f721a500a68c357e8f2a01e60510f6a01e4ba529">
+ <source>Metadata</source>
+ <target state="translated">Metadata</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">8</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d24e28e19c5703d7c6be44f4eb595a6a43b618ed">
+ <source>Performance counter</source>
+ <target state="translated">Performance counter</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d1f7c81ed9c5034af4abcdf119b1c1e86cd019dd">
+ <source>Histogram not available: <x equiv-text="{{ osd.histogram_failed }}" id="INTERPOLATION"/></source>
+ <target state="translated">Histogram not available: <x equiv-text="{{ osd.histogram_failed }}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">28</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="868abfff914873d1c65df798d8432ed04b8ae2a9">
+ <source>Writes</source>
+ <target state="translated">Writes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">33</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="996ebb9a653b5067f97bf3891ea9d2108e969492">
+ <source>Reads</source>
+ <target state="translated">Reads</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">38</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="65ac79790aa477a97b1cc579e18a115a8df8918f">
+ <source>Histogram</source>
+ <target state="translated">Histogram</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">25</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="26fb5f81b3581f06b9210defb0e71dc69a67e819">
+ <source>Current values</source>
+ <target state="translated">Current values</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">23</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9abcd7c82643d60c22733470463f74e4a54bc069">
+ <source>Min</source>
+ <target state="translated">Min</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">47</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c3ced4d162a0a55ee233a187ce7208ba5e922418">
+ <source>Max</source>
+ <target state="translated">Max</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">52</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6834fa6b43d1ecbdf147c48dd9c4d72f1484571d">
+ <source>Source</source>
+ <target state="translated">Source</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">77</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a446fb0eb11fbffcac805ece5a2d306d24e733d8">
+ <source>Level</source>
+ <target state="translated">Level</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">82</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4180e8c1a344da14bdef061df596a4457bbb8d6c">
+ <source>Can be updated at runtime</source>
+ <target state="translated">Can be updated at runtime</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">87</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cafc87479686947e2590b9f588a88040aeaf660b">
+ <source>Tags</source>
+ <target state="translated">Tags</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">92</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ab0089ef47af61ca1d137bc908b96c290dfd9287">
+ <source>Enum values</source>
+ <target state="translated">Enum values</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">97</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="819476f1264f1659f38e86f6abb542141b184832">
+ <source>See also</source>
+ <target state="translated">See also</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">102</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="73caac4265ea7314ff061e5a1d78a6361a6dd3b8">
+ <source>Cluster Status</source>
+ <target state="translated">Cluster Status</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">15</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1d4bc612bbf19aa9553853266b9e92c9d75f4464">
+ <source>Manager Daemons</source>
+ <target state="translated">Manager Daemons</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">69</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="946ac5dea9921dc09d7b0a63b89535371f283b19">
+ <source>Object Gateways</source>
+ <target state="translated">Object Gateways</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">90</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ff03fa5bcf37c4da46ad736c1f7d03f959e8ba9a">
+ <source>Metadata Servers</source>
+ <target state="translated">Metadata Servers</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">98</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d817609ba4993eba859409ab71e566168f4d5f5a">
+ <source>iSCSI Gateways</source>
+ <target state="translated">iSCSI Gateways</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">109</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="42c13e50391250ea9379bdf55d5d6c0228c0c8bc">
+ <source>Client IOPS</source>
+ <target state="translated">Client IOPS</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">125</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="52213660b2454d139ada3079a42ec6caf3c3c01e">
+ <source>Client Throughput</source>
+ <target state="translated">Client Throughput</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">134</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="32efd1c3f70e3c5244239de97a2cc95d98534a14">
+ <source>Client Read/Write</source>
+ <target state="translated">Client Read/Write</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">143</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5277e7546d03a767761199b70deb8c77a921b390">
+ <source>Client Recovery</source>
+ <target state="translated">Client Recovery</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">161</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6d9a9f55046891733ef71170e7652063765eb542">
+ <source>Scrub</source>
+ <target state="translated">Scrub</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">170</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3cc9c2ae277393b3946b38c088dabff671b1ee1b">
+ <source>Performance</source>
+ <target state="translated">Performance</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">119</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="88f383269db2d32cccee9e936fe549dccb9fdbf4">
+ <source>Raw Capacity</source>
+ <target state="translated">Raw Capacity</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">200</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="afdb601c16162f2c798b16a2920955f1cc6a20aa">
+ <source>Objects</source>
+ <target state="translated">Objects</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">213</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">38</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c5f8a813f91a11af99132e4beafc136cfc13d73b">
+ <source>PGs per OSD</source>
+ <target state="translated">PGs per OSD</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">222</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="498a109c6e9e94f1966de01aa0326f7f0ac6fb52">
+ <source>PG Status</source>
+ <target state="translated">PG Status</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">231</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ce9dfdc6dccb28dc75a78c704e09dc18fb02dcfa">
+ <source>Capacity</source>
+ <target state="translated">Capacity</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">181</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="44ecac93d67c6a671198091c2270354f80322327">
+ <source><x ctype="x-i" equiv-text="<i>" id="START_ITALIC_TEXT"/><x ctype="x-i" equiv-text="</i>" id="CLOSE_ITALIC_TEXT"/> See <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>Logs<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> for more details.</source>
+ <target state="translated"><x ctype="x-i" equiv-text="<i>" id="START_ITALIC_TEXT"/><x ctype="x-i" equiv-text="</i>" id="CLOSE_ITALIC_TEXT"/> See <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>Logs<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> for more details.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">265</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f0b5d789d42c0e69348e5fe0037fcbf5b5fbbdcc">
+ <source>Move an image to trash</source>
+ <target state="translated">Move an image to trash</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="86301cf2044b1eda218483365f6b9de8dde5040b">
+ <source>To move <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/>/<x equiv-text="{{ imageName }}" id="INTERPOLATION_1"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/> to trash,
+ click <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Move Image<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>. Optionally, you can pick an expiration date.</source>
+ <target state="translated">To move <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/>/<x equiv-text="{{ imageName }}" id="INTERPOLATION_1"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/> to trash,
+ click <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Move Image<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>. Optionally, you can pick an expiration date.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">12</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="88f27d390844aad53b4240360e928156c5f0d326">
+ <source>Protection expires at</source>
+ <target state="translated">Protection expires at</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="da166e9a0d27322f6ba8916d71ecc0f9905bb4b1">
+ <source>NOT PROTECTED</source>
+ <target state="translated">NOT PROTECTED</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a1506e5f2ca22cad14502ec7a20fb6113ace145d">
+ <source>Wrong date format. Please use "YYYY-MM-DD HH:mm:ss".</source>
+ <target state="translated">Wrong date format. Please use "YYYY-MM-DD HH:mm:ss".</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">29</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="aa7ea0bb7495281e0b3258467ac7d90a1e44a1a1">
+ <source>Protection has already expired. Please pick a future date or leave it empty.</source>
+ <target state="translated">Protection has already expired. Please pick a future date or leave it empty.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">32</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="536b3205c0c0d4d21685ec06feccfcf2fe14deb1">
+ <source>Move Image</source>
+ <target state="translated">Move Image</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">40</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
+ <source>Overview</source>
+ <target state="translated">Overview</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-tabs/iscsi-tabs.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="bbd2045d5c37e4bb39a3c0fb62ea1ddf70a12838">
+ <source>Targets</source>
+ <target state="translated">Targets</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-tabs/iscsi-tabs.component.html</context>
+ <context context-type="linenumber">7</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0f6e8f6094b180eaf1f11bc0ffe383f1cdcd059e">
+ <source>Only available for RBD images with <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/>fast-diff<x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> enabled</source>
+ <target state="translated">Only available for RBD images with <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/>fast-diff<x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> enabled</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e70fcca5a99575cffef3ff8cbd5e69f06ffd0f1c">
+ <source>Pool</source>
+ <target state="translated">Pool</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="03cc5b14b0a20d075e9009ff021f4f1660ba348a">
+ <source>Data Pool</source>
+ <target state="translated">Data Pool</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">23</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1b051734b0ee9021991c91b3ed4e81c244322462">
+ <source>Created</source>
+ <target state="translated">Created</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">28</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0a65771c9a73b9aa609d592fc96a64801a8f40bd">
+ <source>Provisioned</source>
+ <target state="translated">Provisioned</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">57</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="84a36cb75660b736773fe36ffa3d54f0f0fe363e">
+ <source>N/A</source>
+ <target state="translated">N/A</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">63</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">78</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e5c009342a4e8381f64341d0bb61c2e4685f5a4b">
+ <source>Total provisioned</source>
+ <target state="translated">Total provisioned</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">72</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7f6bf8a43ae415f527ac961ea62471b983aaa97b">
+ <source>Striping unit</source>
+ <target state="translated">Striping unit</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">87</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="db710e8a8f011923f2d15d713fbae49c38b02b26">
+ <source>Striping count</source>
+ <target state="translated">Striping count</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">92</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3a4c2a9e76634ff14a60d52a718296f722d47c67">
+ <source>Parent</source>
+ <target state="translated">Parent</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">97</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6a209e68d78ffc2cc9c53d2e76158624efab71ad">
+ <source>Block name prefix</source>
+ <target state="translated">Block name prefix</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">107</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5704ec2049d007c5f5fb495a5d8b607e68d58081">
+ <source>Order</source>
+ <target state="translated">Order</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">112</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f21b1d17b6c5042bb5805516eee37fde33739dd8">
+ <source>Snapshots</source>
+ <target state="translated">Snapshots</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">119</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3f67f30568e9ae47507d46e28e1e82a7dca772e2">
+ <source><x equiv-text="{ editing, select, true {...} other {...}}" id="ICU"/> RBD Snapshot</source>
+ <target state="translated"><x equiv-text="{ editing, select, true {...} other {...}}" id="ICU"/> RBD Snapshot</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1628d19a4490817c18be2afab410ca4adfa62ea7">
+ <source>{VAR_SELECT, select, true {Rename} other {Create} }</source>
+ <target state="translated">{VAR_SELECT, select, true {Rename} other {Create} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html</context>
+ <context context-type="linenumber">46</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="73a287b41afe6b28f90edbeb98957a341a0276b4">
+ <source><x equiv-text="{ editing, select, true {...} other {...}}" id="ICU"/> Snapshot</source>
+ <target state="translated"><x equiv-text="{ editing, select, true {...} other {...}}" id="ICU"/> Snapshot</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html</context>
+ <context context-type="linenumber">46</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cb60c1cd3655234756b5b92d4d597d92d520ee30">
+ <source>PROTECTED</source>
+ <target state="translated">PROTECTED</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.html</context>
+ <context context-type="linenumber">17</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="deffb86b8fb0541254ad5a43862d82bff6b6a6c4">
+ <source>UNPROTECTED</source>
+ <target state="translated">UNPROTECTED</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5c5331983af566d4ac6a1024d15a3511786a4aa6">
+ <source>You are about to rollback</source>
+ <target state="translated">You are about to rollback</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.html</context>
+ <context context-type="linenumber">25</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="49c0408946a6d67185947f455f15cc201d0d78e6">
+ <source>Purge Trash</source>
+ <target state="translated">Purge Trash</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">14</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">41</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-list/rbd-trash-list.component.html</context>
+ <context context-type="linenumber">25</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="af728625d769b61acf291442644b89edb88faec3">
+ <source>To purge, select one or All images and click</source>
+ <target state="translated">To purge, select one or All images and click</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="55a4f598a4894b7fd5cb88f0ffd3c37ad009dd70">
+ <source>Pool:</source>
+ <target state="translated">Pool:</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d43dd2b9f7797e4cf3a604695bb33e4479108516">
+ <source>Pool name...</source>
+ <target state="translated">Pool name...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">22</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="dfc3c34e182ea73c5d784ff7c8135f087992dac1">
+ <source>All</source>
+ <target state="translated">All</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">30</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b0e7c7ed1d51a0c205c815048bc9f79e24ee6db2">
+ <source>Restore Image</source>
+ <target state="translated">Restore Image</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">16</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">40</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7369384817e0ad61ce871c9afdfbb538df2f97c1">
+ <source>To restore</source>
+ <target state="translated">To restore</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e7f0abefc608f7fb452c2dc9b1cdc3dec432160e">
+ <source>type the image's new name and click</source>
+ <target state="translated">type the image's new name and click</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">15</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="41307dd56fea669eed72e12a6c23af275f6bfd82">
+ <source>New Name</source>
+ <target state="translated">New Name</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">22</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5c96a761dc55a21882c132c929583a424c9b8cf4">
+ <source>Expired at</source>
+ <target state="translated">Expired at</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-list/rbd-trash-list.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="661041e3fcff4d3e75c561e038ca2504cf2cc643">
+ <source>Protected until</source>
+ <target state="translated">Protected until</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-list/rbd-trash-list.component.html</context>
+ <context context-type="linenumber">37</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0ee3b2322a1d3277f7e3fdb8a5141ac42bcf350b">
+ <source>This image is protected until <x equiv-text="{{ expiresAt | cdDate }}" id="INTERPOLATION"/>.</source>
+ <target state="translated">This image is protected until <x equiv-text="{{ expiresAt | cdDate }}" id="INTERPOLATION"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-list/rbd-trash-list.component.html</context>
+ <context context-type="linenumber">47</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a674ab267d1934bf395f87ca1503fd474296893f">
+ <source>iSCSI Topology</source>
+ <target state="translated">iSCSI Topology</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-details/iscsi-target-details.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="66db799d67958d4b0765181d072df62e2d1c16f5">
+ <source>Issues</source>
+ <target>Problemas</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/image-list/image-list.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ef06d69259e587e28d52372455f44c7153cda7e7">
+ <source>Syncing</source>
+ <target>Sincronizando</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/image-list/image-list.component.html</context>
+ <context context-type="linenumber">11</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/image-list/image-list.component.html</context>
+ <context context-type="linenumber">38</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0b0901877d837d3fda16ba161eb74368d1c75b7a">
+ <source>Ready</source>
+ <target>Listo</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/image-list/image-list.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4057c56d63a7e9b140b1d01871a9229a5f30eb27">
+ <source>Edit pool mirror mode</source>
+ <target state="translated">Edit pool mirror mode</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e1f367f5feaab38f6637dd1f967c848b447dea2d">
+ <source>To edit the mirror mode for pool
+ <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>, select a new mode from the list and click
+ <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Update<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>.</source>
+ <target state="translated">To edit the mirror mode for pool
+ <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>, select a new mode from the list and click
+ <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Update<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="32ca348ef926b0a6a7a780b8b64c3a8239895cec">
+ <source>Peer clusters must be removed prior to disabling mirror.</source>
+ <target state="translated">Peer clusters must be removed prior to disabling mirror.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">33</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="047f50bc5b5d17b5bec0196355953e1a5c590ddb">
+ <source>Update</source>
+ <target state="translated">Update</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">41</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="fa61522d482349707fd7dd03b90dc5781611b17f">
+ <source><x equiv-text="{mode, select, edit {...} other {...}}" id="ICU"/>
+ pool mirror peer</source>
+ <target state="translated"><x equiv-text="{mode, select, edit {...} other {...}}" id="ICU"/>
+ pool mirror peer</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4ddcb416c1c0aa1f54acf5beef1de81813e76fa6">
+ <source>{VAR_SELECT, select, edit {Edit} other {Add} }</source>
+ <target state="translated">{VAR_SELECT, select, edit {Edit} other {Add} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">14</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f7a13e4807afa6a9eda3db57a0a2a110dbae8ad7">
+ <source><x equiv-text="{mode, select, edit {...} other {...}}" id="ICU"/> the pool
+ mirror peer attributes for pool <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/> and click
+ <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Submit<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>.</source>
+ <target state="translated"><x equiv-text="{mode, select, edit {...} other {...}}" id="ICU"/> the pool
+ mirror peer attributes for pool <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/> and click
+ <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Submit<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">14</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d3cc964811f852a168f4a2d5daa59068abc5cf53">
+ <source>Cluster Name</source>
+ <target state="translated">Cluster Name</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">23</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b631721fc56cb7fb1cbd07b802a487c5753f6a2d">
+ <source>The cluster name is not valid.</source>
+ <target state="translated">The cluster name is not valid.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">39</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ca6deafa31bf421f85094807982aee4bcb20a3ae">
+ <source>CephX ID</source>
+ <target state="translated">CephX ID</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">46</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7539188a568c3d553cbde1bacaf32310c4264e24">
+ <source>CephX ID...</source>
+ <target state="translated">CephX ID...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">51</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a1c45b594b0fba22fc64e80c793a7ffe005fdb0e">
+ <source>The CephX ID is not valid.</source>
+ <target state="translated">The CephX ID is not valid.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">61</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="20861576fcfce773c918c782cd4f5adf32382921">
+ <source>Monitor Addresses</source>
+ <target state="translated">Monitor Addresses</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">68</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="fa28eeed2b4bd4ccbe6e9349a1c2b3cb1c5de70a">
+ <source>Comma-delimited addresses...</source>
+ <target state="translated">Comma-delimited addresses...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">72</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="dc016c82fd85848d5c1b2fd0e8469ee2027d9c16">
+ <source>The monitory address is not valid.</source>
+ <target state="translated">The monitory address is not valid.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e0ac55b83dc6739e62bc655cfe375b67c93e7f4a">
+ <source>CephX Key</source>
+ <target state="translated">CephX Key</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">86</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f53434bcb95bd86f1df9c8e22966f757614fc4ad">
+ <source>Base64-encoded key...</source>
+ <target state="translated">Base64-encoded key...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">90</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4cd83164cd4f66b4abc2863f9ce6f599d789e4ca">
+ <source>CephX key must be base64 encoded.</source>
+ <target state="translated">CephX key must be base64 encoded.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">97</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3938a411d76796f8ae73b72ea4c77661207453bd">
+ <source>Cache Tiers Details</source>
+ <target state="translated">Cache Tiers Details</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-details/pool-details.component.html</context>
+ <context context-type="linenumber">22</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0c1e17956453ad772dbe82d6946f62748c692f3e">
+ <source>Ranks</source>
+ <target state="translated">Ranks</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html</context>
+ <context context-type="linenumber">6</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="95c96d55690c0c685deebe52a1da94dc36f5e99d">
+ <source>Clients: <x equiv-text="{{ clientCount }}" id="INTERPOLATION"/></source>
+ <target state="translated">Clients: <x equiv-text="{{ clientCount }}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html</context>
+ <context context-type="linenumber">36</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="bd5a3b1c5a3c185c7bbb0e09a061d4cdc88ce5ad">
+ <source>Current</source>
+ <target state="translated">Current</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-details/iscsi-target-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="dd4ab758afd5fd5a6c6a25b2b30ff99d0c00e9ad">
+ <source>There are no portals available.</source>
+ <target state="translated">There are no portals available.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="83021e45778a4a230a14ca0c6d6ccdf05500ad93">
+ <source>There are no images available.</source>
+ <target state="translated">There are no images available.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="86684eb21f8a768e1dbc659e3d5da6861db544a0">
+ <source>There are no images available. Please make sure you add an image to the target.</source>
+ <target state="translated">There are no images available. Please make sure you add an image to the target.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fffda6e440078f57eba93944ce051c593cc6ed7f">
+ <source>There are no initiators available. Please make sure you add an initiator to the target.</source>
+ <target state="translated">There are no initiators available. Please make sure you add an initiator to the target.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="38baeb215c17af9d9e295e371a57f4a48ab4c191">
+ <source>Target</source>
+ <target state="translated">Target</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-list/iscsi-target-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9a541ec1a4319fffc16ad3b3ab2c2b6d251a829d">
+ <source>Hostname</source>
+ <target state="translated">Hostname</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/daemon-list/daemon-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/hosts/hosts.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="32b73dd480452aed3c8df00055279a110b3e633c">
+ <source># Active/Optimized</source>
+ <target state="translated"># Active/Optimized</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="26a3d69b872abf67663ba7473606ea32d6128531">
+ <source># Active/Non-Optimized</source>
+ <target state="translated"># Active/Non-Optimized</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a5f9ba9bb9faa8284bcadb1cdbc6aaf969e9c4bb">
+ <source>Image</source>
+ <target state="translated">Image</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2cd86fc9c2dc1b4398514266a08e507140fe5ba8">
+ <source>Active/Optimized</source>
+ <target state="translated">Active/Optimized</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c74c467d73caf2b951bc1a1d52d6e93f9c5e795b">
+ <source>Active/Non-Optimized</source>
+ <target state="translated">Active/Non-Optimized</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="13415637c325ceefee29111b31cb48701490adf7">
+ <source>Read Bytes</source>
+ <target state="translated">Read Bytes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e2ed82b7bbf4a006e60e6208c597b05d5b5556e9">
+ <source>Write Bytes</source>
+ <target state="translated">Write Bytes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="6a32a5f58845ca840185ea9564682094e77a1d80">
+ <source>Read Ops</source>
+ <target state="translated">Read Ops</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7c36cb8032af123d3550ffab2e1fa1e957c87fae">
+ <source>Write Ops</source>
+ <target state="translated">Write Ops</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="458c33846a8c7e2feb9404bcf06723784e756cdc">
+ <source>A/O Since</source>
+ <target state="translated">A/O Since</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ff78f059449d44322f627d0f66df07abe476962b">
+ <source>Instance</source>
+ <target state="translated">Instance</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/daemon-list/daemon-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="36fad7995cadfb3a6f0d43ef2db280146b3ca022">
+ <source>Issue</source>
+ <target state="translated">Issue</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="873b72903b1858a9cd6c8967521030b4d7d1435b">
+ <source>State</source>
+ <target state="translated">State</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="15793f4cbc261bedbc60f7105533dde536a3f42b">
+ <source>Progress</source>
+ <target state="translated">Progress</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f39256070bfc0714020dfee08895421fc1527014">
+ <source>Disabled</source>
+ <target state="translated">Disabled</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="8c375764db42f5d736fb56d01b8052c006ccc8e2">
+ <source>Edit Mode</source>
+ <target state="translated">Edit Mode</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="45932f2a0ea524b3425f4320ee46a6d1c68977bc">
+ <source>Add Peer</source>
+ <target state="translated">Add Peer</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d3dc34662e3cda0dad646221651cebd26f731485">
+ <source>Edit Peer</source>
+ <target state="translated">Edit Peer</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e8a0ec0b6ee72db0f27c186e09640d1ed41964bd">
+ <source>Delete Peer</source>
+ <target state="translated">Delete Peer</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="314de06d6f64d39149e78e6d796585c0246fec0b">
+ <source>Leader</source>
+ <target state="translated">Leader</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7acaab450312114059ced9e3737798ee9aa738b1">
+ <source># Local</source>
+ <target state="translated"># Local</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7a3ffd88868135c44be3994263bb8e49d8358884">
+ <source># Remote</source>
+ <target state="translated"># Remote</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="85ca0fd6a6ddd211023c70a25753122c5b978787">
+ <source>mirror peer</source>
+ <target state="translated">mirror peer</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4130b1a836f2000cfe9a11fb62493dc42d444de7">
+ <source>Deep flatten</source>
+ <target state="translated">Deep flatten</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-form/rbd-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7b17694d7cb8ecb7c8440bc999dac21b44455b33">
+ <source>Layering</source>
+ <target state="translated">Layering</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-form/rbd-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="6a072ce577c2079d0e0c31071a16824f6d22b84d">
+ <source>Exclusive lock</source>
+ <target state="translated">Exclusive lock</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-form/rbd-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7354f01320bf936a7f85577c9f71402635c3a362">
+ <source>Object map (requires exclusive-lock)</source>
+ <target state="translated">Object map (requires exclusive-lock)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-form/rbd-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fb7e625c1152f1c102cd16460955d124edff1770">
+ <source>Journaling (requires exclusive-lock)</source>
+ <target state="translated">Journaling (requires exclusive-lock)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-form/rbd-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="76d0a465d5b470c2ea20e15b23c91086c90e910d">
+ <source>Fast diff (requires object-map)</source>
+ <target state="translated">Fast diff (requires object-map)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-form/rbd-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1979da7460819153e11d2078244645d94291b69c">
+ <source>Copy</source>
+ <target state="translated">Copy</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-list/rbd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="3747fff7faf52b436ecff5fb8555091736d92c70">
+ <source>Flatten</source>
+ <target state="translated">Flatten</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-list/rbd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ba073985cfd2528c77a746ed596b2f2052b973c5">
+ <source>Move to Trash</source>
+ <target state="translated">Move to Trash</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-list/rbd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="70a67e04629f6d412db0a12d51820b480788d795">
+ <source>Create</source>
+ <target state="translated">Create</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-details/role-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-form/role-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e26f9cf3666aace4e524b1505c9795d76d87738d">
+ <source>Rename</source>
+ <target state="translated">Rename</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="45480c03b0a3a37ff8f6a5600a6a034b40fbaea4">
+ <source>Protect</source>
+ <target state="translated">Protect</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="3ea9b96a21a499d296a7f25407da0f3df6c2d5ed">
+ <source>Unprotect</source>
+ <target state="translated">Unprotect</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="54a4a3132b693575728a45a5f3154ad4c9af404b">
+ <source>Clone</source>
+ <target state="translated">Clone</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4be22bf20ef82614ed53bcd3b912a85590aa71c9">
+ <source>Rollback</source>
+ <target state="translated">Rollback</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7eb984588f4835f6d0187b33769b4b0f62821640">
+ <source>RBD snapshot rollback</source>
+ <target state="translated">RBD snapshot rollback</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2a04c483708d261751d62082d6f03a50d4577b1e">
+ <source>RBD snapshot</source>
+ <target state="translated">RBD snapshot</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d5cec7468241d72cafd86ad1af6d55b09a6e3ae5">
+ <source>Restore</source>
+ <target state="translated">Restore</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-trash-list/rbd-trash-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fa96769d1ea86741297cb9b9769b0dcfde58c8b4">
+ <source>Deleted At</source>
+ <target state="translated">Deleted At</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-trash-list/rbd-trash-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e928864038ca70ee7d67bbf1fd71a01c3938a127">
+ <source>id</source>
+ <target state="translated">id</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="240c9c1e96dc38814922a83ad041dc815b084f32">
+ <source>type</source>
+ <target state="translated">type</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c9d7ec7ee5b4e282f2228fa996651ec4ef5195a9">
+ <source>state</source>
+ <target state="translated">state</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="5780e5c3b4fc2ae07836bb5221cec4f8d597630d">
+ <source>version</source>
+ <target state="translated">version</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fe22ca53e651df951dac25b67c17894b0980f767">
+ <source>Host</source>
+ <target state="translated">Host</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fb69299354312c8954ecf324997ccafcd9f6b14b">
+ <source>root</source>
+ <target state="translated">root</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="3c3a423d91e36ac6624e909fcd2669a25685f847">
+ <source>Rank</source>
+ <target state="translated">Rank</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/monitor/monitor.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/monitor/monitor.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9596ecae8956e96921acef47aec787f6bdc37454">
+ <source>Daemon</source>
+ <target state="translated">Daemon</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f2005fa461c06dc2e04d8918bbabedf23604b5b7">
+ <source>Activity</source>
+ <target state="translated">Activity</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e3a986984ae0c3b43af648c3fa638649d1c00348">
+ <source>Dentries</source>
+ <target state="translated">Dentries</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7c692ab865066967d73c6d64ec0691cc6ce91b93">
+ <source>Inodes</source>
+ <target state="translated">Inodes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="45f210b96a2a6e91f52f153a4f8dc30662629f8e">
+ <source>Usage</source>
+ <target state="translated">Usage</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7db875ff4cc626d394f37fba95c075b2e4bfeb00">
+ <source>Standby daemons</source>
+ <target state="translated">Standby daemons</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="22e4e574b7f8abf58254f328792445b42e2a924a">
+ <source>The value can be updated at runtime.</source>
+ <target state="translated">The value can be updated at runtime.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d7770de7b2343c9deeaa7ebf37ba3e35ca5c5988">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="83f11fd1dc503c37931ea6c1c5c1e8c2b4b597b6">
+ <source>Option takes effect only during daemon startup.</source>
+ <target state="translated">Option takes effect only during daemon startup.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="837a07cd6a971038b8b1aa190c43440c9fdb5d8b">
+ <source>Option only affects cluster creation.</source>
+ <target state="translated">Option only affects cluster creation.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2566a88eb247c918b71cfe5b354c31de0d4b01e5">
+ <source>Option only affects daemon creation.</source>
+ <target state="translated">Option only affects daemon creation.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="cdb623df78c6ed1fdd9e6dc35f83d6dbea75ebfa">
+ <source>Config option <x equiv-text="{{name}}" id="INTERPOLATION"/> has been updated.</source>
+ <target state="translated">Config option <x equiv-text="{{name}}" id="INTERPOLATION"/> has been updated.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a773d21a875b944ba7b067f348398cfd5e9550cc">
+ <source>Update config option</source>
+ <target state="translated">Update config option</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d473e0f684a60db45d6f31e993f693f74290e056">
+ <source>Service</source>
+ <target state="translated">Service</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9951bb3983c7dba6fde013e05c922e4fe1a44367">
+ <source>Current value</source>
+ <target state="translated">Current value</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7099a8878af7a0a26fe5663c4f46cfe87142b75d">
+ <source>Public Address</source>
+ <target state="translated">Public Address</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/monitor/monitor.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/monitor/monitor.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="cbdd1cdc0c7a87f55dd177bc44212f0fc4b80852">
+ <source>Open Sessions</source>
+ <target state="translated">Open Sessions</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/monitor/monitor.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="37e58d1cbdf8212b380efa51422e42821d4f08e6">
+ <source>No In</source>
+ <target state="translated">No In</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="12706eb5af17ff5ad77b3de21af368d24678e00b">
+ <source>OSDs that were previously marked out will not be marked back in when they start</source>
+ <target state="translated">OSDs that were previously marked out will not be marked back in when they start</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="96114d7624d11dc90ca46cfa96145fe22118df76">
+ <source>No Out</source>
+ <target state="translated">No Out</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a2ef636fe1ddd56b63e4aaf3d292f33dbf735ef3">
+ <source>OSDs will not automatically be marked out after the configured interval</source>
+ <target state="translated">OSDs will not automatically be marked out after the configured interval</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ee50aefa9b8bde1e5429b48709a23abfe08358e0">
+ <source>No Up</source>
+ <target state="translated">No Up</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="608929b939307e397586a98cea52ae38997c7273">
+ <source>OSDs are not allowed to start</source>
+ <target state="translated">OSDs are not allowed to start</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1751ab69c1e7f62927afedbf7116e0116316c551">
+ <source>No Down</source>
+ <target state="translated">No Down</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="41fac86dfb65c1db690f3e87f6497cb73b281084">
+ <source>OSD failure reports are being ignored, such that the monitors will not mark OSDs down</source>
+ <target state="translated">OSD failure reports are being ignored, such that the monitors will not mark OSDs down</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b2838c6165a9672a17db188f4dd9676574353dd8">
+ <source>Pause</source>
+ <target state="translated">Pause</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="191d71dadcc8790573d46706a0b48211de4b8334">
+ <source>Pauses reads and writes</source>
+ <target state="translated">Pauses reads and writes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="471d5ba75836f38c19992cf83d8822632d99e473">
+ <source>No Scrub</source>
+ <target state="translated">No Scrub</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="5b8caa61814121bc36dac0c34a9e9de3cae74990">
+ <source>Scrubbing is disabled</source>
+ <target state="translated">Scrubbing is disabled</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7f29a0ac1c797bdc0347dd5d0734ba83e96e7ce6">
+ <source>No Deep Scrub</source>
+ <target state="translated">No Deep Scrub</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="01da61ab216541a8d31259cebd16b10c7e5fc124">
+ <source>Deep Scrubbing is disabled</source>
+ <target state="translated">Deep Scrubbing is disabled</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0b86c7f18ac725de62c7e192dcfccd02c0dc40ab">
+ <source>No Backfill</source>
+ <target state="translated">No Backfill</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="bd33a2bdc8fbed3b7469f3717c16d9aaa2851fdd">
+ <source>Backfilling of PGs is suspended</source>
+ <target state="translated">Backfilling of PGs is suspended</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7fbbd036394cfa623add40299757bc87df8eaa7e">
+ <source>No Recover</source>
+ <target state="translated">No Recover</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f3ee9b451a64dca47299c9b4ae1091c2008068ad">
+ <source>Recovery of PGs is suspended</source>
+ <target state="translated">Recovery of PGs is suspended</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="de904148fe7e8d812218f50333ffe247900617c5">
+ <source>Bitwise Sort</source>
+ <target state="translated">Bitwise Sort</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2613c9fde29785bcd75f0abeccb653d14d7527b3">
+ <source>Use bitwise sort</source>
+ <target state="translated">Use bitwise sort</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2fe10d84250aeee365db244251d40934c70ff1e9">
+ <source>Purged Snapdirs</source>
+ <target state="translated">Purged Snapdirs</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="6b22a5b780eda3c5d500cdac9c6d4f96978c38f1">
+ <source>OSDs have converted snapsets</source>
+ <target state="translated">OSDs have converted snapsets</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c42f0ba60564dc5b977a8c7f3fdcde9efbb39c60">
+ <source>Recovery Deletes</source>
+ <target state="translated">Recovery Deletes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="72fe39979198ea2ed6db6274b5029025cb316d90">
+ <source>Deletes performed during recovery instead of peering</source>
+ <target state="translated">Deletes performed during recovery instead of peering</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1bb4a1f9127cefe624c173557a716d0ebb6d647c">
+ <source>PG Log Hard Limit</source>
+ <target state="translated">PG Log Hard Limit</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e03c0321397fdf7a9c22e8d6b5015424943c0a57">
+ <source>Puts a hard limit on pg log length</source>
+ <target state="translated">Puts a hard limit on pg log length</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0182a66735272f5c540a0c65ff3f5a7913ac1b74">
+ <source>OSD Flags were updated successfully.</source>
+ <target state="translated">OSD Flags were updated successfully.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fbfecb196a0896028638e21655c6fed6a1f91dc0">
+ <source>OSD Flags</source>
+ <target state="translated">OSD Flags</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2e5e77dbaadd6588d8bbf737139fd9806294ae28">
+ <source>Deep Scrub</source>
+ <target state="translated">Deep Scrub</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="75fb9f970ba365398c45e57bbb1019c009f6b832">
+ <source>Mark Out</source>
+ <target state="translated">Mark Out</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="688578fcc739d6f0c5fb6c366dbb19d21c6d9e36">
+ <source>out</source>
+ <target state="translated">out</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/osd-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0cda3e824fb2f9c731e5a60b859dedc1fe03127e">
+ <source>Mark In</source>
+ <target state="translated">Mark In</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="cb0f69bdd4dea41d7d45c74b6e07f98de8a2ab26">
+ <source>in</source>
+ <target state="translated">in</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/osd-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="66fdbf32e5449cc54a3d1e19c7b8f4ea238facfb">
+ <source>Mark Down</source>
+ <target state="translated">Mark Down</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b5fbc7c7f007dd53b2318525bb7ff8b0376c9e37">
+ <source>down</source>
+ <target state="translated">down</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/osd-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f833354f43cb38c5716faa8759a9bbdd1ab8f199">
+ <source>Mark Lost</source>
+ <target state="translated">Mark Lost</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b58719bcb9184e1a7884d00d22d10899d59bf295">
+ <source>Mark</source>
+ <target state="translated">Mark</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="31a1c1aa03f1e5084750bedb4e3fdc04ce2cb6ca">
+ <source>OSD lost</source>
+ <target state="translated">OSD lost</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f3fc4c85c5b8f1dedea0496b72d0af9da7b9e0d9">
+ <source>marked lost</source>
+ <target state="translated">marked lost</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="019d4bd6a5690f0cfa0ecf346a4e6bf7f0d8debb">
+ <source>Remove</source>
+ <target state="translated">Remove</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c8b1475105463088593de1022ff6dceb523eae0e">
+ <source>OSD</source>
+ <target state="translated">OSD</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c640261f80e6afd42cac3f4b63594012f198e0e8">
+ <source>removed</source>
+ <target state="translated">removed</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="bf463b189696c19769ea263227e6c22aefafb918">
+ <source>Destroy</source>
+ <target state="translated">Destroy</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="8e5d1b01eca6dce26a4751f0b19bda7a6ab8db5b">
+ <source>destroy</source>
+ <target state="translated">destroy</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="495a06b78bf165a7b545fa002137f0846b094a3d">
+ <source>destroyed</source>
+ <target state="translated">destroyed</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="953144c420c2e5abd02e6a687433eac60fa852bd">
+ <source>PGs</source>
+ <target state="translated">PGs</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7d3523ea9d35c274cef84043de8a2fdde540a9a1">
+ <source>Read bytes</source>
+ <target state="translated">Read bytes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ecbe2fdca919499125bc42c2c67cedae8563db1c">
+ <source>Writes bytes</source>
+ <target state="translated">Writes bytes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f3c33322823c846b13f59ba2c8f234405bba99e1">
+ <source>Read ops</source>
+ <target state="translated">Read ops</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7e0b24a17546cbfab48b03dc874461d1ca68bc9a">
+ <source>Write ops</source>
+ <target state="translated">Write ops</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d45455406092f58e6b089cb440b5b7934b801a01">
+ <source>Mark OSD <x equiv-text="{{markAction}}" id="INTERPOLATION"/></source>
+ <target state="translated">Mark OSD <x equiv-text="{{markAction}}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="de0b7806e451b3b3dbd564decba59981fe781c18">
+ <source>Mark <x equiv-text="{{markAction}}" id="INTERPOLATION"/></source>
+ <target state="translated">Mark <x equiv-text="{{markAction}}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4edc2162af0bd6cd941eaf730d20a7e3b5a83ba7">
+ <source>Max Backfills</source>
+ <target state="translated">Max Backfills</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="eb5e6c24a48a1dfe23e0a772b762be5e949c0c8a">
+ <source>Recovery Max Active</source>
+ <target state="translated">Recovery Max Active</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4a23c6d3859e03184118620d2baeb736ac765fbf">
+ <source>Recovery Max Single Start</source>
+ <target state="translated">Recovery Max Single Start</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="97049169ef5228fd1724de2fcdad1fec2858eaf8">
+ <source>Recovery Sleep</source>
+ <target state="translated">Recovery Sleep</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a5c05002b0ac2040f1aede5e727e0ffd06eda819">
+ <source>Custom</source>
+ <target state="translated">Custom</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="92a8cbd0b31b1a5a64fe3a3245437ecf14b6d74d">
+ <source>OSD recovery speed priority "<x equiv-text="{{value}}" id="INTERPOLATION"/>" was set successfully.</source>
+ <target state="translated">OSD recovery speed priority "<x equiv-text="{{value}}" id="INTERPOLATION"/>" was set successfully.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="87241d8eb7bf0d14756f27febe8d0a84015627db">
+ <source>OSD recovery speed priority</source>
+ <target state="translated">OSD recovery speed priority</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="442db228d78b94d704b22bb0ffeb712af183f19a">
+ <source><x equiv-text="{{operation}}" id="INTERPOLATION"/> was initialized in the following OSD: <x equiv-text="{{id}}" id="INTERPOLATION_1"/></source>
+ <target state="translated"><x equiv-text="{{operation}}" id="INTERPOLATION"/> was initialized in the following OSD: <x equiv-text="{{id}}" id="INTERPOLATION_1"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="78917e8031aaf913ac3fa63295325ce8879703ce">
+ <source>Job</source>
+ <target state="translated">Job</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="94287619205068b591c18493c64781424864c259">
+ <source>Severity</source>
+ <target state="translated">Severity</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e6cfbe0c5e0302ba2cec22315f6a28f8ac46b651">
+ <source>Started</source>
+ <target state="translated">Started</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6">
+ <source>URL</source>
+ <target state="translated">URL</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fb2e1bed329dc5b84197808c778abb9edcbdb335">
+ <source>Used</source>
+ <target state="translated">Used</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4f1ab04d9100fb0df0e62b921ec46ae052ae29fc">
+ <source>Avail.</source>
+ <target state="translated">Avail.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a1c9b3d4fa67450fe9afd1d726f8a1bd91d990ea">
+ <source>Clean</source>
+ <target state="translated">Clean</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0054f5460090d6dde385e8f099d598df5d28cf54">
+ <source>Working</source>
+ <target state="translated">Working</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a8059e31694578c1b0344a76a345357dd60e8f01">
+ <source>Warning</source>
+ <target state="translated">Warning</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e5d8bb389c702588877f039d72178f219453a72d">
+ <source>Unknown</source>
+ <target state="translated">Unknown</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="129a2224e1f9d19eb5e11e2a07fe10a785556484">
+ <source>up</source>
+ <target state="translated">up</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/osd-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d5f29cf0af691726483262d647eb6622be002512">
+ <source>no filesystems</source>
+ <target state="translated">no filesystems</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b1c4387ffab06f3fa9fdb4411aea955595538d44">
+ <source>active</source>
+ <target state="translated">active</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mgr-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1aaf7054d826f2cb05ec3e88a5a4b8116861e1f5">
+ <source>standby</source>
+ <target state="translated">standby</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mgr-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c9a1080024dca344a48acdb77fa2d54e059f7254">
+ <source>n/a</source>
+ <target state="translated">n/a</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mgr-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="84a1787b6df375847c70f782861d7e7f8f43bff4">
+ <source>active daemon</source>
+ <target state="translated">active daemon</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mgr-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="24407dc2ebfafaf6b131ee978683b893c3f1d763">
+ <source>quorum</source>
+ <target state="translated">quorum</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mon-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="5049e204c14c648691ac775a64fb504467aeb549">
+ <source>Value</source>
+ <target state="translated">Value</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="60fb10c145f9c7ede2b9ddf9b2b0b0f6191d0ebd">
+ <source>Cache Mode</source>
+ <target state="translated">Cache Mode</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-details/pool-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fa5bfad31d4139f6871443bb74324ffda5cad3e6">
+ <source>Min Evict Age</source>
+ <target state="translated">Min Evict Age</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-details/pool-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fd0eb851666df45c34c76fabcda79b0d77bc910b">
+ <source>Min Flush Age</source>
+ <target state="translated">Min Flush Age</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-details/pool-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="cb54d2c420a534cee0c308ea5589f8c394ef8d67">
+ <source>Target Max Bytes</source>
+ <target state="translated">Target Max Bytes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-details/pool-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="07f4ebe6615dca466818ffdae2a69ee217d265fb">
+ <source>Target Max Objects</source>
+ <target state="translated">Target Max Objects</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-details/pool-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="eaa8f4df53cf7fa78d078e20a701d10f3dccd77d">
+ <source>No applications added</source>
+ <target state="translated">No applications added</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="321c2a7640f11177ea49b0857b94c4b70830c0e6">
+ <source>Applications limit reached</source>
+ <target state="translated">Applications limit reached</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="519d27742b74fadc8336777452f78891e98aa1dc">
+ <source>A pool can only have up to four applications definitions.</source>
+ <target state="translated">A pool can only have up to four applications definitions.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b5bec3813f0d45daa7eb9471272969e1bc3e734e">
+ <source>Allowed characters '_a-zA-Z0-9'</source>
+ <target state="translated">Allowed characters '_a-zA-Z0-9'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="807472d29602a0085bce62e534bd66208982c2e2">
+ <source>Maximum length is 128 characters</source>
+ <target state="translated">Maximum length is 128 characters</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="37785748b9ac9ad1d3e4b111ac502c3284afe84b">
+ <source>Filter or add applications</source>
+ <target state="translated">Filter or add applications</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="38c7b8610ca87835e13eeee6a09ba1c414cd5cb9">
+ <source>Add application</source>
+ <target state="translated">Add application</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="65bb2be83261bc4798853bbccdedc110c43feea7">
+ <source>erasure code profile</source>
+ <target state="translated">erasure code profile</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="112d356ad6846959ca4aa5ec9a1f0d9d473b24ec">
+ <source>Replica Size</source>
+ <target state="translated">Replica Size</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ec50492db341fa752b023d8c924601286b6c9c0c">
+ <source>Last Change</source>
+ <target state="translated">Last Change</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="563a8c136a9d423bc7ae1269a404d6da5fd83dad">
+ <source>Erasure Coded Profile</source>
+ <target state="translated">Erasure Coded Profile</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0ad7f0662956cff61ac1208f92b1a0305b1b2e58">
+ <source>Crush Ruleset</source>
+ <target state="translated">Crush Ruleset</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f15bf7f588f09ca79795b17bc244e8d336f28171">
+ <source>Write bytes</source>
+ <target state="translated">Write bytes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="44939fd05cedfd077db886528b755e77d5fa3885">
+ <source>bucket</source>
+ <target state="translated">bucket</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ec40d74ecfb1d6d60455af6805c9a714a3f5750a">
+ <source>buckets</source>
+ <target state="translated">buckets</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0914cbe18bae204217e1851be6d2d24d86e74605">
+ <source>user</source>
+ <target state="translated">user</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7c7f4be7b726e61c577e63842a58d9e435f7c597">
+ <source>users</source>
+ <target state="translated">users</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1481b8488e10dbc437accce89d2ae35a0106e8ba">
+ <source>Scope</source>
+ <target state="translated">Scope</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-details/role-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9b1d5e95f6bdcfb4b737413f5fa157e0dcb103d5">
+ <source>Read</source>
+ <target state="translated">Read</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-details/role-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-form/role-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fe6ee93173884201ec62d62ba173c3de85ae177e">
+ <source>Created role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">Created role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-form/role-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="41c032df0732f4318f8213fabd0719ac347d4b6c">
+ <source>Updated role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">Updated role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-form/role-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="50e22b5289f79f1417369403345c9fa9911a4557">
+ <source>System Role</source>
+ <target state="translated">System Role</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-list/role-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7f132668e2dbfcf616381d2daf59d1a6f2698102">
+ <source>Deleted role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">Deleted role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-list/role-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d2362a49d2434ce137bf19dab004251b7fd9c7b3">
+ <source>Created user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</source>
+ <target state="translated">Created user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9910122dfedd2eaa544a990f1430e5b82a76d99f">
+ <source>Update user</source>
+ <target state="translated">Update user</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ac10a3d9b59575640797c1a8e6aea642cf5d5e77">
+ <source>Continue</source>
+ <target state="translated">Continue</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="cf4bcf4ce3d551e6099ccdc3546ae418fe5f8038">
+ <source>You were automatically logged out because your roles have been changed.</source>
+ <target state="translated">You were automatically logged out because your roles have been changed.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0f6003fb0c1cc73b89d225801cc1b870945cd259">
+ <source>Updated user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</source>
+ <target state="translated">Updated user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fe516c6d820018fdc971113935e22ec1e852965f">
+ <source>Deleted user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</source>
+ <target state="translated">Deleted user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-list/user-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="01a7e11502ff80421ef3615e533ea14ef57e1d5c">
+ <source>Failed to delete user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</source>
+ <target state="translated">Failed to delete user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-list/user-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="63316a3861dbcb035147efc1b9fb6bc708242e94">
+ <source>You are currently logged in as "<x equiv-text="{{username}}" id="INTERPOLATION"/>".</source>
+ <target state="translated">You are currently logged in as "<x equiv-text="{{username}}" id="INTERPOLATION"/>".</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-list/user-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1d7fbcc3d5efc946ffbcf86fed04c4e20dda20fb">
+ <source>Each object is split in data-chunks parts, each stored on a different OSD.</source>
+ <target state="translated">Each object is split in data-chunks parts, each stored on a different OSD.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b1f8ed4e216585f1f9134740002ef3c8501debd8">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c437ee74a9a8e781e1380153f742a685e3b8cc5e">
+ <source>The jerasure plugin is the most generic and flexible plugin,
+ it is also the default for Ceph erasure coded pools.</source>
+ <target state="translated">The jerasure plugin is the most generic and flexible plugin,
+ it is also the default for Ceph erasure coded pools.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="8c7e19322851402afa67e41f4f1d4e531caf1bf5">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b1b11f49281b4e79219b4eecfbcb033cb15bd880">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d9cb3bc07a25b26fbea457e0a7b543340bc13c49">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="813959d46e63a29bbd266b3af2ff9414c2ef553c">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f0ff63d92e0a1b4d4b51e31b9133802d160a5f4c">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="3ece48df9d1e9a98f98bf3c5cc66e8b637020a4d">
+ <source>The isa plugin encapsulates the ISA library. It only runs on Intel processors.</source>
+ <target state="translated">The isa plugin encapsulates the ISA library. It only runs on Intel processors.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4472c9e31bfc7d96a83dc4afce0a6e885c99e839">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fa385f5ecf63083ec848dca8dc5e52bdc72ac6f6">
+ <source>The shec plugin encapsulates the multiple SHEC library.
+ It allows ceph to recover data more efficiently than Reed Solomon codes.</source>
+ <target state="translated">The shec plugin encapsulates the multiple SHEC library.
+ It allows ceph to recover data more efficiently than Reed Solomon codes.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="687b3cd94b3475c24ff4481d64d4739f902a377c">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f3c4af6df91bdaabdb715f8f0b61a24faf73a3bc">
+ <source>The name of the crush bucket used for the first step of the CRUSH rule.
+ For instance step take default.</source>
+ <target state="translated">The name of the crush bucket used for the first step of the CRUSH rule.
+ For instance step take default.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e1059955a5ce65cdabf0c0a8207377e1f9bae57e">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ac392ac9c6da5fde6da80fc57b9c09402fb6e73d">
+ <source>Restrict placement to devices of a specific class
+ (e.g., ssd or hdd), using the crush device class names in the CRUSH map.</source>
+ <target state="translated">Restrict placement to devices of a specific class
+ (e.g., ssd or hdd), using the crush device class names in the CRUSH map.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="62bcb9ae5583a088649b1adf5787a86ca3334f89">
+ <source>Set the directory name from which the erasure code plugin is loaded.</source>
+ <target state="translated">Set the directory name from which the erasure code plugin is loaded.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a436c6a4025a749198e93cac239de8deede72211">
+ <source>-- Select the priority --</source>
+ <target state="translated">-- Select the priority --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/osd.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9556266f0a2b1762a44b686f2bb21dbfefb01c12">
+ <source>Low</source>
+ <target state="translated">Low</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/osd.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="72279141a67cc042d9864102b703216cc8a428a3">
+ <source>High</source>
+ <target state="translated">High</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/osd.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e6ca3c0efaf51e6d45a7f92f58bac37140c3fda4">
+ <source>Last 5 minutes</source>
+ <target state="translated">Last 5 minutes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b0ecb2bbc548cc9bd95050fd8f0c84586d083fe2">
+ <source>Last 15 minutes</source>
+ <target state="translated">Last 15 minutes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="857ae67deb51353120b203b0f2a06b0c48ef49fa">
+ <source>Last 30 minutes</source>
+ <target state="translated">Last 30 minutes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7b1738fad314e936dc14b94db8f43da736942308">
+ <source>Last 1 hour (Default)</source>
+ <target state="translated">Last 1 hour (Default)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a428288224389726cef9d9bd8d1d7808cccd7ffd">
+ <source>Last 3 hours</source>
+ <target state="translated">Last 3 hours</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7cbabecc8d80cf183ac199cfaeb7619d56e5d43f">
+ <source>Last 6 hours</source>
+ <target state="translated">Last 6 hours</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1a389cdf64187d34cf99eec30a290e3fa7d4744f">
+ <source>Last 12 hours</source>
+ <target state="translated">Last 12 hours</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9e0ba5f591380a94d594a76288f0c41aa97eb9c2">
+ <source>Last 24 hours</source>
+ <target state="translated">Last 24 hours</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e430eda9c785cd43465b7cbb400ee914f1057247">
+ <source>Yesterday</source>
+ <target state="translated">Yesterday</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7fb1099e29660162f9154d5b2feee7743a423df6">
+ <source>Today</source>
+ <target state="translated">Today</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="33904058a97a64bd189bed84038b1ffe719769c7">
+ <source>Today so far</source>
+ <target state="translated">Today so far</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="3b0b849be007510021d3d383df75bec95ef9c97b">
+ <source>Day before yesterday</source>
+ <target state="translated">Day before yesterday</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="6b430c2c394c4d32ebd7d46c8c46ab60e1b29ccb">
+ <source>Last 2 days</source>
+ <target state="translated">Last 2 days</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d5e812a87a5d57a94200a2013027cab76a7c4863">
+ <source>This day last week</source>
+ <target state="translated">This day last week</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d00edc936eeab6b5577401f115ca86ca2c87dc9a">
+ <source>Previous week</source>
+ <target state="translated">Previous week</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b036e40577baa6b918b2267d319d4b3aeaa88a5a">
+ <source>This week</source>
+ <target state="translated">This week</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="99ad5a6096b3fcb3f021f3779bae710cdfeb8934">
+ <source>This week so far</source>
+ <target state="translated">This week so far</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="02e0243b60007368f87dc01e083f232dd025096d">
+ <source>Last 7 days</source>
+ <target state="translated">Last 7 days</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c3b08b07b5ab98e7cdcf18df39355690ab7d3884">
+ <source>Previous month</source>
+ <target state="translated">Previous month</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1b2562c6d5aa90644e7dc91feee82e2005fceb33">
+ <source>This month</source>
+ <target state="translated">This month</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="26b4b18c5917934abb169ba9aa490e57f7bf10b8">
+ <source>This month so far</source>
+ <target state="translated">This month so far</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7668986b9f753fcd72ad4a00b1a0c4861d1f7fb8">
+ <source>Last 30 days</source>
+ <target state="translated">Last 30 days</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ba1e822408d90c6fbd2989100fa648bfd5e8ee84">
+ <source>Last 90 days</source>
+ <target state="translated">Last 90 days</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c3df03f899a914c4181adcdc8a3f077424f7b6e8">
+ <source>Last 6 months</source>
+ <target state="translated">Last 6 months</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7f9a92757580c9f31c309c0a3812ea429274eadf">
+ <source>Last 1 year</source>
+ <target state="translated">Last 1 year</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="5a9fede30ff65cb4b4426f6b1ed31afb67ecd7b0">
+ <source>Previous year</source>
+ <target state="translated">Previous year</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="65cefcc53d1f6445df7568e8a40c49165f1090ee">
+ <source>This year</source>
+ <target state="translated">This year</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1f68b766944dc3865bddab765fe952b0c1c43f92">
+ <source>This year so far</source>
+ <target state="translated">This year so far</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4d4b77e614f8043fdadef5d6d235655bb48eb311">
+ <source>Last 2 years</source>
+ <target state="translated">Last 2 years</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="138afa339ea6e75d25a474affe1edbcb90e00ec0">
+ <source>Last 5 years</source>
+ <target state="translated">Last 5 years</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c43dc1967a603fefb886149ac35863a06d5b4ce5">
+ <source>Information</source>
+ <target state="translated">Information</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/info-panel/info-panel.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="37391297bb077a6f84484930261b01a3ce38327b">
+ <source>No items selected.</source>
+ <target state="translated">No items selected.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2c1e52ee832661b4a0f570877d24661736b16af1">
+ <source>Deselect item to select again</source>
+ <target state="translated">Deselect item to select again</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c8c9c6e5918659336824bbdda3501c66eaa79a4c">
+ <source>Selection limit reached</source>
+ <target state="translated">Selection limit reached</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="02d184c288f567825a1fcbf83bcd3099a10853d5">
+ <source>Filter tags</source>
+ <target state="translated">Filter tags</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="aa00748e49c269956837d6f3acdd8d218796a8d8">
+ <source>Add badge</source>
+ <target state="translated">Add badge</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4078a92d8121abdce7d8f346a88914923ec835fc">
+ <source>There are no items available.</source>
+ <target state="translated">There are no items available.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="24c4d50fe8567de381a20a1745f1b6d37eacaa90">
+ <source>Failed to <x equiv-text="{{failure}}" id="INTERPOLATION"/> <x equiv-text="{{metadata}}" id="INTERPOLATION_1"/></source>
+ <target state="translated">Failed to <x equiv-text="{{failure}}" id="INTERPOLATION"/><x equiv-text="{{metadata}}" id="INTERPOLATION_1"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f54b6f09b390d5ade0e354f6c7d4743c10a315cc">
+ <source>Executing</source>
+ <target state="translated">Executing</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="5cdfe3e3330ea42bfd29c540dbd268bee97d364d">
+ <source>execute</source>
+ <target state="translated">execute</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="6e98e243518daa88be30330fcdbd2d10f8eae4d7">
+ <source>Executed</source>
+ <target state="translated">Executed</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="24b09aa5bd909273a023d2d788a2673325c77e31">
+ <source>unknown task</source>
+ <target state="translated">unknown task</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="114b5f92b9192b229ffc9a450319a97ccca2aa5c">
+ <source>Creating</source>
+ <target state="translated">Creating</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="56695b69d27437ada580a187958407e7c856d46e">
+ <source>create</source>
+ <target state="translated">create</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9db60170ef3b3b41a863e7d5ee7cec10919b9141">
+ <source>Updating</source>
+ <target state="translated">Updating</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="64412640835b7d25247cb254d4f911366c0e6862">
+ <source>update</source>
+ <target state="translated">update</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9da0107a35751e722c8b4bca7636fc7645dbdbdc">
+ <source>Updated</source>
+ <target state="translated">Updated</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="416193bb373d59477458b00e5922d755e2e2cacd">
+ <source>Deleting</source>
+ <target state="translated">Deleting</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="70ef158c584bafe788e319a0bffa11b02ee9abf1">
+ <source>delete</source>
+ <target state="translated">delete</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54">
+ <source>Deleted</source>
+ <target state="translated">Deleted</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="3f757cfc3749ebb5d4462017cb60138ca082f15f">
+ <source>RBD '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">RBD '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a6c681e6130fe440ae40de99a405fcf5c7eefee1">
+ <source>RBD snapshot '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">RBD snapshot '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4fb54a0291f49583c317d4a3690239141b5a8f68">
+ <source>mirror mode for pool '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">mirror mode for pool '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="6621ab6e122a149326a1e48e9051a41e7f203cf6">
+ <source>mirror peer for pool '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">mirror peer for pool '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1b559dbd9cc9664fd788c2da9a10d3abafe066cb">
+ <source>Name is already used by <x equiv-text="{{pool_name}}" id="INTERPOLATION"/>.</source>
+ <target state="translated">Name is already used by <x equiv-text="{{pool_name}}" id="INTERPOLATION"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="8fc28e1103d9f2ef47b9fff9a4f74e8365c7cf19">
+ <source>Name is already used by <x equiv-text="{{name}}" id="INTERPOLATION"/>.</source>
+ <target state="translated">Name is already used by <x equiv-text="{{name}}" id="INTERPOLATION"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1cdc7ea44fcb85d0cfcf6e7379d625d8674a8fbe">
+ <source>Name is already used by <x equiv-text="{{rbd_name}}" id="INTERPOLATION"/>.</source>
+ <target state="translated">Name is already used by <x equiv-text="{{rbd_name}}" id="INTERPOLATION"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1ff7676ad1e991102224540a32dd44ad1ab88aa8">
+ <source><x equiv-text="{{rbd_name}}" id="INTERPOLATION"/> contains snapshots.</source>
+ <target state="translated"><x equiv-text="{{rbd_name}}" id="INTERPOLATION"/> contains snapshots.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c3a1dcca2b2ba20fbe39e2441e7bb1cf9c20cdf3">
+ <source>Cloning</source>
+ <target state="translated">Cloning</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b5fa4e0a3a279dee5b6bf7b823e54387f7c79994">
+ <source>clone</source>
+ <target state="translated">clone</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a3318a2ee2bd0064b6b9ff72a4018b679ec63125">
+ <source>Cloned</source>
+ <target state="translated">Cloned</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="29b7452e8367af9aa8fa828f16ff94c3530e7a1a">
+ <source>Snapshot of <x equiv-text="{{rbd_name}}" id="INTERPOLATION"/> must be protected.</source>
+ <target state="translated">Snapshot of <x equiv-text="{{rbd_name}}" id="INTERPOLATION"/> must be protected.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="369f93b9a07a9465f7a261e9f0021b6cfa7180c5">
+ <source>Copying</source>
+ <target state="translated">Copying</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="37584f889855d153a106f5dffe23d21f9453c8ff">
+ <source>copy</source>
+ <target state="translated">copy</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ef90545bc832876c0d7f9a10363c75137472bbb5">
+ <source>Copied</source>
+ <target state="translated">Copied</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="6ea9e313a04ef59222feaadfe84e97b4c69d7e9e">
+ <source>Flattening</source>
+ <target state="translated">Flattening</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1f57593581b64d2d4c70eab1736bd9bccc66a7dc">
+ <source>flatten</source>
+ <target state="translated">flatten</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="647059bf3ea098fffedf92ddfad792bb3daa3c95">
+ <source>Flattened</source>
+ <target state="translated">Flattened</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d990ef9680cd23bbe652c37eb46bf038cfee80ad">
+ <source>Name is already used by <x equiv-text="{{snap_name}}" id="INTERPOLATION"/>.</source>
+ <target state="translated">Name is already used by <x equiv-text="{{snap_name}}" id="INTERPOLATION"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a101745d080ef65c09bd5fafc796f94ddb9f9d60">
+ <source>Cannot unprotect <x equiv-text="{{snap_name}}" id="INTERPOLATION"/> because it contains child images.</source>
+ <target state="translated">Cannot unprotect <x equiv-text="{{snap_name}}" id="INTERPOLATION"/> because it contains child images.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="647968f4cde7786cd53ec8e6aa9802ac6824a262">
+ <source>Cannot delete <x equiv-text="{{snap_name}}" id="INTERPOLATION"/> because it's protected.</source>
+ <target state="translated">Cannot delete <x equiv-text="{{snap_name}}" id="INTERPOLATION"/> because it's protected.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="57ddd3e15cf0ce974356b757451f50116a27272b">
+ <source>Rolling back</source>
+ <target state="translated">Rolling back</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a8913a3a5ee61f2598b5f0432cb9b20cdd60548e">
+ <source>rollback</source>
+ <target state="translated">rollback</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="dc21fd6547f2325c67f6deff925f29eb07a2db3e">
+ <source>Rolled back</source>
+ <target state="translated">Rolled back</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="de8676f0017c9db6c49388cd7d63cd0a83a0c1dc">
+ <source>Moving</source>
+ <target state="translated">Moving</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2d810712308ae63cb795d809687a3254ef7a2f05">
+ <source>move</source>
+ <target state="translated">move</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f3ba995236e5c1cc77686108980c099a90aec754">
+ <source>Moved</source>
+ <target state="translated">Moved</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d0422169252d132624a20f267b5c29f28cb53ebe">
+ <source>image '<x equiv-text="{{id}}" id="INTERPOLATION"/>' to trash</source>
+ <target state="translated">image '<x equiv-text="{{id}}" id="INTERPOLATION"/>' to trash</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b603e2dfed9808222fbcb5a7c5f4da2cc6ae2aae">
+ <source>Could not find image.</source>
+ <target state="translated">Could not find image.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="398debe73006b1fe5177ed81d2e7b0cc852f61ec">
+ <source>Restoring</source>
+ <target state="translated">Restoring</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c252806fb400e79bac194696632c9362742b1538">
+ <source>restore</source>
+ <target state="translated">restore</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="86fc6cae82c095f14105eb8a61d7b3fa948304b7">
+ <source>Restored</source>
+ <target state="translated">Restored</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="30b8bcf69b3f1754b7abba173fd806cfcea4cb04">
+ <source>image '<x equiv-text="{{id}}" id="INTERPOLATION"/>' into '<x equiv-text="{{new_id}}" id="INTERPOLATION_1"/>'</source>
+ <target state="translated">image '<x equiv-text="{{id}}" id="INTERPOLATION"/>' into '<x equiv-text="{{new_id}}" id="INTERPOLATION_1"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="13b7b241cef989fe0932ddd180e757658e1817e7">
+ <source>Image name '<x equiv-text="{{id}}" id="INTERPOLATION"/>' is already in use.</source>
+ <target state="translated">Image name '<x equiv-text="{{id}}" id="INTERPOLATION"/>' is already in use.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="cc1cee12c833e8fbbef28a2a7c449dc530da912d">
+ <source>image '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">image '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="38e5f47f8bef505652f3e87f46efb00ead1350a3">
+ <source>Purging</source>
+ <target state="translated">Purging</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e4e57747f123f0fe6fe3a0ecf608f8bc287dec0c">
+ <source>purge</source>
+ <target state="translated">purge</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="69b0446c6c2411c4fe01e411b8ceec72d4044fb4">
+ <source>Purged</source>
+ <target state="translated">Purged</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1560d58fdf39663929653250d45f5b1dfe078fea">
+ <source>all pools</source>
+ <target state="translated">all pools</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1ac3dc50c2c3d86e98bc0967ee1e696810a2d3aa">
+ <source>images from <x equiv-text="{{message}}" id="INTERPOLATION"/></source>
+ <target state="translated">images from <x equiv-text="{{message}}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="02278abbb044ece04ab6bd80bd2060198d31d83b">
+ <source>Cannot disable mirroring because it contains a peer.</source>
+ <target state="translated">Cannot disable mirroring because it contains a peer.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="dfe70001dc590a9e12512cbb206aa29fb36fd00b">
+ <source>pool '<x equiv-text="{{pool_name}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">pool '<x equiv-text="{{pool_name}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="59630daf2f4786690fae0cdad55da8887236eabe">
+ <source>erasure code profile '<x equiv-text="{{name}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">erasure code profile '<x equiv-text="{{name}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="369462e5e018360e0600bb570866201ad5c3c8a8">
+ <source>target '<x equiv-text="{{target_iqn}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">target '<x equiv-text="{{target_iqn}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ </body>
+ </file>
+</xliff>
\ No newline at end of file
--- /dev/null
+<?xml version="1.0"?><xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
+ <file datatype="plaintext" original="ng2.template" source-language="en-US" target-language="fr-FR">
+ <body>
+ <trans-unit datatype="html" id="319e0745bcbc132451569294fa2fa21bf10f555a">
+ <source>Toggle navigation</source>
+ <target state="translated">Toggle navigation</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">15</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f65253954b66e929a8b4d5ecaf61f9129f8cec64">
+ <source>Dashboard</source>
+ <target state="translated">Dashboard</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">35</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f4d1dd59b039ad818d9da7e29a773e10e41d9821">
+ <source>Cluster</source>
+ <target state="translated">Cluster</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">47</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="099b441d49333b3c6d30b36dc0a4763e64c78920">
+ <source>Hosts</source>
+ <target>Serveurs</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">57</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">81</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="624f596cc3320f5e0a0d7c7346c364e5af9bdd8c">
+ <source>Monitors</source>
+ <target state="translated">Monitors</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">64</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">48</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1a9183778f2c6473d7ccb080f651caa01faaf70c">
+ <source>OSDs</source>
+ <target state="translated">OSDs</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">57</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4a41f824a35ba01d5bd7be61aa06b3e8145209d0">
+ <source>Configuration</source>
+ <target>Configuration</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">78</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8c95898abff46bfac3ed6eb2afef74597e60b15c">
+ <source>CRUSH map</source>
+ <target state="translated">CRUSH map</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">85</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="eb3d5aefff38a814b76da74371cbf02c0789a1ef">
+ <source>Logs</source>
+ <target state="translated">Logs</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">92</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9fe218829514884cdd0ca2300573a4e0428c324f">
+ <source>Alerts</source>
+ <target state="translated">Alerts</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">98</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="92899fa68e8ca108912163ff58edc8540e453787">
+ <source>Pools</source>
+ <target state="translated">Pools</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">108</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/overview/overview.component.html</context>
+ <context context-type="linenumber">12</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">190</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7f5d0c10614e8a34f0e2dad33a0568277c50cf69">
+ <source>Block</source>
+ <target state="translated">Block</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">122</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b73f7f5060fb22a1e9ec462b1bb02493fa3ab866">
+ <source>Images</source>
+ <target>Images</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">131</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">120</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">341</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">479</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi/iscsi.component.html</context>
+ <context context-type="linenumber">9</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/overview/overview.component.html</context>
+ <context context-type="linenumber">21</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-images/rbd-images.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3c2562ba992127203dcfd014010b03cb7b8113c6">
+ <source>Mirroring</source>
+ <target state="translated">Mirroring</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">139</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="811c241d56601b91ef26735b770e64428089b950">
+ <source>iSCSI</source>
+ <target state="translated">iSCSI</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">151</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a4eff72d97b7ced051398d581f10968218057ddc">
+ <source>Filesystems</source>
+ <target>Systèmes de fichiers</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">162</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2190548d236ca5f7bc7ab2bca334b860c5ff2ad4">
+ <source>Object Gateway</source>
+ <target state="translated">Object Gateway</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">173</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9e24f9e2d42104ffc01599db4d566d1cc518f9e6">
+ <source>Daemons</source>
+ <target state="translated">Daemons</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">182</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi/iscsi.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/overview/overview.component.html</context>
+ <context context-type="linenumber">5</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
+ <source>Users</source>
+ <target>Utilisateurs</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">188</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-tabs/user-tabs.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9515520496da83179d8b08132f00f575512a1f40">
+ <source>Buckets</source>
+ <target state="translated">Buckets</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">194</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="797f8214e8148f4bf0d244baaa7341706b419549">
+ <source>Retrieving data<x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/> for
+ <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/>. Please wait...</source>
+ <target state="translated">Retrieving data<x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/> for
+ <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/>. Please wait...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/view-cache/view-cache.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5a870dc77b9f6f33ee671ea2d856021276933339">
+ <source>Displaying previously cached data<x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/>
+ for <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/>.</source>
+ <target state="translated">Displaying previously cached data<x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/>
+ for <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/view-cache/view-cache.component.html</context>
+ <context context-type="linenumber">7</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ae580202919844531361ba2308287226ff74a584">
+ <source>Could not load data<x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/> for
+ <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/>.
+ Please check the cluster health.</source>
+ <target state="translated">Could not load data<x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/> for
+ <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/>.
+ Please check the cluster health.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/view-cache/view-cache.component.html</context>
+ <context context-type="linenumber">12</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cda31dbd724cf5f4fa7a4274d9120651490c8a8c">
+ <source>Back</source>
+ <target>Retour</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/error-panel/error-panel.component.html</context>
+ <context context-type="linenumber">27</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">544</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">303</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">159</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">443</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">107</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">598</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">85</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">151</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3fb5709e10166cbc85970cbff103db227dbeb813">
+ <source>Select a Language</source>
+ <target>Sélectionner une langue</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/language-selector/language-selector.component.html</context>
+ <context context-type="linenumber">7</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c5109325fb160b543f71a51e7511c00575057431">
+ <source>Loading panel data...</source>
+ <target state="translated">Loading panel data...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/grafana/grafana.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8ca12411f890ab8b0a9216418e2b8f5ea7d2441a">
+ <source>Please consult the
+ <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> on how to
+ configure and enable the monitoring functionality.</source>
+ <target state="translated">Please consult the
+ <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> on how to
+ configure and enable the monitoring functionality.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/grafana/grafana.component.html</context>
+ <context context-type="linenumber">6</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="160a9e80dc089792df42e2400b1e81b9e7025aa7">
+ <source>Grafana Dashboard doesn't exist. Please refer to
+ <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> on how to
+ add dashboards to Grafana.</source>
+ <target state="translated">Grafana Dashboard doesn't exist. Please refer to
+ <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> on how to
+ add dashboards to Grafana.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/grafana/grafana.component.html</context>
+ <context context-type="linenumber">11</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4e11830040bd64804a0555de76f291d5832772d4">
+ <source>Grafana Time Picker</source>
+ <target state="translated">Grafana Time Picker</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/grafana/grafana.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="238c1ba845dd7330e8088165275919a1debf1ca3">
+ <source>Reset Settings</source>
+ <target state="translated">Reset Settings</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/grafana/grafana.component.html</context>
+ <context context-type="linenumber">35</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="012741ee52b3c050e4a977c37cc2334f7974f141">
+ <source>Failed to load data.</source>
+ <target>Échec du chargement des données.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/datatable/table/table.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="80cc9a12d4bf6fe454ed94b379eeaf915f920bb7">
+ <source>selected</source>
+ <target state="translated">selected</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/datatable/table/table.component.html</context>
+ <context context-type="linenumber">112</context>
+ </context-group>
+ <note from="description" priority="1">X selected</note>
+ </trans-unit><trans-unit datatype="html" id="0cb77511a9a148e05b9adf36cc07269956fbb29d">
+ <source>found</source>
+ <target state="translated">found</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/datatable/table/table.component.html</context>
+ <context context-type="linenumber">115</context>
+ </context-group>
+ <note from="description" priority="1">X found</note>
+ </trans-unit><trans-unit datatype="html" id="79347388740c50b7ac97e144c2494bb62912f312">
+ <source>total</source>
+ <target state="translated">total</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/datatable/table/table.component.html</context>
+ <context context-type="linenumber">118</context>
+ </context-group>
+ <note from="description" priority="1">X total</note>
+ </trans-unit><trans-unit datatype="html" id="121cc5391cd2a5115bc2b3160379ee5b36cd7716">
+ <source>Settings</source>
+ <target state="translated">Settings</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9e515f954730279c31d5301f02479666d6264e8b">
+ <source>Changing these parameters from their default values is usually not necessary.</source>
+ <target state="translated">Changing these parameters from their default values is usually not necessary.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html</context>
+ <context context-type="linenumber">15</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="68e710782ccb5398b3acb8844caf0b199da2c3da">
+ <source>Confirm</source>
+ <target state="translated">Confirm</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html</context>
+ <context context-type="linenumber">35</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html</context>
+ <context context-type="linenumber">53</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d7b35c384aecd25a516200d6921836374613dfe7">
+ <source>Cancel</source>
+ <target>Annuler</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html</context>
+ <context context-type="linenumber">39</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html</context>
+ <context context-type="linenumber">57</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html</context>
+ <context context-type="linenumber">38</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/confirmation-modal/confirmation-modal.component.html</context>
+ <context context-type="linenumber">21</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html</context>
+ <context context-type="linenumber">38</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">91</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
+ <context context-type="linenumber">25</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">44</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">45</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">44</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">45</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">110</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="339878da255ab55447c43afef8d9b2f9753bf5f6">
+ <source>Advanced Settings</source>
+ <target state="translated">Advanced Settings</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a01e6937a5d1ee040a02416eed34544c4ea61e38">
+ <source>Create target</source>
+ <target state="translated">Create target</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">11</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">539</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1406c2fb12a20c1528b19bcc5e24a6a2386167f3">
+ <source>Target IQN</source>
+ <target state="translated">Target IQN</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7cbdabcece469fab89cfa687ab152bca18b97498">
+ <source>This field is required.</source>
+ <target>Ce champs est requis.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">43</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">209</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">231</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">266</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">291</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">326</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">49</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">91</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">151</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">175</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">31</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">58</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">92</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">47</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">72</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">47</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">96</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">131</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">51</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">83</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">132</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">38</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">62</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">101</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">166</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">198</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">449</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">486</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">542</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">579</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">33</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">60</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">87</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html</context>
+ <context context-type="linenumber">36</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">32</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">36</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">58</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5fe42339be910372fa689f559155631862d218e8">
+ <source>IQN has wrong pattern.</source>
+ <target state="translated">IQN has wrong pattern.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">47</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">213</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="47d1bfe4f5b3f292e1202dfe691195b10cb99500">
+ <source>An IQN has the following notation 'iqn.$year-$month.$reversedAddress:$definedName'</source>
+ <target state="translated">An IQN has the following notation 'iqn.$year-$month.$reversedAddress:$definedName'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">51</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c8ada4b53396d8366db00a435acc61d53d857047">
+ <source>For example: iqn.2016-06.org.dashboard:storage:disk.sn-a8675309</source>
+ <target state="translated">For example: iqn.2016-06.org.dashboard:storage:disk.sn-a8675309</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">53</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
+ <source>More information</source>
+ <target state="translated">More information</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">57</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9b1aa85dfc6849196e64060db02c5410de69b7a1">
+ <source>This target has modified advanced settings.</source>
+ <target state="translated">This target has modified advanced settings.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">62</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6990ad8d6182662e864495ac31c3758cda1c7a28">
+ <source>Portals</source>
+ <target state="translated">Portals</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">72</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c3638c01b6c34066438909713ec96087c813fc7e">
+ <source>At least <x equiv-text="{{ minimum_gateways }}" id="INTERPOLATION"/> gateways are required.</source>
+ <target state="translated">At least <x equiv-text="{{ minimum_gateways }}" id="INTERPOLATION"/> gateways are required.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">96</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6a3ac2b4137d723fd9878cd357c2012ff6c07973">
+ <source>Add portal</source>
+ <target state="translated">Add portal</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">106</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e3484cae8b118c576ca2815bf9c9406c2eb2cae3">
+ <source>This image has modified settings.</source>
+ <target state="translated">This image has modified settings.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">146</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="107c84e820909b44fe258673938a68ced1bbff72">
+ <source>At least 1 image is required.</source>
+ <target state="translated">At least 1 image is required.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">151</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="808038f912fdc7f0e03f82d4afd3bf9178527fc8">
+ <source>Add image</source>
+ <target state="translated">Add image</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">161</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">371</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">506</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f494bd31f095f6dcc656ce87ec2dcf07a2e9b30c">
+ <source>Initiators</source>
+ <target state="translated">Initiators</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">174</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">437</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e98239d8a6be1100119ff4b5630c822b82786740">
+ <source>Initiator</source>
+ <target state="translated">Initiator</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">181</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f2c5059d8cda15d8d03e2cce30f2d139623d9a91">
+ <source>Client IQN</source>
+ <target state="translated">Client IQN</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">194</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="107d5aabce23d900f0a80e6ddc1c10e29aa0bed8">
+ <source>Initiator IQN needs to be unique.</source>
+ <target state="translated">Initiator IQN needs to be unique.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">205</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e08a77594f3d89311cdf6da5090044270909c194">
+ <source>User</source>
+ <target state="translated">User</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">223</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="bbf0b34a3fcc80800fcb44b9e1e86931a530dfe3">
+ <source>Usernames must have a length of 8 to 64 characters and
+ can only contain letters, '.', '@', '-', '_' or ':'.</source>
+ <target state="translated">Usernames must have a length of 8 to 64 characters and
+ can only contain letters, '.', '@', '-', '_' or ':'.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">235</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">295</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c32ef07f8803a223a83ed17024b38e8d82292407">
+ <source>Password</source>
+ <target>Mot de passe</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">245</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">42</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4b2dd8635fba00476da25977e0884969821e62da">
+ <source>Passwords must have a length of 12 to 16 characters
+ and can only contain letters, '@', '-' or '_'.</source>
+ <target state="translated">Passwords must have a length of 12 to 16 characters
+ and can only contain letters, '@', '-' or '_'.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">270</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ff40391de7a1944ea95091e4045cc34c4979b736">
+ <source>Mutual User</source>
+ <target state="translated">Mutual User</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">281</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0cf73dbebe99b737c4d288788182fc356e3c93d3">
+ <source>Mutual Password</source>
+ <target state="translated">Mutual Password</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">305</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c58e136a292acf8ebccfa6d777fdff9f392b6ee2">
+ <source>Passwords must have a length of 12 to 16 characters and
+ can only contain letters, '@', '-' or '_'.</source>
+ <target state="translated">Passwords must have a length of 12 to 16 characters and
+ can only contain letters, '@', '-' or '_'.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">330</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5d1878d5fc761cbe9614bfd87047a740c82a6951">
+ <source>Initiator belongs to a group. Images will be configure in the group.</source>
+ <target state="translated">Initiator belongs to a group. Images will be configure in the group.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">361</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c0de67b9d97fafbf200f9451e8388ee8128a56ac">
+ <source>No items added.</source>
+ <target state="translated">No items added.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">384</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">521</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d565e47726158e428ecdc952fc9233b9b7d7f049">
+ <source>Add initiator</source>
+ <target state="translated">Add initiator</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">389</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">465</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c22ba03540aa3217da059f45e7eab138b51a96e2">
+ <source>Groups</source>
+ <target state="translated">Groups</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">403</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4c90059afafb7e160384d9f512797c95bb95c6dc">
+ <source>Group</source>
+ <target state="translated">Group</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">410</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cff1428d10d59d14e45edec3c735a27b5482db59">
+ <source>Name</source>
+ <target>Nom</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">422</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">36</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">21</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">26</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">42</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">8</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">8</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html</context>
+ <context context-type="linenumber">23</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3084948274cff4f56d0f431af47240e9cf02fcc7">
+ <source>Add group</source>
+ <target state="translated">Add group</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">526</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="54839ebc827b73c9dc4e1df731c6d36a85036af7">
+ <source>Are you sure that you want to <x equiv-text="{{ actionDescription | lowercase }}" id="INTERPOLATION"/> the selected <x equiv-text="{{ itemDescription }}" id="INTERPOLATION_1"/>?</source>
+ <target state="translated">Are you sure that you want to <x equiv-text="{{ actionDescription | lowercase }}" id="INTERPOLATION"/> the selected <x equiv-text="{{ itemDescription }}" id="INTERPOLATION_1"/>?</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html</context>
+ <context context-type="linenumber">15</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2be8b7f04f0104d3fad90d079d8202b74f758b9a">
+ <source>Yes, I am sure.</source>
+ <target state="translated">Yes, I am sure.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html</context>
+ <context context-type="linenumber">25</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="53a583cd5f15059cc958b7d547f72cc78f68e123">
+ <source>Please consult the <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>
+ on how to configure and enable the iSCSI Targets management functionality.</source>
+ <target state="translated">Please consult the <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>
+ on how to configure and enable the iSCSI Targets management functionality.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-list/iscsi-target-list.component.html</context>
+ <context context-type="linenumber">6</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3b301d0044f62c92af0da53d7aaca52a436a547d">
+ <source>Available information:</source>
+ <target state="translated">Available information:</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-list/iscsi-target-list.component.html</context>
+ <context context-type="linenumber">12</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="332227f088a4877b3c11f5fb3ae8bc812c470fae">
+ <source>iSCSI Targets not available</source>
+ <target state="translated">iSCSI Targets not available</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-list/iscsi-target-list.component.html</context>
+ <context context-type="linenumber">4</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="beb1391a148bd032914f49a2665dcc414a5d56d0">
+ <source>{VAR_SELECT, select, editing {Edit} cloning {Clone} copying {Copy} other {Add} }</source>
+ <target state="translated">{VAR_SELECT, select, editing {Edit} cloning {Clone} copying {Copy} other {Add} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="52dd89f49fc440660cbbb3665b88d80f5baa7437">
+ <source>{VAR_SELECT, select, cloning {Clone from} copying {Copy from} other {Parent} }</source>
+ <target state="translated">{VAR_SELECT, select, cloning {Clone from} copying {Copy from} other {Parent} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="94516fa213706c67ce5a5b5765681d7fb032033a">
+ <source>Loading...</source>
+ <target>Chargement...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">139</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">59</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">186</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">210</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">5</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">220</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">341</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">83</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b99417c4dd46286ffd37c8d2e987c8b512ec7052">
+ <source>-- No rbd pools available --</source>
+ <target state="translated">-- No rbd pools available --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">82</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ef83ec9c304a89d45650e580dcdc2978c37b3a83">
+ <source>-- Select a pool --</source>
+ <target state="translated">-- Select a pool --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">85</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="49449943d8cbf59d8c401c8bd2e76f92e207cc5f">
+ <source>Use a dedicated data pool</source>
+ <target state="translated">Use a dedicated data pool</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">105</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="870aee0dd31a9643bf62007beb8f1ae1deb34d42">
+ <source>Data pool</source>
+ <target state="translated">Data pool</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">116</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3792ca829d9b9f687e1f5d7733d30e9bb0bfec47">
+ <source>Dedicated pool that stores the object-data of the RBD.</source>
+ <target state="translated">Dedicated pool that stores the object-data of the RBD.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">120</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="151c80ea931037cd92e854442927f8a0f6ae7795">
+ <source>-- No data pools available --</source>
+ <target state="translated">-- No data pools available --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">142</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7faaaa08f56427999f3be41df1093ce4089bbd75">
+ <source>Size</source>
+ <target>Taille</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">160</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">33</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f0016bd458baa88284a658ce9eeda42d8ad88d2c">
+ <source>e.g., 10GiB</source>
+ <target>par ex. 10Gio</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">170</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0a88bbee20570aaf9615332fb27020627044874d">
+ <source>You have to increase the size.</source>
+ <target>Vous devez augmenter la taille.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">178</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6cdb1fea93d77c07950c0c76c6e0ad79ebbef084">
+ <source>Features</source>
+ <target>Fonctionnalités</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">188</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">48</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1cfe07dac5b4ee1c464eb24225ddeb4f1d24076a">
+ <source>Advanced...</source>
+ <target state="translated">Advanced...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">211</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="bc2e854e111ecf2bd7db170da5e3c2ed08181d88">
+ <source>Advanced</source>
+ <target state="translated">Advanced</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">217</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ceac8e132384322ec778ba760875a6c6897d3e42">
+ <source>Object size</source>
+ <target>Taille de l'objet</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">224</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">43</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ef3c3f3b5f562a5cdbe0ee2874287db1534b5958">
+ <source>Stripe unit</source>
+ <target state="translated">Stripe unit</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">241</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="84471be1049006edecbcaef1a32ae0893c229c50">
+ <source>-- Select stripe unit --</source>
+ <target state="translated">-- Select stripe unit --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">252</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8d32c5c54c8581c774a7f467fbd4e329b15a74fa">
+ <source>This field is required because stripe count is defined!</source>
+ <target state="translated">This field is required because stripe count is defined!</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">258</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6bbf9040be7c5491d4a03f2185708f43a6582a3b">
+ <source>Stripe unit is greater than object size.</source>
+ <target state="translated">Stripe unit is greater than object size.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">261</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a682f49f9b761591661276d7c6f550e641a130a4">
+ <source>Stripe count</source>
+ <target state="translated">Stripe count</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">270</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="baa74031990c5370008ba622d0a250f0929097f4">
+ <source>This field is required because stripe unit is defined!</source>
+ <target state="translated">This field is required because stripe unit is defined!</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">283</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cd2ada6d5ecbd5cbf89eae0a1f5326efedac0dbc">
+ <source>Stripe count must be greater than 0.</source>
+ <target state="translated">Stripe count must be greater than 0.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">286</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="96d97d99d8c30942ace7d29cad9dcfb5d32315a1">
+ <source>{VAR_SELECT, select, editing {Update} cloning {Clone} copying {Copy} other {Create} }</source>
+ <target state="translated">{VAR_SELECT, select, editing {Update} cloning {Clone} copying {Copy} other {Create} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">298</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="aba82bfd8e177d35b76cad7cd43941f8e5e5acac">
+ <source>Trash</source>
+ <target>Poubelle</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-images/rbd-images.component.html</context>
+ <context context-type="linenumber">8</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5e7f4b1ca49e8d217bd0e12c6f7d6b6a2ade2c18">
+ <source>Overall Performance</source>
+ <target state="translated">Overall Performance</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-images/rbd-images.component.html</context>
+ <context context-type="linenumber">12</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/hosts/hosts.component.html</context>
+ <context context-type="linenumber">29</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-list/pool-list.component.html</context>
+ <context context-type="linenumber">35</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.html</context>
+ <context context-type="linenumber">16</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
+ <source>Edit</source>
+ <target state="translated">Edit</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">235</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">374</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="eec715de352a6b114713b30b640d319fa78207a0">
+ <source>Description</source>
+ <target>Description</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">32</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">46</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4ad112ce9bcd55dfd137792a86afe1b5a5b13cf8">
+ <source>Long description</source>
+ <target>Longue description</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">46</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ff7cee38a2259526c519f878e71b964f41db4348">
+ <source>Default</source>
+ <target>Défaut</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">60</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">32</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="33e1c1d9fc05ca3f62fcc8a1170fc31ebae4229c">
+ <source>Daemon default</source>
+ <target state="translated">Daemon default</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">74</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">37</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
+ <source>Services</source>
+ <target>Services</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">88</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">68</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="809b0c848932a41318f77a2aace904ef429c13f4">
+ <source>Values</source>
+ <target>Valeurs</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">101</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="82029b6db704c56a2aa3e82ac555b8655356b077">
+ <source>The entered value is too high! It must not be greater than <x equiv-text="{{ maxValue }}" id="INTERPOLATION"/>.</source>
+ <target>La valeur entrée est trop haute! Elle ne doit pas être supérieure à <x equiv-text="{{ maxValue }}" id="INTERPOLATION"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">139</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8ed8b3967a7326b81b191c9f490006e6a6777a9a">
+ <source>The entered value is too low! It must not be lower than <x equiv-text="{{ minValue }}" id="INTERPOLATION"/>.</source>
+ <target>La valeur entrée est trop haute! Elle ne doit pas être inférieure à <x equiv-text="{{ minValue }}" id="INTERPOLATION"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">142</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
+ <source>Save</source>
+ <target>Sauvegarder</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">154</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="738de688b22fba5d0dc7a5e549996838dddad0ee">
+ <source>CRUSH map viewer</source>
+ <target state="translated">CRUSH map viewer</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/crushmap/crushmap.component.html</context>
+ <context context-type="linenumber">6</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="40661476cb24c89d8b06614998e31d5fbe84eeb6">
+ <source>Hosts List</source>
+ <target>Liste de serveurs.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/hosts/hosts.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e6d57f36aa2bad303c8a8ee944b9bd7fae3c8c26">
+ <source>No entries found</source>
+ <target state="translated">No entries found</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/logs/logs.component.html</context>
+ <context context-type="linenumber">14</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/logs/logs.component.html</context>
+ <context context-type="linenumber">30</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d556ab48a65722b400e497f61737f553ee0f89e2">
+ <source>Cluster Logs</source>
+ <target state="translated">Cluster Logs</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/logs/logs.component.html</context>
+ <context context-type="linenumber">4</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5f966baffd188be0e8adc2d7067b86e55fc9b9de">
+ <source>Audit Logs</source>
+ <target state="translated">Audit Logs</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/logs/logs.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="81b97b8ea996ad1e4f9fca8415021850214884b1">
+ <source>Status</source>
+ <target state="translated">Status</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">4</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="57ec6032f5618d4a9f16eb950ad23d2ce7c24b54">
+ <source>Cluster ID</source>
+ <target state="translated">Cluster ID</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">9</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="67d7facc3fec5f8a49ab9ba0a245872184264ce5">
+ <source>monmap modified</source>
+ <target state="translated">monmap modified</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">14</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d4906731aaf2b94b4f547646c9bfe58bb77951b6">
+ <source>monmap epoch</source>
+ <target state="translated">monmap epoch</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="bd4ee06ffdc46d9dfbd0c0c4f81399021c680056">
+ <source>quorum con</source>
+ <target state="translated">quorum con</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">24</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1176c7db8a8276ccb44cc3d42e2c28d9fa6c6596">
+ <source>quorum mon</source>
+ <target state="translated">quorum mon</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">29</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="530ef677a09d681b3ab68cb0760494b3ae72a77c">
+ <source>required con</source>
+ <target state="translated">required con</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a91558e0d506c32021c31843f8f168899fc65cbf">
+ <source>required mon</source>
+ <target state="translated">required mon</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">39</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b3abe9eac5bcd94a54c8da93b312e085ec512e74">
+ <source>In Quorum</source>
+ <target state="translated">In Quorum</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">48</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ba4b748a676e1f217ce1e736fb7ec1215e677bae">
+ <source>Not In Quorum</source>
+ <target state="translated">Not In Quorum</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">54</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5ef50ba2514414f799d4c8fc36067a251904ba81">
+ <source>Cluster-wide OSD Flags</source>
+ <target state="translated">Cluster-wide OSD Flags</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
+ <source>Submit</source>
+ <target>Soumettre.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">87</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
+ <context context-type="linenumber">21</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">106</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c35f9c5f268a514b970cc55e9a5dc4bed0988e7f">
+ <source>OSD Recovery Priority</source>
+ <target state="translated">OSD Recovery Priority</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b74af38005e8a8914e45af2ec412e11ceafef8b6">
+ <source>Priority</source>
+ <target state="translated">Priority</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">16</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c2f48f04b379bfba133825747adfd238d511412e">
+ <source>Customize priority values</source>
+ <target state="translated">Customize priority values</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">44</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4aa19de2a2b54cbda39e9c62917b23044c087776">
+ <source>This field is required!</source>
+ <target>Ce champ est requis!</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">67</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">67</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">91</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">117</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">165</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">40</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">69</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">95</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b699e94bf376491bd50b70a98531071c737eaf40">
+ <source><x equiv-text="{{ attr.value.patternHelpText }}" id="INTERPOLATION"/></source>
+ <target state="translated"><x equiv-text="{{ attr.value.patternHelpText }}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="98fe13e7ad6c2b80375d204b47858ded83f80e15">
+ <source>The entered value is too high! It must not be greater than <x equiv-text="{{ attr.value.maxValue }}" id="INTERPOLATION"/>.</source>
+ <target state="translated">The entered value is too high! It must not be greater than <x equiv-text="{{ attr.value.maxValue }}" id="INTERPOLATION"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">75</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5423a3c111be47fc5a1bfe46ceb58c81c84db691">
+ <source>The entered value is too low! It must not be lower than <x equiv-text="{{ attr.value.minValue }}" id="INTERPOLATION"/>.</source>
+ <target state="translated">The entered value is too low! It must not be lower than <x equiv-text="{{ attr.value.minValue }}" id="INTERPOLATION"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="272696ff8acdbed0af6dc13f09729e70be435b82">
+ <source>Reweight OSD</source>
+ <target state="translated">Reweight OSD</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="67650b2998db48201b2c6176cbfef51e7211ccaa">
+ <source>The value needs to be between 0 and 1.</source>
+ <target>La valeur doit se situer entre 0 et 1.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="bc11f92113d678a90e334fdf3d7b3fddbe34c579">
+ <source>Reweight</source>
+ <target state="translated">Reweight</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html</context>
+ <context context-type="linenumber">30</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d5ca5daf742023fc4f0919fb3c1c6a51991cda4f">
+ <source>OSDs <x equiv-text="{deep, select, 1 {...}}" id="ICU"/>Scrub</source>
+ <target state="translated">OSDs <x equiv-text="{deep, select, 1 {...}}" id="ICU"/>Scrub</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4c17d67c7c5799eb920030e9a399961e90f55dd8">
+ <source>{VAR_SELECT, select, 1 {Deep } }</source>
+ <target state="translated">{VAR_SELECT, select, 1 {Deep } }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6a92b12d76f3cb0ea9d4f6c3cdc57cb1e1235977">
+ <source>You are about to apply a <x equiv-text="{deep, select, 1 {...}}" id="ICU"/>scrub to
+ the OSD <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ selected[0].id }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/>.</source>
+ <target state="translated">You are about to apply a <x equiv-text="{deep, select, 1 {...}}" id="ICU"/>scrub to
+ the OSD <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ selected[0].id }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="dc6705f342a036b332c3fd3443201c3613e5524d">
+ <source>{VAR_SELECT, select, 1 {deep } }</source>
+ <target state="translated">{VAR_SELECT, select, 1 {deep } }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4beacb61e2236200b5627677b5c0054d2b482ed4">
+ <source>Set Cluster-wide Flags</source>
+ <target state="translated">Set Cluster-wide Flags</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">25</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9617df8e0504d997d0ff45b6c206a12becd13c37">
+ <source>Set Cluster-wide Recovery Priority</source>
+ <target state="translated">Set Cluster-wide Recovery Priority</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">41</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b49d7877d24112d4bdfce9256edf61a007fae888">
+ <source>OSDs List</source>
+ <target state="translated">OSDs List</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f777d9b30d757508cec8e0348e8696e1c64eab8a">
+ <source><x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/>OSD <x equiv-text="{{ selection.first().id }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> will be marked
+ <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ markActionDescription }}" id="INTERPOLATION_1"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> if you proceed.</source>
+ <target state="translated"><x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/>OSD <x equiv-text="{{ selection.first().id }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> will be marked
+ <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ markActionDescription }}" id="INTERPOLATION_1"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> if you proceed.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">81</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2d3a73f6440a7d896d74356fe0a725d731e71cbb">
+ <source>The OSD is not safe to destroy!</source>
+ <target state="translated">The OSD is not safe to destroy!</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">90</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9d08116242443953ebbfe10bc2092e0a694b4adf">
+ <source><x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/>OSD <x equiv-text="{{ selection.first().id }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> will be
+ <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ actionDescription }}" id="INTERPOLATION_1"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> if you proceed.</source>
+ <target state="translated"><x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/>OSD <x equiv-text="{{ selection.first().id }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> will be
+ <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ actionDescription }}" id="INTERPOLATION_1"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> if you proceed.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">92</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4f8b2bb476981727ab34ed40fde1218361f92c45">
+ <source>Details</source>
+ <target>Détails</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-details/role-details.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">8</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-details/pool-details.component.html</context>
+ <context context-type="linenumber">5</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d2bcd3296d2850de762fb943060b7e086a893181">
+ <source>Health</source>
+ <target>Santé</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/dashboard/dashboard.component.html</context>
+ <context context-type="linenumber">4</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="61e0f26d843eec0b33ff475e111b0c2f7a80b835">
+ <source>Statistics</source>
+ <target>Statistiques</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/dashboard/dashboard.component.html</context>
+ <context context-type="linenumber">8</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="594cd9429597cf6bede5560b3d8fe578821213de">
+ <source>Add erasure code profile</source>
+ <target state="translated">Add erasure code profile</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="490e15ecc922965b6d8194754c87c5583aa071f3">
+ <source>The name can only consist of alphanumeric characters, dashes and underscores.</source>
+ <target state="translated">The name can only consist of alphanumeric characters, dashes and underscores.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">37</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9edc2b494e660618af3e5225f68d40b7ca67629c">
+ <source>The chosen erasure code profile name is already in use.</source>
+ <target state="translated">The chosen erasure code profile name is already in use.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">40</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ef9ff0e6227947b48dfab4ac39ade04af758913b">
+ <source>Plugin</source>
+ <target state="translated">Plugin</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">47</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="dd69b31bce8f630eac1d4762b0bbcf72ce19d193">
+ <source>Data chunks (k)</source>
+ <target state="translated">Data chunks (k)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">75</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b0d26a6172d32cb81218fe2103c54a818cbc1189">
+ <source>Must be equal to or greater than 2.</source>
+ <target>Doit être équivalent ou supérieur à 2.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">94</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="dab3a299ead121169b8e08ed618c3b6a2f66691b">
+ <source>Coding chunks (m)</source>
+ <target state="translated">Coding chunks (m)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">102</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1e2773e5bd4948193f18f2361d663ecc3988c656">
+ <source>Must be equal to or greater than 1.</source>
+ <target>Doit être équivalent ou supérieur à 1.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">120</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">142</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">168</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">261</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6cde4c945a49a260c0a47bcc7cd956846930a5f7">
+ <source>Durability estimator (c)</source>
+ <target state="translated">Durability estimator (c)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">129</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="af668c2a095a979ea2b4e43cd82c2120ab56c21c">
+ <source>Locality (l)</source>
+ <target state="translated">Locality (l)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">151</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d455a110bf6d2235e314e295ce1dfeee93d3dff2">
+ <source>Crush failure domain</source>
+ <target state="translated">Crush failure domain</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">175</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b74a495f041f7dd102eee5c0bbc9e03083b538ae">
+ <source>Crush Locality</source>
+ <target state="translated">Crush Locality</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">199</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a2f14a73f7a6e94479f67423cc51102da8d6f524">
+ <source>None</source>
+ <target>Aucun</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">213</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2981733b912b693a9dd9d915d6d34f4692cc874a">
+ <source>Technique</source>
+ <target state="translated">Technique</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">226</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e0098b6e47b04ec817361f384ce81d454ba5c0bb">
+ <source>Packetsize</source>
+ <target state="translated">Packetsize</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">248</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c0252cd81ca54d0a2f69ec9ccf4248e73df5aa4a">
+ <source>Crush root</source>
+ <target state="translated">Crush root</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">269</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1548d5c76f0406ddd1ba3c557e1e6db22e95b340">
+ <source>Crush device class</source>
+ <target state="translated">Crush device class</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">286</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5e85feb6f9f0334366e46ee09ca6b8df52397432">
+ <source>any</source>
+ <target state="translated">any</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">296</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="03d84645f6e019c5a43909bbf2ea1696ee88332c">
+ <source>Directory</source>
+ <target>Répertoire</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">308</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f6755cff4957d5c3c89bafce5651f1b6fa2b1fd9">
+ <source>Add</source>
+ <target>Ajouter</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">326</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">140</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
+ <source>Close</source>
+ <target>Fermer</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">330</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">85</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">144</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">147</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html</context>
+ <context context-type="linenumber">63</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html</context>
+ <context context-type="linenumber">50</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="feb7520a18f7cda6389712427d0a6e4c38b76000">
+ <source><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/> pool</source>
+ <target state="translated"><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/> pool</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">16</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ecef2f4d8d12929542a3b16f268dac8156f2ee14">
+ <source>{VAR_SELECT, select, 1 {Edit} other {Add} }</source>
+ <target state="translated">{VAR_SELECT, select, 1 {Edit} other {Add} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">16</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">17</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2fecea01ce1d44114ee45144eff6d47a5016a74f">
+ <source>Name...</source>
+ <target>Nom...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">52</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">27</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">28</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="16e113230b6b0d3165e076300880542bac7c8138">
+ <source>The chosen Ceph pool name is already in use.</source>
+ <target state="translated">The chosen Ceph pool name is already in use.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">43</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b85c657469e5ec8231c3de99b22f437bc01ffde5">
+ <source>Pool type</source>
+ <target state="translated">Pool type</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">52</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="526c5443254c3b126eedb264840ffe827727bfd3">
+ <source>-- Select a pool type --</source>
+ <target state="translated">-- Select a pool type --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">61</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0aa21053410a94aa61d16985a4e95fd65523430d">
+ <source>Placement groups</source>
+ <target state="translated">Placement groups</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6301f1391d726f8f450bb358058534db19541ca9">
+ <source>At least one placement group is needed!</source>
+ <target state="translated">At least one placement group is needed!</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">98</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ba9469a1ce6ed36e039c1f67247c8c81a5c71449">
+ <source>Your cluster can't handle this many PGs. Please recalculate the PG amount needed.</source>
+ <target state="translated">Your cluster can't handle this many PGs. Please recalculate the PG amount needed.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">101</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="62148abc31999dcfa38220cb09c33c8148b4b53a">
+ <source>You can only increase the number of PGs of an existing pool.
+ Currently your pool has <x equiv-text="{{ data.pool.pg_num }}" id="INTERPOLATION"/> PGs.</source>
+ <target state="translated">You can only increase the number of PGs of an existing pool.
+ Currently your pool has <x equiv-text="{{ data.pool.pg_num }}" id="INTERPOLATION"/> PGs.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">104</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="80ac68cd883369dac20688bc32b4cb33291b5e50">
+ <source>Calculation help</source>
+ <target>Aide au calcul</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">109</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="909411b5c8155bb36baa02f1a0bf28ab2ac41acb">
+ <source>The current PGs settings were calculated for you, you
+ should make sure the values suite your needs before submit.</source>
+ <target state="translated">The current PGs settings were calculated for you, you
+ should make sure the values suite your needs before submit.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">113</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="33150f22ce5348aa6c499bd092c3f4f3695d62cc">
+ <source>Crush ruleset</source>
+ <target state="translated">Crush ruleset</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">124</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="73a6b31116b3cc322af951daa0bafdc169e6c42e">
+ <source>-- Select a crush rule --</source>
+ <target state="translated">-- Select a crush rule --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">132</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="92da80699921e89fb19372e25b8d0f3b9fa427fc">
+ <source>Crush rule</source>
+ <target state="translated">Crush rule</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">153</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5489e9f96835f469f6f728a00d8efa88ea5bc940">
+ <source>Crush steps</source>
+ <target state="translated">Crush steps</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">159</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="54a53b1b402aafff5b992ee9b64e409fbfe9074f">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">170</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a43b2695131b48b76cebba676aba98a2bee17515">
+ <source>Replicated size</source>
+ <target state="translated">Replicated size</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">181</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7bff144a4c4dc63b0e18fff2617d61a7ebdf2b6c">
+ <source>Minimum: <x equiv-text="{{ getMinSize() }}" id="INTERPOLATION"/></source>
+ <target>Minimum: <x equiv-text="{{ getMinSize() }}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">195</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1a9c54b41f6d58a74e5d0aa3429ed0c87a482551">
+ <source>Maximum: <x equiv-text="{{ getMaxSize() }}" id="INTERPOLATION"/></source>
+ <target>Maximum: <x equiv-text="{{ getMaxSize() }}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">196</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="43c6dd9233d6a8242cec2b025d25c273244d8d61">
+ <source>The size specified is out of range. A value from
+ <x equiv-text="{{ getMinSize() }}" id="INTERPOLATION"/> to <x equiv-text="{{ getMaxSize() }}" id="INTERPOLATION_1"/> is valid.</source>
+ <target state="translated">The size specified is out of range. A value from
+ <x equiv-text="{{ getMinSize() }}" id="INTERPOLATION"/> to <x equiv-text="{{ getMaxSize() }}" id="INTERPOLATION_1"/> is valid.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">201</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9de7dde00e2139cc4bd03b1837afbe72ad15a1ff">
+ <source>Erasure code profile</source>
+ <target state="translated">Erasure code profile</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">211</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="39b4620e6bd444e0a57a0a5c03fa8c96d7fe5235">
+ <source>-- No erasure code profile available --</source>
+ <target state="translated">-- No erasure code profile available --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">223</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="498561757390d5528b263ce450d5f38efb00266d">
+ <source>-- Select an erasure code profile --</source>
+ <target state="translated">-- Select an erasure code profile --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">226</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="920617c6a1a4805e53bcb5af6a9c76f8387e89c6">
+ <source>Flags</source>
+ <target state="translated">Flags</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">272</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">57</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1c870fb00256b8a5b9cb9cd1a124e6390b9bc639">
+ <source>EC Overwrites</source>
+ <target state="translated">EC Overwrites</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">280</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f1abafaeb40ce52355ddcc24686e3cd17b64e08a">
+ <source>Applications</source>
+ <target state="translated">Applications</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">290</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2208d63d5940ce656006a220102b1eb2b5e553da">
+ <source>Compression</source>
+ <target>Compression</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">308</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="37e10df2d9c0c25ef04ac112c9c9a7723e8efae0">
+ <source>Mode</source>
+ <target>Mode</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">314</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">22</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6c6f25c47da62ec597c6057a36ddfc3209811ec5">
+ <source>Algorithm</source>
+ <target>Algorithme</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">333</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4903231d42089325a28892c0fde1aed46b733ae6">
+ <source>-- No erasure compression algorithm available --</source>
+ <target state="translated">-- No erasure compression algorithm available --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">344</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5d68ddb254275f8f44221e9ad6d8ceeb59ca46a6">
+ <source>Minimum blob size</source>
+ <target state="translated">Minimum blob size</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">358</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="fb2f176df80647137cbb02bbeb29e5dec707a400">
+ <source>e.g., 128KiB</source>
+ <target>par ex. 128 Kio</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">367</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1b7f6e53a4521c6eb3ced4c007fdd4cf80bb7707">
+ <source>Value should be greater than 0</source>
+ <target state="translated">Value should be greater than 0</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">372</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">397</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="54be22af9625a595ee5d70917ee1fb116be7c4be">
+ <source>Value should be greater than the maximum blob size</source>
+ <target state="translated">Value should be greater than the maximum blob size</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">375</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="151efb127a9a4dd25259a0b2055442318a141f5b">
+ <source>Maximum blob size</source>
+ <target state="translated">Maximum blob size</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">384</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0c656f0e346bbadf46eb1a5d20d0307a3bd20ba8">
+ <source>e.g., 512KiB</source>
+ <target>par ex. 512Kio</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">392</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0a65a24eee8a026f3b1113fe9e157e9a0dd69486">
+ <source>Value should be greater than the minimum blob size</source>
+ <target state="translated">Value should be greater than the minimum blob size</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">400</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="261ba09c4a59de83f48f52a23fd328da37e61ff4">
+ <source>Ratio</source>
+ <target>Rapport</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">409</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c1430457a9c3c66366e51d76bf10396014c576be">
+ <source>Compression ratio</source>
+ <target>Rapport de compression</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">420</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ae5ce6de352cde949998fb10754459c3a4eb183b">
+ <source>Value should be between 0.0 and 1.0</source>
+ <target>La valeur doit se situer entre 0.0 et 1.0</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">423</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c6d3131ce5386154504dc91b5ad08855d85881d3">
+ <source><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/> pool</source>
+ <target state="translated"><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/> pool</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">438</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e2b15aacc2f17a9c3276895eeeaadd342ab26555">
+ <source>{VAR_SELECT, select, 1 {Edit} other {Create} }</source>
+ <target state="translated">{VAR_SELECT, select, 1 {Edit} other {Create} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">438</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1d8a7c8aea58294a3c57c23af0468ddf0ba0c9c7">
+ <source>Pools List</source>
+ <target state="translated">Pools List</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-list/pool-list.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9424badb7e0c6ac792d020d7830645b529a80aad">
+ <source>Please consult the <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>
+ on how to configure and enable the Object Gateway management functionality.</source>
+ <target state="translated">Please consult the <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>
+ on how to configure and enable the Object Gateway management functionality.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-501/rgw-501.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5f67f2247b9c6bbaf24a0f2d37f4ac0537c6fa53">
+ <source>Loading bucket data...</source>
+ <target state="translated">Loading bucket data...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8508c0ab851ad91fd0410da1266c02b0ef9d3ff9">
+ <source>The bucket data could not be loaded.</source>
+ <target state="translated">The bucket data could not be loaded.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">5</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="838abd335419fb1a7a6f14398ef17eee3e3fdeb6">
+ <source><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/> bucket</source>
+ <target state="translated"><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/> bucket</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">17</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2798cc1e152b1ec07fd8daf94a2a073d1ba1ebcc">
+ <source>Id</source>
+ <target state="translated">Id</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">26</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="db4e1a734518691b128ef40b939cc673f01d03a6">
+ <source>The value is not valid.</source>
+ <target>La valeur n'est pas valide.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">61</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">452</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">545</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="eabb4db920d9f9b2480cf438468b86e1bea02a9b">
+ <source>The chosen name is already in use.</source>
+ <target>Le nom choisi est déjà en cours d'utilisation.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">64</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">37</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0ee5132a8da30e0b7f9f5c70dbc91928d17dd909">
+ <source>Owner</source>
+ <target>Propriétaire</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">73</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8e4c918357c7445fbf19a203e5f0f0ece1960b3b">
+ <source>-- Select a user --</source>
+ <target state="translated">-- Select a user --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">86</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="315bfc460250cbfcf9b90beff732cf0770912990">
+ <source>{VAR_SELECT, select, 1 {Update} other {Add} }</source>
+ <target state="translated">{VAR_SELECT, select, 1 {Update} other {Add} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">102</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">80</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">142</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">593</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="479488ab6e91ecb375484edc78bee3d13467f33f">
+ <source>Daemons List</source>
+ <target state="translated">Daemons List</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6bcc896f4c3dbf91cc00d8506409e6e22bccaacd">
+ <source>Capability</source>
+ <target state="translated">Capability</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
+ <source>Type</source>
+ <target state="translated">Type</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">22</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">42</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1221ca97d19eaa9a7bc0c5243d5fc5befe1d2314">
+ <source>-- Select a type --</source>
+ <target state="translated">-- Select a type --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">41</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d1b8990332af18f1c5159a6061ca889bcbb28432">
+ <source>Permission</source>
+ <target>Permission</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">56</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">63</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a08c589f82f69d892307288da14190ae1dd583d5">
+ <source>-- Select a permission --</source>
+ <target state="translated">-- Select a permission --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">64</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="583a219c524155c2314eb06ee29162bb315272a3">
+ <source>S3 key</source>
+ <target>Clef S3</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">123</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="08c74dc9762957593b91f6eb5d65efdfc975bf48">
+ <source>Username</source>
+ <target>Nom d'utilisateur</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">22</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">22</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">24</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">9</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="49c614babd1950adb2be75df4e2c9747286d6adc">
+ <source>-- Select a username --</source>
+ <target state="translated">-- Select a username --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">41</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c217ee914725a37e9dd2336c721c8e63e9666bdc">
+ <source>Auto-generate key</source>
+ <target>Clef générée automatiquement </target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">60</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">133</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2f1c1c0f2bce4c9f92d1a2061e8161cb0006c31a">
+ <source>Access key</source>
+ <target state="translated">Access key</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">144</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b864acb67296a9819c1db0069c4c47d8b5ce8f44">
+ <source>Secret key</source>
+ <target state="translated">Secret key</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">106</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">110</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">176</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b2841767821d6b66238c34d07e413b0af67aee92">
+ <source>Subuser</source>
+ <target state="translated">Subuser</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">37</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="bd59fc25a7bd98cff3e75117c09697c8a007a514">
+ <source>The chosen subuser ID is already in use.</source>
+ <target state="translated">The chosen subuser ID is already in use.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">54</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3d386c357ebcbc04ed05c4babd5a03626f9b1674">
+ <source>read, write</source>
+ <target>lire, écrire</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">77</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="84e3e3f9a4f31a039b648c97debf95fcb20f4c4a">
+ <source>full</source>
+ <target>rempli</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b6bf81d032a2316464f9df2f0d2f3d753f89f0d3">
+ <source>Swift key</source>
+ <target state="translated">Swift key</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">89</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1e0c12685d50d47448ceed9423977ef39775c037">
+ <source>Auto-generate secret</source>
+ <target state="translated">Auto-generate secret</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">99</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3d1c7a6004bd5d86a7fa096ae24209e8aa7a53e3">
+ <source>Loading user data...</source>
+ <target state="translated">Loading user data...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="faa5d834ab28571423d794d32b57998920efb65f">
+ <source>The user data could not be loaded.</source>
+ <target state="translated">The user data could not be loaded.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">5</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6aaf5d2a304167272ac73e3b1d1c162e16c77858">
+ <source>The chosen user ID is already in use.</source>
+ <target state="translated">The chosen user ID is already in use.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">41</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b760f123248930122fc7e7b6b6bf94e376e959c8">
+ <source>Full name</source>
+ <target>Nom complet</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">50</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">98</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">14</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="69b6ac577a19acc39fc0c22342092f327fff2529">
+ <source>Email address</source>
+ <target>Adresse email</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="df441e80db2157f9d272b75de724ba4a82b96b57">
+ <source>This is not a valid email address.</source>
+ <target>Ceci n'est pas une adresse email valide.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ca271adf154956b8fcb28f4f50a37acb3057ff7c">
+ <source>The chosen email address is already in use.</source>
+ <target state="translated">The chosen email address is already in use.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">82</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="030197cebe938edf35422e92fe14183d06eb670b">
+ <source>Max. buckets</source>
+ <target state="translated">Max. buckets</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">91</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="623ac50f37a26caec6fd7cd519b653e3315cba25">
+ <source>The entered value must be >= 0.</source>
+ <target state="translated">The entered value must be >= 0.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">104</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">489</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">582</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="92f3f203270a29b3001871153f02c063484a1574">
+ <source>Suspended</source>
+ <target>Suspendu</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">116</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">24</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2c4c62e8ba24601be5cfe7dc5d32c24bbbd4b53c">
+ <source>Subusers</source>
+ <target state="translated">Subusers</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">205</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">40</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="128d6efb51d9ddc7c0cc695a2deeca5b9523f6e4">
+ <source>There are no subusers.</source>
+ <target state="translated">There are no subusers.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">211</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="826b25211922a1b46436589233cb6f1a163d89b7">
+ <source>Delete</source>
+ <target>Supprimé</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">242</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">296</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">381</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1c9f46392d9b25bfb9afe74c87ddfe94f44c0b60">
+ <source>Add subuser</source>
+ <target state="translated">Add subuser</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">256</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0bcd5ef19af0f1b814141ca8c57df623d8270088">
+ <source>Keys</source>
+ <target>Clefs</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">264</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">134</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="67c746c1ba9dab4351fedc4c7cba4e6d6b0dbc47">
+ <source>S3</source>
+ <target state="translated">S3</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">268</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d6819038d608623503918fb2553f53d68231ec3a">
+ <source>There are no keys.</source>
+ <target>Il n'y a pas de clefs.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">273</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">323</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2aba1e87039819aca3b70faa9aa848c12bf139ca">
+ <source>Show</source>
+ <target>Afficher</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">289</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">339</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">149</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a5193a8d59cd045c18ef9521f486a091dad1f513">
+ <source>Add S3 key</source>
+ <target state="translated">Add S3 key</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">310</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6ddb5e991a3ecd2659fb520bc5acc81b67e08ddd">
+ <source>Swift</source>
+ <target>Swift</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">318</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="17bb3082e6fe5003203ef992a3714172334631a1">
+ <source>Capabilities</source>
+ <target state="translated">Capabilities</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">352</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">49</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1d01eccdda47fc907c5be35bcb16d2dcd02b0270">
+ <source>There are no capabilities.</source>
+ <target state="translated">There are no capabilities.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">358</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="60a495bec6eae04c9b7570956a6673069e8e47d6">
+ <source>Add capability</source>
+ <target state="translated">Add capability</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">395</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="36ad38f9c1a1485e09b67778a28af84553290ffb">
+ <source>User quota</source>
+ <target>Quota utilisateur</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">403</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">61</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f50a33d3c339f8f4a465141f8caa5d2d8c005251">
+ <source>Enabled</source>
+ <target>Activé</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">413</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">506</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">66</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">102</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6146e13ceca5fa5cc17b771b282fe5955f3d19fa">
+ <source>Unlimited size</source>
+ <target>Taille illimitée</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">427</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">520</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f6db8aa7c99fdce18edb33dde57729acede2b308">
+ <source>Max. size</source>
+ <target>Taille max.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">438</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">531</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="fc630b2093e880fffa19df99d5cd8b87605037f8">
+ <source>Unlimited objects</source>
+ <target>Objets illimités</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">465</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">558</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6cda5a993d06f0bb10048be9d3aba6555aa9f356">
+ <source>Max. objects</source>
+ <target>Objet max.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">476</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">569</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="649a410bd0ace333d067d8fa22f12bdbdb43533b">
+ <source>Bucket quota</source>
+ <target state="translated">Bucket quota</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">496</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">66</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">97</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="449dca3d3a93ead418b0541ea81b0dda7e6483c2">
+ <source>Welcome to Ceph!</source>
+ <target state="translated">Welcome to Ceph!</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/login/login.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ <note from="description" priority="1">The welcome message on the login page</note>
+ </trans-unit><trans-unit datatype="html" id="0070e83d11da39d6f4bb95065c2675db1610b419">
+ <source>Username is required</source>
+ <target>Nom d'utilisateur requis.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/login/login.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1e20f8b8a4706526c9024cc2f39d568345d100dc">
+ <source>Password is required</source>
+ <target>Mot de passe requis</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/login/login.component.html</context>
+ <context context-type="linenumber">58</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
+ <source>Login</source>
+ <target state="translated">Login</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/login/login.component.html</context>
+ <context context-type="linenumber">64</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d96493d07439fc50485a66b7469451d30fc8ad25">
+ <source><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/> Role</source>
+ <target state="translated"><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/> Role</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="72d6ccefaf8e300c9bc29d5e9757aaf79cd3f7eb">
+ <source>{VAR_SELECT, select, editing {Edit} other {Add} }</source>
+ <target state="translated">{VAR_SELECT, select, editing {Edit} other {Add} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1ea5c4d8942c00752dcc72e72949c5d9832f6399">
+ <source>Description...</source>
+ <target>Description...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">51</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="70f45880fce6ac5d8e468e25e82aefbba8098cfe">
+ <source>Permissions</source>
+ <target>Permission</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">61</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="95af469f00ed2c20403755ad45e9f00439027617">
+ <source><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/> Role</source>
+ <target state="translated"><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/> Role</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">81</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b46ed6a153fed3fcba2f1296155fc4bfb1b3b166">
+ <source>{VAR_SELECT, select, editing {Update} other {Create} }</source>
+ <target state="translated">{VAR_SELECT, select, editing {Update} other {Create} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">81</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">147</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="58fc1b5c79a75370eb52644fd83fb2e7096b6649">
+ <source>Sorry, the user does not exist in Ceph.</source>
+ <target state="translated">Sorry, the user does not exist in Ceph.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/sso/sso-not-found/sso-not-found.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d9deb94f78e7c41b35c6622b874f06657d7604c1">
+ <source>Return to <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>Login Page<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>. You'll be logged out from the Identity Provider when you retry logging in.</source>
+ <target state="translated">Return to <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>Login Page<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>. You'll be logged out from the Identity Provider when you retry logging in.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/sso/sso-not-found/sso-not-found.component.html</context>
+ <context context-type="linenumber">4</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e83cda1d2f391695610a1c572332e5f81499dd83">
+ <source><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/> User</source>
+ <target state="translated"><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/> User</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7f3bdcce4b2e8c37cd7f0f6c92ef8cff34b039b8">
+ <source>Confirm password</source>
+ <target>Confirmez le mot de passe</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">69</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cbb979e63ba50e0ca3adfa09cbdcaefd0853fca1">
+ <source>Password confirmation doesn't match the password.</source>
+ <target>Le mot de passe de confirmation ne correspond pas au mot de passe.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">90</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="244aae9346da82b0922506c2d2581373a15641cc">
+ <source>Email</source>
+ <target>Email</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">114</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d0ec081dd61eb4f43aea269077bbe38eae87b7f9">
+ <source>Invalid email.</source>
+ <target>L'adresse email est invalide.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">125</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9610487cbeb5796d34d8601b5ac0c0a65f9e1d19">
+ <source>Roles</source>
+ <target>Roles</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">131</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-tabs/user-tabs.component.html</context>
+ <context context-type="linenumber">7</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9c4773dff91deccdacd78a4cd578f8f5f7fa229b">
+ <source><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/> User</source>
+ <target state="translated"><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/> User</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">147</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0051a3479d3ba79135c16dc8cc017950a2cce821">
+ <source>You are about to remove "user read / update" permissions from your own user.</source>
+ <target state="translated">You are about to remove "user read / update" permissions from your own user.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">159</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="af4bf9fcb256853f14cf947eb1deb8d7f176d3f9">
+ <source>If you continue, you will no longer be able to add or remove roles from any user.</source>
+ <target>Si vous continuez, vous ne serez plus capable d'ajouter ou supprimer des rôles sur n'importe quel utilisateur.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">161</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7d1dcf2a9146caac0581329acf94806ec69a89a5">
+ <source>Are you sure you want to continue?</source>
+ <target>Êtes-vous certain de vouloir continuer?</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">163</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="471e78026c258073ba687478dc54c35d9041ea42">
+ <source>Forbidden</source>
+ <target>Interdit</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/forbidden/forbidden.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="02ea8ad57677e3c63f3d7814ca5e6c7b74e360b4">
+ <source>Sorry, you are not allowed to see what you were looking for.</source>
+ <target>Désolé, vous n'êtes pas autorisé à voir ce que vous cherchez.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/forbidden/forbidden.component.html</context>
+ <context context-type="linenumber">7</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e3c028c58f92453d46f09b5adf95b2f013ee0300">
+ <source>Sorry, we could not find what you were looking for</source>
+ <target>Désolé, nous ne pouvons trouver ce que vous cherchez.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/not-found/not-found.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="16568619015cfb2352e3b2596ba04fc1c82e44ef">
+ <source>Remove all</source>
+ <target>Tout supprimer</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/notifications/notifications.component.html</context>
+ <context context-type="linenumber">6</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1d65cc22d5842c06d33b244fc67de9db4003537e">
+ <source>Recent Notifications</source>
+ <target>Notifications récentes.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/notifications/notifications.component.html</context>
+ <context context-type="linenumber">56</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/notifications/notifications.component.html</context>
+ <context context-type="linenumber">53</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="495ab70870b5b4a30f2bc5f55052fdc518d954a9">
+ <source>There are no background tasks.</source>
+ <target state="translated">There are no background tasks.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/task-manager/task-manager.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ea94e7754983d80af8acb958a5d49d93bacd721c">
+ <source>Background Tasks</source>
+ <target>Tâches de fond</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/task-manager/task-manager.component.html</context>
+ <context context-type="linenumber">83</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/task-manager/task-manager.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="85b79c9064aed1ead31ace985f31aa1363f6bdaf">
+ <source>Help</source>
+ <target>Aide</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/dashboard-help/dashboard-help.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/dashboard-help/dashboard-help.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="fcfd4675b4c90f08d18d3abede9a9a4dff4cfdc7">
+ <source>Documentation</source>
+ <target>Documentation</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/dashboard-help/dashboard-help.component.html</context>
+ <context context-type="linenumber">23</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4">
+ <source>API</source>
+ <target state="translated">API</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/dashboard-help/dashboard-help.component.html</context>
+ <context context-type="linenumber">28</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
+ <source>About</source>
+ <target>À propos</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/dashboard-help/dashboard-help.component.html</context>
+ <context context-type="linenumber">33</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1481ecd21e760ac919a24e26cf790acd82e40199">
+ <source>Dashboard Settings</source>
+ <target state="translated">Dashboard Settings</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/administration/administration.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/administration/administration.component.html</context>
+ <context context-type="linenumber">7</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a79aab4ef674bf3f6532292107c0054302236e0f">
+ <source>User management</source>
+ <target>Gestion de l'utilisateur</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/administration/administration.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="049dfd9fe6c78914ad58cf89ac6a631fca28ec74">
+ <source>Logged in user</source>
+ <target state="translated">Logged in user</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/identity/identity.component.html</context>
+ <context context-type="linenumber">9</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/identity/identity.component.html</context>
+ <context context-type="linenumber">6</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cd38a58e73f306d838e621959d47d5e7a2f06d1f">
+ <source>Signed in as
+ <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ username }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/></source>
+ <target state="translated">Signed in as
+ <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ username }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/identity/identity.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5d22c795daf43877a5f708dca2bccd549eb0471d">
+ <source>Sign out</source>
+ <target>Déconnexion</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/identity/identity.component.html</context>
+ <context context-type="linenumber">27</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="eeba399c4dae8d4890c27b7a2cd2dc28fcf8b5f9">
+ <source>Performance Counters</source>
+ <target state="translated">Performance Counters</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html</context>
+ <context context-type="linenumber">9</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="fbbaf5cb02ed419e79a27072478f716a4666a99d">
+ <source>Performance Details</source>
+ <target>Détails des performances</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html</context>
+ <context context-type="linenumber">16</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">46</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/hosts/host-details/host-details.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-details/pool-details.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html</context>
+ <context context-type="linenumber">45</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
+ <source>ID</source>
+ <target state="translated">ID</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e5c51963a9c553b29427ef783bbb69fa6634fa8c">
+ <source>Index type</source>
+ <target state="translated">Index type</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">23</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8e6f950a32eaea32ec7e192f9ca3d3dfe469d4ba">
+ <source>Placement rule</source>
+ <target state="translated">Placement rule</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">28</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6972d213e31c4ea4f887e60db99d9881bc8fcd3e">
+ <source>Marker</source>
+ <target state="translated">Marker</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">33</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="47b02acd2d3254d1ace1926f840523f154ebef71">
+ <source>Maximum marker</source>
+ <target state="translated">Maximum marker</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">38</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8fe73a4787b8068b2ba61f54ab7e0f9af2ea1fc9">
+ <source>Version</source>
+ <target>Version</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">43</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="092fa3a7df9168b14d3f83a77a4035e92b92ce15">
+ <source>Master version</source>
+ <target state="translated">Master version</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">48</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="97434cc5001d407f90c7447a12d9e8e6848a2aa3">
+ <source>Modification time</source>
+ <target>Date de modification</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">53</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="90fe2e41e7fde38453ce4e619efeea9bc6adea9c">
+ <source>Zonegroup</source>
+ <target state="translated">Zonegroup</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">58</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cef1595d040e77cbb4466e60382028d4c2040cac">
+ <source>Maximum size</source>
+ <target state="translated">Maximum size</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">76</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">107</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="aa6fb95c355f172bda303de1ce2f38c251a149cf">
+ <source>Unlimited</source>
+ <target state="translated">Unlimited</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">90</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">74</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">85</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">110</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">121</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ee862a800364b4d11f9b8cb9955a28a60f840a45">
+ <source>Maximum objects</source>
+ <target state="translated">Maximum objects</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">87</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">82</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">118</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8011e20c5bbe51602d459a860fbf29b599b55edd">
+ <source>System</source>
+ <target state="translated">System</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">29</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f120423a48cf96636bc415daf5ac041ea8c6503e">
+ <source>{VAR_SELECT, select, 0 {No} 1 {Yes} }</source>
+ <target state="translated">{VAR_SELECT, select, 0 {No} 1 {Yes} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">31</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="db18a2772988415466a7f75dc42663ce78c9c1d3">
+ <source>Maximum buckets</source>
+ <target state="translated">Maximum buckets</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">35</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ca53d681a9892d6fdbb57ee9676582186515e961">
+ <source>Performance counters not available</source>
+ <target state="translated">Performance counters not available</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.html</context>
+ <context context-type="linenumber">12</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="91853167141c37b58868f3b0421383dd72fa8a01">
+ <source>Attributes (OSD map)</source>
+ <target state="translated">Attributes (OSD map)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="97842f379e1d4157ac3ab0661b90c352e7cb72d5">
+ <source>Metadata not available</source>
+ <target>Métadonnées non disponibles</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">15</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f721a500a68c357e8f2a01e60510f6a01e4ba529">
+ <source>Metadata</source>
+ <target>Métadonnées</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">8</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d24e28e19c5703d7c6be44f4eb595a6a43b618ed">
+ <source>Performance counter</source>
+ <target state="translated">Performance counter</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d1f7c81ed9c5034af4abcdf119b1c1e86cd019dd">
+ <source>Histogram not available: <x equiv-text="{{ osd.histogram_failed }}" id="INTERPOLATION"/></source>
+ <target state="translated">Histogram not available: <x equiv-text="{{ osd.histogram_failed }}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">28</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="868abfff914873d1c65df798d8432ed04b8ae2a9">
+ <source>Writes</source>
+ <target>Écritures</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">33</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="996ebb9a653b5067f97bf3891ea9d2108e969492">
+ <source>Reads</source>
+ <target>Lectures</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">38</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="65ac79790aa477a97b1cc579e18a115a8df8918f">
+ <source>Histogram</source>
+ <target>Histogramme</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">25</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="26fb5f81b3581f06b9210defb0e71dc69a67e819">
+ <source>Current values</source>
+ <target>Valeurs actuelles</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">23</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9abcd7c82643d60c22733470463f74e4a54bc069">
+ <source>Min</source>
+ <target>Minimum</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">47</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c3ced4d162a0a55ee233a187ce7208ba5e922418">
+ <source>Max</source>
+ <target>Maximum</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">52</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6834fa6b43d1ecbdf147c48dd9c4d72f1484571d">
+ <source>Source</source>
+ <target>Source</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">77</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a446fb0eb11fbffcac805ece5a2d306d24e733d8">
+ <source>Level</source>
+ <target state="translated">Level</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">82</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4180e8c1a344da14bdef061df596a4457bbb8d6c">
+ <source>Can be updated at runtime</source>
+ <target state="translated">Can be updated at runtime</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">87</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cafc87479686947e2590b9f588a88040aeaf660b">
+ <source>Tags</source>
+ <target state="translated">Tags</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">92</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ab0089ef47af61ca1d137bc908b96c290dfd9287">
+ <source>Enum values</source>
+ <target state="translated">Enum values</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">97</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="819476f1264f1659f38e86f6abb542141b184832">
+ <source>See also</source>
+ <target>Voir aussi</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">102</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="73caac4265ea7314ff061e5a1d78a6361a6dd3b8">
+ <source>Cluster Status</source>
+ <target state="translated">Cluster Status</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">15</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1d4bc612bbf19aa9553853266b9e92c9d75f4464">
+ <source>Manager Daemons</source>
+ <target state="translated">Manager Daemons</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">69</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="946ac5dea9921dc09d7b0a63b89535371f283b19">
+ <source>Object Gateways</source>
+ <target state="translated">Object Gateways</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">90</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ff03fa5bcf37c4da46ad736c1f7d03f959e8ba9a">
+ <source>Metadata Servers</source>
+ <target state="translated">Metadata Servers</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">98</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d817609ba4993eba859409ab71e566168f4d5f5a">
+ <source>iSCSI Gateways</source>
+ <target state="translated">iSCSI Gateways</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">109</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="42c13e50391250ea9379bdf55d5d6c0228c0c8bc">
+ <source>Client IOPS</source>
+ <target state="translated">Client IOPS</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">125</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="52213660b2454d139ada3079a42ec6caf3c3c01e">
+ <source>Client Throughput</source>
+ <target state="translated">Client Throughput</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">134</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="32efd1c3f70e3c5244239de97a2cc95d98534a14">
+ <source>Client Read/Write</source>
+ <target state="translated">Client Read/Write</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">143</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5277e7546d03a767761199b70deb8c77a921b390">
+ <source>Client Recovery</source>
+ <target state="translated">Client Recovery</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">161</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6d9a9f55046891733ef71170e7652063765eb542">
+ <source>Scrub</source>
+ <target state="translated">Scrub</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">170</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3cc9c2ae277393b3946b38c088dabff671b1ee1b">
+ <source>Performance</source>
+ <target>Performance</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">119</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="88f383269db2d32cccee9e936fe549dccb9fdbf4">
+ <source>Raw Capacity</source>
+ <target state="translated">Raw Capacity</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">200</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="afdb601c16162f2c798b16a2920955f1cc6a20aa">
+ <source>Objects</source>
+ <target>Objets</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">213</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">38</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c5f8a813f91a11af99132e4beafc136cfc13d73b">
+ <source>PGs per OSD</source>
+ <target state="translated">PGs per OSD</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">222</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="498a109c6e9e94f1966de01aa0326f7f0ac6fb52">
+ <source>PG Status</source>
+ <target state="translated">PG Status</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">231</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ce9dfdc6dccb28dc75a78c704e09dc18fb02dcfa">
+ <source>Capacity</source>
+ <target>Capacité</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">181</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="44ecac93d67c6a671198091c2270354f80322327">
+ <source><x ctype="x-i" equiv-text="<i>" id="START_ITALIC_TEXT"/><x ctype="x-i" equiv-text="</i>" id="CLOSE_ITALIC_TEXT"/> See <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>Logs<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> for more details.</source>
+ <target state="translated"><x ctype="x-i" equiv-text="<i>" id="START_ITALIC_TEXT"/><x ctype="x-i" equiv-text="</i>" id="CLOSE_ITALIC_TEXT"/> See <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>Logs<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> for more details.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">265</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f0b5d789d42c0e69348e5fe0037fcbf5b5fbbdcc">
+ <source>Move an image to trash</source>
+ <target>Déplacer une image vers la poubelle.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="86301cf2044b1eda218483365f6b9de8dde5040b">
+ <source>To move <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/>/<x equiv-text="{{ imageName }}" id="INTERPOLATION_1"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/> to trash,
+ click <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Move Image<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>. Optionally, you can pick an expiration date.</source>
+ <target state="translated">To move <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/>/<x equiv-text="{{ imageName }}" id="INTERPOLATION_1"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/> to trash,
+ click <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Move Image<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>. Optionally, you can pick an expiration date.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">12</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="88f27d390844aad53b4240360e928156c5f0d326">
+ <source>Protection expires at</source>
+ <target>La protection expire à la date du </target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="da166e9a0d27322f6ba8916d71ecc0f9905bb4b1">
+ <source>NOT PROTECTED</source>
+ <target>NON PROTÉGÉ</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a1506e5f2ca22cad14502ec7a20fb6113ace145d">
+ <source>Wrong date format. Please use "YYYY-MM-DD HH:mm:ss".</source>
+ <target>Mauvais format de date. Veuillez utiliser "AAAA-MM-JJJ HH:mm:ss"</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">29</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="aa7ea0bb7495281e0b3258467ac7d90a1e44a1a1">
+ <source>Protection has already expired. Please pick a future date or leave it empty.</source>
+ <target>La protection a déjà expiré. Veuillez sélectionner une date ultérieure ou laisser le champ vide.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">32</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="536b3205c0c0d4d21685ec06feccfcf2fe14deb1">
+ <source>Move Image</source>
+ <target>Déplacer une image</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">40</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
+ <source>Overview</source>
+ <target state="translated">Overview</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-tabs/iscsi-tabs.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="bbd2045d5c37e4bb39a3c0fb62ea1ddf70a12838">
+ <source>Targets</source>
+ <target state="translated">Targets</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-tabs/iscsi-tabs.component.html</context>
+ <context context-type="linenumber">7</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0f6e8f6094b180eaf1f11bc0ffe383f1cdcd059e">
+ <source>Only available for RBD images with <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/>fast-diff<x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> enabled</source>
+ <target state="translated">Only available for RBD images with <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/>fast-diff<x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> enabled</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e70fcca5a99575cffef3ff8cbd5e69f06ffd0f1c">
+ <source>Pool</source>
+ <target state="translated">Pool</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="03cc5b14b0a20d075e9009ff021f4f1660ba348a">
+ <source>Data Pool</source>
+ <target state="translated">Data Pool</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">23</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1b051734b0ee9021991c91b3ed4e81c244322462">
+ <source>Created</source>
+ <target state="translated">Created</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">28</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0a65771c9a73b9aa609d592fc96a64801a8f40bd">
+ <source>Provisioned</source>
+ <target state="translated">Provisioned</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">57</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="84a36cb75660b736773fe36ffa3d54f0f0fe363e">
+ <source>N/A</source>
+ <target state="translated">N/A</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">63</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">78</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e5c009342a4e8381f64341d0bb61c2e4685f5a4b">
+ <source>Total provisioned</source>
+ <target state="translated">Total provisioned</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">72</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7f6bf8a43ae415f527ac961ea62471b983aaa97b">
+ <source>Striping unit</source>
+ <target state="translated">Striping unit</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">87</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="db710e8a8f011923f2d15d713fbae49c38b02b26">
+ <source>Striping count</source>
+ <target state="translated">Striping count</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">92</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3a4c2a9e76634ff14a60d52a718296f722d47c67">
+ <source>Parent</source>
+ <target>Parent</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">97</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6a209e68d78ffc2cc9c53d2e76158624efab71ad">
+ <source>Block name prefix</source>
+ <target state="translated">Block name prefix</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">107</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5704ec2049d007c5f5fb495a5d8b607e68d58081">
+ <source>Order</source>
+ <target>Commande</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">112</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f21b1d17b6c5042bb5805516eee37fde33739dd8">
+ <source>Snapshots</source>
+ <target state="translated">Snapshots</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">119</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3f67f30568e9ae47507d46e28e1e82a7dca772e2">
+ <source><x equiv-text="{ editing, select, true {...} other {...}}" id="ICU"/> RBD Snapshot</source>
+ <target state="translated"><x equiv-text="{ editing, select, true {...} other {...}}" id="ICU"/> RBD Snapshot</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1628d19a4490817c18be2afab410ca4adfa62ea7">
+ <source>{VAR_SELECT, select, true {Rename} other {Create} }</source>
+ <target state="translated">{VAR_SELECT, select, true {Rename} other {Create} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html</context>
+ <context context-type="linenumber">46</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="73a287b41afe6b28f90edbeb98957a341a0276b4">
+ <source><x equiv-text="{ editing, select, true {...} other {...}}" id="ICU"/> Snapshot</source>
+ <target state="translated"><x equiv-text="{ editing, select, true {...} other {...}}" id="ICU"/> Snapshot</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html</context>
+ <context context-type="linenumber">46</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cb60c1cd3655234756b5b92d4d597d92d520ee30">
+ <source>PROTECTED</source>
+ <target>PROTÉGÉ</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.html</context>
+ <context context-type="linenumber">17</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="deffb86b8fb0541254ad5a43862d82bff6b6a6c4">
+ <source>UNPROTECTED</source>
+ <target state="translated">UNPROTECTED</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5c5331983af566d4ac6a1024d15a3511786a4aa6">
+ <source>You are about to rollback</source>
+ <target state="translated">You are about to rollback</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.html</context>
+ <context context-type="linenumber">25</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="49c0408946a6d67185947f455f15cc201d0d78e6">
+ <source>Purge Trash</source>
+ <target>Vider la poubelle</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">14</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">41</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-list/rbd-trash-list.component.html</context>
+ <context context-type="linenumber">25</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="af728625d769b61acf291442644b89edb88faec3">
+ <source>To purge, select one or All images and click</source>
+ <target>Pour purger, sélectionner une ou l'ensemble des images puis cliquez</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="55a4f598a4894b7fd5cb88f0ffd3c37ad009dd70">
+ <source>Pool:</source>
+ <target state="translated">Pool:</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d43dd2b9f7797e4cf3a604695bb33e4479108516">
+ <source>Pool name...</source>
+ <target state="translated">Pool name...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">22</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="dfc3c34e182ea73c5d784ff7c8135f087992dac1">
+ <source>All</source>
+ <target state="translated">All</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">30</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b0e7c7ed1d51a0c205c815048bc9f79e24ee6db2">
+ <source>Restore Image</source>
+ <target state="translated">Restore Image</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">16</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">40</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7369384817e0ad61ce871c9afdfbb538df2f97c1">
+ <source>To restore</source>
+ <target state="translated">To restore</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e7f0abefc608f7fb452c2dc9b1cdc3dec432160e">
+ <source>type the image's new name and click</source>
+ <target state="translated">type the image's new name and click</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">15</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="41307dd56fea669eed72e12a6c23af275f6bfd82">
+ <source>New Name</source>
+ <target>Nouveau nom</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">22</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5c96a761dc55a21882c132c929583a424c9b8cf4">
+ <source>Expired at</source>
+ <target>Expire le </target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-list/rbd-trash-list.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="661041e3fcff4d3e75c561e038ca2504cf2cc643">
+ <source>Protected until</source>
+ <target state="translated">Protected until</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-list/rbd-trash-list.component.html</context>
+ <context context-type="linenumber">37</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0ee3b2322a1d3277f7e3fdb8a5141ac42bcf350b">
+ <source>This image is protected until <x equiv-text="{{ expiresAt | cdDate }}" id="INTERPOLATION"/>.</source>
+ <target state="translated">This image is protected until <x equiv-text="{{ expiresAt | cdDate }}" id="INTERPOLATION"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-list/rbd-trash-list.component.html</context>
+ <context context-type="linenumber">47</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a674ab267d1934bf395f87ca1503fd474296893f">
+ <source>iSCSI Topology</source>
+ <target state="translated">iSCSI Topology</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-details/iscsi-target-details.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="66db799d67958d4b0765181d072df62e2d1c16f5">
+ <source>Issues</source>
+ <target>Problèmes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/image-list/image-list.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ef06d69259e587e28d52372455f44c7153cda7e7">
+ <source>Syncing</source>
+ <target>Synchronisation en cours</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/image-list/image-list.component.html</context>
+ <context context-type="linenumber">11</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/image-list/image-list.component.html</context>
+ <context context-type="linenumber">38</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0b0901877d837d3fda16ba161eb74368d1c75b7a">
+ <source>Ready</source>
+ <target>Prêt</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/image-list/image-list.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4057c56d63a7e9b140b1d01871a9229a5f30eb27">
+ <source>Edit pool mirror mode</source>
+ <target state="translated">Edit pool mirror mode</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e1f367f5feaab38f6637dd1f967c848b447dea2d">
+ <source>To edit the mirror mode for pool
+ <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>, select a new mode from the list and click
+ <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Update<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>.</source>
+ <target state="translated">To edit the mirror mode for pool
+ <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>, select a new mode from the list and click
+ <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Update<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="32ca348ef926b0a6a7a780b8b64c3a8239895cec">
+ <source>Peer clusters must be removed prior to disabling mirror.</source>
+ <target state="translated">Peer clusters must be removed prior to disabling mirror.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">33</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="047f50bc5b5d17b5bec0196355953e1a5c590ddb">
+ <source>Update</source>
+ <target>Mise à jour</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">41</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="fa61522d482349707fd7dd03b90dc5781611b17f">
+ <source><x equiv-text="{mode, select, edit {...} other {...}}" id="ICU"/>
+ pool mirror peer</source>
+ <target state="translated"><x equiv-text="{mode, select, edit {...} other {...}}" id="ICU"/>
+ pool mirror peer</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4ddcb416c1c0aa1f54acf5beef1de81813e76fa6">
+ <source>{VAR_SELECT, select, edit {Edit} other {Add} }</source>
+ <target state="translated">{VAR_SELECT, select, edit {Edit} other {Add} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">14</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f7a13e4807afa6a9eda3db57a0a2a110dbae8ad7">
+ <source><x equiv-text="{mode, select, edit {...} other {...}}" id="ICU"/> the pool
+ mirror peer attributes for pool <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/> and click
+ <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Submit<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>.</source>
+ <target state="translated"><x equiv-text="{mode, select, edit {...} other {...}}" id="ICU"/> the pool
+ mirror peer attributes for pool <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/> and click
+ <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Submit<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">14</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d3cc964811f852a168f4a2d5daa59068abc5cf53">
+ <source>Cluster Name</source>
+ <target state="translated">Cluster Name</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">23</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b631721fc56cb7fb1cbd07b802a487c5753f6a2d">
+ <source>The cluster name is not valid.</source>
+ <target state="translated">The cluster name is not valid.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">39</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ca6deafa31bf421f85094807982aee4bcb20a3ae">
+ <source>CephX ID</source>
+ <target state="translated">CephX ID</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">46</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7539188a568c3d553cbde1bacaf32310c4264e24">
+ <source>CephX ID...</source>
+ <target state="translated">CephX ID...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">51</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a1c45b594b0fba22fc64e80c793a7ffe005fdb0e">
+ <source>The CephX ID is not valid.</source>
+ <target state="translated">The CephX ID is not valid.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">61</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="20861576fcfce773c918c782cd4f5adf32382921">
+ <source>Monitor Addresses</source>
+ <target state="translated">Monitor Addresses</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">68</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="fa28eeed2b4bd4ccbe6e9349a1c2b3cb1c5de70a">
+ <source>Comma-delimited addresses...</source>
+ <target state="translated">Comma-delimited addresses...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">72</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="dc016c82fd85848d5c1b2fd0e8469ee2027d9c16">
+ <source>The monitory address is not valid.</source>
+ <target state="translated">The monitory address is not valid.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e0ac55b83dc6739e62bc655cfe375b67c93e7f4a">
+ <source>CephX Key</source>
+ <target state="translated">CephX Key</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">86</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f53434bcb95bd86f1df9c8e22966f757614fc4ad">
+ <source>Base64-encoded key...</source>
+ <target state="translated">Base64-encoded key...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">90</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4cd83164cd4f66b4abc2863f9ce6f599d789e4ca">
+ <source>CephX key must be base64 encoded.</source>
+ <target state="translated">CephX key must be base64 encoded.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">97</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3938a411d76796f8ae73b72ea4c77661207453bd">
+ <source>Cache Tiers Details</source>
+ <target state="translated">Cache Tiers Details</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-details/pool-details.component.html</context>
+ <context context-type="linenumber">22</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0c1e17956453ad772dbe82d6946f62748c692f3e">
+ <source>Ranks</source>
+ <target>Rangs</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html</context>
+ <context context-type="linenumber">6</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="95c96d55690c0c685deebe52a1da94dc36f5e99d">
+ <source>Clients: <x equiv-text="{{ clientCount }}" id="INTERPOLATION"/></source>
+ <target>Clients: <x equiv-text="{{ clientCount }}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html</context>
+ <context context-type="linenumber">36</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="bd5a3b1c5a3c185c7bbb0e09a061d4cdc88ce5ad">
+ <source>Current</source>
+ <target state="translated">Current</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-details/iscsi-target-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="dd4ab758afd5fd5a6c6a25b2b30ff99d0c00e9ad">
+ <source>There are no portals available.</source>
+ <target state="translated">There are no portals available.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="83021e45778a4a230a14ca0c6d6ccdf05500ad93">
+ <source>There are no images available.</source>
+ <target state="translated">There are no images available.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="86684eb21f8a768e1dbc659e3d5da6861db544a0">
+ <source>There are no images available. Please make sure you add an image to the target.</source>
+ <target state="translated">There are no images available. Please make sure you add an image to the target.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fffda6e440078f57eba93944ce051c593cc6ed7f">
+ <source>There are no initiators available. Please make sure you add an initiator to the target.</source>
+ <target state="translated">There are no initiators available. Please make sure you add an initiator to the target.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="38baeb215c17af9d9e295e371a57f4a48ab4c191">
+ <source>Target</source>
+ <target state="translated">Target</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-list/iscsi-target-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9a541ec1a4319fffc16ad3b3ab2c2b6d251a829d">
+ <source>Hostname</source>
+ <target state="translated">Hostname</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/daemon-list/daemon-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/hosts/hosts.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="32b73dd480452aed3c8df00055279a110b3e633c">
+ <source># Active/Optimized</source>
+ <target state="translated"># Active/Optimized</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="26a3d69b872abf67663ba7473606ea32d6128531">
+ <source># Active/Non-Optimized</source>
+ <target state="translated"># Active/Non-Optimized</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a5f9ba9bb9faa8284bcadb1cdbc6aaf969e9c4bb">
+ <source>Image</source>
+ <target>Image</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2cd86fc9c2dc1b4398514266a08e507140fe5ba8">
+ <source>Active/Optimized</source>
+ <target state="translated">Active/Optimized</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c74c467d73caf2b951bc1a1d52d6e93f9c5e795b">
+ <source>Active/Non-Optimized</source>
+ <target state="translated">Active/Non-Optimized</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="13415637c325ceefee29111b31cb48701490adf7">
+ <source>Read Bytes</source>
+ <target state="translated">Read Bytes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e2ed82b7bbf4a006e60e6208c597b05d5b5556e9">
+ <source>Write Bytes</source>
+ <target state="translated">Write Bytes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="6a32a5f58845ca840185ea9564682094e77a1d80">
+ <source>Read Ops</source>
+ <target state="translated">Read Ops</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7c36cb8032af123d3550ffab2e1fa1e957c87fae">
+ <source>Write Ops</source>
+ <target state="translated">Write Ops</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="458c33846a8c7e2feb9404bcf06723784e756cdc">
+ <source>A/O Since</source>
+ <target state="translated">A/O Since</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ff78f059449d44322f627d0f66df07abe476962b">
+ <source>Instance</source>
+ <target state="translated">Instance</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/daemon-list/daemon-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="36fad7995cadfb3a6f0d43ef2db280146b3ca022">
+ <source>Issue</source>
+ <target>Problème</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="873b72903b1858a9cd6c8967521030b4d7d1435b">
+ <source>State</source>
+ <target>État</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="15793f4cbc261bedbc60f7105533dde536a3f42b">
+ <source>Progress</source>
+ <target state="translated">Progress</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f39256070bfc0714020dfee08895421fc1527014">
+ <source>Disabled</source>
+ <target state="translated">Disabled</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="8c375764db42f5d736fb56d01b8052c006ccc8e2">
+ <source>Edit Mode</source>
+ <target state="translated">Edit Mode</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="45932f2a0ea524b3425f4320ee46a6d1c68977bc">
+ <source>Add Peer</source>
+ <target state="translated">Add Peer</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d3dc34662e3cda0dad646221651cebd26f731485">
+ <source>Edit Peer</source>
+ <target state="translated">Edit Peer</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e8a0ec0b6ee72db0f27c186e09640d1ed41964bd">
+ <source>Delete Peer</source>
+ <target state="translated">Delete Peer</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="314de06d6f64d39149e78e6d796585c0246fec0b">
+ <source>Leader</source>
+ <target state="translated">Leader</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7acaab450312114059ced9e3737798ee9aa738b1">
+ <source># Local</source>
+ <target state="translated"># Local</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7a3ffd88868135c44be3994263bb8e49d8358884">
+ <source># Remote</source>
+ <target state="translated"># Remote</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="85ca0fd6a6ddd211023c70a25753122c5b978787">
+ <source>mirror peer</source>
+ <target state="translated">mirror peer</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4130b1a836f2000cfe9a11fb62493dc42d444de7">
+ <source>Deep flatten</source>
+ <target state="translated">Deep flatten</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-form/rbd-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7b17694d7cb8ecb7c8440bc999dac21b44455b33">
+ <source>Layering</source>
+ <target state="translated">Layering</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-form/rbd-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="6a072ce577c2079d0e0c31071a16824f6d22b84d">
+ <source>Exclusive lock</source>
+ <target state="translated">Exclusive lock</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-form/rbd-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7354f01320bf936a7f85577c9f71402635c3a362">
+ <source>Object map (requires exclusive-lock)</source>
+ <target state="translated">Object map (requires exclusive-lock)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-form/rbd-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fb7e625c1152f1c102cd16460955d124edff1770">
+ <source>Journaling (requires exclusive-lock)</source>
+ <target state="translated">Journaling (requires exclusive-lock)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-form/rbd-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="76d0a465d5b470c2ea20e15b23c91086c90e910d">
+ <source>Fast diff (requires object-map)</source>
+ <target state="translated">Fast diff (requires object-map)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-form/rbd-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1979da7460819153e11d2078244645d94291b69c">
+ <source>Copy</source>
+ <target state="translated">Copy</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-list/rbd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="3747fff7faf52b436ecff5fb8555091736d92c70">
+ <source>Flatten</source>
+ <target state="translated">Flatten</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-list/rbd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ba073985cfd2528c77a746ed596b2f2052b973c5">
+ <source>Move to Trash</source>
+ <target state="translated">Move to Trash</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-list/rbd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="70a67e04629f6d412db0a12d51820b480788d795">
+ <source>Create</source>
+ <target>Création</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-details/role-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-form/role-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e26f9cf3666aace4e524b1505c9795d76d87738d">
+ <source>Rename</source>
+ <target state="translated">Rename</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="45480c03b0a3a37ff8f6a5600a6a034b40fbaea4">
+ <source>Protect</source>
+ <target state="translated">Protect</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="3ea9b96a21a499d296a7f25407da0f3df6c2d5ed">
+ <source>Unprotect</source>
+ <target state="translated">Unprotect</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="54a4a3132b693575728a45a5f3154ad4c9af404b">
+ <source>Clone</source>
+ <target state="translated">Clone</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4be22bf20ef82614ed53bcd3b912a85590aa71c9">
+ <source>Rollback</source>
+ <target state="translated">Rollback</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7eb984588f4835f6d0187b33769b4b0f62821640">
+ <source>RBD snapshot rollback</source>
+ <target state="translated">RBD snapshot rollback</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2a04c483708d261751d62082d6f03a50d4577b1e">
+ <source>RBD snapshot</source>
+ <target state="translated">RBD snapshot</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d5cec7468241d72cafd86ad1af6d55b09a6e3ae5">
+ <source>Restore</source>
+ <target state="translated">Restore</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-trash-list/rbd-trash-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fa96769d1ea86741297cb9b9769b0dcfde58c8b4">
+ <source>Deleted At</source>
+ <target>Supprimé le </target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-trash-list/rbd-trash-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e928864038ca70ee7d67bbf1fd71a01c3938a127">
+ <source>id</source>
+ <target state="translated">id</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="240c9c1e96dc38814922a83ad041dc815b084f32">
+ <source>type</source>
+ <target>type</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c9d7ec7ee5b4e282f2228fa996651ec4ef5195a9">
+ <source>state</source>
+ <target>état</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="5780e5c3b4fc2ae07836bb5221cec4f8d597630d">
+ <source>version</source>
+ <target>version</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fe22ca53e651df951dac25b67c17894b0980f767">
+ <source>Host</source>
+ <target state="translated">Host</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fb69299354312c8954ecf324997ccafcd9f6b14b">
+ <source>root</source>
+ <target state="translated">root</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="3c3a423d91e36ac6624e909fcd2669a25685f847">
+ <source>Rank</source>
+ <target>Rang</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/monitor/monitor.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/monitor/monitor.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9596ecae8956e96921acef47aec787f6bdc37454">
+ <source>Daemon</source>
+ <target state="translated">Daemon</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f2005fa461c06dc2e04d8918bbabedf23604b5b7">
+ <source>Activity</source>
+ <target>Activité</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e3a986984ae0c3b43af648c3fa638649d1c00348">
+ <source>Dentries</source>
+ <target state="translated">Dentries</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7c692ab865066967d73c6d64ec0691cc6ce91b93">
+ <source>Inodes</source>
+ <target state="translated">Inodes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="45f210b96a2a6e91f52f153a4f8dc30662629f8e">
+ <source>Usage</source>
+ <target>Utilisation</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7db875ff4cc626d394f37fba95c075b2e4bfeb00">
+ <source>Standby daemons</source>
+ <target state="translated">Standby daemons</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="22e4e574b7f8abf58254f328792445b42e2a924a">
+ <source>The value can be updated at runtime.</source>
+ <target state="translated">The value can be updated at runtime.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d7770de7b2343c9deeaa7ebf37ba3e35ca5c5988">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="83f11fd1dc503c37931ea6c1c5c1e8c2b4b597b6">
+ <source>Option takes effect only during daemon startup.</source>
+ <target state="translated">Option takes effect only during daemon startup.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="837a07cd6a971038b8b1aa190c43440c9fdb5d8b">
+ <source>Option only affects cluster creation.</source>
+ <target state="translated">Option only affects cluster creation.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2566a88eb247c918b71cfe5b354c31de0d4b01e5">
+ <source>Option only affects daemon creation.</source>
+ <target state="translated">Option only affects daemon creation.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="cdb623df78c6ed1fdd9e6dc35f83d6dbea75ebfa">
+ <source>Config option <x equiv-text="{{name}}" id="INTERPOLATION"/> has been updated.</source>
+ <target state="translated">Config option <x equiv-text="{{name}}" id="INTERPOLATION"/> has been updated.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a773d21a875b944ba7b067f348398cfd5e9550cc">
+ <source>Update config option</source>
+ <target state="translated">Update config option</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d473e0f684a60db45d6f31e993f693f74290e056">
+ <source>Service</source>
+ <target>Service</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9951bb3983c7dba6fde013e05c922e4fe1a44367">
+ <source>Current value</source>
+ <target>Valeur actuelle</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7099a8878af7a0a26fe5663c4f46cfe87142b75d">
+ <source>Public Address</source>
+ <target>Adresse publique</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/monitor/monitor.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/monitor/monitor.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="cbdd1cdc0c7a87f55dd177bc44212f0fc4b80852">
+ <source>Open Sessions</source>
+ <target state="translated">Open Sessions</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/monitor/monitor.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="37e58d1cbdf8212b380efa51422e42821d4f08e6">
+ <source>No In</source>
+ <target state="translated">No In</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="12706eb5af17ff5ad77b3de21af368d24678e00b">
+ <source>OSDs that were previously marked out will not be marked back in when they start</source>
+ <target state="translated">OSDs that were previously marked out will not be marked back in when they start</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="96114d7624d11dc90ca46cfa96145fe22118df76">
+ <source>No Out</source>
+ <target state="translated">No Out</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a2ef636fe1ddd56b63e4aaf3d292f33dbf735ef3">
+ <source>OSDs will not automatically be marked out after the configured interval</source>
+ <target state="translated">OSDs will not automatically be marked out after the configured interval</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ee50aefa9b8bde1e5429b48709a23abfe08358e0">
+ <source>No Up</source>
+ <target state="translated">No Up</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="608929b939307e397586a98cea52ae38997c7273">
+ <source>OSDs are not allowed to start</source>
+ <target state="translated">OSDs are not allowed to start</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1751ab69c1e7f62927afedbf7116e0116316c551">
+ <source>No Down</source>
+ <target state="translated">No Down</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="41fac86dfb65c1db690f3e87f6497cb73b281084">
+ <source>OSD failure reports are being ignored, such that the monitors will not mark OSDs down</source>
+ <target state="translated">OSD failure reports are being ignored, such that the monitors will not mark OSDs down</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b2838c6165a9672a17db188f4dd9676574353dd8">
+ <source>Pause</source>
+ <target>Pause</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="191d71dadcc8790573d46706a0b48211de4b8334">
+ <source>Pauses reads and writes</source>
+ <target>Mettre en pause les lectures et écritures</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="471d5ba75836f38c19992cf83d8822632d99e473">
+ <source>No Scrub</source>
+ <target state="translated">No Scrub</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="5b8caa61814121bc36dac0c34a9e9de3cae74990">
+ <source>Scrubbing is disabled</source>
+ <target state="translated">Scrubbing is disabled</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7f29a0ac1c797bdc0347dd5d0734ba83e96e7ce6">
+ <source>No Deep Scrub</source>
+ <target state="translated">No Deep Scrub</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="01da61ab216541a8d31259cebd16b10c7e5fc124">
+ <source>Deep Scrubbing is disabled</source>
+ <target state="translated">Deep Scrubbing is disabled</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0b86c7f18ac725de62c7e192dcfccd02c0dc40ab">
+ <source>No Backfill</source>
+ <target state="translated">No Backfill</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="bd33a2bdc8fbed3b7469f3717c16d9aaa2851fdd">
+ <source>Backfilling of PGs is suspended</source>
+ <target state="translated">Backfilling of PGs is suspended</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7fbbd036394cfa623add40299757bc87df8eaa7e">
+ <source>No Recover</source>
+ <target state="translated">No Recover</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f3ee9b451a64dca47299c9b4ae1091c2008068ad">
+ <source>Recovery of PGs is suspended</source>
+ <target state="translated">Recovery of PGs is suspended</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="de904148fe7e8d812218f50333ffe247900617c5">
+ <source>Bitwise Sort</source>
+ <target state="translated">Bitwise Sort</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2613c9fde29785bcd75f0abeccb653d14d7527b3">
+ <source>Use bitwise sort</source>
+ <target state="translated">Use bitwise sort</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2fe10d84250aeee365db244251d40934c70ff1e9">
+ <source>Purged Snapdirs</source>
+ <target state="translated">Purged Snapdirs</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="6b22a5b780eda3c5d500cdac9c6d4f96978c38f1">
+ <source>OSDs have converted snapsets</source>
+ <target state="translated">OSDs have converted snapsets</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c42f0ba60564dc5b977a8c7f3fdcde9efbb39c60">
+ <source>Recovery Deletes</source>
+ <target state="translated">Recovery Deletes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="72fe39979198ea2ed6db6274b5029025cb316d90">
+ <source>Deletes performed during recovery instead of peering</source>
+ <target state="translated">Deletes performed during recovery instead of peering</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1bb4a1f9127cefe624c173557a716d0ebb6d647c">
+ <source>PG Log Hard Limit</source>
+ <target state="translated">PG Log Hard Limit</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e03c0321397fdf7a9c22e8d6b5015424943c0a57">
+ <source>Puts a hard limit on pg log length</source>
+ <target state="translated">Puts a hard limit on pg log length</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0182a66735272f5c540a0c65ff3f5a7913ac1b74">
+ <source>OSD Flags were updated successfully.</source>
+ <target state="translated">OSD Flags were updated successfully.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fbfecb196a0896028638e21655c6fed6a1f91dc0">
+ <source>OSD Flags</source>
+ <target state="translated">OSD Flags</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2e5e77dbaadd6588d8bbf737139fd9806294ae28">
+ <source>Deep Scrub</source>
+ <target state="translated">Deep Scrub</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="75fb9f970ba365398c45e57bbb1019c009f6b832">
+ <source>Mark Out</source>
+ <target state="translated">Mark Out</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="688578fcc739d6f0c5fb6c366dbb19d21c6d9e36">
+ <source>out</source>
+ <target state="translated">out</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/osd-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0cda3e824fb2f9c731e5a60b859dedc1fe03127e">
+ <source>Mark In</source>
+ <target state="translated">Mark In</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="cb0f69bdd4dea41d7d45c74b6e07f98de8a2ab26">
+ <source>in</source>
+ <target state="translated">in</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/osd-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="66fdbf32e5449cc54a3d1e19c7b8f4ea238facfb">
+ <source>Mark Down</source>
+ <target state="translated">Mark Down</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b5fbc7c7f007dd53b2318525bb7ff8b0376c9e37">
+ <source>down</source>
+ <target state="translated">down</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/osd-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f833354f43cb38c5716faa8759a9bbdd1ab8f199">
+ <source>Mark Lost</source>
+ <target state="translated">Mark Lost</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b58719bcb9184e1a7884d00d22d10899d59bf295">
+ <source>Mark</source>
+ <target state="translated">Mark</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="31a1c1aa03f1e5084750bedb4e3fdc04ce2cb6ca">
+ <source>OSD lost</source>
+ <target state="translated">OSD lost</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f3fc4c85c5b8f1dedea0496b72d0af9da7b9e0d9">
+ <source>marked lost</source>
+ <target state="translated">marked lost</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="019d4bd6a5690f0cfa0ecf346a4e6bf7f0d8debb">
+ <source>Remove</source>
+ <target>Supprimer</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c8b1475105463088593de1022ff6dceb523eae0e">
+ <source>OSD</source>
+ <target state="translated">OSD</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c640261f80e6afd42cac3f4b63594012f198e0e8">
+ <source>removed</source>
+ <target>supprimé</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="bf463b189696c19769ea263227e6c22aefafb918">
+ <source>Destroy</source>
+ <target>Détruire</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="8e5d1b01eca6dce26a4751f0b19bda7a6ab8db5b">
+ <source>destroy</source>
+ <target>détruire</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="495a06b78bf165a7b545fa002137f0846b094a3d">
+ <source>destroyed</source>
+ <target>détruit</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="953144c420c2e5abd02e6a687433eac60fa852bd">
+ <source>PGs</source>
+ <target state="translated">PGs</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7d3523ea9d35c274cef84043de8a2fdde540a9a1">
+ <source>Read bytes</source>
+ <target state="translated">Read bytes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ecbe2fdca919499125bc42c2c67cedae8563db1c">
+ <source>Writes bytes</source>
+ <target state="translated">Writes bytes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f3c33322823c846b13f59ba2c8f234405bba99e1">
+ <source>Read ops</source>
+ <target state="translated">Read ops</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7e0b24a17546cbfab48b03dc874461d1ca68bc9a">
+ <source>Write ops</source>
+ <target state="translated">Write ops</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d45455406092f58e6b089cb440b5b7934b801a01">
+ <source>Mark OSD <x equiv-text="{{markAction}}" id="INTERPOLATION"/></source>
+ <target state="translated">Mark OSD <x equiv-text="{{markAction}}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="de0b7806e451b3b3dbd564decba59981fe781c18">
+ <source>Mark <x equiv-text="{{markAction}}" id="INTERPOLATION"/></source>
+ <target state="translated">Mark <x equiv-text="{{markAction}}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4edc2162af0bd6cd941eaf730d20a7e3b5a83ba7">
+ <source>Max Backfills</source>
+ <target state="translated">Max Backfills</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="eb5e6c24a48a1dfe23e0a772b762be5e949c0c8a">
+ <source>Recovery Max Active</source>
+ <target state="translated">Recovery Max Active</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4a23c6d3859e03184118620d2baeb736ac765fbf">
+ <source>Recovery Max Single Start</source>
+ <target state="translated">Recovery Max Single Start</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="97049169ef5228fd1724de2fcdad1fec2858eaf8">
+ <source>Recovery Sleep</source>
+ <target state="translated">Recovery Sleep</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a5c05002b0ac2040f1aede5e727e0ffd06eda819">
+ <source>Custom</source>
+ <target state="translated">Custom</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="92a8cbd0b31b1a5a64fe3a3245437ecf14b6d74d">
+ <source>OSD recovery speed priority "<x equiv-text="{{value}}" id="INTERPOLATION"/>" was set successfully.</source>
+ <target state="translated">OSD recovery speed priority "<x equiv-text="{{value}}" id="INTERPOLATION"/>" was set successfully.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="87241d8eb7bf0d14756f27febe8d0a84015627db">
+ <source>OSD recovery speed priority</source>
+ <target state="translated">OSD recovery speed priority</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="442db228d78b94d704b22bb0ffeb712af183f19a">
+ <source><x equiv-text="{{operation}}" id="INTERPOLATION"/> was initialized in the following OSD: <x equiv-text="{{id}}" id="INTERPOLATION_1"/></source>
+ <target state="translated"><x equiv-text="{{operation}}" id="INTERPOLATION"/> was initialized in the following OSD: <x equiv-text="{{id}}" id="INTERPOLATION_1"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="78917e8031aaf913ac3fa63295325ce8879703ce">
+ <source>Job</source>
+ <target state="translated">Job</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="94287619205068b591c18493c64781424864c259">
+ <source>Severity</source>
+ <target state="translated">Severity</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e6cfbe0c5e0302ba2cec22315f6a28f8ac46b651">
+ <source>Started</source>
+ <target state="translated">Started</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6">
+ <source>URL</source>
+ <target state="translated">URL</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fb2e1bed329dc5b84197808c778abb9edcbdb335">
+ <source>Used</source>
+ <target>Utilisé</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4f1ab04d9100fb0df0e62b921ec46ae052ae29fc">
+ <source>Avail.</source>
+ <target>Dispo.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a1c9b3d4fa67450fe9afd1d726f8a1bd91d990ea">
+ <source>Clean</source>
+ <target state="translated">Clean</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0054f5460090d6dde385e8f099d598df5d28cf54">
+ <source>Working</source>
+ <target state="translated">Working</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a8059e31694578c1b0344a76a345357dd60e8f01">
+ <source>Warning</source>
+ <target>Avertissement</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e5d8bb389c702588877f039d72178f219453a72d">
+ <source>Unknown</source>
+ <target>Inconnu</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="129a2224e1f9d19eb5e11e2a07fe10a785556484">
+ <source>up</source>
+ <target state="translated">up</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/osd-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d5f29cf0af691726483262d647eb6622be002512">
+ <source>no filesystems</source>
+ <target state="translated">no filesystems</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b1c4387ffab06f3fa9fdb4411aea955595538d44">
+ <source>active</source>
+ <target state="translated">active</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mgr-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1aaf7054d826f2cb05ec3e88a5a4b8116861e1f5">
+ <source>standby</source>
+ <target state="translated">standby</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mgr-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c9a1080024dca344a48acdb77fa2d54e059f7254">
+ <source>n/a</source>
+ <target state="translated">n/a</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mgr-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="84a1787b6df375847c70f782861d7e7f8f43bff4">
+ <source>active daemon</source>
+ <target state="translated">active daemon</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mgr-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="24407dc2ebfafaf6b131ee978683b893c3f1d763">
+ <source>quorum</source>
+ <target state="translated">quorum</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mon-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="5049e204c14c648691ac775a64fb504467aeb549">
+ <source>Value</source>
+ <target>Valeur</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="60fb10c145f9c7ede2b9ddf9b2b0b0f6191d0ebd">
+ <source>Cache Mode</source>
+ <target state="translated">Cache Mode</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-details/pool-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fa5bfad31d4139f6871443bb74324ffda5cad3e6">
+ <source>Min Evict Age</source>
+ <target state="translated">Min Evict Age</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-details/pool-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fd0eb851666df45c34c76fabcda79b0d77bc910b">
+ <source>Min Flush Age</source>
+ <target state="translated">Min Flush Age</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-details/pool-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="cb54d2c420a534cee0c308ea5589f8c394ef8d67">
+ <source>Target Max Bytes</source>
+ <target state="translated">Target Max Bytes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-details/pool-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="07f4ebe6615dca466818ffdae2a69ee217d265fb">
+ <source>Target Max Objects</source>
+ <target state="translated">Target Max Objects</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-details/pool-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="eaa8f4df53cf7fa78d078e20a701d10f3dccd77d">
+ <source>No applications added</source>
+ <target state="translated">No applications added</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="321c2a7640f11177ea49b0857b94c4b70830c0e6">
+ <source>Applications limit reached</source>
+ <target state="translated">Applications limit reached</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="519d27742b74fadc8336777452f78891e98aa1dc">
+ <source>A pool can only have up to four applications definitions.</source>
+ <target state="translated">A pool can only have up to four applications definitions.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b5bec3813f0d45daa7eb9471272969e1bc3e734e">
+ <source>Allowed characters '_a-zA-Z0-9'</source>
+ <target>Caractère autorisés '_a-zA-Z0-9'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="807472d29602a0085bce62e534bd66208982c2e2">
+ <source>Maximum length is 128 characters</source>
+ <target>La longueur maximale est de 128 caractères.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="37785748b9ac9ad1d3e4b111ac502c3284afe84b">
+ <source>Filter or add applications</source>
+ <target state="translated">Filter or add applications</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="38c7b8610ca87835e13eeee6a09ba1c414cd5cb9">
+ <source>Add application</source>
+ <target state="translated">Add application</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="65bb2be83261bc4798853bbccdedc110c43feea7">
+ <source>erasure code profile</source>
+ <target state="translated">erasure code profile</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="112d356ad6846959ca4aa5ec9a1f0d9d473b24ec">
+ <source>Replica Size</source>
+ <target state="translated">Replica Size</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ec50492db341fa752b023d8c924601286b6c9c0c">
+ <source>Last Change</source>
+ <target>Dernier changement</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="563a8c136a9d423bc7ae1269a404d6da5fd83dad">
+ <source>Erasure Coded Profile</source>
+ <target state="translated">Erasure Coded Profile</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0ad7f0662956cff61ac1208f92b1a0305b1b2e58">
+ <source>Crush Ruleset</source>
+ <target state="translated">Crush Ruleset</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f15bf7f588f09ca79795b17bc244e8d336f28171">
+ <source>Write bytes</source>
+ <target state="translated">Write bytes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="44939fd05cedfd077db886528b755e77d5fa3885">
+ <source>bucket</source>
+ <target state="translated">bucket</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ec40d74ecfb1d6d60455af6805c9a714a3f5750a">
+ <source>buckets</source>
+ <target state="translated">buckets</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0914cbe18bae204217e1851be6d2d24d86e74605">
+ <source>user</source>
+ <target>utilisateur</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7c7f4be7b726e61c577e63842a58d9e435f7c597">
+ <source>users</source>
+ <target>utilisateurs</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1481b8488e10dbc437accce89d2ae35a0106e8ba">
+ <source>Scope</source>
+ <target>Périmètre</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-details/role-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9b1d5e95f6bdcfb4b737413f5fa157e0dcb103d5">
+ <source>Read</source>
+ <target>Lecture</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-details/role-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-form/role-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fe6ee93173884201ec62d62ba173c3de85ae177e">
+ <source>Created role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">Created role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-form/role-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="41c032df0732f4318f8213fabd0719ac347d4b6c">
+ <source>Updated role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">Updated role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-form/role-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="50e22b5289f79f1417369403345c9fa9911a4557">
+ <source>System Role</source>
+ <target state="translated">System Role</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-list/role-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7f132668e2dbfcf616381d2daf59d1a6f2698102">
+ <source>Deleted role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">Deleted role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-list/role-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d2362a49d2434ce137bf19dab004251b7fd9c7b3">
+ <source>Created user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</source>
+ <target state="translated">Created user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9910122dfedd2eaa544a990f1430e5b82a76d99f">
+ <source>Update user</source>
+ <target>MAJ de l'utilisateur</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ac10a3d9b59575640797c1a8e6aea642cf5d5e77">
+ <source>Continue</source>
+ <target>Continuer</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="cf4bcf4ce3d551e6099ccdc3546ae418fe5f8038">
+ <source>You were automatically logged out because your roles have been changed.</source>
+ <target>Vous avez été automatiquement déconnecté car vos rôles ont changés.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0f6003fb0c1cc73b89d225801cc1b870945cd259">
+ <source>Updated user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</source>
+ <target>Utilisateur &quot;<x equiv-text="{{username}}" id="INTERPOLATION"/>&quot; mis à jour</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fe516c6d820018fdc971113935e22ec1e852965f">
+ <source>Deleted user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</source>
+ <target>Utilisateur &quot;<x equiv-text="{{username}}" id="INTERPOLATION"/>&quot; supprimé</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-list/user-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="01a7e11502ff80421ef3615e533ea14ef57e1d5c">
+ <source>Failed to delete user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</source>
+ <target>Échec de la suppression de l'utilisateur &quot;<x equiv-text="{{username}}" id="INTERPOLATION"/>&quot;</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-list/user-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="63316a3861dbcb035147efc1b9fb6bc708242e94">
+ <source>You are currently logged in as "<x equiv-text="{{username}}" id="INTERPOLATION"/>".</source>
+ <target>Vous êtes connecté entant que &quot;<x equiv-text="{{username}}" id="INTERPOLATION"/>&quot;.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-list/user-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1d7fbcc3d5efc946ffbcf86fed04c4e20dda20fb">
+ <source>Each object is split in data-chunks parts, each stored on a different OSD.</source>
+ <target state="translated">Each object is split in data-chunks parts, each stored on a different OSD.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b1f8ed4e216585f1f9134740002ef3c8501debd8">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c437ee74a9a8e781e1380153f742a685e3b8cc5e">
+ <source>The jerasure plugin is the most generic and flexible plugin,
+ it is also the default for Ceph erasure coded pools.</source>
+ <target state="translated">The jerasure plugin is the most generic and flexible plugin,
+ it is also the default for Ceph erasure coded pools.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="8c7e19322851402afa67e41f4f1d4e531caf1bf5">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b1b11f49281b4e79219b4eecfbcb033cb15bd880">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d9cb3bc07a25b26fbea457e0a7b543340bc13c49">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="813959d46e63a29bbd266b3af2ff9414c2ef553c">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f0ff63d92e0a1b4d4b51e31b9133802d160a5f4c">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="3ece48df9d1e9a98f98bf3c5cc66e8b637020a4d">
+ <source>The isa plugin encapsulates the ISA library. It only runs on Intel processors.</source>
+ <target state="translated">The isa plugin encapsulates the ISA library. It only runs on Intel processors.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4472c9e31bfc7d96a83dc4afce0a6e885c99e839">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fa385f5ecf63083ec848dca8dc5e52bdc72ac6f6">
+ <source>The shec plugin encapsulates the multiple SHEC library.
+ It allows ceph to recover data more efficiently than Reed Solomon codes.</source>
+ <target state="translated">The shec plugin encapsulates the multiple SHEC library.
+ It allows ceph to recover data more efficiently than Reed Solomon codes.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="687b3cd94b3475c24ff4481d64d4739f902a377c">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f3c4af6df91bdaabdb715f8f0b61a24faf73a3bc">
+ <source>The name of the crush bucket used for the first step of the CRUSH rule.
+ For instance step take default.</source>
+ <target state="translated">The name of the crush bucket used for the first step of the CRUSH rule.
+ For instance step take default.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e1059955a5ce65cdabf0c0a8207377e1f9bae57e">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ac392ac9c6da5fde6da80fc57b9c09402fb6e73d">
+ <source>Restrict placement to devices of a specific class
+ (e.g., ssd or hdd), using the crush device class names in the CRUSH map.</source>
+ <target state="translated">Restrict placement to devices of a specific class
+ (e.g., ssd or hdd), using the crush device class names in the CRUSH map.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="62bcb9ae5583a088649b1adf5787a86ca3334f89">
+ <source>Set the directory name from which the erasure code plugin is loaded.</source>
+ <target state="translated">Set the directory name from which the erasure code plugin is loaded.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a436c6a4025a749198e93cac239de8deede72211">
+ <source>-- Select the priority --</source>
+ <target state="translated">-- Select the priority --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/osd.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9556266f0a2b1762a44b686f2bb21dbfefb01c12">
+ <source>Low</source>
+ <target state="translated">Low</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/osd.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="72279141a67cc042d9864102b703216cc8a428a3">
+ <source>High</source>
+ <target state="translated">High</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/osd.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e6ca3c0efaf51e6d45a7f92f58bac37140c3fda4">
+ <source>Last 5 minutes</source>
+ <target state="translated">Last 5 minutes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b0ecb2bbc548cc9bd95050fd8f0c84586d083fe2">
+ <source>Last 15 minutes</source>
+ <target state="translated">Last 15 minutes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="857ae67deb51353120b203b0f2a06b0c48ef49fa">
+ <source>Last 30 minutes</source>
+ <target state="translated">Last 30 minutes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7b1738fad314e936dc14b94db8f43da736942308">
+ <source>Last 1 hour (Default)</source>
+ <target state="translated">Last 1 hour (Default)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a428288224389726cef9d9bd8d1d7808cccd7ffd">
+ <source>Last 3 hours</source>
+ <target state="translated">Last 3 hours</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7cbabecc8d80cf183ac199cfaeb7619d56e5d43f">
+ <source>Last 6 hours</source>
+ <target state="translated">Last 6 hours</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1a389cdf64187d34cf99eec30a290e3fa7d4744f">
+ <source>Last 12 hours</source>
+ <target state="translated">Last 12 hours</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9e0ba5f591380a94d594a76288f0c41aa97eb9c2">
+ <source>Last 24 hours</source>
+ <target state="translated">Last 24 hours</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e430eda9c785cd43465b7cbb400ee914f1057247">
+ <source>Yesterday</source>
+ <target state="translated">Yesterday</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7fb1099e29660162f9154d5b2feee7743a423df6">
+ <source>Today</source>
+ <target state="translated">Today</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="33904058a97a64bd189bed84038b1ffe719769c7">
+ <source>Today so far</source>
+ <target state="translated">Today so far</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="3b0b849be007510021d3d383df75bec95ef9c97b">
+ <source>Day before yesterday</source>
+ <target state="translated">Day before yesterday</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="6b430c2c394c4d32ebd7d46c8c46ab60e1b29ccb">
+ <source>Last 2 days</source>
+ <target state="translated">Last 2 days</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d5e812a87a5d57a94200a2013027cab76a7c4863">
+ <source>This day last week</source>
+ <target state="translated">This day last week</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d00edc936eeab6b5577401f115ca86ca2c87dc9a">
+ <source>Previous week</source>
+ <target state="translated">Previous week</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b036e40577baa6b918b2267d319d4b3aeaa88a5a">
+ <source>This week</source>
+ <target state="translated">This week</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="99ad5a6096b3fcb3f021f3779bae710cdfeb8934">
+ <source>This week so far</source>
+ <target state="translated">This week so far</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="02e0243b60007368f87dc01e083f232dd025096d">
+ <source>Last 7 days</source>
+ <target state="translated">Last 7 days</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c3b08b07b5ab98e7cdcf18df39355690ab7d3884">
+ <source>Previous month</source>
+ <target state="translated">Previous month</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1b2562c6d5aa90644e7dc91feee82e2005fceb33">
+ <source>This month</source>
+ <target state="translated">This month</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="26b4b18c5917934abb169ba9aa490e57f7bf10b8">
+ <source>This month so far</source>
+ <target state="translated">This month so far</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7668986b9f753fcd72ad4a00b1a0c4861d1f7fb8">
+ <source>Last 30 days</source>
+ <target state="translated">Last 30 days</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ba1e822408d90c6fbd2989100fa648bfd5e8ee84">
+ <source>Last 90 days</source>
+ <target state="translated">Last 90 days</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c3df03f899a914c4181adcdc8a3f077424f7b6e8">
+ <source>Last 6 months</source>
+ <target state="translated">Last 6 months</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7f9a92757580c9f31c309c0a3812ea429274eadf">
+ <source>Last 1 year</source>
+ <target state="translated">Last 1 year</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="5a9fede30ff65cb4b4426f6b1ed31afb67ecd7b0">
+ <source>Previous year</source>
+ <target state="translated">Previous year</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="65cefcc53d1f6445df7568e8a40c49165f1090ee">
+ <source>This year</source>
+ <target state="translated">This year</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1f68b766944dc3865bddab765fe952b0c1c43f92">
+ <source>This year so far</source>
+ <target state="translated">This year so far</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4d4b77e614f8043fdadef5d6d235655bb48eb311">
+ <source>Last 2 years</source>
+ <target state="translated">Last 2 years</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="138afa339ea6e75d25a474affe1edbcb90e00ec0">
+ <source>Last 5 years</source>
+ <target state="translated">Last 5 years</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c43dc1967a603fefb886149ac35863a06d5b4ce5">
+ <source>Information</source>
+ <target>Information</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/info-panel/info-panel.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="37391297bb077a6f84484930261b01a3ce38327b">
+ <source>No items selected.</source>
+ <target state="translated">No items selected.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2c1e52ee832661b4a0f570877d24661736b16af1">
+ <source>Deselect item to select again</source>
+ <target state="translated">Deselect item to select again</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c8c9c6e5918659336824bbdda3501c66eaa79a4c">
+ <source>Selection limit reached</source>
+ <target state="translated">Selection limit reached</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="02d184c288f567825a1fcbf83bcd3099a10853d5">
+ <source>Filter tags</source>
+ <target state="translated">Filter tags</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="aa00748e49c269956837d6f3acdd8d218796a8d8">
+ <source>Add badge</source>
+ <target state="translated">Add badge</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4078a92d8121abdce7d8f346a88914923ec835fc">
+ <source>There are no items available.</source>
+ <target state="translated">There are no items available.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="24c4d50fe8567de381a20a1745f1b6d37eacaa90">
+ <source>Failed to <x equiv-text="{{failure}}" id="INTERPOLATION"/> <x equiv-text="{{metadata}}" id="INTERPOLATION_1"/></source>
+ <target state="translated">Failed to <x equiv-text="{{failure}}" id="INTERPOLATION"/><x equiv-text="{{metadata}}" id="INTERPOLATION_1"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f54b6f09b390d5ade0e354f6c7d4743c10a315cc">
+ <source>Executing</source>
+ <target>En cours d'exécution</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="5cdfe3e3330ea42bfd29c540dbd268bee97d364d">
+ <source>execute</source>
+ <target>exécuter</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="6e98e243518daa88be30330fcdbd2d10f8eae4d7">
+ <source>Executed</source>
+ <target>Exécuté</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="24b09aa5bd909273a023d2d788a2673325c77e31">
+ <source>unknown task</source>
+ <target>tâche inconnue</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="114b5f92b9192b229ffc9a450319a97ccca2aa5c">
+ <source>Creating</source>
+ <target>En cours de création</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="56695b69d27437ada580a187958407e7c856d46e">
+ <source>create</source>
+ <target>créer</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9db60170ef3b3b41a863e7d5ee7cec10919b9141">
+ <source>Updating</source>
+ <target>En cours de mise à jour</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="64412640835b7d25247cb254d4f911366c0e6862">
+ <source>update</source>
+ <target>mise à jour</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9da0107a35751e722c8b4bca7636fc7645dbdbdc">
+ <source>Updated</source>
+ <target>Mis à jour</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="416193bb373d59477458b00e5922d755e2e2cacd">
+ <source>Deleting</source>
+ <target>En cours de suppression</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="70ef158c584bafe788e319a0bffa11b02ee9abf1">
+ <source>delete</source>
+ <target>supprimer</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54">
+ <source>Deleted</source>
+ <target>Supprimé</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="3f757cfc3749ebb5d4462017cb60138ca082f15f">
+ <source>RBD '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">RBD '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a6c681e6130fe440ae40de99a405fcf5c7eefee1">
+ <source>RBD snapshot '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">RBD snapshot '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4fb54a0291f49583c317d4a3690239141b5a8f68">
+ <source>mirror mode for pool '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">mirror mode for pool '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="6621ab6e122a149326a1e48e9051a41e7f203cf6">
+ <source>mirror peer for pool '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">mirror peer for pool '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1b559dbd9cc9664fd788c2da9a10d3abafe066cb">
+ <source>Name is already used by <x equiv-text="{{pool_name}}" id="INTERPOLATION"/>.</source>
+ <target>Le nom est déjà utilisé par <x equiv-text="{{pool_name}}" id="INTERPOLATION"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="8fc28e1103d9f2ef47b9fff9a4f74e8365c7cf19">
+ <source>Name is already used by <x equiv-text="{{name}}" id="INTERPOLATION"/>.</source>
+ <target>Le nom est déjà utilisé par <x equiv-text="{{name}}" id="INTERPOLATION"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1cdc7ea44fcb85d0cfcf6e7379d625d8674a8fbe">
+ <source>Name is already used by <x equiv-text="{{rbd_name}}" id="INTERPOLATION"/>.</source>
+ <target>Le nom est déjà utilisé par <x equiv-text="{{rbd_name}}" id="INTERPOLATION"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1ff7676ad1e991102224540a32dd44ad1ab88aa8">
+ <source><x equiv-text="{{rbd_name}}" id="INTERPOLATION"/> contains snapshots.</source>
+ <target state="translated"><x equiv-text="{{rbd_name}}" id="INTERPOLATION"/> contains snapshots.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c3a1dcca2b2ba20fbe39e2441e7bb1cf9c20cdf3">
+ <source>Cloning</source>
+ <target state="translated">Cloning</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b5fa4e0a3a279dee5b6bf7b823e54387f7c79994">
+ <source>clone</source>
+ <target state="translated">clone</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a3318a2ee2bd0064b6b9ff72a4018b679ec63125">
+ <source>Cloned</source>
+ <target state="translated">Cloned</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="29b7452e8367af9aa8fa828f16ff94c3530e7a1a">
+ <source>Snapshot of <x equiv-text="{{rbd_name}}" id="INTERPOLATION"/> must be protected.</source>
+ <target state="translated">Snapshot of <x equiv-text="{{rbd_name}}" id="INTERPOLATION"/> must be protected.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="369f93b9a07a9465f7a261e9f0021b6cfa7180c5">
+ <source>Copying</source>
+ <target>En cours de copie</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="37584f889855d153a106f5dffe23d21f9453c8ff">
+ <source>copy</source>
+ <target>copie</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ef90545bc832876c0d7f9a10363c75137472bbb5">
+ <source>Copied</source>
+ <target>Copié</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="6ea9e313a04ef59222feaadfe84e97b4c69d7e9e">
+ <source>Flattening</source>
+ <target state="translated">Flattening</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1f57593581b64d2d4c70eab1736bd9bccc66a7dc">
+ <source>flatten</source>
+ <target state="translated">flatten</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="647059bf3ea098fffedf92ddfad792bb3daa3c95">
+ <source>Flattened</source>
+ <target state="translated">Flattened</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d990ef9680cd23bbe652c37eb46bf038cfee80ad">
+ <source>Name is already used by <x equiv-text="{{snap_name}}" id="INTERPOLATION"/>.</source>
+ <target>Le nom est déjà utilisé par <x equiv-text="{{snap_name}}" id="INTERPOLATION"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a101745d080ef65c09bd5fafc796f94ddb9f9d60">
+ <source>Cannot unprotect <x equiv-text="{{snap_name}}" id="INTERPOLATION"/> because it contains child images.</source>
+ <target state="translated">Cannot unprotect <x equiv-text="{{snap_name}}" id="INTERPOLATION"/> because it contains child images.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="647968f4cde7786cd53ec8e6aa9802ac6824a262">
+ <source>Cannot delete <x equiv-text="{{snap_name}}" id="INTERPOLATION"/> because it's protected.</source>
+ <target>Impossible de supprimer <x equiv-text="{{snap_name}}" id="INTERPOLATION"/> car il est supprimé.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="57ddd3e15cf0ce974356b757451f50116a27272b">
+ <source>Rolling back</source>
+ <target state="translated">Rolling back</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a8913a3a5ee61f2598b5f0432cb9b20cdd60548e">
+ <source>rollback</source>
+ <target state="translated">rollback</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="dc21fd6547f2325c67f6deff925f29eb07a2db3e">
+ <source>Rolled back</source>
+ <target state="translated">Rolled back</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="de8676f0017c9db6c49388cd7d63cd0a83a0c1dc">
+ <source>Moving</source>
+ <target>En cours de déplacement</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2d810712308ae63cb795d809687a3254ef7a2f05">
+ <source>move</source>
+ <target>déplacer</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f3ba995236e5c1cc77686108980c099a90aec754">
+ <source>Moved</source>
+ <target>Déplacé</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d0422169252d132624a20f267b5c29f28cb53ebe">
+ <source>image '<x equiv-text="{{id}}" id="INTERPOLATION"/>' to trash</source>
+ <target state="translated">image '<x equiv-text="{{id}}" id="INTERPOLATION"/>' to trash</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b603e2dfed9808222fbcb5a7c5f4da2cc6ae2aae">
+ <source>Could not find image.</source>
+ <target>Impossible de trouver l'image.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="398debe73006b1fe5177ed81d2e7b0cc852f61ec">
+ <source>Restoring</source>
+ <target>En cours de restauration.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c252806fb400e79bac194696632c9362742b1538">
+ <source>restore</source>
+ <target>restaurer</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="86fc6cae82c095f14105eb8a61d7b3fa948304b7">
+ <source>Restored</source>
+ <target>Restauré</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="30b8bcf69b3f1754b7abba173fd806cfcea4cb04">
+ <source>image '<x equiv-text="{{id}}" id="INTERPOLATION"/>' into '<x equiv-text="{{new_id}}" id="INTERPOLATION_1"/>'</source>
+ <target state="translated">image '<x equiv-text="{{id}}" id="INTERPOLATION"/>' into '<x equiv-text="{{new_id}}" id="INTERPOLATION_1"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="13b7b241cef989fe0932ddd180e757658e1817e7">
+ <source>Image name '<x equiv-text="{{id}}" id="INTERPOLATION"/>' is already in use.</source>
+ <target state="translated">Image name '<x equiv-text="{{id}}" id="INTERPOLATION"/>' is already in use.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="cc1cee12c833e8fbbef28a2a7c449dc530da912d">
+ <source>image '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">image '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="38e5f47f8bef505652f3e87f46efb00ead1350a3">
+ <source>Purging</source>
+ <target>En cours de purge</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e4e57747f123f0fe6fe3a0ecf608f8bc287dec0c">
+ <source>purge</source>
+ <target>purger</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="69b0446c6c2411c4fe01e411b8ceec72d4044fb4">
+ <source>Purged</source>
+ <target>Purgé</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1560d58fdf39663929653250d45f5b1dfe078fea">
+ <source>all pools</source>
+ <target state="translated">all pools</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1ac3dc50c2c3d86e98bc0967ee1e696810a2d3aa">
+ <source>images from <x equiv-text="{{message}}" id="INTERPOLATION"/></source>
+ <target state="translated">images from <x equiv-text="{{message}}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="02278abbb044ece04ab6bd80bd2060198d31d83b">
+ <source>Cannot disable mirroring because it contains a peer.</source>
+ <target state="translated">Cannot disable mirroring because it contains a peer.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="dfe70001dc590a9e12512cbb206aa29fb36fd00b">
+ <source>pool '<x equiv-text="{{pool_name}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">pool '<x equiv-text="{{pool_name}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="59630daf2f4786690fae0cdad55da8887236eabe">
+ <source>erasure code profile '<x equiv-text="{{name}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">erasure code profile '<x equiv-text="{{name}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="369462e5e018360e0600bb570866201ad5c3c8a8">
+ <source>target '<x equiv-text="{{target_iqn}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">target '<x equiv-text="{{target_iqn}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ </body>
+ </file>
+</xliff>
\ No newline at end of file
--- /dev/null
+<?xml version="1.0" ?><xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
+ <file datatype="plaintext" original="ng2.template" source-language="en-US" target-language="id-ID">
+ <body>
+ <trans-unit datatype="html" id="319e0745bcbc132451569294fa2fa21bf10f555a">
+ <source>Toggle navigation</source>
+ <target>Pengalih navigasi</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">15</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f65253954b66e929a8b4d5ecaf61f9129f8cec64">
+ <source>Dashboard</source>
+ <target>Dasbor</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">35</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f4d1dd59b039ad818d9da7e29a773e10e41d9821">
+ <source>Cluster</source>
+ <target>Klaster</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">47</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="099b441d49333b3c6d30b36dc0a4763e64c78920">
+ <source>Hosts</source>
+ <target>Hos</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">57</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">81</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="624f596cc3320f5e0a0d7c7346c364e5af9bdd8c">
+ <source>Monitors</source>
+ <target>Monitor</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">64</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">48</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1a9183778f2c6473d7ccb080f651caa01faaf70c">
+ <source>OSDs</source>
+ <target>OSD</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">57</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4a41f824a35ba01d5bd7be61aa06b3e8145209d0">
+ <source>Configuration</source>
+ <target>Konfigurasi</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">78</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8c95898abff46bfac3ed6eb2afef74597e60b15c">
+ <source>CRUSH map</source>
+ <target>peta CRUSH</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">85</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="eb3d5aefff38a814b76da74371cbf02c0789a1ef">
+ <source>Logs</source>
+ <target>Log</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">92</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9fe218829514884cdd0ca2300573a4e0428c324f">
+ <source>Alerts</source>
+ <target>Peringatan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">98</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="92899fa68e8ca108912163ff58edc8540e453787">
+ <source>Pools</source>
+ <target>Pool</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">108</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/overview/overview.component.html</context>
+ <context context-type="linenumber">12</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">190</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7f5d0c10614e8a34f0e2dad33a0568277c50cf69">
+ <source>Block</source>
+ <target>Blok</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">122</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b73f7f5060fb22a1e9ec462b1bb02493fa3ab866">
+ <source>Images</source>
+ <target>Image</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">131</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">120</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">341</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">479</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi/iscsi.component.html</context>
+ <context context-type="linenumber">9</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/overview/overview.component.html</context>
+ <context context-type="linenumber">21</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-images/rbd-images.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3c2562ba992127203dcfd014010b03cb7b8113c6">
+ <source>Mirroring</source>
+ <target>Pencerminan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">139</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="811c241d56601b91ef26735b770e64428089b950">
+ <source>iSCSI</source>
+ <target>iSCSI</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">151</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a4eff72d97b7ced051398d581f10968218057ddc">
+ <source>Filesystems</source>
+ <target>Sistemfile</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">162</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2190548d236ca5f7bc7ab2bca334b860c5ff2ad4">
+ <source>Object Gateway</source>
+ <target>Gerbang Objek</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">173</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9e24f9e2d42104ffc01599db4d566d1cc518f9e6">
+ <source>Daemons</source>
+ <target>Daemon</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">182</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi/iscsi.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/overview/overview.component.html</context>
+ <context context-type="linenumber">5</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
+ <source>Users</source>
+ <target>Pengguna</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">188</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-tabs/user-tabs.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9515520496da83179d8b08132f00f575512a1f40">
+ <source>Buckets</source>
+ <target>Buket</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">194</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="797f8214e8148f4bf0d244baaa7341706b419549">
+ <source>Retrieving data<x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/> for
+ <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/>. Please wait...</source>
+ <target>Menerima data <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/> untuk
+<x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/>. Mohon tunggu...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/view-cache/view-cache.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5a870dc77b9f6f33ee671ea2d856021276933339">
+ <source>Displaying previously cached data<x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/>
+ for <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/>.</source>
+ <target>Menampilkan data <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/> sebelumnya
+untuk <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/view-cache/view-cache.component.html</context>
+ <context context-type="linenumber">7</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ae580202919844531361ba2308287226ff74a584">
+ <source>Could not load data<x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/> for
+ <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/>.
+ Please check the cluster health.</source>
+ <target>Gagal memuat data <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/> untuk
+<x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/>.
+Mohon periksa kesehatan klaster.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/view-cache/view-cache.component.html</context>
+ <context context-type="linenumber">12</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cda31dbd724cf5f4fa7a4274d9120651490c8a8c">
+ <source>Back</source>
+ <target>Kembali</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/error-panel/error-panel.component.html</context>
+ <context context-type="linenumber">27</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">544</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">303</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">159</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">443</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">107</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">598</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">85</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">151</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3fb5709e10166cbc85970cbff103db227dbeb813">
+ <source>Select a Language</source>
+ <target>Pilih bahasa</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/language-selector/language-selector.component.html</context>
+ <context context-type="linenumber">7</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c5109325fb160b543f71a51e7511c00575057431">
+ <source>Loading panel data...</source>
+ <target>Memuat data panel...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/grafana/grafana.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8ca12411f890ab8b0a9216418e2b8f5ea7d2441a">
+ <source>Please consult the
+ <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> on how to
+ configure and enable the monitoring functionality.</source>
+ <target>Silakan merujuk ke
+<x ctype="x-a" equiv-text="<a>" id="START_LINK"/>dokumentasi <x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> tentang
+cara mengonfigurasi dan mengaktifkan fungsi pemantauan.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/grafana/grafana.component.html</context>
+ <context context-type="linenumber">6</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="160a9e80dc089792df42e2400b1e81b9e7025aa7">
+ <source>Grafana Dashboard doesn't exist. Please refer to
+ <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> on how to
+ add dashboards to Grafana.</source>
+ <target>Dasbor Grafana tidak ada. Mohon merujuk ke
+<x ctype="x-a" equiv-text="<a>" id="START_LINK"/> dokumentasi <x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> tentang cara
+menambahkan dasbor ke Grafana.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/grafana/grafana.component.html</context>
+ <context context-type="linenumber">11</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4e11830040bd64804a0555de76f291d5832772d4">
+ <source>Grafana Time Picker</source>
+ <target>Pemilih Waktu Grafana</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/grafana/grafana.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="238c1ba845dd7330e8088165275919a1debf1ca3">
+ <source>Reset Settings</source>
+ <target>Reset Pengaturan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/grafana/grafana.component.html</context>
+ <context context-type="linenumber">35</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="012741ee52b3c050e4a977c37cc2334f7974f141">
+ <source>Failed to load data.</source>
+ <target>Gagal memuat data.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/datatable/table/table.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="80cc9a12d4bf6fe454ed94b379eeaf915f920bb7">
+ <source>selected</source>
+ <target>dipilih</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/datatable/table/table.component.html</context>
+ <context context-type="linenumber">112</context>
+ </context-group>
+ <note from="description" priority="1">X selected</note>
+ </trans-unit><trans-unit datatype="html" id="0cb77511a9a148e05b9adf36cc07269956fbb29d">
+ <source>found</source>
+ <target>ditemukan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/datatable/table/table.component.html</context>
+ <context context-type="linenumber">115</context>
+ </context-group>
+ <note from="description" priority="1">X found</note>
+ </trans-unit><trans-unit datatype="html" id="79347388740c50b7ac97e144c2494bb62912f312">
+ <source>total</source>
+ <target>total</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/datatable/table/table.component.html</context>
+ <context context-type="linenumber">118</context>
+ </context-group>
+ <note from="description" priority="1">X total</note>
+ </trans-unit><trans-unit datatype="html" id="121cc5391cd2a5115bc2b3160379ee5b36cd7716">
+ <source>Settings</source>
+ <target>Pengaturan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9e515f954730279c31d5301f02479666d6264e8b">
+ <source>Changing these parameters from their default values is usually not necessary.</source>
+ <target>Mengganti parameter ini dari nilai bawaan biasanya tidak diperlukan.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html</context>
+ <context context-type="linenumber">15</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="68e710782ccb5398b3acb8844caf0b199da2c3da">
+ <source>Confirm</source>
+ <target>Konfirmasi</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html</context>
+ <context context-type="linenumber">35</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html</context>
+ <context context-type="linenumber">53</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d7b35c384aecd25a516200d6921836374613dfe7">
+ <source>Cancel</source>
+ <target>Batal</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html</context>
+ <context context-type="linenumber">39</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html</context>
+ <context context-type="linenumber">57</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html</context>
+ <context context-type="linenumber">38</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/confirmation-modal/confirmation-modal.component.html</context>
+ <context context-type="linenumber">21</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html</context>
+ <context context-type="linenumber">38</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">91</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
+ <context context-type="linenumber">25</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">44</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">45</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">44</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">45</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">110</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="339878da255ab55447c43afef8d9b2f9753bf5f6">
+ <source>Advanced Settings</source>
+ <target>Pengaturan Lanjut</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a01e6937a5d1ee040a02416eed34544c4ea61e38">
+ <source>Create target</source>
+ <target>Buat target</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">11</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">539</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1406c2fb12a20c1528b19bcc5e24a6a2386167f3">
+ <source>Target IQN</source>
+ <target>Target IQN</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7cbdabcece469fab89cfa687ab152bca18b97498">
+ <source>This field is required.</source>
+ <target>Isian ini tidak boleh kosong.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">43</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">209</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">231</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">266</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">291</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">326</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">49</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">91</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">151</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">175</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">31</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">58</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">92</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">47</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">72</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">47</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">96</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">131</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">51</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">83</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">132</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">38</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">62</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">101</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">166</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">198</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">449</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">486</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">542</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">579</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">33</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">60</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">87</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html</context>
+ <context context-type="linenumber">36</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">32</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">36</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">58</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5fe42339be910372fa689f559155631862d218e8">
+ <source>IQN has wrong pattern.</source>
+ <target>Pola IQN salah.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">47</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">213</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="47d1bfe4f5b3f292e1202dfe691195b10cb99500">
+ <source>An IQN has the following notation 'iqn.$year-$month.$reversedAddress:$definedName'</source>
+ <target>Suatu IQN memiliki notasi seperti ini 'iqn.$tahun-$bulan.$reversedAddress:$definedName'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">51</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c8ada4b53396d8366db00a435acc61d53d857047">
+ <source>For example: iqn.2016-06.org.dashboard:storage:disk.sn-a8675309</source>
+ <target>Contoh: iqn.2016-06.org.dashboard:storage:disk.sn-a8675309</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">53</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
+ <source>More information</source>
+ <target>Informasi lainnya</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">57</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9b1aa85dfc6849196e64060db02c5410de69b7a1">
+ <source>This target has modified advanced settings.</source>
+ <target>Pengaturan lanjutan target ini telah dimodifikasi.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">62</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6990ad8d6182662e864495ac31c3758cda1c7a28">
+ <source>Portals</source>
+ <target>Portal</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">72</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c3638c01b6c34066438909713ec96087c813fc7e">
+ <source>At least <x equiv-text="{{ minimum_gateways }}" id="INTERPOLATION"/> gateways are required.</source>
+ <target>Dibutuhkan min <x equiv-text="{{ minimum_gateways }}" id="INTERPOLATION"/> gerbang/gateway.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">96</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6a3ac2b4137d723fd9878cd357c2012ff6c07973">
+ <source>Add portal</source>
+ <target>Tambahkan portal</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">106</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e3484cae8b118c576ca2815bf9c9406c2eb2cae3">
+ <source>This image has modified settings.</source>
+ <target>Pengaturan Image ini telah dimodifikasi.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">146</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="107c84e820909b44fe258673938a68ced1bbff72">
+ <source>At least 1 image is required.</source>
+ <target>Dibutuhkan minimal 1 image.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">151</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="808038f912fdc7f0e03f82d4afd3bf9178527fc8">
+ <source>Add image</source>
+ <target>Tambahkan image</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">161</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">371</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">506</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f494bd31f095f6dcc656ce87ec2dcf07a2e9b30c">
+ <source>Initiators</source>
+ <target>Inisiator</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">174</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">437</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e98239d8a6be1100119ff4b5630c822b82786740">
+ <source>Initiator</source>
+ <target>Inisiator</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">181</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f2c5059d8cda15d8d03e2cce30f2d139623d9a91">
+ <source>Client IQN</source>
+ <target>Klien IQN</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">194</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="107d5aabce23d900f0a80e6ddc1c10e29aa0bed8">
+ <source>Initiator IQN needs to be unique.</source>
+ <target>Inisiator IQN harus unik.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">205</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e08a77594f3d89311cdf6da5090044270909c194">
+ <source>User</source>
+ <target>Pengguna</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">223</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="bbf0b34a3fcc80800fcb44b9e1e86931a530dfe3">
+ <source>Usernames must have a length of 8 to 64 characters and
+ can only contain letters, '.', '@', '-', '_' or ':'.</source>
+ <target>Nama pengguna harus terdiri atas 8 hingga 64 karakter dan
+hanya boleh mengandung huruf, '.', '@', '-', '_' atau ':'.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">235</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">295</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c32ef07f8803a223a83ed17024b38e8d82292407">
+ <source>Password</source>
+ <target>Kata sandi</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">245</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">42</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4b2dd8635fba00476da25977e0884969821e62da">
+ <source>Passwords must have a length of 12 to 16 characters
+ and can only contain letters, '@', '-' or '_'.</source>
+ <target>Kata sandi harus terdiri dari 12 hingga 16 karakter
+dan hanya boleh mengandung karakter, '@', '-' atau '_'.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">270</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ff40391de7a1944ea95091e4045cc34c4979b736">
+ <source>Mutual User</source>
+ <target>Pengguna Bersama</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">281</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0cf73dbebe99b737c4d288788182fc356e3c93d3">
+ <source>Mutual Password</source>
+ <target>Kata sandi bersama</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">305</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c58e136a292acf8ebccfa6d777fdff9f392b6ee2">
+ <source>Passwords must have a length of 12 to 16 characters and
+ can only contain letters, '@', '-' or '_'.</source>
+ <target>Kata sandi harus terdiri dari 12 hingga 16 karakter
+dan hanya boleh mengandung karakter, '@', '-' atau '_'.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">330</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5d1878d5fc761cbe9614bfd87047a740c82a6951">
+ <source>Initiator belongs to a group. Images will be configure in the group.</source>
+ <target>Inisiator termasuk ke dalam grup. Image akan dikonfigurasi di dalam grup.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">361</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c0de67b9d97fafbf200f9451e8388ee8128a56ac">
+ <source>No items added.</source>
+ <target>Tidak ada yang ditambahkan.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">384</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">521</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d565e47726158e428ecdc952fc9233b9b7d7f049">
+ <source>Add initiator</source>
+ <target>Tambahkan inisiator</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">389</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">465</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c22ba03540aa3217da059f45e7eab138b51a96e2">
+ <source>Groups</source>
+ <target>Grup</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">403</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4c90059afafb7e160384d9f512797c95bb95c6dc">
+ <source>Group</source>
+ <target>Grup</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">410</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cff1428d10d59d14e45edec3c735a27b5482db59">
+ <source>Name</source>
+ <target>Nama</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">422</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">36</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">21</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">26</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">42</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">8</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">8</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html</context>
+ <context context-type="linenumber">23</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3084948274cff4f56d0f431af47240e9cf02fcc7">
+ <source>Add group</source>
+ <target>Tambahkan grup</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">526</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="54839ebc827b73c9dc4e1df731c6d36a85036af7">
+ <source>Are you sure that you want to <x equiv-text="{{ actionDescription | lowercase }}" id="INTERPOLATION"/> the selected <x equiv-text="{{ itemDescription }}" id="INTERPOLATION_1"/>?</source>
+ <target>Anda yakin ingin <x equiv-text="{{ actionDescription | lowercase }}" id="INTERPOLATION"/> dari <x equiv-text="{{ itemDescription }}" id="INTERPOLATION_1"/>?</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html</context>
+ <context context-type="linenumber">15</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2be8b7f04f0104d3fad90d079d8202b74f758b9a">
+ <source>Yes, I am sure.</source>
+ <target>Ya, saya yakin.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html</context>
+ <context context-type="linenumber">25</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="53a583cd5f15059cc958b7d547f72cc78f68e123">
+ <source>Please consult the <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>
+ on how to configure and enable the iSCSI Targets management functionality.</source>
+ <target>Mohon cek ke <x ctype="x-a" equiv-text="<a>" id="START_LINK"/> dokumentasi <x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>
+tentang cara mengonfigurasi dan mengaktifkan fungsi manajemen iSCSI Target.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-list/iscsi-target-list.component.html</context>
+ <context context-type="linenumber">6</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3b301d0044f62c92af0da53d7aaca52a436a547d">
+ <source>Available information:</source>
+ <target>Informasi tersedia:</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-list/iscsi-target-list.component.html</context>
+ <context context-type="linenumber">12</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="332227f088a4877b3c11f5fb3ae8bc812c470fae">
+ <source>iSCSI Targets not available</source>
+ <target>iSCSI Target tidak tersedia</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-list/iscsi-target-list.component.html</context>
+ <context context-type="linenumber">4</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="beb1391a148bd032914f49a2665dcc414a5d56d0">
+ <source>{VAR_SELECT, select, editing {Edit} cloning {Clone} copying {Copy} other {Add} }</source>
+ <target>{VAR_SELECT, select, editing {Edit} cloning {Klon} copying {Salin} other {Tambah} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="52dd89f49fc440660cbbb3665b88d80f5baa7437">
+ <source>{VAR_SELECT, select, cloning {Clone from} copying {Copy from} other {Parent} }</source>
+ <target>{VAR_SELECT, select, cloning {Klon dari} copying {Salin dari} other {Induk} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="94516fa213706c67ce5a5b5765681d7fb032033a">
+ <source>Loading...</source>
+ <target>Memuat...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">139</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">59</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">186</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">210</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">5</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">220</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">341</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">83</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b99417c4dd46286ffd37c8d2e987c8b512ec7052">
+ <source>-- No rbd pools available --</source>
+ <target>-- Tidak ada pool rbd tersedia --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">82</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ef83ec9c304a89d45650e580dcdc2978c37b3a83">
+ <source>-- Select a pool --</source>
+ <target>-- Pilih pool --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">85</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="49449943d8cbf59d8c401c8bd2e76f92e207cc5f">
+ <source>Use a dedicated data pool</source>
+ <target>Gunakan pool data terdedikasi</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">105</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="870aee0dd31a9643bf62007beb8f1ae1deb34d42">
+ <source>Data pool</source>
+ <target>Pool data</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">116</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3792ca829d9b9f687e1f5d7733d30e9bb0bfec47">
+ <source>Dedicated pool that stores the object-data of the RBD.</source>
+ <target>Pool terdedikasi yang menyimpan data-objek dari RBD.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">120</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="151c80ea931037cd92e854442927f8a0f6ae7795">
+ <source>-- No data pools available --</source>
+ <target>-- Tidak ada pool data tersedia --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">142</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7faaaa08f56427999f3be41df1093ce4089bbd75">
+ <source>Size</source>
+ <target>Ukuran</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">160</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">33</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f0016bd458baa88284a658ce9eeda42d8ad88d2c">
+ <source>e.g., 10GiB</source>
+ <target>cth. 10GiB</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">170</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0a88bbee20570aaf9615332fb27020627044874d">
+ <source>You have to increase the size.</source>
+ <target>Anda harus menaikkan ukuran.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">178</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6cdb1fea93d77c07950c0c76c6e0ad79ebbef084">
+ <source>Features</source>
+ <target>Fitur</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">188</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">48</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1cfe07dac5b4ee1c464eb24225ddeb4f1d24076a">
+ <source>Advanced...</source>
+ <target>Tingkat lanjut...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">211</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="bc2e854e111ecf2bd7db170da5e3c2ed08181d88">
+ <source>Advanced</source>
+ <target>Tingkat lanjut</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">217</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ceac8e132384322ec778ba760875a6c6897d3e42">
+ <source>Object size</source>
+ <target>Ukuran objek</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">224</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">43</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ef3c3f3b5f562a5cdbe0ee2874287db1534b5958">
+ <source>Stripe unit</source>
+ <target>Unit setrip</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">241</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="84471be1049006edecbcaef1a32ae0893c229c50">
+ <source>-- Select stripe unit --</source>
+ <target>-- Pilih ukuran setrip --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">252</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8d32c5c54c8581c774a7f467fbd4e329b15a74fa">
+ <source>This field is required because stripe count is defined!</source>
+ <target>Isian ini harus diisi karena jumlah setrip telah ditentukan!</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">258</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6bbf9040be7c5491d4a03f2185708f43a6582a3b">
+ <source>Stripe unit is greater than object size.</source>
+ <target>Unit setrip lebih besar dari ukuran objek.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">261</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a682f49f9b761591661276d7c6f550e641a130a4">
+ <source>Stripe count</source>
+ <target>Jumlah setrip</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">270</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="baa74031990c5370008ba622d0a250f0929097f4">
+ <source>This field is required because stripe unit is defined!</source>
+ <target>Isian wajib diisi karena unit setrip didefinisikan!</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">283</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cd2ada6d5ecbd5cbf89eae0a1f5326efedac0dbc">
+ <source>Stripe count must be greater than 0.</source>
+ <target>Jumlah setrip harus lebih besar dari 0.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">286</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="96d97d99d8c30942ace7d29cad9dcfb5d32315a1">
+ <source>{VAR_SELECT, select, editing {Update} cloning {Clone} copying {Copy} other {Create} }</source>
+ <target>{VAR_SELECT, select, editing {Perbarui} cloning {Klon} copying {Salin} other {Buat} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">298</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="aba82bfd8e177d35b76cad7cd43941f8e5e5acac">
+ <source>Trash</source>
+ <target>Tempat sampah</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-images/rbd-images.component.html</context>
+ <context context-type="linenumber">8</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5e7f4b1ca49e8d217bd0e12c6f7d6b6a2ade2c18">
+ <source>Overall Performance</source>
+ <target>Performa Keseluruhan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-images/rbd-images.component.html</context>
+ <context context-type="linenumber">12</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/hosts/hosts.component.html</context>
+ <context context-type="linenumber">29</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-list/pool-list.component.html</context>
+ <context context-type="linenumber">35</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.html</context>
+ <context context-type="linenumber">16</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
+ <source>Edit</source>
+ <target>Edit</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">235</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">374</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="eec715de352a6b114713b30b640d319fa78207a0">
+ <source>Description</source>
+ <target>Deskripsi</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">32</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">46</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4ad112ce9bcd55dfd137792a86afe1b5a5b13cf8">
+ <source>Long description</source>
+ <target>Deskripsi lengkap</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">46</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ff7cee38a2259526c519f878e71b964f41db4348">
+ <source>Default</source>
+ <target>Bawaan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">60</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">32</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="33e1c1d9fc05ca3f62fcc8a1170fc31ebae4229c">
+ <source>Daemon default</source>
+ <target>Daemon bawaan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">74</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">37</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
+ <source>Services</source>
+ <target>Layanan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">88</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">68</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="809b0c848932a41318f77a2aace904ef429c13f4">
+ <source>Values</source>
+ <target>Nilai</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">101</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="82029b6db704c56a2aa3e82ac555b8655356b077">
+ <source>The entered value is too high! It must not be greater than <x equiv-text="{{ maxValue }}" id="INTERPOLATION"/>.</source>
+ <target>Nilai yang dimasukkan terlalu tinggi! Tidak boleh lebih besar dari <x equiv-text="{{ maxValue }}" id="INTERPOLATION"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">139</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8ed8b3967a7326b81b191c9f490006e6a6777a9a">
+ <source>The entered value is too low! It must not be lower than <x equiv-text="{{ minValue }}" id="INTERPOLATION"/>.</source>
+ <target>Nilai yang dimasukkan terlalu rendah! Tidak boleh lebih rendah dari <x equiv-text="{{ minValue }}" id="INTERPOLATION"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">142</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
+ <source>Save</source>
+ <target>Simpan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">154</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="738de688b22fba5d0dc7a5e549996838dddad0ee">
+ <source>CRUSH map viewer</source>
+ <target>Penampil peta CRUSH</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/crushmap/crushmap.component.html</context>
+ <context context-type="linenumber">6</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="40661476cb24c89d8b06614998e31d5fbe84eeb6">
+ <source>Hosts List</source>
+ <target>Daftar Hos</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/hosts/hosts.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e6d57f36aa2bad303c8a8ee944b9bd7fae3c8c26">
+ <source>No entries found</source>
+ <target>Entri tidak ditemukan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/logs/logs.component.html</context>
+ <context context-type="linenumber">14</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/logs/logs.component.html</context>
+ <context context-type="linenumber">30</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d556ab48a65722b400e497f61737f553ee0f89e2">
+ <source>Cluster Logs</source>
+ <target>Log Klaster</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/logs/logs.component.html</context>
+ <context context-type="linenumber">4</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5f966baffd188be0e8adc2d7067b86e55fc9b9de">
+ <source>Audit Logs</source>
+ <target>Log Audit</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/logs/logs.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="81b97b8ea996ad1e4f9fca8415021850214884b1">
+ <source>Status</source>
+ <target>Status</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">4</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="57ec6032f5618d4a9f16eb950ad23d2ce7c24b54">
+ <source>Cluster ID</source>
+ <target>ID Klaster</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">9</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="67d7facc3fec5f8a49ab9ba0a245872184264ce5">
+ <source>monmap modified</source>
+ <target>monmap diubah</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">14</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d4906731aaf2b94b4f547646c9bfe58bb77951b6">
+ <source>monmap epoch</source>
+ <target>epoch monmap</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="bd4ee06ffdc46d9dfbd0c0c4f81399021c680056">
+ <source>quorum con</source>
+ <target>kuorum con</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">24</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1176c7db8a8276ccb44cc3d42e2c28d9fa6c6596">
+ <source>quorum mon</source>
+ <target>kuorum mon</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">29</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="530ef677a09d681b3ab68cb0760494b3ae72a77c">
+ <source>required con</source>
+ <target>con yang dibutuhkan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a91558e0d506c32021c31843f8f168899fc65cbf">
+ <source>required mon</source>
+ <target>mon yang dibutuhkan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">39</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b3abe9eac5bcd94a54c8da93b312e085ec512e74">
+ <source>In Quorum</source>
+ <target>Memenuhi Kuorum</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">48</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ba4b748a676e1f217ce1e736fb7ec1215e677bae">
+ <source>Not In Quorum</source>
+ <target>Tidak dalam Kuorum</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">54</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5ef50ba2514414f799d4c8fc36067a251904ba81">
+ <source>Cluster-wide OSD Flags</source>
+ <target>Flag OSD Klaster</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
+ <source>Submit</source>
+ <target>Kirim</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">87</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
+ <context context-type="linenumber">21</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">106</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c35f9c5f268a514b970cc55e9a5dc4bed0988e7f">
+ <source>OSD Recovery Priority</source>
+ <target>Prioritas pemulihan OSD</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b74af38005e8a8914e45af2ec412e11ceafef8b6">
+ <source>Priority</source>
+ <target>Prioritas</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">16</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c2f48f04b379bfba133825747adfd238d511412e">
+ <source>Customize priority values</source>
+ <target>Ubah nilai prioritas</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">44</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4aa19de2a2b54cbda39e9c62917b23044c087776">
+ <source>This field is required!</source>
+ <target>Isian ini harus diisi!</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">67</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">67</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">91</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">117</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">165</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">40</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">69</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">95</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b699e94bf376491bd50b70a98531071c737eaf40">
+ <source><x equiv-text="{{ attr.value.patternHelpText }}" id="INTERPOLATION"/></source>
+ <target><x equiv-text="{{ attr.value.patternHelpText }}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="98fe13e7ad6c2b80375d204b47858ded83f80e15">
+ <source>The entered value is too high! It must not be greater than <x equiv-text="{{ attr.value.maxValue }}" id="INTERPOLATION"/>.</source>
+ <target>Nilai yang dimasukkan terlalu tinggi! Tidak boleh lebih tinggi dari <x equiv-text="{{ attr.value.maxValue }}" id="INTERPOLATION"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">75</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5423a3c111be47fc5a1bfe46ceb58c81c84db691">
+ <source>The entered value is too low! It must not be lower than <x equiv-text="{{ attr.value.minValue }}" id="INTERPOLATION"/>.</source>
+ <target>Nilai yang dimasukkan terlalu rendah! Tidak boleh lebih rendah dari <x equiv-text="{{ attr.value.minValue }}" id="INTERPOLATION"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="272696ff8acdbed0af6dc13f09729e70be435b82">
+ <source>Reweight OSD</source>
+ <target>Ubah bobot OSD</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="67650b2998db48201b2c6176cbfef51e7211ccaa">
+ <source>The value needs to be between 0 and 1.</source>
+ <target>Nilai harus antara 0 dan 1.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="bc11f92113d678a90e334fdf3d7b3fddbe34c579">
+ <source>Reweight</source>
+ <target>Ubah bobot</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html</context>
+ <context context-type="linenumber">30</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d5ca5daf742023fc4f0919fb3c1c6a51991cda4f">
+ <source>OSDs <x equiv-text="{deep, select, 1 {...}}" id="ICU"/>Scrub</source>
+ <target>OSD <x equiv-text="{deep, select, 1 {...}}" id="ICU"/>Scrub</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4c17d67c7c5799eb920030e9a399961e90f55dd8">
+ <source>{VAR_SELECT, select, 1 {Deep } }</source>
+ <target>{VAR_SELECT, select, 1 {Dalam } }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6a92b12d76f3cb0ea9d4f6c3cdc57cb1e1235977">
+ <source>You are about to apply a <x equiv-text="{deep, select, 1 {...}}" id="ICU"/>scrub to
+ the OSD <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ selected[0].id }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/>.</source>
+ <target>Anda akan menerapkan<x equiv-text="{deep, select, 1 {...}}" id="ICU"/> scrub pada
+OSD <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ selected[0].id }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="dc6705f342a036b332c3fd3443201c3613e5524d">
+ <source>{VAR_SELECT, select, 1 {deep } }</source>
+ <target>{VAR_SELECT, select, 1 {dalam } }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4beacb61e2236200b5627677b5c0054d2b482ed4">
+ <source>Set Cluster-wide Flags</source>
+ <target>Set Flag Se-klaster</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">25</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9617df8e0504d997d0ff45b6c206a12becd13c37">
+ <source>Set Cluster-wide Recovery Priority</source>
+ <target>Set Prioritas Pemulihan Se-klaster</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">41</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b49d7877d24112d4bdfce9256edf61a007fae888">
+ <source>OSDs List</source>
+ <target>Daftar OSD</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f777d9b30d757508cec8e0348e8696e1c64eab8a">
+ <source><x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/>OSD <x equiv-text="{{ selection.first().id }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> will be marked
+ <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ markActionDescription }}" id="INTERPOLATION_1"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> if you proceed.</source>
+ <target><x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/> OSD <x equiv-text="{{ selection.first().id }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> akan ditandai
+<x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ markActionDescription }}" id="INTERPOLATION_1"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> jika ingin melanjutkan.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">81</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2d3a73f6440a7d896d74356fe0a725d731e71cbb">
+ <source>The OSD is not safe to destroy!</source>
+ <target>OSD tidak aman untuk dihancurkan!</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">90</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9d08116242443953ebbfe10bc2092e0a694b4adf">
+ <source><x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/>OSD <x equiv-text="{{ selection.first().id }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> will be
+ <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ actionDescription }}" id="INTERPOLATION_1"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> if you proceed.</source>
+ <target><x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/> OSD <x equiv-text="{{ selection.first().id }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> akan
+<x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ actionDescription }}" id="INTERPOLATION_1"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> jika ingin melanjutkan.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">92</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4f8b2bb476981727ab34ed40fde1218361f92c45">
+ <source>Details</source>
+ <target>Detail</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-details/role-details.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">8</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-details/pool-details.component.html</context>
+ <context context-type="linenumber">5</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d2bcd3296d2850de762fb943060b7e086a893181">
+ <source>Health</source>
+ <target>Kesehatan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/dashboard/dashboard.component.html</context>
+ <context context-type="linenumber">4</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="61e0f26d843eec0b33ff475e111b0c2f7a80b835">
+ <source>Statistics</source>
+ <target>Statistik </target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/dashboard/dashboard.component.html</context>
+ <context context-type="linenumber">8</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="594cd9429597cf6bede5560b3d8fe578821213de">
+ <source>Add erasure code profile</source>
+ <target>Tambahkan profil erasure code</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="490e15ecc922965b6d8194754c87c5583aa071f3">
+ <source>The name can only consist of alphanumeric characters, dashes and underscores.</source>
+ <target>Nama hanya boleh terdiri dari alfanumerik, tanda hubung, dan garis bawah.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">37</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9edc2b494e660618af3e5225f68d40b7ca67629c">
+ <source>The chosen erasure code profile name is already in use.</source>
+ <target>Nama profil erasure code sudah digunakan.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">40</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ef9ff0e6227947b48dfab4ac39ade04af758913b">
+ <source>Plugin</source>
+ <target>Plugin</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">47</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="dd69b31bce8f630eac1d4762b0bbcf72ce19d193">
+ <source>Data chunks (k)</source>
+ <target>Pecahan data (k)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">75</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b0d26a6172d32cb81218fe2103c54a818cbc1189">
+ <source>Must be equal to or greater than 2.</source>
+ <target>Harus sama dengan atau lebih dari 2.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">94</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="dab3a299ead121169b8e08ed618c3b6a2f66691b">
+ <source>Coding chunks (m)</source>
+ <target>Pecahan Coding (m)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">102</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1e2773e5bd4948193f18f2361d663ecc3988c656">
+ <source>Must be equal to or greater than 1.</source>
+ <target>Harus sama dengan atau lebih dari 1.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">120</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">142</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">168</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">261</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6cde4c945a49a260c0a47bcc7cd956846930a5f7">
+ <source>Durability estimator (c)</source>
+ <target>Penduga daya tahan (c)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">129</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="af668c2a095a979ea2b4e43cd82c2120ab56c21c">
+ <source>Locality (l)</source>
+ <target>Lokalitas (l)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">151</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d455a110bf6d2235e314e295ce1dfeee93d3dff2">
+ <source>Crush failure domain</source>
+ <target>Domain kegagalan Crush</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">175</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b74a495f041f7dd102eee5c0bbc9e03083b538ae">
+ <source>Crush Locality</source>
+ <target>Lokalitas Crush</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">199</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a2f14a73f7a6e94479f67423cc51102da8d6f524">
+ <source>None</source>
+ <target>Tidak ada</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">213</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2981733b912b693a9dd9d915d6d34f4692cc874a">
+ <source>Technique</source>
+ <target>Teknik</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">226</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e0098b6e47b04ec817361f384ce81d454ba5c0bb">
+ <source>Packetsize</source>
+ <target>Ukuran paket</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">248</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c0252cd81ca54d0a2f69ec9ccf4248e73df5aa4a">
+ <source>Crush root</source>
+ <target>Crush root</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">269</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1548d5c76f0406ddd1ba3c557e1e6db22e95b340">
+ <source>Crush device class</source>
+ <target>Kelas perangkat Crush</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">286</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5e85feb6f9f0334366e46ee09ca6b8df52397432">
+ <source>any</source>
+ <target>apa saja</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">296</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="03d84645f6e019c5a43909bbf2ea1696ee88332c">
+ <source>Directory</source>
+ <target>Direktori</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">308</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f6755cff4957d5c3c89bafce5651f1b6fa2b1fd9">
+ <source>Add</source>
+ <target>Tambah</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">326</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">140</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
+ <source>Close</source>
+ <target>Tutup</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">330</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">85</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">144</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">147</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html</context>
+ <context context-type="linenumber">63</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html</context>
+ <context context-type="linenumber">50</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="feb7520a18f7cda6389712427d0a6e4c38b76000">
+ <source><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/> pool</source>
+ <target><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/> pool</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">16</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ecef2f4d8d12929542a3b16f268dac8156f2ee14">
+ <source>{VAR_SELECT, select, 1 {Edit} other {Add} }</source>
+ <target>{VAR_SELECT, select, 1 {Edit} other {Tambah} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">16</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">17</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2fecea01ce1d44114ee45144eff6d47a5016a74f">
+ <source>Name...</source>
+ <target>Nama...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">52</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">27</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">28</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="16e113230b6b0d3165e076300880542bac7c8138">
+ <source>The chosen Ceph pool name is already in use.</source>
+ <target>Nama pool Ceph yang dipilih sudah digunakan.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">43</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b85c657469e5ec8231c3de99b22f437bc01ffde5">
+ <source>Pool type</source>
+ <target>Jenis pool</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">52</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="526c5443254c3b126eedb264840ffe827727bfd3">
+ <source>-- Select a pool type --</source>
+ <target>-- Pilih jenis pool --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">61</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0aa21053410a94aa61d16985a4e95fd65523430d">
+ <source>Placement groups</source>
+ <target>Grup penempatan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6301f1391d726f8f450bb358058534db19541ca9">
+ <source>At least one placement group is needed!</source>
+ <target>Dibutuhkan setidaknya satu grup penempatan!</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">98</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ba9469a1ce6ed36e039c1f67247c8c81a5c71449">
+ <source>Your cluster can't handle this many PGs. Please recalculate the PG amount needed.</source>
+ <target>Klaster Anda tidak dapat menangani PG sebanyak ini. Mohon hitung ulang jumlah PG yang dibutuhkan.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">101</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="62148abc31999dcfa38220cb09c33c8148b4b53a">
+ <source>You can only increase the number of PGs of an existing pool.
+ Currently your pool has <x equiv-text="{{ data.pool.pg_num }}" id="INTERPOLATION"/> PGs.</source>
+ <target>Anda hanya dapat menambahkan nilai PG dari pool yang ada.
+Saat ini pool Anda memiliki <x equiv-text="{{ data.pool.pg_num }}" id="INTERPOLATION"/> PG.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">104</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="80ac68cd883369dac20688bc32b4cb33291b5e50">
+ <source>Calculation help</source>
+ <target>Bantuan penghitungan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">109</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="909411b5c8155bb36baa02f1a0bf28ab2ac41acb">
+ <source>The current PGs settings were calculated for you, you
+ should make sure the values suite your needs before submit.</source>
+ <target>Pengaturan PG saat ini telah dihitung untuk Anda, Anda
+harus memastikan jumlah PG telah sesuai sebelum melanjutkan.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">113</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="33150f22ce5348aa6c499bd092c3f4f3695d62cc">
+ <source>Crush ruleset</source>
+ <target>Aturan CRUSH</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">124</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="73a6b31116b3cc322af951daa0bafdc169e6c42e">
+ <source>-- Select a crush rule --</source>
+ <target>-- Pilih aturan crush --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">132</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="92da80699921e89fb19372e25b8d0f3b9fa427fc">
+ <source>Crush rule</source>
+ <target>Aturan crush</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">153</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5489e9f96835f469f6f728a00d8efa88ea5bc940">
+ <source>Crush steps</source>
+ <target>Crush steps</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">159</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="54a53b1b402aafff5b992ee9b64e409fbfe9074f">
+ <source>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.</source>
+ <target>Aturan crush tidak dapat digunakan di klaster ini karena
+jumlah OSD terlalu sedikit untuk memenuhi syarat minimal OSD untuk aturan ini.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">170</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a43b2695131b48b76cebba676aba98a2bee17515">
+ <source>Replicated size</source>
+ <target>Jumlah replikasi</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">181</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7bff144a4c4dc63b0e18fff2617d61a7ebdf2b6c">
+ <source>Minimum: <x equiv-text="{{ getMinSize() }}" id="INTERPOLATION"/></source>
+ <target>Minimum: <x equiv-text="{{ getMinSize() }}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">195</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1a9c54b41f6d58a74e5d0aa3429ed0c87a482551">
+ <source>Maximum: <x equiv-text="{{ getMaxSize() }}" id="INTERPOLATION"/></source>
+ <target>Maksimum: <x equiv-text="{{ getMaxSize() }}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">196</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="43c6dd9233d6a8242cec2b025d25c273244d8d61">
+ <source>The size specified is out of range. A value from
+ <x equiv-text="{{ getMinSize() }}" id="INTERPOLATION"/> to <x equiv-text="{{ getMaxSize() }}" id="INTERPOLATION_1"/> is valid.</source>
+ <target>Ukuran yang dimasukkan di luar jangkauan. Nilai yang valid
+dari <x equiv-text="{{ getMinSize() }}" id="INTERPOLATION"/> hingga <x equiv-text="{{ getMaxSize() }}" id="INTERPOLATION_1"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">201</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9de7dde00e2139cc4bd03b1837afbe72ad15a1ff">
+ <source>Erasure code profile</source>
+ <target>Profil erasure code</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">211</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="39b4620e6bd444e0a57a0a5c03fa8c96d7fe5235">
+ <source>-- No erasure code profile available --</source>
+ <target>-- Tidak ada profil erasure code --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">223</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="498561757390d5528b263ce450d5f38efb00266d">
+ <source>-- Select an erasure code profile --</source>
+ <target>-- Pilih profil erasure code --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">226</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="920617c6a1a4805e53bcb5af6a9c76f8387e89c6">
+ <source>Flags</source>
+ <target>Flag</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">272</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">57</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1c870fb00256b8a5b9cb9cd1a124e6390b9bc639">
+ <source>EC Overwrites</source>
+ <target>EC Overwrites</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">280</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f1abafaeb40ce52355ddcc24686e3cd17b64e08a">
+ <source>Applications</source>
+ <target>Aplikasi</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">290</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2208d63d5940ce656006a220102b1eb2b5e553da">
+ <source>Compression</source>
+ <target>Kompresi</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">308</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="37e10df2d9c0c25ef04ac112c9c9a7723e8efae0">
+ <source>Mode</source>
+ <target>Mode</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">314</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">22</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6c6f25c47da62ec597c6057a36ddfc3209811ec5">
+ <source>Algorithm</source>
+ <target>Algoritma</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">333</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4903231d42089325a28892c0fde1aed46b733ae6">
+ <source>-- No erasure compression algorithm available --</source>
+ <target>-- Tidak ada algoritma pengompresian erasure --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">344</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5d68ddb254275f8f44221e9ad6d8ceeb59ca46a6">
+ <source>Minimum blob size</source>
+ <target>Ukuran blob minimum</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">358</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="fb2f176df80647137cbb02bbeb29e5dec707a400">
+ <source>e.g., 128KiB</source>
+ <target>cth. 128KiB</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">367</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1b7f6e53a4521c6eb3ced4c007fdd4cf80bb7707">
+ <source>Value should be greater than 0</source>
+ <target>Nilai harus lebih besar dari 0</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">372</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">397</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="54be22af9625a595ee5d70917ee1fb116be7c4be">
+ <source>Value should be greater than the maximum blob size</source>
+ <target>Nilai harus lebih besar dari ukuran maksimum blob</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">375</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="151efb127a9a4dd25259a0b2055442318a141f5b">
+ <source>Maximum blob size</source>
+ <target>Ukuran maksimum blob</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">384</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0c656f0e346bbadf46eb1a5d20d0307a3bd20ba8">
+ <source>e.g., 512KiB</source>
+ <target>cth. 512KiB</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">392</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0a65a24eee8a026f3b1113fe9e157e9a0dd69486">
+ <source>Value should be greater than the minimum blob size</source>
+ <target>Nilai harus lebih besar dari ukuran minimum blob</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">400</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="261ba09c4a59de83f48f52a23fd328da37e61ff4">
+ <source>Ratio</source>
+ <target>Rasio</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">409</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c1430457a9c3c66366e51d76bf10396014c576be">
+ <source>Compression ratio</source>
+ <target>Rasio kompresi</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">420</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ae5ce6de352cde949998fb10754459c3a4eb183b">
+ <source>Value should be between 0.0 and 1.0</source>
+ <target>Nilai harus antara 0.0 dan 1.0</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">423</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c6d3131ce5386154504dc91b5ad08855d85881d3">
+ <source><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/> pool</source>
+ <target><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/> pool</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">438</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e2b15aacc2f17a9c3276895eeeaadd342ab26555">
+ <source>{VAR_SELECT, select, 1 {Edit} other {Create} }</source>
+ <target>{VAR_SELECT, select, 1 {Edit} other {Buat} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">438</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1d8a7c8aea58294a3c57c23af0468ddf0ba0c9c7">
+ <source>Pools List</source>
+ <target>Daftar pool</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-list/pool-list.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9424badb7e0c6ac792d020d7830645b529a80aad">
+ <source>Please consult the <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>
+ on how to configure and enable the Object Gateway management functionality.</source>
+ <target>Silakan cek kembali <x ctype="x-a" equiv-text="<a>" id="START_LINK"/> dokumentasi <x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>
+tentang cara mengonfigurasi dan mengaktifkan fungsi manajemen Gerbang Objek.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-501/rgw-501.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5f67f2247b9c6bbaf24a0f2d37f4ac0537c6fa53">
+ <source>Loading bucket data...</source>
+ <target>Memuat data buket...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8508c0ab851ad91fd0410da1266c02b0ef9d3ff9">
+ <source>The bucket data could not be loaded.</source>
+ <target>Buket data tidak dapat dimuat.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">5</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="838abd335419fb1a7a6f14398ef17eee3e3fdeb6">
+ <source><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/> bucket</source>
+ <target><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/> buket</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">17</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2798cc1e152b1ec07fd8daf94a2a073d1ba1ebcc">
+ <source>Id</source>
+ <target>Id</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">26</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="db4e1a734518691b128ef40b939cc673f01d03a6">
+ <source>The value is not valid.</source>
+ <target>Nilai tidak valid.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">61</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">452</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">545</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="eabb4db920d9f9b2480cf438468b86e1bea02a9b">
+ <source>The chosen name is already in use.</source>
+ <target>Nama yang dipilih sudah digunakan.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">64</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">37</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0ee5132a8da30e0b7f9f5c70dbc91928d17dd909">
+ <source>Owner</source>
+ <target>Pemilik</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">73</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8e4c918357c7445fbf19a203e5f0f0ece1960b3b">
+ <source>-- Select a user --</source>
+ <target>-- Pilih pengguna --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">86</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="315bfc460250cbfcf9b90beff732cf0770912990">
+ <source>{VAR_SELECT, select, 1 {Update} other {Add} }</source>
+ <target>{VAR_SELECT, select, 1 {Perbarui} other {Tambah} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">102</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">80</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">142</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">593</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="479488ab6e91ecb375484edc78bee3d13467f33f">
+ <source>Daemons List</source>
+ <target>Daftar Daemon</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6bcc896f4c3dbf91cc00d8506409e6e22bccaacd">
+ <source>Capability</source>
+ <target>Kemampuan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
+ <source>Type</source>
+ <target>Tipe</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">22</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">42</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1221ca97d19eaa9a7bc0c5243d5fc5befe1d2314">
+ <source>-- Select a type --</source>
+ <target>-- Pilih tipe --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">41</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d1b8990332af18f1c5159a6061ca889bcbb28432">
+ <source>Permission</source>
+ <target>Izin</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">56</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">63</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a08c589f82f69d892307288da14190ae1dd583d5">
+ <source>-- Select a permission --</source>
+ <target>-- Pilih izin --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">64</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="583a219c524155c2314eb06ee29162bb315272a3">
+ <source>S3 key</source>
+ <target>Kunci S3</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">123</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="08c74dc9762957593b91f6eb5d65efdfc975bf48">
+ <source>Username</source>
+ <target>Nama pengguna</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">22</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">22</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">24</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">9</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="49c614babd1950adb2be75df4e2c9747286d6adc">
+ <source>-- Select a username --</source>
+ <target>-- Pilih nama pengguna --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">41</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c217ee914725a37e9dd2336c721c8e63e9666bdc">
+ <source>Auto-generate key</source>
+ <target>Kunci otomatis-dibuat</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">60</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">133</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2f1c1c0f2bce4c9f92d1a2061e8161cb0006c31a">
+ <source>Access key</source>
+ <target>Kunci akses</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">144</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b864acb67296a9819c1db0069c4c47d8b5ce8f44">
+ <source>Secret key</source>
+ <target>Kunci rahasia</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">106</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">110</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">176</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b2841767821d6b66238c34d07e413b0af67aee92">
+ <source>Subuser</source>
+ <target>Subpengguna</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">37</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="bd59fc25a7bd98cff3e75117c09697c8a007a514">
+ <source>The chosen subuser ID is already in use.</source>
+ <target>ID subpengguna sudah digunakan.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">54</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3d386c357ebcbc04ed05c4babd5a03626f9b1674">
+ <source>read, write</source>
+ <target>baca, tulis</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">77</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="84e3e3f9a4f31a039b648c97debf95fcb20f4c4a">
+ <source>full</source>
+ <target>penuh</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b6bf81d032a2316464f9df2f0d2f3d753f89f0d3">
+ <source>Swift key</source>
+ <target>Kunci Swift</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">89</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1e0c12685d50d47448ceed9423977ef39775c037">
+ <source>Auto-generate secret</source>
+ <target>Sandi otomatis-dibuat</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">99</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3d1c7a6004bd5d86a7fa096ae24209e8aa7a53e3">
+ <source>Loading user data...</source>
+ <target>Memuat data pengguna...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="faa5d834ab28571423d794d32b57998920efb65f">
+ <source>The user data could not be loaded.</source>
+ <target>Data pengguna tidak dapat dimuat.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">5</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6aaf5d2a304167272ac73e3b1d1c162e16c77858">
+ <source>The chosen user ID is already in use.</source>
+ <target>ID pengguna yang dipilih sudah digunakan.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">41</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b760f123248930122fc7e7b6b6bf94e376e959c8">
+ <source>Full name</source>
+ <target>Nama lengkap</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">50</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">98</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">14</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="69b6ac577a19acc39fc0c22342092f327fff2529">
+ <source>Email address</source>
+ <target>Alamat email</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="df441e80db2157f9d272b75de724ba4a82b96b57">
+ <source>This is not a valid email address.</source>
+ <target>Ini bukan alamat email yang valid.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ca271adf154956b8fcb28f4f50a37acb3057ff7c">
+ <source>The chosen email address is already in use.</source>
+ <target>Alamat email yang dipilih sudah digunakan.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">82</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="030197cebe938edf35422e92fe14183d06eb670b">
+ <source>Max. buckets</source>
+ <target>Maks. buket</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">91</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="623ac50f37a26caec6fd7cd519b653e3315cba25">
+ <source>The entered value must be >= 0.</source>
+ <target>Nilai yang dimasukkan harus >= 0.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">104</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">489</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">582</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="92f3f203270a29b3001871153f02c063484a1574">
+ <source>Suspended</source>
+ <target>Dihentikan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">116</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">24</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2c4c62e8ba24601be5cfe7dc5d32c24bbbd4b53c">
+ <source>Subusers</source>
+ <target>Subpengguna</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">205</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">40</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="128d6efb51d9ddc7c0cc695a2deeca5b9523f6e4">
+ <source>There are no subusers.</source>
+ <target>Tidak ada sub-pengguna.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">211</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="826b25211922a1b46436589233cb6f1a163d89b7">
+ <source>Delete</source>
+ <target>Hapus</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">242</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">296</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">381</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1c9f46392d9b25bfb9afe74c87ddfe94f44c0b60">
+ <source>Add subuser</source>
+ <target>Tambahkan sub-pengguna.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">256</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0bcd5ef19af0f1b814141ca8c57df623d8270088">
+ <source>Keys</source>
+ <target>Kunci</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">264</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">134</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="67c746c1ba9dab4351fedc4c7cba4e6d6b0dbc47">
+ <source>S3</source>
+ <target>S3</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">268</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d6819038d608623503918fb2553f53d68231ec3a">
+ <source>There are no keys.</source>
+ <target>Kunci tidak ditemukan.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">273</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">323</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2aba1e87039819aca3b70faa9aa848c12bf139ca">
+ <source>Show</source>
+ <target>Tampilkan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">289</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">339</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">149</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a5193a8d59cd045c18ef9521f486a091dad1f513">
+ <source>Add S3 key</source>
+ <target>Tambah kunci S3</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">310</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6ddb5e991a3ecd2659fb520bc5acc81b67e08ddd">
+ <source>Swift</source>
+ <target>Swift</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">318</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="17bb3082e6fe5003203ef992a3714172334631a1">
+ <source>Capabilities</source>
+ <target>Kemampuan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">352</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">49</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1d01eccdda47fc907c5be35bcb16d2dcd02b0270">
+ <source>There are no capabilities.</source>
+ <target>Kemampuan tidak ada.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">358</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="60a495bec6eae04c9b7570956a6673069e8e47d6">
+ <source>Add capability</source>
+ <target>Tambahkan kemampuan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">395</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="36ad38f9c1a1485e09b67778a28af84553290ffb">
+ <source>User quota</source>
+ <target>Kuota pengguna</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">403</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">61</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f50a33d3c339f8f4a465141f8caa5d2d8c005251">
+ <source>Enabled</source>
+ <target>Diaktifkan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">413</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">506</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">66</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">102</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6146e13ceca5fa5cc17b771b282fe5955f3d19fa">
+ <source>Unlimited size</source>
+ <target>Ukuran tak terbatas</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">427</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">520</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f6db8aa7c99fdce18edb33dde57729acede2b308">
+ <source>Max. size</source>
+ <target>Ukuran maks.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">438</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">531</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="fc630b2093e880fffa19df99d5cd8b87605037f8">
+ <source>Unlimited objects</source>
+ <target>Objek tak terbatas</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">465</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">558</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6cda5a993d06f0bb10048be9d3aba6555aa9f356">
+ <source>Max. objects</source>
+ <target>Objek maks.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">476</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">569</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="649a410bd0ace333d067d8fa22f12bdbdb43533b">
+ <source>Bucket quota</source>
+ <target>Kuota Buket</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">496</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">66</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">97</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="449dca3d3a93ead418b0541ea81b0dda7e6483c2">
+ <source>Welcome to Ceph!</source>
+ <target>Selamat datang di Ceph!</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/login/login.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ <note from="description" priority="1">The welcome message on the login page</note>
+ </trans-unit><trans-unit datatype="html" id="0070e83d11da39d6f4bb95065c2675db1610b419">
+ <source>Username is required</source>
+ <target>Nama pengguna harus diisi</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/login/login.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1e20f8b8a4706526c9024cc2f39d568345d100dc">
+ <source>Password is required</source>
+ <target>Kata sandi harus diisi</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/login/login.component.html</context>
+ <context context-type="linenumber">58</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
+ <source>Login</source>
+ <target>Masuk</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/login/login.component.html</context>
+ <context context-type="linenumber">64</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d96493d07439fc50485a66b7469451d30fc8ad25">
+ <source><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/> Role</source>
+ <target><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/> Role</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="72d6ccefaf8e300c9bc29d5e9757aaf79cd3f7eb">
+ <source>{VAR_SELECT, select, editing {Edit} other {Add} }</source>
+ <target>{VAR_SELECT, select, editing {Edit} other {Tambah} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1ea5c4d8942c00752dcc72e72949c5d9832f6399">
+ <source>Description...</source>
+ <target>Deskripsi...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">51</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="70f45880fce6ac5d8e468e25e82aefbba8098cfe">
+ <source>Permissions</source>
+ <target>Izin</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">61</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="95af469f00ed2c20403755ad45e9f00439027617">
+ <source><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/> Role</source>
+ <target><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/> Role</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">81</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b46ed6a153fed3fcba2f1296155fc4bfb1b3b166">
+ <source>{VAR_SELECT, select, editing {Update} other {Create} }</source>
+ <target>{VAR_SELECT, select, editing {Perbarui} other {Buat} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">81</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">147</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="58fc1b5c79a75370eb52644fd83fb2e7096b6649">
+ <source>Sorry, the user does not exist in Ceph.</source>
+ <target>Maaf, pengguna tidak terdaftar di Ceph.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/sso/sso-not-found/sso-not-found.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d9deb94f78e7c41b35c6622b874f06657d7604c1">
+ <source>Return to <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>Login Page<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>. You'll be logged out from the Identity Provider when you retry logging in.</source>
+ <target>Kembali ke Halaman Masuk <x ctype="x-a" equiv-text="<a>" id="START_LINK"/><x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>. Anda akan dikeluarkan dari Penyedia Identitas saat Anda mencoba masuk.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/sso/sso-not-found/sso-not-found.component.html</context>
+ <context context-type="linenumber">4</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e83cda1d2f391695610a1c572332e5f81499dd83">
+ <source><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/> User</source>
+ <target><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/> Pengguna</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7f3bdcce4b2e8c37cd7f0f6c92ef8cff34b039b8">
+ <source>Confirm password</source>
+ <target>Konfirmasi kata sandi</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">69</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cbb979e63ba50e0ca3adfa09cbdcaefd0853fca1">
+ <source>Password confirmation doesn't match the password.</source>
+ <target>Konfirmasi kata sandi tidak sesuai dengan kata sandi.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">90</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="244aae9346da82b0922506c2d2581373a15641cc">
+ <source>Email</source>
+ <target>Email</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">114</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d0ec081dd61eb4f43aea269077bbe38eae87b7f9">
+ <source>Invalid email.</source>
+ <target>Email tidak valid.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">125</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9610487cbeb5796d34d8601b5ac0c0a65f9e1d19">
+ <source>Roles</source>
+ <target>Peran</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">131</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-tabs/user-tabs.component.html</context>
+ <context context-type="linenumber">7</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9c4773dff91deccdacd78a4cd578f8f5f7fa229b">
+ <source><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/> User</source>
+ <target>Pengguna <x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">147</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0051a3479d3ba79135c16dc8cc017950a2cce821">
+ <source>You are about to remove "user read / update" permissions from your own user.</source>
+ <target>Anda akan menghapus izin "pengguna baca / perbarui" dari diri Anda sendiri.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">159</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="af4bf9fcb256853f14cf947eb1deb8d7f176d3f9">
+ <source>If you continue, you will no longer be able to add or remove roles from any user.</source>
+ <target>Jika melanjutkan, Anda tidak akan lagi dapat menambahkan atau menghapus peran dari pengguna manapun.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">161</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7d1dcf2a9146caac0581329acf94806ec69a89a5">
+ <source>Are you sure you want to continue?</source>
+ <target>Anda yakin ingin melanjutkan?</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">163</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="471e78026c258073ba687478dc54c35d9041ea42">
+ <source>Forbidden</source>
+ <target>Terlarang</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/forbidden/forbidden.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="02ea8ad57677e3c63f3d7814ca5e6c7b74e360b4">
+ <source>Sorry, you are not allowed to see what you were looking for.</source>
+ <target>Maaf, Anda tidak dizinkan melihat hal yang Anda inginkan.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/forbidden/forbidden.component.html</context>
+ <context context-type="linenumber">7</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e3c028c58f92453d46f09b5adf95b2f013ee0300">
+ <source>Sorry, we could not find what you were looking for</source>
+ <target>Maaf, kami tidak dapat menemukan yang Anda cari</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/not-found/not-found.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="16568619015cfb2352e3b2596ba04fc1c82e44ef">
+ <source>Remove all</source>
+ <target>Hapus semua</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/notifications/notifications.component.html</context>
+ <context context-type="linenumber">6</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1d65cc22d5842c06d33b244fc67de9db4003537e">
+ <source>Recent Notifications</source>
+ <target>Notifikasi terkini</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/notifications/notifications.component.html</context>
+ <context context-type="linenumber">56</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/notifications/notifications.component.html</context>
+ <context context-type="linenumber">53</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="495ab70870b5b4a30f2bc5f55052fdc518d954a9">
+ <source>There are no background tasks.</source>
+ <target>Tidak ada tugas latar belakang.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/task-manager/task-manager.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ea94e7754983d80af8acb958a5d49d93bacd721c">
+ <source>Background Tasks</source>
+ <target>Tugas Latar Belakang</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/task-manager/task-manager.component.html</context>
+ <context context-type="linenumber">83</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/task-manager/task-manager.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="85b79c9064aed1ead31ace985f31aa1363f6bdaf">
+ <source>Help</source>
+ <target>Bantuan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/dashboard-help/dashboard-help.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/dashboard-help/dashboard-help.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="fcfd4675b4c90f08d18d3abede9a9a4dff4cfdc7">
+ <source>Documentation</source>
+ <target>Dokumentasi </target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/dashboard-help/dashboard-help.component.html</context>
+ <context context-type="linenumber">23</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4">
+ <source>API</source>
+ <target>API</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/dashboard-help/dashboard-help.component.html</context>
+ <context context-type="linenumber">28</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
+ <source>About</source>
+ <target>Tentang</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/dashboard-help/dashboard-help.component.html</context>
+ <context context-type="linenumber">33</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1481ecd21e760ac919a24e26cf790acd82e40199">
+ <source>Dashboard Settings</source>
+ <target>Pengaturan Dasbor</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/administration/administration.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/administration/administration.component.html</context>
+ <context context-type="linenumber">7</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a79aab4ef674bf3f6532292107c0054302236e0f">
+ <source>User management</source>
+ <target>Manajemen Pengguna</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/administration/administration.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="049dfd9fe6c78914ad58cf89ac6a631fca28ec74">
+ <source>Logged in user</source>
+ <target>Pengguna masuk</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/identity/identity.component.html</context>
+ <context context-type="linenumber">9</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/identity/identity.component.html</context>
+ <context context-type="linenumber">6</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cd38a58e73f306d838e621959d47d5e7a2f06d1f">
+ <source>Signed in as
+ <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ username }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/></source>
+ <target>Masuk sebagai
+ <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ username }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/identity/identity.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5d22c795daf43877a5f708dca2bccd549eb0471d">
+ <source>Sign out</source>
+ <target>Keluar</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/identity/identity.component.html</context>
+ <context context-type="linenumber">27</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="eeba399c4dae8d4890c27b7a2cd2dc28fcf8b5f9">
+ <source>Performance Counters</source>
+ <target>Penghitung Performa</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html</context>
+ <context context-type="linenumber">9</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="fbbaf5cb02ed419e79a27072478f716a4666a99d">
+ <source>Performance Details</source>
+ <target>Detail Performa</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html</context>
+ <context context-type="linenumber">16</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">46</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/hosts/host-details/host-details.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-details/pool-details.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html</context>
+ <context context-type="linenumber">45</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
+ <source>ID</source>
+ <target>ID</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e5c51963a9c553b29427ef783bbb69fa6634fa8c">
+ <source>Index type</source>
+ <target>Jenis indeks</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">23</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8e6f950a32eaea32ec7e192f9ca3d3dfe469d4ba">
+ <source>Placement rule</source>
+ <target>Aturan penempatan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">28</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6972d213e31c4ea4f887e60db99d9881bc8fcd3e">
+ <source>Marker</source>
+ <target>Penanda</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">33</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="47b02acd2d3254d1ace1926f840523f154ebef71">
+ <source>Maximum marker</source>
+ <target>Penanda maksimum</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">38</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8fe73a4787b8068b2ba61f54ab7e0f9af2ea1fc9">
+ <source>Version</source>
+ <target>Versi</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">43</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="092fa3a7df9168b14d3f83a77a4035e92b92ce15">
+ <source>Master version</source>
+ <target>Versi Master</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">48</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="97434cc5001d407f90c7447a12d9e8e6848a2aa3">
+ <source>Modification time</source>
+ <target>Modifikasi waktu</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">53</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="90fe2e41e7fde38453ce4e619efeea9bc6adea9c">
+ <source>Zonegroup</source>
+ <target>Zona grup</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">58</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cef1595d040e77cbb4466e60382028d4c2040cac">
+ <source>Maximum size</source>
+ <target>Ukuran maksimum</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">76</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">107</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="aa6fb95c355f172bda303de1ce2f38c251a149cf">
+ <source>Unlimited</source>
+ <target>Tak terbatas</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">90</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">74</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">85</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">110</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">121</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ee862a800364b4d11f9b8cb9955a28a60f840a45">
+ <source>Maximum objects</source>
+ <target>Objek maksimum</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">87</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">82</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">118</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8011e20c5bbe51602d459a860fbf29b599b55edd">
+ <source>System</source>
+ <target>Sistem</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">29</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f120423a48cf96636bc415daf5ac041ea8c6503e">
+ <source>{VAR_SELECT, select, 0 {No} 1 {Yes} }</source>
+ <target>{VAR_SELECT, select, 0 {Tidak} 1 {Ya} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">31</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="db18a2772988415466a7f75dc42663ce78c9c1d3">
+ <source>Maximum buckets</source>
+ <target>Buket maksimum</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">35</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ca53d681a9892d6fdbb57ee9676582186515e961">
+ <source>Performance counters not available</source>
+ <target>Penghitung kinerja tidak tersedia</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.html</context>
+ <context context-type="linenumber">12</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="91853167141c37b58868f3b0421383dd72fa8a01">
+ <source>Attributes (OSD map)</source>
+ <target>Atribut (OSD map)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="97842f379e1d4157ac3ab0661b90c352e7cb72d5">
+ <source>Metadata not available</source>
+ <target>Metadata tidak tersedia</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">15</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f721a500a68c357e8f2a01e60510f6a01e4ba529">
+ <source>Metadata</source>
+ <target>Metadata</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">8</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d24e28e19c5703d7c6be44f4eb595a6a43b618ed">
+ <source>Performance counter</source>
+ <target>Penghitung kinerja</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d1f7c81ed9c5034af4abcdf119b1c1e86cd019dd">
+ <source>Histogram not available: <x equiv-text="{{ osd.histogram_failed }}" id="INTERPOLATION"/></source>
+ <target>Histogram tidak tersedia: <x equiv-text="{{ osd.histogram_failed }}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">28</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="868abfff914873d1c65df798d8432ed04b8ae2a9">
+ <source>Writes</source>
+ <target>Tulis</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">33</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="996ebb9a653b5067f97bf3891ea9d2108e969492">
+ <source>Reads</source>
+ <target>Baca</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">38</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="65ac79790aa477a97b1cc579e18a115a8df8918f">
+ <source>Histogram</source>
+ <target>Histogram</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">25</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="26fb5f81b3581f06b9210defb0e71dc69a67e819">
+ <source>Current values</source>
+ <target>Nilai saat ini</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">23</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9abcd7c82643d60c22733470463f74e4a54bc069">
+ <source>Min</source>
+ <target>Min</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">47</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c3ced4d162a0a55ee233a187ce7208ba5e922418">
+ <source>Max</source>
+ <target>Maks</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">52</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6834fa6b43d1ecbdf147c48dd9c4d72f1484571d">
+ <source>Source</source>
+ <target>Sumber</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">77</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a446fb0eb11fbffcac805ece5a2d306d24e733d8">
+ <source>Level</source>
+ <target>Level</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">82</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4180e8c1a344da14bdef061df596a4457bbb8d6c">
+ <source>Can be updated at runtime</source>
+ <target>Dapat diperbarui saat runtime</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">87</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cafc87479686947e2590b9f588a88040aeaf660b">
+ <source>Tags</source>
+ <target>Tag</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">92</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ab0089ef47af61ca1d137bc908b96c290dfd9287">
+ <source>Enum values</source>
+ <target>Nilai Enum</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">97</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="819476f1264f1659f38e86f6abb542141b184832">
+ <source>See also</source>
+ <target>Lihat juga</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">102</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="73caac4265ea7314ff061e5a1d78a6361a6dd3b8">
+ <source>Cluster Status</source>
+ <target>Status Klaster</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">15</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1d4bc612bbf19aa9553853266b9e92c9d75f4464">
+ <source>Manager Daemons</source>
+ <target>Manajer Daemon</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">69</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="946ac5dea9921dc09d7b0a63b89535371f283b19">
+ <source>Object Gateways</source>
+ <target>Gerbang Objek</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">90</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ff03fa5bcf37c4da46ad736c1f7d03f959e8ba9a">
+ <source>Metadata Servers</source>
+ <target>Server Metadata</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">98</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d817609ba4993eba859409ab71e566168f4d5f5a">
+ <source>iSCSI Gateways</source>
+ <target>Gateway iSCSI</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">109</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="42c13e50391250ea9379bdf55d5d6c0228c0c8bc">
+ <source>Client IOPS</source>
+ <target>IOPS klien</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">125</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="52213660b2454d139ada3079a42ec6caf3c3c01e">
+ <source>Client Throughput</source>
+ <target>Throughput Pengguna</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">134</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="32efd1c3f70e3c5244239de97a2cc95d98534a14">
+ <source>Client Read/Write</source>
+ <target>Baca/Tulis Klien</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">143</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5277e7546d03a767761199b70deb8c77a921b390">
+ <source>Client Recovery</source>
+ <target>Pemulihan Klien</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">161</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6d9a9f55046891733ef71170e7652063765eb542">
+ <source>Scrub</source>
+ <target>Scrub</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">170</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3cc9c2ae277393b3946b38c088dabff671b1ee1b">
+ <source>Performance</source>
+ <target>Kinerja</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">119</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="88f383269db2d32cccee9e936fe549dccb9fdbf4">
+ <source>Raw Capacity</source>
+ <target>Kapasitas mentah</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">200</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="afdb601c16162f2c798b16a2920955f1cc6a20aa">
+ <source>Objects</source>
+ <target>Objek</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">213</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">38</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c5f8a813f91a11af99132e4beafc136cfc13d73b">
+ <source>PGs per OSD</source>
+ <target>PG per OSD</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">222</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="498a109c6e9e94f1966de01aa0326f7f0ac6fb52">
+ <source>PG Status</source>
+ <target>Status PG</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">231</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ce9dfdc6dccb28dc75a78c704e09dc18fb02dcfa">
+ <source>Capacity</source>
+ <target>Kapasitas</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">181</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="44ecac93d67c6a671198091c2270354f80322327">
+ <source><x ctype="x-i" equiv-text="<i>" id="START_ITALIC_TEXT"/><x ctype="x-i" equiv-text="</i>" id="CLOSE_ITALIC_TEXT"/> See <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>Logs<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> for more details.</source>
+ <target><x ctype="x-i" equiv-text="<i>" id="START_ITALIC_TEXT"/><x ctype="x-i" equiv-text="</i>" id="CLOSE_ITALIC_TEXT"/> Lihat <x ctype="x-a" equiv-text="<a>" id="START_LINK"/><x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> Log untuk detil lainnya.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">265</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f0b5d789d42c0e69348e5fe0037fcbf5b5fbbdcc">
+ <source>Move an image to trash</source>
+ <target>Pindahkan image ke tempat sampah</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="86301cf2044b1eda218483365f6b9de8dde5040b">
+ <source>To move <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/>/<x equiv-text="{{ imageName }}" id="INTERPOLATION_1"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/> to trash,
+ click <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Move Image<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>. Optionally, you can pick an expiration date.</source>
+ <target>Untuk pindahkan <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/>/<x equiv-text="{{ imageName }}" id="INTERPOLATION_1"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/> ke tempat sampah,
+tekan <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Pindah Image <x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>. Anda juga dapat memilih tanggal kedaluwarsa.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">12</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="88f27d390844aad53b4240360e928156c5f0d326">
+ <source>Protection expires at</source>
+ <target>Proteksi berakhir pada</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="da166e9a0d27322f6ba8916d71ecc0f9905bb4b1">
+ <source>NOT PROTECTED</source>
+ <target>TIDAK DIPROTEKSI</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a1506e5f2ca22cad14502ec7a20fb6113ace145d">
+ <source>Wrong date format. Please use "YYYY-MM-DD HH:mm:ss".</source>
+ <target>Format tanggal salah. Mohon gunakan "TTTT-BB-HH JJ:mm:dd".</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">29</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="aa7ea0bb7495281e0b3258467ac7d90a1e44a1a1">
+ <source>Protection has already expired. Please pick a future date or leave it empty.</source>
+ <target>Proteksi telah kedaluarsa. Mohon pilih tanggal masa mendatang atau kosongkan.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">32</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="536b3205c0c0d4d21685ec06feccfcf2fe14deb1">
+ <source>Move Image</source>
+ <target>Pindahkan Image</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">40</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
+ <source>Overview</source>
+ <target>Ikhtisar</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-tabs/iscsi-tabs.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="bbd2045d5c37e4bb39a3c0fb62ea1ddf70a12838">
+ <source>Targets</source>
+ <target>Target</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-tabs/iscsi-tabs.component.html</context>
+ <context context-type="linenumber">7</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0f6e8f6094b180eaf1f11bc0ffe383f1cdcd059e">
+ <source>Only available for RBD images with <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/>fast-diff<x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> enabled</source>
+ <target>Hanya tersedia untuk image RBD dengan <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/>fast-diff<x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> yang diaktifkan.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e70fcca5a99575cffef3ff8cbd5e69f06ffd0f1c">
+ <source>Pool</source>
+ <target>Pool</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="03cc5b14b0a20d075e9009ff021f4f1660ba348a">
+ <source>Data Pool</source>
+ <target>Pool Data</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">23</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1b051734b0ee9021991c91b3ed4e81c244322462">
+ <source>Created</source>
+ <target>Dibuat</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">28</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0a65771c9a73b9aa609d592fc96a64801a8f40bd">
+ <source>Provisioned</source>
+ <target>Disiapkan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">57</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="84a36cb75660b736773fe36ffa3d54f0f0fe363e">
+ <source>N/A</source>
+ <target>N/A</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">63</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">78</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e5c009342a4e8381f64341d0bb61c2e4685f5a4b">
+ <source>Total provisioned</source>
+ <target>Total disiapkan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">72</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7f6bf8a43ae415f527ac961ea62471b983aaa97b">
+ <source>Striping unit</source>
+ <target>Unit setrip</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">87</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="db710e8a8f011923f2d15d713fbae49c38b02b26">
+ <source>Striping count</source>
+ <target>Jumlah striping</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">92</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3a4c2a9e76634ff14a60d52a718296f722d47c67">
+ <source>Parent</source>
+ <target>Induk</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">97</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6a209e68d78ffc2cc9c53d2e76158624efab71ad">
+ <source>Block name prefix</source>
+ <target>Awalan nama blok</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">107</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5704ec2049d007c5f5fb495a5d8b607e68d58081">
+ <source>Order</source>
+ <target>Urutan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">112</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f21b1d17b6c5042bb5805516eee37fde33739dd8">
+ <source>Snapshots</source>
+ <target>Snapshot</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">119</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3f67f30568e9ae47507d46e28e1e82a7dca772e2">
+ <source><x equiv-text="{ editing, select, true {...} other {...}}" id="ICU"/> RBD Snapshot</source>
+ <target><x equiv-text="{ editing, select, true {...} other {...}}" id="ICU"/> Snapshot RBD</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1628d19a4490817c18be2afab410ca4adfa62ea7">
+ <source>{VAR_SELECT, select, true {Rename} other {Create} }</source>
+ <target>{VAR_SELECT, select, true {Ganti nama} other {Buat} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html</context>
+ <context context-type="linenumber">46</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="73a287b41afe6b28f90edbeb98957a341a0276b4">
+ <source><x equiv-text="{ editing, select, true {...} other {...}}" id="ICU"/> Snapshot</source>
+ <target><x equiv-text="{ editing, select, true {...} other {...}}" id="ICU"/> Snapshot</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html</context>
+ <context context-type="linenumber">46</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cb60c1cd3655234756b5b92d4d597d92d520ee30">
+ <source>PROTECTED</source>
+ <target>DIPROTEKSI</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.html</context>
+ <context context-type="linenumber">17</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="deffb86b8fb0541254ad5a43862d82bff6b6a6c4">
+ <source>UNPROTECTED</source>
+ <target>TIDAK DIPROTEKSI</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5c5331983af566d4ac6a1024d15a3511786a4aa6">
+ <source>You are about to rollback</source>
+ <target>Anda akan mengembalikan semula</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.html</context>
+ <context context-type="linenumber">25</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="49c0408946a6d67185947f455f15cc201d0d78e6">
+ <source>Purge Trash</source>
+ <target>Kosongkan Tempah Sampah</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">14</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">41</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-list/rbd-trash-list.component.html</context>
+ <context context-type="linenumber">25</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="af728625d769b61acf291442644b89edb88faec3">
+ <source>To purge, select one or All images and click</source>
+ <target>Untuk menghapus, pilih satu atau Semua image dan pilih</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="55a4f598a4894b7fd5cb88f0ffd3c37ad009dd70">
+ <source>Pool:</source>
+ <target>Pool:</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d43dd2b9f7797e4cf3a604695bb33e4479108516">
+ <source>Pool name...</source>
+ <target>Nama Pool...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">22</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="dfc3c34e182ea73c5d784ff7c8135f087992dac1">
+ <source>All</source>
+ <target>Semua</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">30</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b0e7c7ed1d51a0c205c815048bc9f79e24ee6db2">
+ <source>Restore Image</source>
+ <target>Pulihkan Image</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">16</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">40</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7369384817e0ad61ce871c9afdfbb538df2f97c1">
+ <source>To restore</source>
+ <target>Untuk memulihkan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e7f0abefc608f7fb452c2dc9b1cdc3dec432160e">
+ <source>type the image's new name and click</source>
+ <target>ketik nama baru image dan pilih</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">15</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="41307dd56fea669eed72e12a6c23af275f6bfd82">
+ <source>New Name</source>
+ <target>Nama Baru</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">22</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5c96a761dc55a21882c132c929583a424c9b8cf4">
+ <source>Expired at</source>
+ <target>Kedaluwarsa pada</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-list/rbd-trash-list.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="661041e3fcff4d3e75c561e038ca2504cf2cc643">
+ <source>Protected until</source>
+ <target>Diproteksi hingga</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-list/rbd-trash-list.component.html</context>
+ <context context-type="linenumber">37</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0ee3b2322a1d3277f7e3fdb8a5141ac42bcf350b">
+ <source>This image is protected until <x equiv-text="{{ expiresAt | cdDate }}" id="INTERPOLATION"/>.</source>
+ <target>Image ini diproteksi hingga <x equiv-text="{{ expiresAt | cdDate }}" id="INTERPOLATION"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-list/rbd-trash-list.component.html</context>
+ <context context-type="linenumber">47</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a674ab267d1934bf395f87ca1503fd474296893f">
+ <source>iSCSI Topology</source>
+ <target>Topologi iSCSI</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-details/iscsi-target-details.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="66db799d67958d4b0765181d072df62e2d1c16f5">
+ <source>Issues</source>
+ <target>Masalah</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/image-list/image-list.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ef06d69259e587e28d52372455f44c7153cda7e7">
+ <source>Syncing</source>
+ <target>Menyinkronkan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/image-list/image-list.component.html</context>
+ <context context-type="linenumber">11</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/image-list/image-list.component.html</context>
+ <context context-type="linenumber">38</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0b0901877d837d3fda16ba161eb74368d1c75b7a">
+ <source>Ready</source>
+ <target>Siap</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/image-list/image-list.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4057c56d63a7e9b140b1d01871a9229a5f30eb27">
+ <source>Edit pool mirror mode</source>
+ <target>Edit mode pencerminan pool</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e1f367f5feaab38f6637dd1f967c848b447dea2d">
+ <source>To edit the mirror mode for pool
+ <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>, select a new mode from the list and click
+ <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Update<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>.</source>
+ <target>Untuk mengubah mode pencerminan pool
+<x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>, pilih mode baru dari daftar dan klik
+<x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Perbarui<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="32ca348ef926b0a6a7a780b8b64c3a8239895cec">
+ <source>Peer clusters must be removed prior to disabling mirror.</source>
+ <target>Klaster mitra harus dihapus sebelum menonaktfikan pencerminan.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">33</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="047f50bc5b5d17b5bec0196355953e1a5c590ddb">
+ <source>Update</source>
+ <target>Perbarui</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">41</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="fa61522d482349707fd7dd03b90dc5781611b17f">
+ <source><x equiv-text="{mode, select, edit {...} other {...}}" id="ICU"/>
+ pool mirror peer</source>
+ <target><x equiv-text="{mode, select, edit {...} other {...}}" id="ICU"/>
+mitra pencerminan pool</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4ddcb416c1c0aa1f54acf5beef1de81813e76fa6">
+ <source>{VAR_SELECT, select, edit {Edit} other {Add} }</source>
+ <target>{VAR_SELECT, select, edit {Edit} other {Tambah} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">14</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f7a13e4807afa6a9eda3db57a0a2a110dbae8ad7">
+ <source><x equiv-text="{mode, select, edit {...} other {...}}" id="ICU"/> the pool
+ mirror peer attributes for pool <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/> and click
+ <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Submit<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>.</source>
+ <target><x equiv-text="{mode, select, edit {...} other {...}}" id="ICU"/> pool
+atribut mitra pencerminan untuk pool <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/> dan klik
+<x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Kirim<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">14</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d3cc964811f852a168f4a2d5daa59068abc5cf53">
+ <source>Cluster Name</source>
+ <target>Nama Klaster</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">23</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b631721fc56cb7fb1cbd07b802a487c5753f6a2d">
+ <source>The cluster name is not valid.</source>
+ <target>Nama klaster tidak valid.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">39</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ca6deafa31bf421f85094807982aee4bcb20a3ae">
+ <source>CephX ID</source>
+ <target>CephX ID</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">46</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7539188a568c3d553cbde1bacaf32310c4264e24">
+ <source>CephX ID...</source>
+ <target>CephX ID...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">51</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a1c45b594b0fba22fc64e80c793a7ffe005fdb0e">
+ <source>The CephX ID is not valid.</source>
+ <target>CephX ID tidak valid.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">61</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="20861576fcfce773c918c782cd4f5adf32382921">
+ <source>Monitor Addresses</source>
+ <target>Alamat Monitor</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">68</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="fa28eeed2b4bd4ccbe6e9349a1c2b3cb1c5de70a">
+ <source>Comma-delimited addresses...</source>
+ <target>Alamat dengan pemisah-koma...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">72</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="dc016c82fd85848d5c1b2fd0e8469ee2027d9c16">
+ <source>The monitory address is not valid.</source>
+ <target>Alamat monitor tidak valid.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e0ac55b83dc6739e62bc655cfe375b67c93e7f4a">
+ <source>CephX Key</source>
+ <target>CephX Key</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">86</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f53434bcb95bd86f1df9c8e22966f757614fc4ad">
+ <source>Base64-encoded key...</source>
+ <target>Base64-encoded key...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">90</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4cd83164cd4f66b4abc2863f9ce6f599d789e4ca">
+ <source>CephX key must be base64 encoded.</source>
+ <target>Kunci CephX harus base64 encoded.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">97</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3938a411d76796f8ae73b72ea4c77661207453bd">
+ <source>Cache Tiers Details</source>
+ <target>Detil Cache Bertingkat</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-details/pool-details.component.html</context>
+ <context context-type="linenumber">22</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0c1e17956453ad772dbe82d6946f62748c692f3e">
+ <source>Ranks</source>
+ <target>Peringkat</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html</context>
+ <context context-type="linenumber">6</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="95c96d55690c0c685deebe52a1da94dc36f5e99d">
+ <source>Clients: <x equiv-text="{{ clientCount }}" id="INTERPOLATION"/></source>
+ <target>Klien: <x equiv-text="{{ clientCount }}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html</context>
+ <context context-type="linenumber">36</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="bd5a3b1c5a3c185c7bbb0e09a061d4cdc88ce5ad">
+ <source>Current</source>
+ <target>Terkini</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-details/iscsi-target-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="dd4ab758afd5fd5a6c6a25b2b30ff99d0c00e9ad">
+ <source>There are no portals available.</source>
+ <target>Tidak ada portal yang tersedia.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="83021e45778a4a230a14ca0c6d6ccdf05500ad93">
+ <source>There are no images available.</source>
+ <target>Tidak ada image yang tersedia.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="86684eb21f8a768e1dbc659e3d5da6861db544a0">
+ <source>There are no images available. Please make sure you add an image to the target.</source>
+ <target>Tidak ada image yang tersedia. Mohon pastikan Anda telah menambahkan image ke target.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fffda6e440078f57eba93944ce051c593cc6ed7f">
+ <source>There are no initiators available. Please make sure you add an initiator to the target.</source>
+ <target>Tidak ada inisiator tersedia. Mohon pastikan Anda telah menambahkan inisiator ke target.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="38baeb215c17af9d9e295e371a57f4a48ab4c191">
+ <source>Target</source>
+ <target>Target</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-list/iscsi-target-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9a541ec1a4319fffc16ad3b3ab2c2b6d251a829d">
+ <source>Hostname</source>
+ <target>Nama hos</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/daemon-list/daemon-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/hosts/hosts.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="32b73dd480452aed3c8df00055279a110b3e633c">
+ <source># Active/Optimized</source>
+ <target># Aktif/Dioptimalkan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="26a3d69b872abf67663ba7473606ea32d6128531">
+ <source># Active/Non-Optimized</source>
+ <target># Aktif/Tidak-dioptimalkan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a5f9ba9bb9faa8284bcadb1cdbc6aaf969e9c4bb">
+ <source>Image</source>
+ <target>Image</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2cd86fc9c2dc1b4398514266a08e507140fe5ba8">
+ <source>Active/Optimized</source>
+ <target>Aktif/Dioptimalkan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c74c467d73caf2b951bc1a1d52d6e93f9c5e795b">
+ <source>Active/Non-Optimized</source>
+ <target>Aktif/Tidak-dioptimalkan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="13415637c325ceefee29111b31cb48701490adf7">
+ <source>Read Bytes</source>
+ <target>Baca Bytes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e2ed82b7bbf4a006e60e6208c597b05d5b5556e9">
+ <source>Write Bytes</source>
+ <target>Tulis Bytes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="6a32a5f58845ca840185ea9564682094e77a1d80">
+ <source>Read Ops</source>
+ <target>Ops Baca</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7c36cb8032af123d3550ffab2e1fa1e957c87fae">
+ <source>Write Ops</source>
+ <target>Ops Tulis</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="458c33846a8c7e2feb9404bcf06723784e756cdc">
+ <source>A/O Since</source>
+ <target>A/O Sejak</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ff78f059449d44322f627d0f66df07abe476962b">
+ <source>Instance</source>
+ <target>Instance</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/daemon-list/daemon-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="36fad7995cadfb3a6f0d43ef2db280146b3ca022">
+ <source>Issue</source>
+ <target>Isu</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="873b72903b1858a9cd6c8967521030b4d7d1435b">
+ <source>State</source>
+ <target>Keadaan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="15793f4cbc261bedbc60f7105533dde536a3f42b">
+ <source>Progress</source>
+ <target>Kemajuan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f39256070bfc0714020dfee08895421fc1527014">
+ <source>Disabled</source>
+ <target>Dimatikan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="8c375764db42f5d736fb56d01b8052c006ccc8e2">
+ <source>Edit Mode</source>
+ <target>Mode Edit</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="45932f2a0ea524b3425f4320ee46a6d1c68977bc">
+ <source>Add Peer</source>
+ <target>Tambahkan Mitra</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d3dc34662e3cda0dad646221651cebd26f731485">
+ <source>Edit Peer</source>
+ <target>Edit Mitra</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e8a0ec0b6ee72db0f27c186e09640d1ed41964bd">
+ <source>Delete Peer</source>
+ <target>Hapus Mitra</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="314de06d6f64d39149e78e6d796585c0246fec0b">
+ <source>Leader</source>
+ <target>Pemimpin</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7acaab450312114059ced9e3737798ee9aa738b1">
+ <source># Local</source>
+ <target># Lokal</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7a3ffd88868135c44be3994263bb8e49d8358884">
+ <source># Remote</source>
+ <target># Jauh</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="85ca0fd6a6ddd211023c70a25753122c5b978787">
+ <source>mirror peer</source>
+ <target>mitra pencerminan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4130b1a836f2000cfe9a11fb62493dc42d444de7">
+ <source>Deep flatten</source>
+ <target>Perataan mendalam</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-form/rbd-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7b17694d7cb8ecb7c8440bc999dac21b44455b33">
+ <source>Layering</source>
+ <target>Lapisan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-form/rbd-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="6a072ce577c2079d0e0c31071a16824f6d22b84d">
+ <source>Exclusive lock</source>
+ <target>Kunci eksklusif</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-form/rbd-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7354f01320bf936a7f85577c9f71402635c3a362">
+ <source>Object map (requires exclusive-lock)</source>
+ <target>Peta objek (butuh kunci-eksklusif)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-form/rbd-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fb7e625c1152f1c102cd16460955d124edff1770">
+ <source>Journaling (requires exclusive-lock)</source>
+ <target>Penjurnalan (membutuhkan kunci-eksklusif)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-form/rbd-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="76d0a465d5b470c2ea20e15b23c91086c90e910d">
+ <source>Fast diff (requires object-map)</source>
+ <target>Fast diff (butuh peta-objek)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-form/rbd-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1979da7460819153e11d2078244645d94291b69c">
+ <source>Copy</source>
+ <target>Salin</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-list/rbd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="3747fff7faf52b436ecff5fb8555091736d92c70">
+ <source>Flatten</source>
+ <target>Ratakan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-list/rbd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ba073985cfd2528c77a746ed596b2f2052b973c5">
+ <source>Move to Trash</source>
+ <target>Pindahkan ke Tempat Sampah</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-list/rbd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="70a67e04629f6d412db0a12d51820b480788d795">
+ <source>Create</source>
+ <target>Buat</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-details/role-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-form/role-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e26f9cf3666aace4e524b1505c9795d76d87738d">
+ <source>Rename</source>
+ <target>Ubah nama</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="45480c03b0a3a37ff8f6a5600a6a034b40fbaea4">
+ <source>Protect</source>
+ <target>Proteksi</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="3ea9b96a21a499d296a7f25407da0f3df6c2d5ed">
+ <source>Unprotect</source>
+ <target>Tidak diproteksi</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="54a4a3132b693575728a45a5f3154ad4c9af404b">
+ <source>Clone</source>
+ <target>Klon</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4be22bf20ef82614ed53bcd3b912a85590aa71c9">
+ <source>Rollback</source>
+ <target>Kembalikan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7eb984588f4835f6d0187b33769b4b0f62821640">
+ <source>RBD snapshot rollback</source>
+ <target>Kembalikan snapshot RBD</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2a04c483708d261751d62082d6f03a50d4577b1e">
+ <source>RBD snapshot</source>
+ <target>Snapshot RBD</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d5cec7468241d72cafd86ad1af6d55b09a6e3ae5">
+ <source>Restore</source>
+ <target>Pulihkan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-trash-list/rbd-trash-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fa96769d1ea86741297cb9b9769b0dcfde58c8b4">
+ <source>Deleted At</source>
+ <target>Dihapus pada</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-trash-list/rbd-trash-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e928864038ca70ee7d67bbf1fd71a01c3938a127">
+ <source>id</source>
+ <target>id</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="240c9c1e96dc38814922a83ad041dc815b084f32">
+ <source>type</source>
+ <target>tipe</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c9d7ec7ee5b4e282f2228fa996651ec4ef5195a9">
+ <source>state</source>
+ <target>keadaan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="5780e5c3b4fc2ae07836bb5221cec4f8d597630d">
+ <source>version</source>
+ <target>versi</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fe22ca53e651df951dac25b67c17894b0980f767">
+ <source>Host</source>
+ <target>Hos</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fb69299354312c8954ecf324997ccafcd9f6b14b">
+ <source>root</source>
+ <target>induk</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="3c3a423d91e36ac6624e909fcd2669a25685f847">
+ <source>Rank</source>
+ <target>Peringkat</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/monitor/monitor.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/monitor/monitor.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9596ecae8956e96921acef47aec787f6bdc37454">
+ <source>Daemon</source>
+ <target>Daemon</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f2005fa461c06dc2e04d8918bbabedf23604b5b7">
+ <source>Activity</source>
+ <target>Aktivitas</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e3a986984ae0c3b43af648c3fa638649d1c00348">
+ <source>Dentries</source>
+ <target>Dentries</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7c692ab865066967d73c6d64ec0691cc6ce91b93">
+ <source>Inodes</source>
+ <target>Inode</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="45f210b96a2a6e91f52f153a4f8dc30662629f8e">
+ <source>Usage</source>
+ <target>Penggunaan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7db875ff4cc626d394f37fba95c075b2e4bfeb00">
+ <source>Standby daemons</source>
+ <target>Daemon siaga</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="22e4e574b7f8abf58254f328792445b42e2a924a">
+ <source>The value can be updated at runtime.</source>
+ <target>Nilai dapat diperbarui saat runtime.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d7770de7b2343c9deeaa7ebf37ba3e35ca5c5988">
+ <source>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.</source>
+ <target>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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="83f11fd1dc503c37931ea6c1c5c1e8c2b4b597b6">
+ <source>Option takes effect only during daemon startup.</source>
+ <target>Pilihan hanya dapat bekerja selama daemon dimulai.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="837a07cd6a971038b8b1aa190c43440c9fdb5d8b">
+ <source>Option only affects cluster creation.</source>
+ <target>Pilihan hanya berpengaruh pada pembuatan klaster.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2566a88eb247c918b71cfe5b354c31de0d4b01e5">
+ <source>Option only affects daemon creation.</source>
+ <target>Pilihan hanya berpengaruh pada pembuatan daemon.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="cdb623df78c6ed1fdd9e6dc35f83d6dbea75ebfa">
+ <source>Config option <x equiv-text="{{name}}" id="INTERPOLATION"/> has been updated.</source>
+ <target>Pilihan konfigurasi <x equiv-text="{{name}}" id="INTERPOLATION"/> telah diperbarui.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a773d21a875b944ba7b067f348398cfd5e9550cc">
+ <source>Update config option</source>
+ <target>Perbarui pilihan konfigurasi</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d473e0f684a60db45d6f31e993f693f74290e056">
+ <source>Service</source>
+ <target>Layanan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9951bb3983c7dba6fde013e05c922e4fe1a44367">
+ <source>Current value</source>
+ <target>Nilai saat ini</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7099a8878af7a0a26fe5663c4f46cfe87142b75d">
+ <source>Public Address</source>
+ <target>Alamat Publik</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/monitor/monitor.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/monitor/monitor.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="cbdd1cdc0c7a87f55dd177bc44212f0fc4b80852">
+ <source>Open Sessions</source>
+ <target>Buka Sesi</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/monitor/monitor.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="37e58d1cbdf8212b380efa51422e42821d4f08e6">
+ <source>No In</source>
+ <target>Tidak boleh Masuk</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="12706eb5af17ff5ad77b3de21af368d24678e00b">
+ <source>OSDs that were previously marked out will not be marked back in when they start</source>
+ <target>OSD yang telah ditandai keluar tidak akan ditandai masuk saat mereka menyala</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="96114d7624d11dc90ca46cfa96145fe22118df76">
+ <source>No Out</source>
+ <target>Tidak boleh Keluar</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a2ef636fe1ddd56b63e4aaf3d292f33dbf735ef3">
+ <source>OSDs will not automatically be marked out after the configured interval</source>
+ <target>OSD tidak akan otomatis ditandai keluar setelah interval dikonfigurasi</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ee50aefa9b8bde1e5429b48709a23abfe08358e0">
+ <source>No Up</source>
+ <target>Tidak Nyala</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="608929b939307e397586a98cea52ae38997c7273">
+ <source>OSDs are not allowed to start</source>
+ <target>OSD tidak diizinkan menyala</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1751ab69c1e7f62927afedbf7116e0116316c551">
+ <source>No Down</source>
+ <target>Tidak Mati</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="41fac86dfb65c1db690f3e87f6497cb73b281084">
+ <source>OSD failure reports are being ignored, such that the monitors will not mark OSDs down</source>
+ <target>Laporan kegagalan OSD sedang diabaikan sehingga monitor tidak akan menandai OSD mati</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b2838c6165a9672a17db188f4dd9676574353dd8">
+ <source>Pause</source>
+ <target>Jeda</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="191d71dadcc8790573d46706a0b48211de4b8334">
+ <source>Pauses reads and writes</source>
+ <target>Jeda baca dan tulis</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="471d5ba75836f38c19992cf83d8822632d99e473">
+ <source>No Scrub</source>
+ <target>Nonaktifkan Scrub</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="5b8caa61814121bc36dac0c34a9e9de3cae74990">
+ <source>Scrubbing is disabled</source>
+ <target>Scrubbing dinonaktifkan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7f29a0ac1c797bdc0347dd5d0734ba83e96e7ce6">
+ <source>No Deep Scrub</source>
+ <target>Nonaktifkan Deep Scrub</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="01da61ab216541a8d31259cebd16b10c7e5fc124">
+ <source>Deep Scrubbing is disabled</source>
+ <target>Deep Scrubing dinonaktifkan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0b86c7f18ac725de62c7e192dcfccd02c0dc40ab">
+ <source>No Backfill</source>
+ <target>Tidak ada Penambalan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="bd33a2bdc8fbed3b7469f3717c16d9aaa2851fdd">
+ <source>Backfilling of PGs is suspended</source>
+ <target>Penambalan PG dihentikan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7fbbd036394cfa623add40299757bc87df8eaa7e">
+ <source>No Recover</source>
+ <target>Tidak ada Pemulihan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f3ee9b451a64dca47299c9b4ae1091c2008068ad">
+ <source>Recovery of PGs is suspended</source>
+ <target>Pemulihan PG dihentikan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="de904148fe7e8d812218f50333ffe247900617c5">
+ <source>Bitwise Sort</source>
+ <target>Urutan Bitwise</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2613c9fde29785bcd75f0abeccb653d14d7527b3">
+ <source>Use bitwise sort</source>
+ <target>Gunakan urutan bitwise</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2fe10d84250aeee365db244251d40934c70ff1e9">
+ <source>Purged Snapdirs</source>
+ <target>Buang Snapdirs</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="6b22a5b780eda3c5d500cdac9c6d4f96978c38f1">
+ <source>OSDs have converted snapsets</source>
+ <target>OSD memiliki snapset yang dikonversi</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c42f0ba60564dc5b977a8c7f3fdcde9efbb39c60">
+ <source>Recovery Deletes</source>
+ <target>Pulihkan yang telah dihapus</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="72fe39979198ea2ed6db6274b5029025cb316d90">
+ <source>Deletes performed during recovery instead of peering</source>
+ <target>Penghapusan dilakukan saat pemulihan bukan saat bermitra</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1bb4a1f9127cefe624c173557a716d0ebb6d647c">
+ <source>PG Log Hard Limit</source>
+ <target>Batas Maks Log PG</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e03c0321397fdf7a9c22e8d6b5015424943c0a57">
+ <source>Puts a hard limit on pg log length</source>
+ <target>Taruh batas maks pada panjang log pg</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0182a66735272f5c540a0c65ff3f5a7913ac1b74">
+ <source>OSD Flags were updated successfully.</source>
+ <target>Flag OSD sukses diperbarui.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fbfecb196a0896028638e21655c6fed6a1f91dc0">
+ <source>OSD Flags</source>
+ <target>Flag OSD</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2e5e77dbaadd6588d8bbf737139fd9806294ae28">
+ <source>Deep Scrub</source>
+ <target>Deep Scrub</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="75fb9f970ba365398c45e57bbb1019c009f6b832">
+ <source>Mark Out</source>
+ <target>Tandai Keluar</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="688578fcc739d6f0c5fb6c366dbb19d21c6d9e36">
+ <source>out</source>
+ <target>keluar</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/osd-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0cda3e824fb2f9c731e5a60b859dedc1fe03127e">
+ <source>Mark In</source>
+ <target>Tandai Masuk</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="cb0f69bdd4dea41d7d45c74b6e07f98de8a2ab26">
+ <source>in</source>
+ <target>masuk</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/osd-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="66fdbf32e5449cc54a3d1e19c7b8f4ea238facfb">
+ <source>Mark Down</source>
+ <target>Tandai Gugur</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b5fbc7c7f007dd53b2318525bb7ff8b0376c9e37">
+ <source>down</source>
+ <target>gugur</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/osd-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f833354f43cb38c5716faa8759a9bbdd1ab8f199">
+ <source>Mark Lost</source>
+ <target>Tandai Hilang</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b58719bcb9184e1a7884d00d22d10899d59bf295">
+ <source>Mark</source>
+ <target>Tandai</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="31a1c1aa03f1e5084750bedb4e3fdc04ce2cb6ca">
+ <source>OSD lost</source>
+ <target>OSD hilang</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f3fc4c85c5b8f1dedea0496b72d0af9da7b9e0d9">
+ <source>marked lost</source>
+ <target>ditandai hilang</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="019d4bd6a5690f0cfa0ecf346a4e6bf7f0d8debb">
+ <source>Remove</source>
+ <target>Hapus</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c8b1475105463088593de1022ff6dceb523eae0e">
+ <source>OSD</source>
+ <target>OSD</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c640261f80e6afd42cac3f4b63594012f198e0e8">
+ <source>removed</source>
+ <target>dihapus</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="bf463b189696c19769ea263227e6c22aefafb918">
+ <source>Destroy</source>
+ <target>Hancurkan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="8e5d1b01eca6dce26a4751f0b19bda7a6ab8db5b">
+ <source>destroy</source>
+ <target>hancurkan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="495a06b78bf165a7b545fa002137f0846b094a3d">
+ <source>destroyed</source>
+ <target>dihancurkan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="953144c420c2e5abd02e6a687433eac60fa852bd">
+ <source>PGs</source>
+ <target>PG</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7d3523ea9d35c274cef84043de8a2fdde540a9a1">
+ <source>Read bytes</source>
+ <target>Bita baca</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ecbe2fdca919499125bc42c2c67cedae8563db1c">
+ <source>Writes bytes</source>
+ <target>Bita tulis</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f3c33322823c846b13f59ba2c8f234405bba99e1">
+ <source>Read ops</source>
+ <target>Ops baca</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7e0b24a17546cbfab48b03dc874461d1ca68bc9a">
+ <source>Write ops</source>
+ <target>Ops tulis</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d45455406092f58e6b089cb440b5b7934b801a01">
+ <source>Mark OSD <x equiv-text="{{markAction}}" id="INTERPOLATION"/></source>
+ <target>Tandai OSD <x equiv-text="{{markAction}}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="de0b7806e451b3b3dbd564decba59981fe781c18">
+ <source>Mark <x equiv-text="{{markAction}}" id="INTERPOLATION"/></source>
+ <target>Tandai <x equiv-text="{{markAction}}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4edc2162af0bd6cd941eaf730d20a7e3b5a83ba7">
+ <source>Max Backfills</source>
+ <target>Maks Penambalan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="eb5e6c24a48a1dfe23e0a772b762be5e949c0c8a">
+ <source>Recovery Max Active</source>
+ <target>Maks Pemulihan Aktif</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4a23c6d3859e03184118620d2baeb736ac765fbf">
+ <source>Recovery Max Single Start</source>
+ <target>Maks Menjalankan Pemulihan Tunggal</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="97049169ef5228fd1724de2fcdad1fec2858eaf8">
+ <source>Recovery Sleep</source>
+ <target>Jeda Pemulihan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a5c05002b0ac2040f1aede5e727e0ffd06eda819">
+ <source>Custom</source>
+ <target>Ubahsuai</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="92a8cbd0b31b1a5a64fe3a3245437ecf14b6d74d">
+ <source>OSD recovery speed priority "<x equiv-text="{{value}}" id="INTERPOLATION"/>" was set successfully.</source>
+ <target>Prioritas kecepatan pemulihan OSD &quot;<x equiv-text="{{value}}" id="INTERPOLATION"/>&quot; telah diset.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="87241d8eb7bf0d14756f27febe8d0a84015627db">
+ <source>OSD recovery speed priority</source>
+ <target>Prioritas kecepatan pemulihan OSD</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="442db228d78b94d704b22bb0ffeb712af183f19a">
+ <source><x equiv-text="{{operation}}" id="INTERPOLATION"/> was initialized in the following OSD: <x equiv-text="{{id}}" id="INTERPOLATION_1"/></source>
+ <target><x equiv-text="{{operation}}" id="INTERPOLATION"/> telah diinisialisasi pada OSD berikut: <x equiv-text="{{id}}" id="INTERPOLATION_1"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="78917e8031aaf913ac3fa63295325ce8879703ce">
+ <source>Job</source>
+ <target>Tugas</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="94287619205068b591c18493c64781424864c259">
+ <source>Severity</source>
+ <target>Keparahan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e6cfbe0c5e0302ba2cec22315f6a28f8ac46b651">
+ <source>Started</source>
+ <target>Dimulai</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6">
+ <source>URL</source>
+ <target>URL</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fb2e1bed329dc5b84197808c778abb9edcbdb335">
+ <source>Used</source>
+ <target>Terpakai</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4f1ab04d9100fb0df0e62b921ec46ae052ae29fc">
+ <source>Avail.</source>
+ <target>Tersedia</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a1c9b3d4fa67450fe9afd1d726f8a1bd91d990ea">
+ <source>Clean</source>
+ <target>Bersih</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0054f5460090d6dde385e8f099d598df5d28cf54">
+ <source>Working</source>
+ <target>Bekerja</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a8059e31694578c1b0344a76a345357dd60e8f01">
+ <source>Warning</source>
+ <target>Peringatan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e5d8bb389c702588877f039d72178f219453a72d">
+ <source>Unknown</source>
+ <target>Tidak diketahui</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="129a2224e1f9d19eb5e11e2a07fe10a785556484">
+ <source>up</source>
+ <target>nyala</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/osd-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d5f29cf0af691726483262d647eb6622be002512">
+ <source>no filesystems</source>
+ <target>tidak ada filesistem</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b1c4387ffab06f3fa9fdb4411aea955595538d44">
+ <source>active</source>
+ <target>aktif</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mgr-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1aaf7054d826f2cb05ec3e88a5a4b8116861e1f5">
+ <source>standby</source>
+ <target>siaga</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mgr-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c9a1080024dca344a48acdb77fa2d54e059f7254">
+ <source>n/a</source>
+ <target>n/a</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mgr-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="84a1787b6df375847c70f782861d7e7f8f43bff4">
+ <source>active daemon</source>
+ <target>daemon aktif</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mgr-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="24407dc2ebfafaf6b131ee978683b893c3f1d763">
+ <source>quorum</source>
+ <target>kuorum</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mon-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="5049e204c14c648691ac775a64fb504467aeb549">
+ <source>Value</source>
+ <target>Nilai</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="60fb10c145f9c7ede2b9ddf9b2b0b0f6191d0ebd">
+ <source>Cache Mode</source>
+ <target>Mode Cache</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-details/pool-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fa5bfad31d4139f6871443bb74324ffda5cad3e6">
+ <source>Min Evict Age</source>
+ <target>Min Waktu Usir</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-details/pool-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fd0eb851666df45c34c76fabcda79b0d77bc910b">
+ <source>Min Flush Age</source>
+ <target>Min Waktu Buang</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-details/pool-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="cb54d2c420a534cee0c308ea5589f8c394ef8d67">
+ <source>Target Max Bytes</source>
+ <target>Target Maks Bita</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-details/pool-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="07f4ebe6615dca466818ffdae2a69ee217d265fb">
+ <source>Target Max Objects</source>
+ <target>Target Maks Objek</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-details/pool-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="eaa8f4df53cf7fa78d078e20a701d10f3dccd77d">
+ <source>No applications added</source>
+ <target>Tidak ada aplikasi ditambahkan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="321c2a7640f11177ea49b0857b94c4b70830c0e6">
+ <source>Applications limit reached</source>
+ <target>Batas aplikasi tercapai</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="519d27742b74fadc8336777452f78891e98aa1dc">
+ <source>A pool can only have up to four applications definitions.</source>
+ <target>Sebuah pool hanya dapat memiliki empat definisi aplikasi.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b5bec3813f0d45daa7eb9471272969e1bc3e734e">
+ <source>Allowed characters '_a-zA-Z0-9'</source>
+ <target>Karakter diperbolehkan '_a-zA-Z0-9'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="807472d29602a0085bce62e534bd66208982c2e2">
+ <source>Maximum length is 128 characters</source>
+ <target>Panjang maksimum 128 karakter</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="37785748b9ac9ad1d3e4b111ac502c3284afe84b">
+ <source>Filter or add applications</source>
+ <target>Saring atau tambah aplikasi</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="38c7b8610ca87835e13eeee6a09ba1c414cd5cb9">
+ <source>Add application</source>
+ <target>Tambah aplikasi</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="65bb2be83261bc4798853bbccdedc110c43feea7">
+ <source>erasure code profile</source>
+ <target>profil erasure code</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="112d356ad6846959ca4aa5ec9a1f0d9d473b24ec">
+ <source>Replica Size</source>
+ <target>Ukuran Replikasi</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ec50492db341fa752b023d8c924601286b6c9c0c">
+ <source>Last Change</source>
+ <target>Perubahan Terakhir</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="563a8c136a9d423bc7ae1269a404d6da5fd83dad">
+ <source>Erasure Coded Profile</source>
+ <target>Profil Erasure Code</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0ad7f0662956cff61ac1208f92b1a0305b1b2e58">
+ <source>Crush Ruleset</source>
+ <target>Aturan Crush</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f15bf7f588f09ca79795b17bc244e8d336f28171">
+ <source>Write bytes</source>
+ <target>Bita tulis</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="44939fd05cedfd077db886528b755e77d5fa3885">
+ <source>bucket</source>
+ <target>buket</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ec40d74ecfb1d6d60455af6805c9a714a3f5750a">
+ <source>buckets</source>
+ <target>buket</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0914cbe18bae204217e1851be6d2d24d86e74605">
+ <source>user</source>
+ <target>pengguna</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7c7f4be7b726e61c577e63842a58d9e435f7c597">
+ <source>users</source>
+ <target>pengguna</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1481b8488e10dbc437accce89d2ae35a0106e8ba">
+ <source>Scope</source>
+ <target>Cakupan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-details/role-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9b1d5e95f6bdcfb4b737413f5fa157e0dcb103d5">
+ <source>Read</source>
+ <target>Baca</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-details/role-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-form/role-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fe6ee93173884201ec62d62ba173c3de85ae177e">
+ <source>Created role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</source>
+ <target>Peran '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>' dibuat</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-form/role-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="41c032df0732f4318f8213fabd0719ac347d4b6c">
+ <source>Updated role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</source>
+ <target>Peran '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>' diperbarui</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-form/role-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="50e22b5289f79f1417369403345c9fa9911a4557">
+ <source>System Role</source>
+ <target>Peran Sistem</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-list/role-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7f132668e2dbfcf616381d2daf59d1a6f2698102">
+ <source>Deleted role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</source>
+ <target>Peran '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>' dihapus</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-list/role-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d2362a49d2434ce137bf19dab004251b7fd9c7b3">
+ <source>Created user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</source>
+ <target>Pengguna &quot;<x equiv-text="{{username}}" id="INTERPOLATION"/>&quot; dibuat</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9910122dfedd2eaa544a990f1430e5b82a76d99f">
+ <source>Update user</source>
+ <target>Perbarui pengguna</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ac10a3d9b59575640797c1a8e6aea642cf5d5e77">
+ <source>Continue</source>
+ <target>Lanjutkan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="cf4bcf4ce3d551e6099ccdc3546ae418fe5f8038">
+ <source>You were automatically logged out because your roles have been changed.</source>
+ <target>Anda dikeluarkan otomatis karena peran Anda telah berubah.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0f6003fb0c1cc73b89d225801cc1b870945cd259">
+ <source>Updated user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</source>
+ <target>Perbarui pengguna &quot;<x equiv-text="{{username}}" id="INTERPOLATION"/>&quot;</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fe516c6d820018fdc971113935e22ec1e852965f">
+ <source>Deleted user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</source>
+ <target>Hapus pengguna &quot;<x equiv-text="{{username}}" id="INTERPOLATION"/>&quot;</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-list/user-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="01a7e11502ff80421ef3615e533ea14ef57e1d5c">
+ <source>Failed to delete user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</source>
+ <target>Gagal menghapus pengguna &quot;<x equiv-text="{{username}}" id="INTERPOLATION"/>&quot;</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-list/user-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="63316a3861dbcb035147efc1b9fb6bc708242e94">
+ <source>You are currently logged in as "<x equiv-text="{{username}}" id="INTERPOLATION"/>".</source>
+ <target>Saat ini Anda masuk sebagai &quot;<x equiv-text="{{username}}" id="INTERPOLATION"/>&quot;</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-list/user-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1d7fbcc3d5efc946ffbcf86fed04c4e20dda20fb">
+ <source>Each object is split in data-chunks parts, each stored on a different OSD.</source>
+ <target>Tiap objek dipecah dalam pecahan-data, masing-masing disimpan pada OSD yang berbeda.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b1f8ed4e216585f1f9134740002ef3c8501debd8">
+ <source>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.</source>
+ <target>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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c437ee74a9a8e781e1380153f742a685e3b8cc5e">
+ <source>The jerasure plugin is the most generic and flexible plugin,
+ it is also the default for Ceph erasure coded pools.</source>
+ <target>Plugin jerasure merupakan plugin paling umum dan fleksibel,
+serta merupakan plugin bawaan Ceph untuk pool erasure code.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="8c7e19322851402afa67e41f4f1d4e531caf1bf5">
+ <source>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.</source>
+ <target>Teknik yang lebih fleksibel yaitu reed_sol_van : cukup mengeset k
+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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b1b11f49281b4e79219b4eecfbcb033cb15bd880">
+ <source>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.</source>
+ <target>Penyandian dilakukan setiap saat pada ukuran bita paket.
+Sulit untuk menentukan ukuran paket yang tepat.
+Silakan cek dokumentasi jerasure untuk informasi lebih mendalam.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d9cb3bc07a25b26fbea457e0a7b543340bc13c49">
+ <source>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.</source>
+ <target>Pada plugin jerasure, saat objek dengan erasure code disimpan pada
+banyak OSD, pemulihan dari OSD yang hilang membutuhkan akses dari OSD lainnya.
+Contoh, saat jerasure dikonfigurasi dengan k=8 dan m=4, saat satu OSD mati, maka pemulihan akan membutuhkan pembacaan dari tujuh OSD lainnya.
+
+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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="813959d46e63a29bbd266b3af2ff9414c2ef553c">
+ <source>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.</source>
+ <target>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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f0ff63d92e0a1b4d4b51e31b9133802d160a5f4c">
+ <source>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.</source>
+ <target>Tipe buket crush setiap set pecahan yang didefinisikan oleh l
+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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="3ece48df9d1e9a98f98bf3c5cc66e8b637020a4d">
+ <source>The isa plugin encapsulates the ISA library. It only runs on Intel processors.</source>
+ <target>Plugin isa menghimpun perpustakaan ISA. Hanya dapat berjalan pada prosesor Intel.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4472c9e31bfc7d96a83dc4afce0a6e885c99e839">
+ <source>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.</source>
+ <target>Plugin ISA memiliki dua jenis Reed Solomon.
+Jika reed_sol_van diset, maka menjadi Vandermonde, jika cauchy diset, maka menjadi Cauchy.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fa385f5ecf63083ec848dca8dc5e52bdc72ac6f6">
+ <source>The shec plugin encapsulates the multiple SHEC library.
+ It allows ceph to recover data more efficiently than Reed Solomon codes.</source>
+ <target>Plugin shec mengenkapsulasi banyak pustaka SHEC.
+Hal ini agar ceph dapat dipulihkan dengan lebih efisien dari kode Reed Solomon.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="687b3cd94b3475c24ff4481d64d4739f902a377c">
+ <source>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.</source>
+ <target>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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f3c4af6df91bdaabdb715f8f0b61a24faf73a3bc">
+ <source>The name of the crush bucket used for the first step of the CRUSH rule.
+ For instance step take default.</source>
+ <target>Nama buket crush digunakan sebagai langkah pertama dari aturan CRUSH.
+Contoh diambil langkah bawaan.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e1059955a5ce65cdabf0c0a8207377e1f9bae57e">
+ <source>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.</source>
+ <target>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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ac392ac9c6da5fde6da80fc57b9c09402fb6e73d">
+ <source>Restrict placement to devices of a specific class
+ (e.g., ssd or hdd), using the crush device class names in the CRUSH map.</source>
+ <target>Batasi penempatan ke perangkat dengan kelas tertentu
+(cth. ssd atau hdd), menggunakan nama kelas perangkat crush pada peta CRUSH.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="62bcb9ae5583a088649b1adf5787a86ca3334f89">
+ <source>Set the directory name from which the erasure code plugin is loaded.</source>
+ <target>Set nama direktori empat plugin erasure code akan dimuat.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a436c6a4025a749198e93cac239de8deede72211">
+ <source>-- Select the priority --</source>
+ <target>-- Pilih prioritas --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/osd.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9556266f0a2b1762a44b686f2bb21dbfefb01c12">
+ <source>Low</source>
+ <target>Rendah</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/osd.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="72279141a67cc042d9864102b703216cc8a428a3">
+ <source>High</source>
+ <target>Tinggi</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/osd.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e6ca3c0efaf51e6d45a7f92f58bac37140c3fda4">
+ <source>Last 5 minutes</source>
+ <target>5 menit terakhir</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b0ecb2bbc548cc9bd95050fd8f0c84586d083fe2">
+ <source>Last 15 minutes</source>
+ <target>15 menit terakhir</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="857ae67deb51353120b203b0f2a06b0c48ef49fa">
+ <source>Last 30 minutes</source>
+ <target>30 menit terakhir</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7b1738fad314e936dc14b94db8f43da736942308">
+ <source>Last 1 hour (Default)</source>
+ <target>1 Jam Terakhir (Bawaan)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a428288224389726cef9d9bd8d1d7808cccd7ffd">
+ <source>Last 3 hours</source>
+ <target>3 jam terakhir</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7cbabecc8d80cf183ac199cfaeb7619d56e5d43f">
+ <source>Last 6 hours</source>
+ <target>6 jam terakhir</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1a389cdf64187d34cf99eec30a290e3fa7d4744f">
+ <source>Last 12 hours</source>
+ <target>12 jam terakhir</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9e0ba5f591380a94d594a76288f0c41aa97eb9c2">
+ <source>Last 24 hours</source>
+ <target>24 jam terakhir</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e430eda9c785cd43465b7cbb400ee914f1057247">
+ <source>Yesterday</source>
+ <target>Kemarin</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7fb1099e29660162f9154d5b2feee7743a423df6">
+ <source>Today</source>
+ <target>Hari ini</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="33904058a97a64bd189bed84038b1ffe719769c7">
+ <source>Today so far</source>
+ <target>Sejauh hari ini</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="3b0b849be007510021d3d383df75bec95ef9c97b">
+ <source>Day before yesterday</source>
+ <target>Kemarin dulu</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="6b430c2c394c4d32ebd7d46c8c46ab60e1b29ccb">
+ <source>Last 2 days</source>
+ <target>2 hari terakhir</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d5e812a87a5d57a94200a2013027cab76a7c4863">
+ <source>This day last week</source>
+ <target>Hari ini minggu lalu</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d00edc936eeab6b5577401f115ca86ca2c87dc9a">
+ <source>Previous week</source>
+ <target>Minggu lalu</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b036e40577baa6b918b2267d319d4b3aeaa88a5a">
+ <source>This week</source>
+ <target>Minggu ini</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="99ad5a6096b3fcb3f021f3779bae710cdfeb8934">
+ <source>This week so far</source>
+ <target>Sejauh minggu ini</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="02e0243b60007368f87dc01e083f232dd025096d">
+ <source>Last 7 days</source>
+ <target>7 hari terakhir</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c3b08b07b5ab98e7cdcf18df39355690ab7d3884">
+ <source>Previous month</source>
+ <target>Bulan lalu</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1b2562c6d5aa90644e7dc91feee82e2005fceb33">
+ <source>This month</source>
+ <target>Bulan ini</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="26b4b18c5917934abb169ba9aa490e57f7bf10b8">
+ <source>This month so far</source>
+ <target>Sejauh bulan ini</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7668986b9f753fcd72ad4a00b1a0c4861d1f7fb8">
+ <source>Last 30 days</source>
+ <target>30 hari terakhir</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ba1e822408d90c6fbd2989100fa648bfd5e8ee84">
+ <source>Last 90 days</source>
+ <target>90 hari terakhir</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c3df03f899a914c4181adcdc8a3f077424f7b6e8">
+ <source>Last 6 months</source>
+ <target>6 bulan terakhir</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7f9a92757580c9f31c309c0a3812ea429274eadf">
+ <source>Last 1 year</source>
+ <target>1 tahun terakhir</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="5a9fede30ff65cb4b4426f6b1ed31afb67ecd7b0">
+ <source>Previous year</source>
+ <target>Tahun lalu</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="65cefcc53d1f6445df7568e8a40c49165f1090ee">
+ <source>This year</source>
+ <target>Tahun ini</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1f68b766944dc3865bddab765fe952b0c1c43f92">
+ <source>This year so far</source>
+ <target>Sejauh tahun ini</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4d4b77e614f8043fdadef5d6d235655bb48eb311">
+ <source>Last 2 years</source>
+ <target>2 tahun terakhir</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="138afa339ea6e75d25a474affe1edbcb90e00ec0">
+ <source>Last 5 years</source>
+ <target>5 tahun terakhir</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c43dc1967a603fefb886149ac35863a06d5b4ce5">
+ <source>Information</source>
+ <target>Informasi</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/info-panel/info-panel.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="37391297bb077a6f84484930261b01a3ce38327b">
+ <source>No items selected.</source>
+ <target>Tidak ada yang dipilih.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2c1e52ee832661b4a0f570877d24661736b16af1">
+ <source>Deselect item to select again</source>
+ <target>Batalkan memilih untuk memilih ulang</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c8c9c6e5918659336824bbdda3501c66eaa79a4c">
+ <source>Selection limit reached</source>
+ <target>Batas pemilihan tercapai</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="02d184c288f567825a1fcbf83bcd3099a10853d5">
+ <source>Filter tags</source>
+ <target>Tanda penyaringan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="aa00748e49c269956837d6f3acdd8d218796a8d8">
+ <source>Add badge</source>
+ <target>Tambahkan lencana</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4078a92d8121abdce7d8f346a88914923ec835fc">
+ <source>There are no items available.</source>
+ <target>Tidak ada yang tersedia.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="24c4d50fe8567de381a20a1745f1b6d37eacaa90">
+ <source>Failed to <x equiv-text="{{failure}}" id="INTERPOLATION"/> <x equiv-text="{{metadata}}" id="INTERPOLATION_1"/></source>
+ <target>Gagal untuk <x equiv-text="{{failure}}" id="INTERPOLATION"/><x equiv-text="{{metadata}}" id="INTERPOLATION_1"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f54b6f09b390d5ade0e354f6c7d4743c10a315cc">
+ <source>Executing</source>
+ <target>Mengeksekusi</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="5cdfe3e3330ea42bfd29c540dbd268bee97d364d">
+ <source>execute</source>
+ <target>eksekusi</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="6e98e243518daa88be30330fcdbd2d10f8eae4d7">
+ <source>Executed</source>
+ <target>Dieksekusi</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="24b09aa5bd909273a023d2d788a2673325c77e31">
+ <source>unknown task</source>
+ <target>tugas tak diketahui</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="114b5f92b9192b229ffc9a450319a97ccca2aa5c">
+ <source>Creating</source>
+ <target>Membuat</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="56695b69d27437ada580a187958407e7c856d46e">
+ <source>create</source>
+ <target>buat</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9db60170ef3b3b41a863e7d5ee7cec10919b9141">
+ <source>Updating</source>
+ <target>Memperbarui</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="64412640835b7d25247cb254d4f911366c0e6862">
+ <source>update</source>
+ <target>perbarui</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9da0107a35751e722c8b4bca7636fc7645dbdbdc">
+ <source>Updated</source>
+ <target>Diperbarui</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="416193bb373d59477458b00e5922d755e2e2cacd">
+ <source>Deleting</source>
+ <target>Menghapus</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="70ef158c584bafe788e319a0bffa11b02ee9abf1">
+ <source>delete</source>
+ <target>hapus</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54">
+ <source>Deleted</source>
+ <target>Dihapus</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="3f757cfc3749ebb5d4462017cb60138ca082f15f">
+ <source>RBD '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</source>
+ <target>RBD '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a6c681e6130fe440ae40de99a405fcf5c7eefee1">
+ <source>RBD snapshot '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</source>
+ <target>Snapshot RBD '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4fb54a0291f49583c317d4a3690239141b5a8f68">
+ <source>mirror mode for pool '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</source>
+ <target>mode pencerminan untuk pool '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="6621ab6e122a149326a1e48e9051a41e7f203cf6">
+ <source>mirror peer for pool '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</source>
+ <target>mitra pencerminan untuk pool '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1b559dbd9cc9664fd788c2da9a10d3abafe066cb">
+ <source>Name is already used by <x equiv-text="{{pool_name}}" id="INTERPOLATION"/>.</source>
+ <target>Nama telah digunakan oleh <x equiv-text="{{pool_name}}" id="INTERPOLATION"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="8fc28e1103d9f2ef47b9fff9a4f74e8365c7cf19">
+ <source>Name is already used by <x equiv-text="{{name}}" id="INTERPOLATION"/>.</source>
+ <target>Nama telah digunakan oleh <x equiv-text="{{name}}" id="INTERPOLATION"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1cdc7ea44fcb85d0cfcf6e7379d625d8674a8fbe">
+ <source>Name is already used by <x equiv-text="{{rbd_name}}" id="INTERPOLATION"/>.</source>
+ <target>Nama telah digunakan oleh <x equiv-text="{{rbd_name}}" id="INTERPOLATION"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1ff7676ad1e991102224540a32dd44ad1ab88aa8">
+ <source><x equiv-text="{{rbd_name}}" id="INTERPOLATION"/> contains snapshots.</source>
+ <target><x equiv-text="{{rbd_name}}" id="INTERPOLATION"/> berisi snapshot.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c3a1dcca2b2ba20fbe39e2441e7bb1cf9c20cdf3">
+ <source>Cloning</source>
+ <target>Pengklonan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b5fa4e0a3a279dee5b6bf7b823e54387f7c79994">
+ <source>clone</source>
+ <target>klon</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a3318a2ee2bd0064b6b9ff72a4018b679ec63125">
+ <source>Cloned</source>
+ <target>Diklon</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="29b7452e8367af9aa8fa828f16ff94c3530e7a1a">
+ <source>Snapshot of <x equiv-text="{{rbd_name}}" id="INTERPOLATION"/> must be protected.</source>
+ <target>Snapshot <x equiv-text="{{rbd_name}}" id="INTERPOLATION"/> harus diproteksi.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="369f93b9a07a9465f7a261e9f0021b6cfa7180c5">
+ <source>Copying</source>
+ <target>Menyalin</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="37584f889855d153a106f5dffe23d21f9453c8ff">
+ <source>copy</source>
+ <target>salin</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ef90545bc832876c0d7f9a10363c75137472bbb5">
+ <source>Copied</source>
+ <target>Disalin</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="6ea9e313a04ef59222feaadfe84e97b4c69d7e9e">
+ <source>Flattening</source>
+ <target>Meratakan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1f57593581b64d2d4c70eab1736bd9bccc66a7dc">
+ <source>flatten</source>
+ <target>ratakan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="647059bf3ea098fffedf92ddfad792bb3daa3c95">
+ <source>Flattened</source>
+ <target>Diratakan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d990ef9680cd23bbe652c37eb46bf038cfee80ad">
+ <source>Name is already used by <x equiv-text="{{snap_name}}" id="INTERPOLATION"/>.</source>
+ <target>Nama telah digunakan oleh <x equiv-text="{{snap_name}}" id="INTERPOLATION"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a101745d080ef65c09bd5fafc796f94ddb9f9d60">
+ <source>Cannot unprotect <x equiv-text="{{snap_name}}" id="INTERPOLATION"/> because it contains child images.</source>
+ <target>Tidak dapat menghapus proteksi <x equiv-text="{{snap_name}}" id="INTERPOLATION"/> karena mengandung child image.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="647968f4cde7786cd53ec8e6aa9802ac6824a262">
+ <source>Cannot delete <x equiv-text="{{snap_name}}" id="INTERPOLATION"/> because it's protected.</source>
+ <target>Tidak dapat menghapus <x equiv-text="{{snap_name}}" id="INTERPOLATION"/> karena diproteksi.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="57ddd3e15cf0ce974356b757451f50116a27272b">
+ <source>Rolling back</source>
+ <target>Mengembalikan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a8913a3a5ee61f2598b5f0432cb9b20cdd60548e">
+ <source>rollback</source>
+ <target>kembalikan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="dc21fd6547f2325c67f6deff925f29eb07a2db3e">
+ <source>Rolled back</source>
+ <target>Dikembalikan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="de8676f0017c9db6c49388cd7d63cd0a83a0c1dc">
+ <source>Moving</source>
+ <target>Memindahkan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2d810712308ae63cb795d809687a3254ef7a2f05">
+ <source>move</source>
+ <target>pindah</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f3ba995236e5c1cc77686108980c099a90aec754">
+ <source>Moved</source>
+ <target>dipindahkan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d0422169252d132624a20f267b5c29f28cb53ebe">
+ <source>image '<x equiv-text="{{id}}" id="INTERPOLATION"/>' to trash</source>
+ <target>image '<x equiv-text="{{id}}" id="INTERPOLATION"/>' ke tempat sampah</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b603e2dfed9808222fbcb5a7c5f4da2cc6ae2aae">
+ <source>Could not find image.</source>
+ <target>Tidak dapat menemukan image.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="398debe73006b1fe5177ed81d2e7b0cc852f61ec">
+ <source>Restoring</source>
+ <target>Memulihkan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c252806fb400e79bac194696632c9362742b1538">
+ <source>restore</source>
+ <target>pulihkan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="86fc6cae82c095f14105eb8a61d7b3fa948304b7">
+ <source>Restored</source>
+ <target>Dipulihkan</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="30b8bcf69b3f1754b7abba173fd806cfcea4cb04">
+ <source>image '<x equiv-text="{{id}}" id="INTERPOLATION"/>' into '<x equiv-text="{{new_id}}" id="INTERPOLATION_1"/>'</source>
+ <target>image '<x equiv-text="{{id}}" id="INTERPOLATION"/>' ke '<x equiv-text="{{new_id}}" id="INTERPOLATION_1"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="13b7b241cef989fe0932ddd180e757658e1817e7">
+ <source>Image name '<x equiv-text="{{id}}" id="INTERPOLATION"/>' is already in use.</source>
+ <target>Nama image '<x equiv-text="{{id}}" id="INTERPOLATION"/>' sudah digunakan.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="cc1cee12c833e8fbbef28a2a7c449dc530da912d">
+ <source>image '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</source>
+ <target>image '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="38e5f47f8bef505652f3e87f46efb00ead1350a3">
+ <source>Purging</source>
+ <target>Membuang</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e4e57747f123f0fe6fe3a0ecf608f8bc287dec0c">
+ <source>purge</source>
+ <target>buang</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="69b0446c6c2411c4fe01e411b8ceec72d4044fb4">
+ <source>Purged</source>
+ <target>Dibuang</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1560d58fdf39663929653250d45f5b1dfe078fea">
+ <source>all pools</source>
+ <target>semua pool</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1ac3dc50c2c3d86e98bc0967ee1e696810a2d3aa">
+ <source>images from <x equiv-text="{{message}}" id="INTERPOLATION"/></source>
+ <target>image dari <x equiv-text="{{message}}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="02278abbb044ece04ab6bd80bd2060198d31d83b">
+ <source>Cannot disable mirroring because it contains a peer.</source>
+ <target>Gagal menonaktifkan pencerminan karena sedang bermitra.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="dfe70001dc590a9e12512cbb206aa29fb36fd00b">
+ <source>pool '<x equiv-text="{{pool_name}}" id="INTERPOLATION"/>'</source>
+ <target>pool '<x equiv-text="{{pool_name}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="59630daf2f4786690fae0cdad55da8887236eabe">
+ <source>erasure code profile '<x equiv-text="{{name}}" id="INTERPOLATION"/>'</source>
+ <target>profil erasure code '<x equiv-text="{{name}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="369462e5e018360e0600bb570866201ad5c3c8a8">
+ <source>target '<x equiv-text="{{target_iqn}}" id="INTERPOLATION"/>'</source>
+ <target>target '<x equiv-text="{{target_iqn}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ </body>
+ </file>
+</xliff>
\ No newline at end of file
<target state="translated">Dashboard</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
- <context context-type="linenumber">34</context>
+ <context context-type="linenumber">35</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="f4d1dd59b039ad818d9da7e29a773e10e41d9821">
<source>Cluster</source>
<target state="translated">Cluster</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
- <context context-type="linenumber">46</context>
- </context-group>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">262</context>
+ <context context-type="linenumber">47</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="099b441d49333b3c6d30b36dc0a4763e64c78920">
<source>Hosts</source>
<target state="translated">Hosts</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
- <context context-type="linenumber">56</context>
+ <context context-type="linenumber">57</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">77</context>
+ <context context-type="linenumber">81</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="624f596cc3320f5e0a0d7c7346c364e5af9bdd8c">
<source>Monitors</source>
<target state="translated">Monitors</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
- <context context-type="linenumber">63</context>
+ <context context-type="linenumber">64</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">49</context>
+ <context context-type="linenumber">48</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="1a9183778f2c6473d7ccb080f651caa01faaf70c">
<source>OSDs</source>
<target state="translated">OSDs</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
- <context context-type="linenumber">70</context>
+ <context context-type="linenumber">71</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">58</context>
+ <context context-type="linenumber">57</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="4a41f824a35ba01d5bd7be61aa06b3e8145209d0">
<source>Configuration</source>
- <target state="translated">Configuration</target>
+ <target>Configuração</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
- <context context-type="linenumber">77</context>
+ <context context-type="linenumber">78</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="8c95898abff46bfac3ed6eb2afef74597e60b15c">
<source>CRUSH map</source>
<target state="translated">CRUSH map</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
- <context context-type="linenumber">84</context>
+ <context context-type="linenumber">85</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="eb3d5aefff38a814b76da74371cbf02c0789a1ef">
+ <source>Logs</source>
+ <target state="translated">Logs</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">92</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9fe218829514884cdd0ca2300573a4e0428c324f">
+ <source>Alerts</source>
+ <target state="translated">Alerts</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">98</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="92899fa68e8ca108912163ff58edc8540e453787">
<source>Pools</source>
<target state="translated">Pools</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
- <context context-type="linenumber">94</context>
+ <context context-type="linenumber">108</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/mirroring/mirroring.component.html</context>
- <context context-type="linenumber">16</context>
+ <context context-type="sourcefile">app/ceph/block/mirroring/overview/overview.component.html</context>
+ <context context-type="linenumber">12</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">183</context>
+ <context context-type="linenumber">190</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html</context>
<target state="translated">Block</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
- <context context-type="linenumber">106</context>
+ <context context-type="linenumber">122</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="b73f7f5060fb22a1e9ec462b1bb02493fa3ab866">
<source>Images</source>
<target state="translated">Images</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
- <context context-type="linenumber">115</context>
+ <context context-type="linenumber">131</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">120</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">341</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">479</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/block/iscsi/iscsi.component.html</context>
- <context context-type="linenumber">7</context>
+ <context context-type="linenumber">9</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/mirroring/mirroring.component.html</context>
- <context context-type="linenumber">29</context>
+ <context context-type="sourcefile">app/ceph/block/mirroring/overview/overview.component.html</context>
+ <context context-type="linenumber">21</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/block/rbd-images/rbd-images.component.html</context>
<target state="translated">Mirroring</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
- <context context-type="linenumber">123</context>
+ <context context-type="linenumber">139</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="811c241d56601b91ef26735b770e64428089b950">
<source>iSCSI</source>
<target state="translated">iSCSI</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
- <context context-type="linenumber">135</context>
+ <context context-type="linenumber">151</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="a4eff72d97b7ced051398d581f10968218057ddc">
<source>Filesystems</source>
- <target state="translated">Filesystems</target>
+ <target>Sistema de Ficheiros</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
- <context context-type="linenumber">146</context>
+ <context context-type="linenumber">162</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="2190548d236ca5f7bc7ab2bca334b860c5ff2ad4">
<source>Object Gateway</source>
<target state="translated">Object Gateway</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
- <context context-type="linenumber">157</context>
+ <context context-type="linenumber">173</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="9e24f9e2d42104ffc01599db4d566d1cc518f9e6">
<source>Daemons</source>
<target state="translated">Daemons</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
- <context context-type="linenumber">166</context>
+ <context context-type="linenumber">182</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/block/iscsi/iscsi.component.html</context>
- <context context-type="linenumber">1</context>
+ <context context-type="linenumber">3</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/mirroring/mirroring.component.html</context>
+ <context context-type="sourcefile">app/ceph/block/mirroring/overview/overview.component.html</context>
<context context-type="linenumber">5</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
<source>Users</source>
- <target state="translated">Users</target>
+ <target>Utilizador</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
- <context context-type="linenumber">172</context>
+ <context context-type="linenumber">188</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/core/auth/user-tabs/user-tabs.component.html</context>
<target state="translated">Buckets</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
- <context context-type="linenumber">178</context>
+ <context context-type="linenumber">194</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="797f8214e8148f4bf0d244baaa7341706b419549">
<source>Retrieving data<x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/> for
<x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/>. Please wait...</source>
- <target state="translated">Retrieving data<x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/> for
- <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/>. Please wait...</target>
+ <target>Obtendo dados <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/> para
+ <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/>. Por favor aguarde...</target>
<context-group purpose="location">
<context context-type="sourcefile">app/shared/components/view-cache/view-cache.component.html</context>
<context context-type="linenumber">2</context>
</trans-unit><trans-unit datatype="html" id="5a870dc77b9f6f33ee671ea2d856021276933339">
<source>Displaying previously cached data<x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/>
for <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/>.</source>
- <target state="translated">Displaying previously cached data<x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/>
- for <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/>.</target>
+ <target>Mostrando dados previamente guardados em cache <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/>
+para <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/>.</target>
<context-group purpose="location">
<context context-type="sourcefile">app/shared/components/view-cache/view-cache.component.html</context>
<context context-type="linenumber">7</context>
<source>Could not load data<x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/> for
<x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/>.
Please check the cluster health.</source>
- <target state="translated">Could not load data<x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/> for
+ <target>Não foi possível carregar os dados <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/> para
<x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/>.
- Please check the cluster health.</target>
+Por favor, consulte a saúde do cluster.</target>
<context-group purpose="location">
<context context-type="sourcefile">app/shared/components/view-cache/view-cache.component.html</context>
<context context-type="linenumber">12</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="cda31dbd724cf5f4fa7a4274d9120651490c8a8c">
<source>Back</source>
- <target state="translated">Back</target>
+ <target>Voltar</target>
<context-group purpose="location">
<context context-type="sourcefile">app/shared/components/error-panel/error-panel.component.html</context>
<context context-type="linenumber">27</context>
</context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">544</context>
+ </context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
<context context-type="linenumber">303</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">595</context>
+ <context context-type="linenumber">598</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="3fb5709e10166cbc85970cbff103db227dbeb813">
<source>Select a Language</source>
- <target state="translated">Select a Language</target>
+ <target>Escolha uma língua</target>
<context-group purpose="location">
<context context-type="sourcefile">app/shared/components/language-selector/language-selector.component.html</context>
<context context-type="linenumber">7</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="c5109325fb160b543f71a51e7511c00575057431">
<source>Loading panel data...</source>
- <target state="translated">Loading panel data...</target>
+ <target>Carregando os dados do painel...</target>
<context-group purpose="location">
<context context-type="sourcefile">app/shared/components/grafana/grafana.component.html</context>
<context context-type="linenumber">3</context>
<source>Please consult the
<x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> on how to
configure and enable the monitoring functionality.</source>
- <target state="translated">Please consult the
- <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> on how to
- configure and enable the monitoring functionality.</target>
+ <target>Por favor, consulte a
+<x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentação<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> sobre como configurar e activar as funções de monitorização.</target>
<context-group purpose="location">
<context context-type="sourcefile">app/shared/components/grafana/grafana.component.html</context>
<context context-type="linenumber">6</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="160a9e80dc089792df42e2400b1e81b9e7025aa7">
+ <source>Grafana Dashboard doesn't exist. Please refer to
+ <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> on how to
+ add dashboards to Grafana.</source>
+ <target state="translated">Grafana Dashboard doesn't exist. Please refer to
+ <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> on how to
+ add dashboards to Grafana.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/grafana/grafana.component.html</context>
+ <context context-type="linenumber">11</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4e11830040bd64804a0555de76f291d5832772d4">
+ <source>Grafana Time Picker</source>
+ <target state="translated">Grafana Time Picker</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/grafana/grafana.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="238c1ba845dd7330e8088165275919a1debf1ca3">
+ <source>Reset Settings</source>
+ <target state="translated">Reset Settings</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/grafana/grafana.component.html</context>
+ <context context-type="linenumber">35</context>
+ </context-group>
</trans-unit><trans-unit datatype="html" id="012741ee52b3c050e4a977c37cc2334f7974f141">
<source>Failed to load data.</source>
- <target state="translated">Failed to load data.</target>
+ <target>Falha a carregar dados.</target>
<context-group purpose="location">
<context context-type="sourcefile">app/shared/datatable/table/table.component.html</context>
<context context-type="linenumber">2</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="80cc9a12d4bf6fe454ed94b379eeaf915f920bb7">
<source>selected</source>
- <target state="translated">selected</target>
+ <target>seleccionar</target>
<context-group purpose="location">
<context context-type="sourcefile">app/shared/datatable/table/table.component.html</context>
<context context-type="linenumber">112</context>
<note from="description" priority="1">X selected</note>
</trans-unit><trans-unit datatype="html" id="0cb77511a9a148e05b9adf36cc07269956fbb29d">
<source>found</source>
- <target state="translated">found</target>
+ <target>encontrado</target>
<context-group purpose="location">
<context context-type="sourcefile">app/shared/datatable/table/table.component.html</context>
<context context-type="linenumber">115</context>
<note from="description" priority="1">X found</note>
</trans-unit><trans-unit datatype="html" id="79347388740c50b7ac97e144c2494bb62912f312">
<source>total</source>
- <target state="translated">total</target>
+ <target>total</target>
<context-group purpose="location">
<context context-type="sourcefile">app/shared/datatable/table/table.component.html</context>
<context context-type="linenumber">118</context>
</context-group>
<note from="description" priority="1">X total</note>
- </trans-unit><trans-unit datatype="html" id="66db799d67958d4b0765181d072df62e2d1c16f5">
- <source>Issues</source>
- <target state="translated">Issues</target>
+ </trans-unit><trans-unit datatype="html" id="121cc5391cd2a5115bc2b3160379ee5b36cd7716">
+ <source>Settings</source>
+ <target state="translated">Settings</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/mirroring/mirroring.component.html</context>
- <context context-type="linenumber">31</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html</context>
+ <context context-type="linenumber">3</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="ef06d69259e587e28d52372455f44c7153cda7e7">
- <source>Syncing</source>
- <target state="translated">Syncing</target>
+ </trans-unit><trans-unit datatype="html" id="9e515f954730279c31d5301f02479666d6264e8b">
+ <source>Changing these parameters from their default values is usually not necessary.</source>
+ <target state="translated">Changing these parameters from their default values is usually not necessary.</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/mirroring/mirroring.component.html</context>
- <context context-type="linenumber">40</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html</context>
+ <context context-type="linenumber">15</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/mirroring/mirroring.component.html</context>
- <context context-type="linenumber">76</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html</context>
+ <context context-type="linenumber">13</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="0b0901877d837d3fda16ba161eb74368d1c75b7a">
- <source>Ready</source>
- <target state="translated">Ready</target>
+ </trans-unit><trans-unit datatype="html" id="68e710782ccb5398b3acb8844caf0b199da2c3da">
+ <source>Confirm</source>
+ <target state="translated">Confirm</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/mirroring/mirroring.component.html</context>
- <context context-type="linenumber">49</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html</context>
+ <context context-type="linenumber">35</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="beb1391a148bd032914f49a2665dcc414a5d56d0">
- <source>{VAR_SELECT, select, editing {Edit} cloning {Clone} copying {Copy} other {Add} }</source>
- <target>{VAR_SELECT, select, editing {Editar} cloning {Clonar} copying {Copiar} other {Adicionar} }</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
- <context context-type="linenumber">10</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html</context>
+ <context context-type="linenumber">53</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="52dd89f49fc440660cbbb3665b88d80f5baa7437">
- <source>{VAR_SELECT, select, cloning {Clone from} copying {Copy from} other {Parent} }</source>
- <target>{VAR_SELECT, select, cloning {Clonar de} copying {Copiar de} other {Parente} }</target>
+ </trans-unit><trans-unit datatype="html" id="d7b35c384aecd25a516200d6921836374613dfe7">
+ <source>Cancel</source>
+ <target state="translated">Cancel</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
- <context context-type="linenumber">20</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html</context>
+ <context context-type="linenumber">39</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="cff1428d10d59d14e45edec3c735a27b5482db59">
- <source>Name</source>
- <target state="translated">Name</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
- <context context-type="linenumber">36</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html</context>
+ <context context-type="linenumber">57</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
- <context context-type="linenumber">18</context>
+ <context context-type="sourcefile">app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html</context>
+ <context context-type="linenumber">38</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="sourcefile">app/shared/components/confirmation-modal/confirmation-modal.component.html</context>
<context context-type="linenumber">21</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
- <context context-type="linenumber">26</context>
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html</context>
+ <context context-type="linenumber">38</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
- <context context-type="linenumber">42</context>
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">91</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
- <context context-type="linenumber">19</context>
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html</context>
+ <context context-type="linenumber">34</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
- <context context-type="linenumber">8</context>
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
+ <context context-type="linenumber">25</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
- <context context-type="linenumber">8</context>
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">44</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
- <context context-type="linenumber">13</context>
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">45</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html</context>
- <context context-type="linenumber">23</context>
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">44</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">45</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">110</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="339878da255ab55447c43afef8d9b2f9753bf5f6">
+ <source>Advanced Settings</source>
+ <target state="translated">Advanced Settings</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a01e6937a5d1ee040a02416eed34544c4ea61e38">
+ <source>Create target</source>
+ <target state="translated">Create target</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">11</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">539</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1406c2fb12a20c1528b19bcc5e24a6a2386167f3">
+ <source>Target IQN</source>
+ <target state="translated">Target IQN</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">20</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="7cbdabcece469fab89cfa687ab152bca18b97498">
<source>This field is required.</source>
- <target state="translated">This field is required.</target>
+ <target>Este campo é mandatório.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">43</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">209</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">231</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">266</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">291</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">326</context>
+ </context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
<context context-type="linenumber">49</context>
<context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
<context context-type="linenumber">175</context>
</context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">31</context>
+ </context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html</context>
<context context-type="linenumber">18</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">98</context>
+ <context context-type="linenumber">101</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">163</context>
+ <context context-type="linenumber">166</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">195</context>
+ <context context-type="linenumber">198</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">446</context>
+ <context context-type="linenumber">449</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">483</context>
+ <context context-type="linenumber">486</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">539</context>
+ <context context-type="linenumber">542</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">576</context>
+ <context context-type="linenumber">579</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
<context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
<context context-type="linenumber">32</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="94516fa213706c67ce5a5b5765681d7fb032033a">
- <source>Loading...</source>
- <target state="translated">Loading...</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
- <context context-type="linenumber">79</context>
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">36</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
- <context context-type="linenumber">139</context>
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">58</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="5fe42339be910372fa689f559155631862d218e8">
+ <source>IQN has wrong pattern.</source>
+ <target state="translated">IQN has wrong pattern.</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">60</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">47</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">187</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">213</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="47d1bfe4f5b3f292e1202dfe691195b10cb99500">
+ <source>An IQN has the following notation 'iqn.$year-$month.$reversedAddress:$definedName'</source>
+ <target state="translated">An IQN has the following notation 'iqn.$year-$month.$reversedAddress:$definedName'</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">211</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">51</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="c8ada4b53396d8366db00a435acc61d53d857047">
+ <source>For example: iqn.2016-06.org.dashboard:storage:disk.sn-a8675309</source>
+ <target state="translated">For example: iqn.2016-06.org.dashboard:storage:disk.sn-a8675309</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
- <context context-type="linenumber">5</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">53</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
+ <source>More information</source>
+ <target state="translated">More information</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
- <context context-type="linenumber">220</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">57</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="9b1aa85dfc6849196e64060db02c5410de69b7a1">
+ <source>This target has modified advanced settings.</source>
+ <target state="translated">This target has modified advanced settings.</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
- <context context-type="linenumber">341</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">62</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="6990ad8d6182662e864495ac31c3758cda1c7a28">
+ <source>Portals</source>
+ <target state="translated">Portals</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
- <context context-type="linenumber">83</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">72</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="b99417c4dd46286ffd37c8d2e987c8b512ec7052">
- <source>-- No rbd pools available --</source>
- <target state="translated">-- No rbd pools available --</target>
+ </trans-unit><trans-unit datatype="html" id="c3638c01b6c34066438909713ec96087c813fc7e">
+ <source>At least <x equiv-text="{{ minimum_gateways }}" id="INTERPOLATION"/> gateways are required.</source>
+ <target state="translated">At least <x equiv-text="{{ minimum_gateways }}" id="INTERPOLATION"/> gateways are required.</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
- <context context-type="linenumber">82</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">96</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="ef83ec9c304a89d45650e580dcdc2978c37b3a83">
- <source>-- Select a pool --</source>
- <target state="translated">-- Select a pool --</target>
+ </trans-unit><trans-unit datatype="html" id="6a3ac2b4137d723fd9878cd357c2012ff6c07973">
+ <source>Add portal</source>
+ <target state="translated">Add portal</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
- <context context-type="linenumber">85</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">106</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="49449943d8cbf59d8c401c8bd2e76f92e207cc5f">
- <source>Use a dedicated data pool</source>
- <target state="translated">Use a dedicated data pool</target>
+ </trans-unit><trans-unit datatype="html" id="e3484cae8b118c576ca2815bf9c9406c2eb2cae3">
+ <source>This image has modified settings.</source>
+ <target state="translated">This image has modified settings.</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
- <context context-type="linenumber">105</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">146</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="870aee0dd31a9643bf62007beb8f1ae1deb34d42">
- <source>Data pool</source>
- <target state="translated">Data pool</target>
+ </trans-unit><trans-unit datatype="html" id="107c84e820909b44fe258673938a68ced1bbff72">
+ <source>At least 1 image is required.</source>
+ <target state="translated">At least 1 image is required.</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
- <context context-type="linenumber">116</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">151</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="3792ca829d9b9f687e1f5d7733d30e9bb0bfec47">
- <source>Dedicated pool that stores the object-data of the RBD.</source>
- <target state="translated">Dedicated pool that stores the object-data of the RBD.</target>
+ </trans-unit><trans-unit datatype="html" id="808038f912fdc7f0e03f82d4afd3bf9178527fc8">
+ <source>Add image</source>
+ <target state="translated">Add image</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
- <context context-type="linenumber">120</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">161</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="151c80ea931037cd92e854442927f8a0f6ae7795">
- <source>-- No data pools available --</source>
- <target state="translated">-- No data pools available --</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
- <context context-type="linenumber">142</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">371</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="7faaaa08f56427999f3be41df1093ce4089bbd75">
- <source>Size</source>
- <target state="translated">Size</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
- <context context-type="linenumber">160</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">506</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="f494bd31f095f6dcc656ce87ec2dcf07a2e9b30c">
+ <source>Initiators</source>
+ <target state="translated">Initiators</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
- <context context-type="linenumber">33</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">174</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="f0016bd458baa88284a658ce9eeda42d8ad88d2c">
- <source>e.g., 10GiB</source>
- <target state="translated">e.g., 10GiB</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
- <context context-type="linenumber">170</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">437</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="0a88bbee20570aaf9615332fb27020627044874d">
- <source>You have to increase the size.</source>
- <target state="translated">You have to increase the size.</target>
+ </trans-unit><trans-unit datatype="html" id="e98239d8a6be1100119ff4b5630c822b82786740">
+ <source>Initiator</source>
+ <target state="translated">Initiator</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
- <context context-type="linenumber">178</context>
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">181</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f2c5059d8cda15d8d03e2cce30f2d139623d9a91">
+ <source>Client IQN</source>
+ <target state="translated">Client IQN</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">194</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="107d5aabce23d900f0a80e6ddc1c10e29aa0bed8">
+ <source>Initiator IQN needs to be unique.</source>
+ <target state="translated">Initiator IQN needs to be unique.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">205</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e08a77594f3d89311cdf6da5090044270909c194">
+ <source>User</source>
+ <target state="translated">User</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">223</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="bbf0b34a3fcc80800fcb44b9e1e86931a530dfe3">
+ <source>Usernames must have a length of 8 to 64 characters and
+ can only contain letters, '.', '@', '-', '_' or ':'.</source>
+ <target state="translated">Usernames must have a length of 8 to 64 characters and
+ can only contain letters, '.', '@', '-', '_' or ':'.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">235</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">295</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c32ef07f8803a223a83ed17024b38e8d82292407">
+ <source>Password</source>
+ <target state="translated">Password</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">245</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">42</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4b2dd8635fba00476da25977e0884969821e62da">
+ <source>Passwords must have a length of 12 to 16 characters
+ and can only contain letters, '@', '-' or '_'.</source>
+ <target state="translated">Passwords must have a length of 12 to 16 characters
+ and can only contain letters, '@', '-' or '_'.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">270</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ff40391de7a1944ea95091e4045cc34c4979b736">
+ <source>Mutual User</source>
+ <target state="translated">Mutual User</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">281</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0cf73dbebe99b737c4d288788182fc356e3c93d3">
+ <source>Mutual Password</source>
+ <target state="translated">Mutual Password</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">305</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c58e136a292acf8ebccfa6d777fdff9f392b6ee2">
+ <source>Passwords must have a length of 12 to 16 characters and
+ can only contain letters, '@', '-' or '_'.</source>
+ <target state="translated">Passwords must have a length of 12 to 16 characters and
+ can only contain letters, '@', '-' or '_'.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">330</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5d1878d5fc761cbe9614bfd87047a740c82a6951">
+ <source>Initiator belongs to a group. Images will be configure in the group.</source>
+ <target state="translated">Initiator belongs to a group. Images will be configure in the group.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">361</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c0de67b9d97fafbf200f9451e8388ee8128a56ac">
+ <source>No items added.</source>
+ <target state="translated">No items added.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">384</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">521</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d565e47726158e428ecdc952fc9233b9b7d7f049">
+ <source>Add initiator</source>
+ <target state="translated">Add initiator</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">389</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">465</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c22ba03540aa3217da059f45e7eab138b51a96e2">
+ <source>Groups</source>
+ <target state="translated">Groups</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">403</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4c90059afafb7e160384d9f512797c95bb95c6dc">
+ <source>Group</source>
+ <target state="translated">Group</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">410</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cff1428d10d59d14e45edec3c735a27b5482db59">
+ <source>Name</source>
+ <target>Nome</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">422</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">36</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">21</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">26</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">42</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">8</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">8</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html</context>
+ <context context-type="linenumber">23</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3084948274cff4f56d0f431af47240e9cf02fcc7">
+ <source>Add group</source>
+ <target state="translated">Add group</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">526</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="54839ebc827b73c9dc4e1df731c6d36a85036af7">
+ <source>Are you sure that you want to <x equiv-text="{{ actionDescription | lowercase }}" id="INTERPOLATION"/> the selected <x equiv-text="{{ itemDescription }}" id="INTERPOLATION_1"/>?</source>
+ <target state="translated">Are you sure that you want to <x equiv-text="{{ actionDescription | lowercase }}" id="INTERPOLATION"/> the selected <x equiv-text="{{ itemDescription }}" id="INTERPOLATION_1"/>?</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html</context>
+ <context context-type="linenumber">15</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2be8b7f04f0104d3fad90d079d8202b74f758b9a">
+ <source>Yes, I am sure.</source>
+ <target state="translated">Yes, I am sure.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html</context>
+ <context context-type="linenumber">25</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="53a583cd5f15059cc958b7d547f72cc78f68e123">
+ <source>Please consult the <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>
+ on how to configure and enable the iSCSI Targets management functionality.</source>
+ <target state="translated">Please consult the <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>
+ on how to configure and enable the iSCSI Targets management functionality.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-list/iscsi-target-list.component.html</context>
+ <context context-type="linenumber">6</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3b301d0044f62c92af0da53d7aaca52a436a547d">
+ <source>Available information:</source>
+ <target state="translated">Available information:</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-list/iscsi-target-list.component.html</context>
+ <context context-type="linenumber">12</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="332227f088a4877b3c11f5fb3ae8bc812c470fae">
+ <source>iSCSI Targets not available</source>
+ <target state="translated">iSCSI Targets not available</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-list/iscsi-target-list.component.html</context>
+ <context context-type="linenumber">4</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="beb1391a148bd032914f49a2665dcc414a5d56d0">
+ <source>{VAR_SELECT, select, editing {Edit} cloning {Clone} copying {Copy} other {Add} }</source>
+ <target>{VAR_SELECT, select, editing {Editar} cloning {Clonar} copying {Copiar} other {Adicionar} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="52dd89f49fc440660cbbb3665b88d80f5baa7437">
+ <source>{VAR_SELECT, select, cloning {Clone from} copying {Copy from} other {Parent} }</source>
+ <target>{VAR_SELECT, select, cloning {Clonar de} copying {Copiar de} other {Parente} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="94516fa213706c67ce5a5b5765681d7fb032033a">
+ <source>Loading...</source>
+ <target>A carregar...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">139</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">59</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">186</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">210</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">5</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">220</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">341</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">83</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b99417c4dd46286ffd37c8d2e987c8b512ec7052">
+ <source>-- No rbd pools available --</source>
+ <target>-- Nenhuma pool rbd disponível --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">82</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ef83ec9c304a89d45650e580dcdc2978c37b3a83">
+ <source>-- Select a pool --</source>
+ <target>-- Seleccione uma pool --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">85</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="49449943d8cbf59d8c401c8bd2e76f92e207cc5f">
+ <source>Use a dedicated data pool</source>
+ <target>Use uma pool dedicada para dados</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">105</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="870aee0dd31a9643bf62007beb8f1ae1deb34d42">
+ <source>Data pool</source>
+ <target>Pool de dados</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">116</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3792ca829d9b9f687e1f5d7733d30e9bb0bfec47">
+ <source>Dedicated pool that stores the object-data of the RBD.</source>
+ <target>Pool dedicada a guardar os dados dos objectos de um RBD.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">120</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="151c80ea931037cd92e854442927f8a0f6ae7795">
+ <source>-- No data pools available --</source>
+ <target>-- Nenhuma pool de dados disponível --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">142</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7faaaa08f56427999f3be41df1093ce4089bbd75">
+ <source>Size</source>
+ <target>Tamanho</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">160</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">33</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f0016bd458baa88284a658ce9eeda42d8ad88d2c">
+ <source>e.g., 10GiB</source>
+ <target>e.g., 10GiB</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">170</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0a88bbee20570aaf9615332fb27020627044874d">
+ <source>You have to increase the size.</source>
+ <target>Tem de aumentar o tamanho.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">178</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="6cdb1fea93d77c07950c0c76c6e0ad79ebbef084">
<source>Features</source>
<context context-type="sourcefile">app/ceph/block/rbd-images/rbd-images.component.html</context>
<context context-type="linenumber">8</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="5e7f4b1ca49e8d217bd0e12c6f7d6b6a2ade2c18">
+ <source>Overall Performance</source>
+ <target state="translated">Overall Performance</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-images/rbd-images.component.html</context>
+ <context context-type="linenumber">12</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/hosts/hosts.component.html</context>
+ <context context-type="linenumber">29</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-list/pool-list.component.html</context>
+ <context context-type="linenumber">35</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.html</context>
+ <context context-type="linenumber">16</context>
+ </context-group>
</trans-unit><trans-unit datatype="html" id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
<source>Edit</source>
<target state="translated">Edit</target>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">232</context>
+ <context context-type="linenumber">235</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">371</context>
+ <context context-type="linenumber">374</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="eec715de352a6b114713b30b640d319fa78207a0">
<source>Description</source>
<context context-type="sourcefile">app/ceph/cluster/hosts/hosts.component.html</context>
<context context-type="linenumber">3</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="5e7f4b1ca49e8d217bd0e12c6f7d6b6a2ade2c18">
- <source>Overall Performance</source>
- <target state="translated">Overall Performance</target>
+ </trans-unit><trans-unit datatype="html" id="e6d57f36aa2bad303c8a8ee944b9bd7fae3c8c26">
+ <source>No entries found</source>
+ <target state="translated">No entries found</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/cluster/hosts/hosts.component.html</context>
- <context context-type="linenumber">28</context>
+ <context context-type="sourcefile">app/ceph/cluster/logs/logs.component.html</context>
+ <context context-type="linenumber">14</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
- <context context-type="linenumber">49</context>
+ <context context-type="sourcefile">app/ceph/cluster/logs/logs.component.html</context>
+ <context context-type="linenumber">30</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="d556ab48a65722b400e497f61737f553ee0f89e2">
+ <source>Cluster Logs</source>
+ <target state="translated">Cluster Logs</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/pool/pool-list/pool-list.component.html</context>
- <context context-type="linenumber">37</context>
+ <context context-type="sourcefile">app/ceph/cluster/logs/logs.component.html</context>
+ <context context-type="linenumber">4</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="5f966baffd188be0e8adc2d7067b86e55fc9b9de">
+ <source>Audit Logs</source>
+ <target state="translated">Audit Logs</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.html</context>
- <context context-type="linenumber">15</context>
+ <context context-type="sourcefile">app/ceph/cluster/logs/logs.component.html</context>
+ <context context-type="linenumber">20</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="81b97b8ea996ad1e4f9fca8415021850214884b1">
<source>Status</source>
<context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
<context context-type="linenumber">54</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="d7b35c384aecd25a516200d6921836374613dfe7">
- <source>Cancel</source>
- <target state="translated">Cancel</target>
+ </trans-unit><trans-unit datatype="html" id="5ef50ba2514414f799d4c8fc36067a251904ba81">
+ <source>Cluster-wide OSD Flags</source>
+ <target state="translated">Cluster-wide OSD Flags</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/shared/components/confirmation-modal/confirmation-modal.component.html</context>
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
+ <source>Submit</source>
+ <target state="translated">Submit</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">87</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
<context context-type="linenumber">21</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html</context>
- <context context-type="linenumber">38</context>
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">106</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="c35f9c5f268a514b970cc55e9a5dc4bed0988e7f">
+ <source>OSD Recovery Priority</source>
+ <target state="translated">OSD Recovery Priority</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html</context>
- <context context-type="linenumber">38</context>
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">3</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="b74af38005e8a8914e45af2ec412e11ceafef8b6">
+ <source>Priority</source>
+ <target state="translated">Priority</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html</context>
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">16</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c2f48f04b379bfba133825747adfd238d511412e">
+ <source>Customize priority values</source>
+ <target state="translated">Customize priority values</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">44</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4aa19de2a2b54cbda39e9c62917b23044c087776">
+ <source>This field is required!</source>
+ <target state="translated">This field is required!</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">67</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
<context context-type="linenumber">34</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
- <context context-type="linenumber">25</context>
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">67</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
- <context context-type="linenumber">49</context>
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">91</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
- <context context-type="linenumber">45</context>
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">117</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
- <context context-type="linenumber">44</context>
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">165</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="54839ebc827b73c9dc4e1df731c6d36a85036af7">
- <source>Are you sure that you want to <x equiv-text="{{ actionDescription | lowercase }}" id="INTERPOLATION"/> the selected <x equiv-text="{{ itemDescription }}" id="INTERPOLATION_1"/>?</source>
- <target state="translated">Are you sure that you want to <x equiv-text="{{ actionDescription | lowercase }}" id="INTERPOLATION"/> the selected <x equiv-text="{{ itemDescription }}" id="INTERPOLATION_1"/>?</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html</context>
- <context context-type="linenumber">15</context>
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">40</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="2be8b7f04f0104d3fad90d079d8202b74f758b9a">
- <source>Yes, I am sure.</source>
- <target state="translated">Yes, I am sure.</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html</context>
- <context context-type="linenumber">25</context>
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">69</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="5ef50ba2514414f799d4c8fc36067a251904ba81">
- <source>Cluster-wide OSD Flags</source>
- <target state="translated">Cluster-wide OSD Flags</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html</context>
- <context context-type="linenumber">3</context>
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">95</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
- <source>Submit</source>
- <target state="translated">Submit</target>
+ </trans-unit><trans-unit datatype="html" id="b699e94bf376491bd50b70a98531071c737eaf40">
+ <source><x equiv-text="{{ attr.value.patternHelpText }}" id="INTERPOLATION"/></source>
+ <target state="translated"><x equiv-text="{{ attr.value.patternHelpText }}" id="INTERPOLATION"/></target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html</context>
- <context context-type="linenumber">34</context>
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">71</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="98fe13e7ad6c2b80375d204b47858ded83f80e15">
+ <source>The entered value is too high! It must not be greater than <x equiv-text="{{ attr.value.maxValue }}" id="INTERPOLATION"/>.</source>
+ <target state="translated">The entered value is too high! It must not be greater than <x equiv-text="{{ attr.value.maxValue }}" id="INTERPOLATION"/>.</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
- <context context-type="linenumber">21</context>
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">75</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5423a3c111be47fc5a1bfe46ceb58c81c84db691">
+ <source>The entered value is too low! It must not be lower than <x equiv-text="{{ attr.value.minValue }}" id="INTERPOLATION"/>.</source>
+ <target state="translated">The entered value is too low! It must not be lower than <x equiv-text="{{ attr.value.minValue }}" id="INTERPOLATION"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">79</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="272696ff8acdbed0af6dc13f09729e70be435b82">
<source>Reweight OSD</source>
<context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
<context context-type="linenumber">13</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="5e5d841e1b1db3f5d3cf9a7549dea652e08856ed">
- <source>Set Cluster-wide OSD Flags</source>
- <target state="translated">Set Cluster-wide OSD Flags</target>
+ </trans-unit><trans-unit datatype="html" id="4beacb61e2236200b5627677b5c0054d2b482ed4">
+ <source>Set Cluster-wide Flags</source>
+ <target state="translated">Set Cluster-wide Flags</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
- <context context-type="linenumber">23</context>
+ <context context-type="linenumber">25</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9617df8e0504d997d0ff45b6c206a12becd13c37">
+ <source>Set Cluster-wide Recovery Priority</source>
+ <target state="translated">Set Cluster-wide Recovery Priority</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">41</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="b49d7877d24112d4bdfce9256edf61a007fae888">
<source>OSDs List</source>
<x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ markActionDescription }}" id="INTERPOLATION_1"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> if you proceed.</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
- <context context-type="linenumber">64</context>
+ <context context-type="linenumber">81</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2d3a73f6440a7d896d74356fe0a725d731e71cbb">
+ <source>The OSD is not safe to destroy!</source>
+ <target state="translated">The OSD is not safe to destroy!</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">90</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="9d08116242443953ebbfe10bc2092e0a694b4adf">
<source><x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/>OSD <x equiv-text="{{ selection.first().id }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> will be
<x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ actionDescription }}" id="INTERPOLATION_1"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> if you proceed.</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
- <context context-type="linenumber">77</context>
+ <context context-type="linenumber">92</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4f8b2bb476981727ab34ed40fde1218361f92c45">
+ <source>Details</source>
+ <target>Detalhes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-details/role-details.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">8</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-details/pool-details.component.html</context>
+ <context context-type="linenumber">5</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html</context>
+ <context context-type="linenumber">3</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="d2bcd3296d2850de762fb943060b7e086a893181">
<source>Health</source>
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
<context context-type="linenumber">3</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="4aa19de2a2b54cbda39e9c62917b23044c087776">
- <source>This field is required!</source>
- <target state="translated">This field is required!</target>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">34</context>
- </context-group>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">68</context>
- </context-group>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">92</context>
- </context-group>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">118</context>
- </context-group>
+ </trans-unit><trans-unit datatype="html" id="490e15ecc922965b6d8194754c87c5583aa071f3">
+ <source>The name can only consist of alphanumeric characters, dashes and underscores.</source>
+ <target state="translated">The name can only consist of alphanumeric characters, dashes and underscores.</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">166</context>
- </context-group>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
- <context context-type="linenumber">40</context>
- </context-group>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
- <context context-type="linenumber">69</context>
- </context-group>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
- <context context-type="linenumber">95</context>
+ <context context-type="linenumber">37</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="9edc2b494e660618af3e5225f68d40b7ca67629c">
<source>The chosen erasure code profile name is already in use.</source>
<target state="translated">The chosen erasure code profile name is already in use.</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">41</context>
+ <context context-type="linenumber">40</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="ef9ff0e6227947b48dfab4ac39ade04af758913b">
<source>Plugin</source>
<target state="translated">Plugin</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">48</context>
+ <context context-type="linenumber">47</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="dd69b31bce8f630eac1d4762b0bbcf72ce19d193">
<source>Data chunks (k)</source>
<target state="translated">Data chunks (k)</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">76</context>
+ <context context-type="linenumber">75</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="b0d26a6172d32cb81218fe2103c54a818cbc1189">
<source>Must be equal to or greater than 2.</source>
<target state="translated">Must be equal to or greater than 2.</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">95</context>
+ <context context-type="linenumber">94</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="dab3a299ead121169b8e08ed618c3b6a2f66691b">
<source>Coding chunks (m)</source>
<target state="translated">Coding chunks (m)</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">103</context>
+ <context context-type="linenumber">102</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="1e2773e5bd4948193f18f2361d663ecc3988c656">
<source>Must be equal to or greater than 1.</source>
<target state="translated">Must be equal to or greater than 1.</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">121</context>
+ <context context-type="linenumber">120</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">143</context>
+ <context context-type="linenumber">142</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">169</context>
+ <context context-type="linenumber">168</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">262</context>
+ <context context-type="linenumber">261</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="6cde4c945a49a260c0a47bcc7cd956846930a5f7">
<source>Durability estimator (c)</source>
<target state="translated">Durability estimator (c)</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">130</context>
+ <context context-type="linenumber">129</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="af668c2a095a979ea2b4e43cd82c2120ab56c21c">
<source>Locality (l)</source>
<target state="translated">Locality (l)</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">152</context>
+ <context context-type="linenumber">151</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="d455a110bf6d2235e314e295ce1dfeee93d3dff2">
<source>Crush failure domain</source>
<target state="translated">Crush failure domain</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">176</context>
+ <context context-type="linenumber">175</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="b74a495f041f7dd102eee5c0bbc9e03083b538ae">
<source>Crush Locality</source>
<target state="translated">Crush Locality</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">200</context>
+ <context context-type="linenumber">199</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="a2f14a73f7a6e94479f67423cc51102da8d6f524">
<source>None</source>
<target state="translated">None</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">214</context>
+ <context context-type="linenumber">213</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="2981733b912b693a9dd9d915d6d34f4692cc874a">
<source>Technique</source>
<target state="translated">Technique</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">227</context>
+ <context context-type="linenumber">226</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="e0098b6e47b04ec817361f384ce81d454ba5c0bb">
<source>Packetsize</source>
<target state="translated">Packetsize</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">249</context>
+ <context context-type="linenumber">248</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="c0252cd81ca54d0a2f69ec9ccf4248e73df5aa4a">
<source>Crush root</source>
<target state="translated">Crush root</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">270</context>
+ <context context-type="linenumber">269</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="1548d5c76f0406ddd1ba3c557e1e6db22e95b340">
<source>Crush device class</source>
<target state="translated">Crush device class</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">287</context>
+ <context context-type="linenumber">286</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="5e85feb6f9f0334366e46ee09ca6b8df52397432">
<source>any</source>
<target state="translated">any</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">297</context>
+ <context context-type="linenumber">296</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="03d84645f6e019c5a43909bbf2ea1696ee88332c">
<source>Directory</source>
<target state="translated">Directory</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">309</context>
+ <context context-type="linenumber">308</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="f6755cff4957d5c3c89bafce5651f1b6fa2b1fd9">
<source>Add</source>
<target>Adicionar</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">327</context>
+ <context context-type="linenumber">326</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
<target>Fechar</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
- <context context-type="linenumber">331</context>
+ <context context-type="linenumber">330</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
<context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
<context context-type="linenumber">27</context>
</context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">28</context>
+ </context-group>
</trans-unit><trans-unit datatype="html" id="16e113230b6b0d3165e076300880542bac7c8138">
<source>The chosen Ceph pool name is already in use.</source>
<target state="translated">The chosen Ceph pool name is already in use.</target>
</context-group>
</trans-unit><trans-unit datatype="html" id="909411b5c8155bb36baa02f1a0bf28ab2ac41acb">
<source>The current PGs settings were calculated for you, you
- should make sure the values suit your needs before submit.</source>
+ should make sure the values suite your needs before submit.</source>
<target state="translated">The current PGs settings were calculated for you, you
- should make sure the values suit your needs before submit.</target>
+ should make sure the values suite your needs before submit.</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
<context context-type="linenumber">113</context>
<context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
<context context-type="linenumber">314</context>
</context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">22</context>
+ </context-group>
</trans-unit><trans-unit datatype="html" id="6c6f25c47da62ec597c6057a36ddfc3209811ec5">
<source>Algorithm</source>
<target state="translated">Algorithm</target>
<context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
<context context-type="linenumber">438</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="4f8b2bb476981727ab34ed40fde1218361f92c45">
- <source>Details</source>
- <target>Detalhes</target>
+ </trans-unit><trans-unit datatype="html" id="1d8a7c8aea58294a3c57c23af0468ddf0ba0c9c7">
+ <source>Pools List</source>
+ <target state="translated">Pools List</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/pool/pool-list/pool-list.component.html</context>
- <context context-type="linenumber">19</context>
- </context-group>
- <context-group purpose="location">
- <context context-type="sourcefile">app/core/auth/role-details/role-details.component.html</context>
<context context-type="linenumber">2</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="9424badb7e0c6ac792d020d7830645b529a80aad">
+ <source>Please consult the <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>
+ on how to configure and enable the Object Gateway management functionality.</source>
+ <target state="translated">Please consult the <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>
+ on how to configure and enable the Object Gateway management functionality.</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html</context>
+ <context context-type="sourcefile">app/ceph/rgw/rgw-501/rgw-501.component.html</context>
<context context-type="linenumber">3</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="5f67f2247b9c6bbaf24a0f2d37f4ac0537c6fa53">
+ <source>Loading bucket data...</source>
+ <target state="translated">Loading bucket data...</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
<context context-type="linenumber">2</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="8508c0ab851ad91fd0410da1266c02b0ef9d3ff9">
+ <source>The bucket data could not be loaded.</source>
+ <target state="translated">The bucket data could not be loaded.</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
- <context context-type="linenumber">3</context>
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">5</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="838abd335419fb1a7a6f14398ef17eee3e3fdeb6">
+ <source><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/> bucket</source>
+ <target state="translated"><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/> bucket</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
- <context context-type="linenumber">3</context>
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">17</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="2798cc1e152b1ec07fd8daf94a2a073d1ba1ebcc">
+ <source>Id</source>
+ <target>Id</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
- <context context-type="linenumber">8</context>
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">26</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="db4e1a734518691b128ef40b939cc673f01d03a6">
+ <source>The value is not valid.</source>
+ <target state="translated">The value is not valid.</target>
<context-group purpose="location">
- <context context-type="sourcefile">app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html</context>
- <context context-type="linenumber">3</context>
- </context-group>
- </trans-unit><trans-unit datatype="html" id="fbbaf5cb02ed419e79a27072478f716a4666a99d">
- <source>Performance Details</source>
- <target state="translated">Performance Details</target>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/pool/pool-list/pool-list.component.html</context>
- <context context-type="linenumber">26</context>
- </context-group>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html</context>
- <context context-type="linenumber">15</context>
- </context-group>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
- <context context-type="linenumber">45</context>
- </context-group>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/cluster/hosts/host-details/host-details.component.html</context>
- <context context-type="linenumber">3</context>
- </context-group>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html</context>
- <context context-type="linenumber">44</context>
- </context-group>
- </trans-unit><trans-unit datatype="html" id="1d8a7c8aea58294a3c57c23af0468ddf0ba0c9c7">
- <source>Pools List</source>
- <target state="translated">Pools List</target>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/pool/pool-list/pool-list.component.html</context>
- <context context-type="linenumber">2</context>
- </context-group>
- </trans-unit><trans-unit datatype="html" id="9424badb7e0c6ac792d020d7830645b529a80aad">
- <source>Please consult the <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>
- on how to configure and enable the Object Gateway management functionality.</source>
- <target state="translated">Please consult the <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>
- on how to configure and enable the Object Gateway management functionality.</target>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/rgw/rgw-501/rgw-501.component.html</context>
- <context context-type="linenumber">3</context>
- </context-group>
- </trans-unit><trans-unit datatype="html" id="5f67f2247b9c6bbaf24a0f2d37f4ac0537c6fa53">
- <source>Loading bucket data...</source>
- <target state="translated">Loading bucket data...</target>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
- <context context-type="linenumber">2</context>
- </context-group>
- </trans-unit><trans-unit datatype="html" id="8508c0ab851ad91fd0410da1266c02b0ef9d3ff9">
- <source>The bucket data could not be loaded.</source>
- <target state="translated">The bucket data could not be loaded.</target>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
- <context context-type="linenumber">5</context>
- </context-group>
- </trans-unit><trans-unit datatype="html" id="838abd335419fb1a7a6f14398ef17eee3e3fdeb6">
- <source><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/> bucket</source>
- <target state="translated"><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/> bucket</target>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
- <context context-type="linenumber">17</context>
- </context-group>
- </trans-unit><trans-unit datatype="html" id="2798cc1e152b1ec07fd8daf94a2a073d1ba1ebcc">
- <source>Id</source>
- <target>Id</target>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
- <context context-type="linenumber">26</context>
- </context-group>
- </trans-unit><trans-unit datatype="html" id="db4e1a734518691b128ef40b939cc673f01d03a6">
- <source>The value is not valid.</source>
- <target state="translated">The value is not valid.</target>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
- <context context-type="linenumber">61</context>
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">61</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">449</context>
+ <context context-type="linenumber">452</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">542</context>
+ <context context-type="linenumber">545</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="eabb4db920d9f9b2480cf438468b86e1bea02a9b">
<source>The chosen name is already in use.</source>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">590</context>
+ <context context-type="linenumber">593</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="479488ab6e91ecb375484edc78bee3d13467f33f">
<source>Daemons List</source>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">120</context>
+ <context context-type="linenumber">123</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="08c74dc9762957593b91f6eb5d65efdfc975bf48">
<source>Username</source>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">130</context>
+ <context context-type="linenumber">133</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="2f1c1c0f2bce4c9f92d1a2061e8161cb0006c31a">
<source>Access key</source>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">141</context>
+ <context context-type="linenumber">144</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="b864acb67296a9819c1db0069c4c47d8b5ce8f44">
<source>Secret key</source>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">173</context>
+ <context context-type="linenumber">176</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="b2841767821d6b66238c34d07e413b0af67aee92">
<source>Subuser</source>
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
<context context-type="linenumber">79</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="ca271adf154956b8fcb28f4f50a37acb3057ff7c">
+ <source>The chosen email address is already in use.</source>
+ <target state="translated">The chosen email address is already in use.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">82</context>
+ </context-group>
</trans-unit><trans-unit datatype="html" id="030197cebe938edf35422e92fe14183d06eb670b">
<source>Max. buckets</source>
<target state="translated">Max. buckets</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">88</context>
+ <context context-type="linenumber">91</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="623ac50f37a26caec6fd7cd519b653e3315cba25">
<source>The entered value must be >= 0.</source>
<target state="translated">The entered value must be >= 0.</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">101</context>
+ <context context-type="linenumber">104</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">486</context>
+ <context context-type="linenumber">489</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">579</context>
+ <context context-type="linenumber">582</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="92f3f203270a29b3001871153f02c063484a1574">
<source>Suspended</source>
<target state="translated">Suspended</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">113</context>
+ <context context-type="linenumber">116</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
<target state="translated">Subusers</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">202</context>
+ <context context-type="linenumber">205</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
- <context context-type="linenumber">34</context>
+ <context context-type="linenumber">40</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="128d6efb51d9ddc7c0cc695a2deeca5b9523f6e4">
<source>There are no subusers.</source>
<target state="translated">There are no subusers.</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">208</context>
+ <context context-type="linenumber">211</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="826b25211922a1b46436589233cb6f1a163d89b7">
<source>Delete</source>
<target state="translated">Delete</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">239</context>
+ <context context-type="linenumber">242</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">293</context>
+ <context context-type="linenumber">296</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">378</context>
+ <context context-type="linenumber">381</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="1c9f46392d9b25bfb9afe74c87ddfe94f44c0b60">
<source>Add subuser</source>
<target state="translated">Add subuser</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">253</context>
+ <context context-type="linenumber">256</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="0bcd5ef19af0f1b814141ca8c57df623d8270088">
<source>Keys</source>
<target state="translated">Keys</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">261</context>
+ <context context-type="linenumber">264</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
- <context context-type="linenumber">128</context>
+ <context context-type="linenumber">134</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="67c746c1ba9dab4351fedc4c7cba4e6d6b0dbc47">
<source>S3</source>
<target state="translated">S3</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">265</context>
+ <context context-type="linenumber">268</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="d6819038d608623503918fb2553f53d68231ec3a">
<source>There are no keys.</source>
<target state="translated">There are no keys.</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">270</context>
+ <context context-type="linenumber">273</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">320</context>
+ <context context-type="linenumber">323</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="2aba1e87039819aca3b70faa9aa848c12bf139ca">
<source>Show</source>
<target state="translated">Show</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">286</context>
+ <context context-type="linenumber">289</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">336</context>
+ <context context-type="linenumber">339</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
- <context context-type="linenumber">143</context>
+ <context context-type="linenumber">149</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="a5193a8d59cd045c18ef9521f486a091dad1f513">
<source>Add S3 key</source>
<target state="translated">Add S3 key</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">307</context>
+ <context context-type="linenumber">310</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="6ddb5e991a3ecd2659fb520bc5acc81b67e08ddd">
<source>Swift</source>
<target state="translated">Swift</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">315</context>
+ <context context-type="linenumber">318</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="17bb3082e6fe5003203ef992a3714172334631a1">
<source>Capabilities</source>
<target state="translated">Capabilities</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">349</context>
+ <context context-type="linenumber">352</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
- <context context-type="linenumber">43</context>
+ <context context-type="linenumber">49</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="1d01eccdda47fc907c5be35bcb16d2dcd02b0270">
<source>There are no capabilities.</source>
<target state="translated">There are no capabilities.</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">355</context>
+ <context context-type="linenumber">358</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="60a495bec6eae04c9b7570956a6673069e8e47d6">
<source>Add capability</source>
<target state="translated">Add capability</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">392</context>
+ <context context-type="linenumber">395</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="36ad38f9c1a1485e09b67778a28af84553290ffb">
<source>User quota</source>
<target state="translated">User quota</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">400</context>
+ <context context-type="linenumber">403</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
- <context context-type="linenumber">55</context>
+ <context context-type="linenumber">61</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="f50a33d3c339f8f4a465141f8caa5d2d8c005251">
<source>Enabled</source>
<target state="translated">Enabled</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">410</context>
+ <context context-type="linenumber">413</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">503</context>
+ <context context-type="linenumber">506</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
- <context context-type="linenumber">60</context>
+ <context context-type="linenumber">66</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
- <context context-type="linenumber">96</context>
+ <context context-type="linenumber">102</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="6146e13ceca5fa5cc17b771b282fe5955f3d19fa">
<source>Unlimited size</source>
<target state="translated">Unlimited size</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">424</context>
+ <context context-type="linenumber">427</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">517</context>
+ <context context-type="linenumber">520</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="f6db8aa7c99fdce18edb33dde57729acede2b308">
<source>Max. size</source>
<target state="translated">Max. size</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">435</context>
+ <context context-type="linenumber">438</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">528</context>
+ <context context-type="linenumber">531</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="fc630b2093e880fffa19df99d5cd8b87605037f8">
<source>Unlimited objects</source>
<target state="translated">Unlimited objects</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">462</context>
+ <context context-type="linenumber">465</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">555</context>
+ <context context-type="linenumber">558</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="6cda5a993d06f0bb10048be9d3aba6555aa9f356">
<source>Max. objects</source>
<target state="translated">Max. objects</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">473</context>
+ <context context-type="linenumber">476</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">566</context>
+ <context context-type="linenumber">569</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="649a410bd0ace333d067d8fa22f12bdbdb43533b">
<source>Bucket quota</source>
<target state="translated">Bucket quota</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
- <context context-type="linenumber">493</context>
+ <context context-type="linenumber">496</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
- <context context-type="linenumber">91</context>
+ <context context-type="linenumber">97</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="449dca3d3a93ead418b0541ea81b0dda7e6483c2">
<source>Welcome to Ceph!</source>
<context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
<context context-type="linenumber">147</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="58fc1b5c79a75370eb52644fd83fb2e7096b6649">
+ <source>Sorry, the user does not exist in Ceph.</source>
+ <target state="translated">Sorry, the user does not exist in Ceph.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/sso/sso-not-found/sso-not-found.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d9deb94f78e7c41b35c6622b874f06657d7604c1">
+ <source>Return to <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>Login Page<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>. You'll be logged out from the Identity Provider when you retry logging in.</source>
+ <target state="translated">Return to <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>Login Page<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>. You'll be logged out from the Identity Provider when you retry logging in.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/sso/sso-not-found/sso-not-found.component.html</context>
+ <context context-type="linenumber">4</context>
+ </context-group>
</trans-unit><trans-unit datatype="html" id="e83cda1d2f391695610a1c572332e5f81499dd83">
<source><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/> User</source>
<target state="translated"><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/> User</target>
<context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
<context context-type="linenumber">10</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="c32ef07f8803a223a83ed17024b38e8d82292407">
- <source>Password</source>
- <target state="translated">Password</target>
- <context-group purpose="location">
- <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
- <context context-type="linenumber">42</context>
- </context-group>
</trans-unit><trans-unit datatype="html" id="7f3bdcce4b2e8c37cd7f0f6c92ef8cff34b039b8">
<source>Confirm password</source>
<target state="translated">Confirm password</target>
<context context-type="sourcefile">app/core/not-found/not-found.component.html</context>
<context context-type="linenumber">3</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="1d65cc22d5842c06d33b244fc67de9db4003537e">
- <source>Recent Notifications</source>
- <target state="translated">Recent Notifications</target>
+ </trans-unit><trans-unit datatype="html" id="16568619015cfb2352e3b2596ba04fc1c82e44ef">
+ <source>Remove all</source>
+ <target state="translated">Remove all</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/notifications/notifications.component.html</context>
- <context context-type="linenumber">4</context>
+ <context context-type="linenumber">6</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="1d65cc22d5842c06d33b244fc67de9db4003537e">
+ <source>Recent Notifications</source>
+ <target state="translated">Recent Notifications</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/notifications/notifications.component.html</context>
- <context context-type="linenumber">51</context>
+ <context context-type="linenumber">56</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="16568619015cfb2352e3b2596ba04fc1c82e44ef">
- <source>Remove all</source>
- <target state="translated">Remove all</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/notifications/notifications.component.html</context>
- <context context-type="linenumber">8</context>
+ <context context-type="linenumber">53</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="495ab70870b5b4a30f2bc5f55052fdc518d954a9">
<source>There are no background tasks.</source>
</trans-unit><trans-unit datatype="html" id="ea94e7754983d80af8acb958a5d49d93bacd721c">
<source>Background Tasks</source>
<target state="translated">Background Tasks</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/task-manager/task-manager.component.html</context>
+ <context context-type="linenumber">83</context>
+ </context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/task-manager/task-manager.component.html</context>
<context context-type="linenumber">79</context>
</trans-unit><trans-unit datatype="html" id="85b79c9064aed1ead31ace985f31aa1363f6bdaf">
<source>Help</source>
<target state="translated">Help</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/dashboard-help/dashboard-help.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/dashboard-help/dashboard-help.component.html</context>
<context context-type="linenumber">10</context>
<target state="translated">Documentation</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/dashboard-help/dashboard-help.component.html</context>
- <context context-type="linenumber">21</context>
+ <context context-type="linenumber">23</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4">
<source>API</source>
<target state="translated">API</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/dashboard-help/dashboard-help.component.html</context>
- <context context-type="linenumber">26</context>
+ <context context-type="linenumber">28</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
<source>About</source>
<target state="translated">About</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/dashboard-help/dashboard-help.component.html</context>
- <context context-type="linenumber">31</context>
+ <context context-type="linenumber">33</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="1481ecd21e760ac919a24e26cf790acd82e40199">
<source>Dashboard Settings</source>
<target state="translated">Dashboard Settings</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/administration/administration.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/administration/administration.component.html</context>
<context context-type="linenumber">7</context>
<target state="translated">User management</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/administration/administration.component.html</context>
- <context context-type="linenumber">16</context>
+ <context context-type="linenumber">18</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="049dfd9fe6c78914ad58cf89ac6a631fca28ec74">
<source>Logged in user</source>
<target state="translated">Logged in user</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/identity/identity.component.html</context>
+ <context context-type="linenumber">9</context>
+ </context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/identity/identity.component.html</context>
<context context-type="linenumber">6</context>
<x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ username }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/></target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/identity/identity.component.html</context>
- <context context-type="linenumber">17</context>
+ <context context-type="linenumber">19</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="5d22c795daf43877a5f708dca2bccd549eb0471d">
<source>Sign out</source>
<target state="translated">Sign out</target>
<context-group purpose="location">
<context context-type="sourcefile">app/core/navigation/identity/identity.component.html</context>
- <context context-type="linenumber">25</context>
+ <context context-type="linenumber">27</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="eeba399c4dae8d4890c27b7a2cd2dc28fcf8b5f9">
<source>Performance Counters</source>
<context context-type="sourcefile">app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html</context>
<context context-type="linenumber">9</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="fbbaf5cb02ed419e79a27072478f716a4666a99d">
+ <source>Performance Details</source>
+ <target state="translated">Performance Details</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html</context>
+ <context context-type="linenumber">16</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">46</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/hosts/host-details/host-details.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-details/pool-details.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html</context>
+ <context context-type="linenumber">45</context>
+ </context-group>
</trans-unit><trans-unit datatype="html" id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
<source>ID</source>
<target state="translated">ID</target>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
- <context context-type="linenumber">65</context>
+ <context context-type="linenumber">71</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
- <context context-type="linenumber">101</context>
+ <context context-type="linenumber">107</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="aa6fb95c355f172bda303de1ce2f38c251a149cf">
<source>Unlimited</source>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
- <context context-type="linenumber">68</context>
+ <context context-type="linenumber">74</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
- <context context-type="linenumber">79</context>
+ <context context-type="linenumber">85</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
- <context context-type="linenumber">104</context>
+ <context context-type="linenumber">110</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
- <context context-type="linenumber">115</context>
+ <context context-type="linenumber">121</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="ee862a800364b4d11f9b8cb9955a28a60f840a45">
<source>Maximum objects</source>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
- <context context-type="linenumber">76</context>
+ <context context-type="linenumber">82</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
- <context context-type="linenumber">112</context>
+ <context context-type="linenumber">118</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8011e20c5bbe51602d459a860fbf29b599b55edd">
+ <source>System</source>
+ <target state="translated">System</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">29</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f120423a48cf96636bc415daf5ac041ea8c6503e">
+ <source>{VAR_SELECT, select, 0 {No} 1 {Yes} }</source>
+ <target state="translated">{VAR_SELECT, select, 0 {No} 1 {Yes} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">31</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="db18a2772988415466a7f75dc42663ce78c9c1d3">
<source>Maximum buckets</source>
<target state="translated">Maximum buckets</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
- <context context-type="linenumber">29</context>
+ <context context-type="linenumber">35</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="ca53d681a9892d6fdbb57ee9676582186515e961">
<source>Performance counters not available</source>
<context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
<context context-type="linenumber">102</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="4f951c2d3472dda85872e7b09fbab383463aa4b5">
- <source>→ See <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>Logs<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> for more details.</source>
- <target state="translated">→ See <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>Logs<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> for more details.</target>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">23</context>
- </context-group>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">233</context>
- </context-group>
</trans-unit><trans-unit datatype="html" id="73caac4265ea7314ff061e5a1d78a6361a6dd3b8">
<source>Cluster Status</source>
<target state="translated">Cluster Status</target>
<target state="translated">Object Gateways</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">86</context>
+ <context context-type="linenumber">90</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="ff03fa5bcf37c4da46ad736c1f7d03f959e8ba9a">
<source>Metadata Servers</source>
<target state="translated">Metadata Servers</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">94</context>
+ <context context-type="linenumber">98</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="d817609ba4993eba859409ab71e566168f4d5f5a">
<source>iSCSI Gateways</source>
<target state="translated">iSCSI Gateways</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">102</context>
+ <context context-type="linenumber">109</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="42c13e50391250ea9379bdf55d5d6c0228c0c8bc">
<source>Client IOPS</source>
<target state="translated">Client IOPS</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">118</context>
+ <context context-type="linenumber">125</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="52213660b2454d139ada3079a42ec6caf3c3c01e">
<source>Client Throughput</source>
<target state="translated">Client Throughput</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">127</context>
+ <context context-type="linenumber">134</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="32efd1c3f70e3c5244239de97a2cc95d98534a14">
<source>Client Read/Write</source>
<target state="translated">Client Read/Write</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">136</context>
+ <context context-type="linenumber">143</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="5277e7546d03a767761199b70deb8c77a921b390">
<source>Client Recovery</source>
<target state="translated">Client Recovery</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">154</context>
+ <context context-type="linenumber">161</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="6d9a9f55046891733ef71170e7652063765eb542">
<source>Scrub</source>
<target state="translated">Scrub</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">163</context>
+ <context context-type="linenumber">170</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="3cc9c2ae277393b3946b38c088dabff671b1ee1b">
<source>Performance</source>
<target state="translated">Performance</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">112</context>
+ <context context-type="linenumber">119</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="88f383269db2d32cccee9e936fe549dccb9fdbf4">
<source>Raw Capacity</source>
<target state="translated">Raw Capacity</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">193</context>
+ <context context-type="linenumber">200</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="afdb601c16162f2c798b16a2920955f1cc6a20aa">
<source>Objects</source>
<target state="translated">Objects</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">206</context>
+ <context context-type="linenumber">213</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
<target state="translated">PGs per OSD</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">215</context>
+ <context context-type="linenumber">222</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="498a109c6e9e94f1966de01aa0326f7f0ac6fb52">
<source>PG Status</source>
<target state="translated">PG Status</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">224</context>
+ <context context-type="linenumber">231</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="ce9dfdc6dccb28dc75a78c704e09dc18fb02dcfa">
<source>Capacity</source>
<target state="translated">Capacity</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">174</context>
- </context-group>
- </trans-unit><trans-unit datatype="html" id="0b05fe4e219884c8938584284f1255be67823d1a">
- <source>Audit</source>
- <target state="translated">Audit</target>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">276</context>
+ <context context-type="linenumber">181</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="eb3d5aefff38a814b76da74371cbf02c0789a1ef">
- <source>Logs</source>
- <target state="translated">Logs</target>
+ </trans-unit><trans-unit datatype="html" id="44ecac93d67c6a671198091c2270354f80322327">
+ <source><x ctype="x-i" equiv-text="<i>" id="START_ITALIC_TEXT"/><x ctype="x-i" equiv-text="</i>" id="CLOSE_ITALIC_TEXT"/> See <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>Logs<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> for more details.</source>
+ <target state="translated"><x ctype="x-i" equiv-text="<i>" id="START_ITALIC_TEXT"/><x ctype="x-i" equiv-text="</i>" id="CLOSE_ITALIC_TEXT"/> See <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>Logs<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> for more details.</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
- <context context-type="linenumber">256</context>
+ <context context-type="linenumber">265</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="f0b5d789d42c0e69348e5fe0037fcbf5b5fbbdcc">
<source>Move an image to trash</source>
<context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
<context context-type="linenumber">3</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="9a7ad2a407f63dbedcc82158886b8475dfd33114">
- <source>To move</source>
- <target state="translated">To move</target>
+ </trans-unit><trans-unit datatype="html" id="86301cf2044b1eda218483365f6b9de8dde5040b">
+ <source>To move <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/>/<x equiv-text="{{ imageName }}" id="INTERPOLATION_1"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/> to trash,
+ click <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Move Image<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>. Optionally, you can pick an expiration date.</source>
+ <target state="translated">To move <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/>/<x equiv-text="{{ imageName }}" id="INTERPOLATION_1"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/> to trash,
+ click <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Move Image<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>. Optionally, you can pick an expiration date.</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
- <context context-type="linenumber">13</context>
+ <context context-type="linenumber">12</context>
</context-group>
- </trans-unit><trans-unit datatype="html" id="be91c2ed9701d56ce78104953e56631139df0e9a">
- <source>to trash, click</source>
- <target state="translated">to trash, click</target>
+ </trans-unit><trans-unit datatype="html" id="88f27d390844aad53b4240360e928156c5f0d326">
+ <source>Protection expires at</source>
+ <target state="translated">Protection expires at</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
- <context context-type="linenumber">15</context>
- </context-group>
- </trans-unit><trans-unit datatype="html" id="536b3205c0c0d4d21685ec06feccfcf2fe14deb1">
- <source>Move Image</source>
- <target state="translated">Move Image</target>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
- <context context-type="linenumber">16</context>
- </context-group>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
- <context context-type="linenumber">45</context>
- </context-group>
- </trans-unit><trans-unit datatype="html" id="3f69ac1e65136ebfcc3e5eb31810da33e0489ad6">
- <source>Optionally, you can pick an expiration date.</source>
- <target state="translated">Optionally, you can pick an expiration date.</target>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
- <context context-type="linenumber">17</context>
- </context-group>
- </trans-unit><trans-unit datatype="html" id="88f27d390844aad53b4240360e928156c5f0d326">
- <source>Protection expires at</source>
- <target state="translated">Protection expires at</target>
- <context-group purpose="location">
- <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
- <context context-type="linenumber">23</context>
+ <context context-type="linenumber">18</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="da166e9a0d27322f6ba8916d71ecc0f9905bb4b1">
<source>NOT PROTECTED</source>
<target state="translated">NOT PROTECTED</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
- <context context-type="linenumber">25</context>
+ <context context-type="linenumber">20</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="a1506e5f2ca22cad14502ec7a20fb6113ace145d">
<source>Wrong date format. Please use "YYYY-MM-DD HH:mm:ss".</source>
<target state="translated">Wrong date format. Please use "YYYY-MM-DD HH:mm:ss".</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
- <context context-type="linenumber">34</context>
+ <context context-type="linenumber">29</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="aa7ea0bb7495281e0b3258467ac7d90a1e44a1a1">
<source>Protection has already expired. Please pick a future date or leave it empty.</source>
<target state="translated">Protection has already expired. Please pick a future date or leave it empty.</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
- <context context-type="linenumber">37</context>
+ <context context-type="linenumber">32</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="536b3205c0c0d4d21685ec06feccfcf2fe14deb1">
+ <source>Move Image</source>
+ <target state="translated">Move Image</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">40</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
+ <source>Overview</source>
+ <target state="translated">Overview</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-tabs/iscsi-tabs.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="bbd2045d5c37e4bb39a3c0fb62ea1ddf70a12838">
+ <source>Targets</source>
+ <target state="translated">Targets</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-tabs/iscsi-tabs.component.html</context>
+ <context context-type="linenumber">7</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0f6e8f6094b180eaf1f11bc0ffe383f1cdcd059e">
+ <source>Only available for RBD images with <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/>fast-diff<x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> enabled</source>
+ <target state="translated">Only available for RBD images with <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/>fast-diff<x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> enabled</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">2</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="e70fcca5a99575cffef3ff8cbd5e69f06ffd0f1c">
<source>Pool</source>
<context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
<context context-type="linenumber">57</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="84a36cb75660b736773fe36ffa3d54f0f0fe363e">
+ <source>N/A</source>
+ <target state="translated">N/A</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">63</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">78</context>
+ </context-group>
</trans-unit><trans-unit datatype="html" id="e5c009342a4e8381f64341d0bb61c2e4685f5a4b">
<source>Total provisioned</source>
<target state="translated">Total provisioned</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
- <context context-type="linenumber">71</context>
+ <context context-type="linenumber">72</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="7f6bf8a43ae415f527ac961ea62471b983aaa97b">
<source>Striping unit</source>
<target state="translated">Striping unit</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
- <context context-type="linenumber">85</context>
+ <context context-type="linenumber">87</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="db710e8a8f011923f2d15d713fbae49c38b02b26">
<source>Striping count</source>
<target state="translated">Striping count</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
- <context context-type="linenumber">90</context>
+ <context context-type="linenumber">92</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="3a4c2a9e76634ff14a60d52a718296f722d47c67">
<source>Parent</source>
<target state="translated">Parent</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
- <context context-type="linenumber">95</context>
+ <context context-type="linenumber">97</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="6a209e68d78ffc2cc9c53d2e76158624efab71ad">
<source>Block name prefix</source>
<target state="translated">Block name prefix</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
- <context context-type="linenumber">103</context>
+ <context context-type="linenumber">107</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="5704ec2049d007c5f5fb495a5d8b607e68d58081">
<source>Order</source>
<target state="translated">Order</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
- <context context-type="linenumber">108</context>
+ <context context-type="linenumber">112</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="f21b1d17b6c5042bb5805516eee37fde33739dd8">
<source>Snapshots</source>
<target state="translated">Snapshots</target>
<context-group purpose="location">
<context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
- <context context-type="linenumber">115</context>
+ <context context-type="linenumber">119</context>
</context-group>
</trans-unit><trans-unit datatype="html" id="3f67f30568e9ae47507d46e28e1e82a7dca772e2">
<source><x equiv-text="{ editing, select, true {...} other {...}}" id="ICU"/> RBD Snapshot</source>
<context context-type="sourcefile">app/ceph/block/rbd-trash-list/rbd-trash-list.component.html</context>
<context context-type="linenumber">47</context>
</context-group>
+ </trans-unit><trans-unit datatype="html" id="a674ab267d1934bf395f87ca1503fd474296893f">
+ <source>iSCSI Topology</source>
+ <target state="translated">iSCSI Topology</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-details/iscsi-target-details.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="66db799d67958d4b0765181d072df62e2d1c16f5">
+ <source>Issues</source>
+ <target>Problemas</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/image-list/image-list.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ef06d69259e587e28d52372455f44c7153cda7e7">
+ <source>Syncing</source>
+ <target>Sincronizando</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/image-list/image-list.component.html</context>
+ <context context-type="linenumber">11</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/image-list/image-list.component.html</context>
+ <context context-type="linenumber">38</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0b0901877d837d3fda16ba161eb74368d1c75b7a">
+ <source>Ready</source>
+ <target>Pronto</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/image-list/image-list.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4057c56d63a7e9b140b1d01871a9229a5f30eb27">
+ <source>Edit pool mirror mode</source>
+ <target state="translated">Edit pool mirror mode</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e1f367f5feaab38f6637dd1f967c848b447dea2d">
+ <source>To edit the mirror mode for pool
+ <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>, select a new mode from the list and click
+ <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Update<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>.</source>
+ <target state="translated">To edit the mirror mode for pool
+ <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>, select a new mode from the list and click
+ <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Update<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="32ca348ef926b0a6a7a780b8b64c3a8239895cec">
+ <source>Peer clusters must be removed prior to disabling mirror.</source>
+ <target state="translated">Peer clusters must be removed prior to disabling mirror.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">33</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="047f50bc5b5d17b5bec0196355953e1a5c590ddb">
+ <source>Update</source>
+ <target state="translated">Update</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">41</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="fa61522d482349707fd7dd03b90dc5781611b17f">
+ <source><x equiv-text="{mode, select, edit {...} other {...}}" id="ICU"/>
+ pool mirror peer</source>
+ <target state="translated"><x equiv-text="{mode, select, edit {...} other {...}}" id="ICU"/>
+ pool mirror peer</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4ddcb416c1c0aa1f54acf5beef1de81813e76fa6">
+ <source>{VAR_SELECT, select, edit {Edit} other {Add} }</source>
+ <target state="translated">{VAR_SELECT, select, edit {Edit} other {Add} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">14</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f7a13e4807afa6a9eda3db57a0a2a110dbae8ad7">
+ <source><x equiv-text="{mode, select, edit {...} other {...}}" id="ICU"/> the pool
+ mirror peer attributes for pool <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/> and click
+ <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Submit<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>.</source>
+ <target state="translated"><x equiv-text="{mode, select, edit {...} other {...}}" id="ICU"/> the pool
+ mirror peer attributes for pool <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/> and click
+ <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Submit<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">14</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d3cc964811f852a168f4a2d5daa59068abc5cf53">
+ <source>Cluster Name</source>
+ <target state="translated">Cluster Name</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">23</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b631721fc56cb7fb1cbd07b802a487c5753f6a2d">
+ <source>The cluster name is not valid.</source>
+ <target state="translated">The cluster name is not valid.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">39</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ca6deafa31bf421f85094807982aee4bcb20a3ae">
+ <source>CephX ID</source>
+ <target state="translated">CephX ID</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">46</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7539188a568c3d553cbde1bacaf32310c4264e24">
+ <source>CephX ID...</source>
+ <target state="translated">CephX ID...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">51</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a1c45b594b0fba22fc64e80c793a7ffe005fdb0e">
+ <source>The CephX ID is not valid.</source>
+ <target state="translated">The CephX ID is not valid.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">61</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="20861576fcfce773c918c782cd4f5adf32382921">
+ <source>Monitor Addresses</source>
+ <target state="translated">Monitor Addresses</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">68</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="fa28eeed2b4bd4ccbe6e9349a1c2b3cb1c5de70a">
+ <source>Comma-delimited addresses...</source>
+ <target state="translated">Comma-delimited addresses...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">72</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="dc016c82fd85848d5c1b2fd0e8469ee2027d9c16">
+ <source>The monitory address is not valid.</source>
+ <target state="translated">The monitory address is not valid.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e0ac55b83dc6739e62bc655cfe375b67c93e7f4a">
+ <source>CephX Key</source>
+ <target state="translated">CephX Key</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">86</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f53434bcb95bd86f1df9c8e22966f757614fc4ad">
+ <source>Base64-encoded key...</source>
+ <target state="translated">Base64-encoded key...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">90</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4cd83164cd4f66b4abc2863f9ce6f599d789e4ca">
+ <source>CephX key must be base64 encoded.</source>
+ <target state="translated">CephX key must be base64 encoded.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">97</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3938a411d76796f8ae73b72ea4c77661207453bd">
+ <source>Cache Tiers Details</source>
+ <target state="translated">Cache Tiers Details</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-details/pool-details.component.html</context>
+ <context context-type="linenumber">22</context>
+ </context-group>
</trans-unit><trans-unit datatype="html" id="0c1e17956453ad772dbe82d6946f62748c692f3e">
<source>Ranks</source>
<target state="translated">Ranks</target>
<context context-type="linenumber">36</context>
</context-group>
</trans-unit>
+ <trans-unit datatype="html" id="bd5a3b1c5a3c185c7bbb0e09a061d4cdc88ce5ad">
+ <source>Current</source>
+ <target state="translated">Current</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-details/iscsi-target-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="dd4ab758afd5fd5a6c6a25b2b30ff99d0c00e9ad">
+ <source>There are no portals available.</source>
+ <target state="translated">There are no portals available.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="83021e45778a4a230a14ca0c6d6ccdf05500ad93">
+ <source>There are no images available.</source>
+ <target state="translated">There are no images available.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="86684eb21f8a768e1dbc659e3d5da6861db544a0">
+ <source>There are no images available. Please make sure you add an image to the target.</source>
+ <target state="translated">There are no images available. Please make sure you add an image to the target.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fffda6e440078f57eba93944ce051c593cc6ed7f">
+ <source>There are no initiators available. Please make sure you add an initiator to the target.</source>
+ <target state="translated">There are no initiators available. Please make sure you add an initiator to the target.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="38baeb215c17af9d9e295e371a57f4a48ab4c191">
+ <source>Target</source>
+ <target state="translated">Target</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-list/iscsi-target-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
<trans-unit datatype="html" id="9a541ec1a4319fffc16ad3b3ab2c2b6d251a829d">
<source>Hostname</source>
<target state="translated">Hostname</target>
<context context-type="linenumber">1</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/block/mirroring/mirroring.component.ts</context>
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/daemon-list/daemon-list.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
<context-group purpose="location">
<context context-type="linenumber">1</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/block/mirroring/mirroring.component.ts</context>
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/block/mirroring/mirroring.component.ts</context>
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/block/mirroring/mirroring.component.ts</context>
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
<source>Instance</source>
<target state="translated">Instance</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/block/mirroring/mirroring.component.ts</context>
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/daemon-list/daemon-list.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="314de06d6f64d39149e78e6d796585c0246fec0b">
- <source>Leader</source>
- <target state="translated">Leader</target>
+ <trans-unit datatype="html" id="36fad7995cadfb3a6f0d43ef2db280146b3ca022">
+ <source>Issue</source>
+ <target state="translated">Issue</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/block/mirroring/mirroring.component.ts</context>
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="7acaab450312114059ced9e3737798ee9aa738b1">
- <source># Local</source>
- <target state="translated"># Local</target>
+ <trans-unit datatype="html" id="873b72903b1858a9cd6c8967521030b4d7d1435b">
+ <source>State</source>
+ <target state="translated">State</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/block/mirroring/mirroring.component.ts</context>
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="7a3ffd88868135c44be3994263bb8e49d8358884">
- <source># Remote</source>
- <target state="translated"># Remote</target>
+ <trans-unit datatype="html" id="15793f4cbc261bedbc60f7105533dde536a3f42b">
+ <source>Progress</source>
+ <target state="translated">Progress</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/block/mirroring/mirroring.component.ts</context>
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="36fad7995cadfb3a6f0d43ef2db280146b3ca022">
- <source>Issue</source>
- <target state="translated">Issue</target>
+ <trans-unit datatype="html" id="f39256070bfc0714020dfee08895421fc1527014">
+ <source>Disabled</source>
+ <target state="translated">Disabled</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/block/mirroring/mirroring.component.ts</context>
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="873b72903b1858a9cd6c8967521030b4d7d1435b">
- <source>State</source>
- <target state="translated">State</target>
+ <trans-unit datatype="html" id="8c375764db42f5d736fb56d01b8052c006ccc8e2">
+ <source>Edit Mode</source>
+ <target state="translated">Edit Mode</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/block/mirroring/mirroring.component.ts</context>
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="45932f2a0ea524b3425f4320ee46a6d1c68977bc">
+ <source>Add Peer</source>
+ <target state="translated">Add Peer</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/block/mirroring/mirroring.component.ts</context>
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d3dc34662e3cda0dad646221651cebd26f731485">
+ <source>Edit Peer</source>
+ <target state="translated">Edit Peer</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/block/mirroring/mirroring.component.ts</context>
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e8a0ec0b6ee72db0f27c186e09640d1ed41964bd">
+ <source>Delete Peer</source>
+ <target state="translated">Delete Peer</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts</context>
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="314de06d6f64d39149e78e6d796585c0246fec0b">
+ <source>Leader</source>
+ <target state="translated">Leader</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="15793f4cbc261bedbc60f7105533dde536a3f42b">
- <source>Progress</source>
- <target state="translated">Progress</target>
+ <trans-unit datatype="html" id="7acaab450312114059ced9e3737798ee9aa738b1">
+ <source># Local</source>
+ <target state="translated"># Local</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7a3ffd88868135c44be3994263bb8e49d8358884">
+ <source># Remote</source>
+ <target state="translated"># Remote</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="85ca0fd6a6ddd211023c70a25753122c5b978787">
+ <source>mirror peer</source>
+ <target state="translated">mirror peer</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/block/mirroring/mirroring.component.ts</context>
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
<context context-type="sourcefile">src/app/ceph/block/rbd-list/rbd-list.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
</trans-unit>
<trans-unit datatype="html" id="3747fff7faf52b436ecff5fb8555091736d92c70">
<source>Flatten</source>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="7eb984588f4835f6d0187b33769b4b0f62821640">
- <source>RBD snapshot rollback</source>
- <target state="translated">RBD snapshot rollback</target>
+ <trans-unit datatype="html" id="70a67e04629f6d412db0a12d51820b480788d795">
+ <source>Create</source>
+ <target state="translated">Create</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts</context>
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
<context context-type="linenumber">1</context>
</context-group>
- </trans-unit>
- <trans-unit datatype="html" id="4be22bf20ef82614ed53bcd3b912a85590aa71c9">
- <source>Rollback</source>
- <target state="translated">Rollback</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts</context>
+ <context context-type="sourcefile">src/app/core/auth/role-details/role-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-form/role-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e26f9cf3666aace4e524b1505c9795d76d87738d">
+ <source>Rename</source>
+ <target state="translated">Rename</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="45480c03b0a3a37ff8f6a5600a6a034b40fbaea4">
+ <source>Protect</source>
+ <target state="translated">Protect</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="3ea9b96a21a499d296a7f25407da0f3df6c2d5ed">
+ <source>Unprotect</source>
+ <target state="translated">Unprotect</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="54a4a3132b693575728a45a5f3154ad4c9af404b">
+ <source>Clone</source>
+ <target state="translated">Clone</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4be22bf20ef82614ed53bcd3b912a85590aa71c9">
+ <source>Rollback</source>
+ <target state="translated">Rollback</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7eb984588f4835f6d0187b33769b4b0f62821640">
+ <source>RBD snapshot rollback</source>
+ <target state="translated">RBD snapshot rollback</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
<context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
</trans-unit>
<trans-unit datatype="html" id="7db875ff4cc626d394f37fba95c075b2e4bfeb00">
<source>Standby daemons</source>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="a69f9ab917ee06c8e595d0809a27c0a934672550">
- <source>Positive integer value</source>
- <target state="translated">Positive integer value</target>
- <context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
- <context context-type="linenumber">1</context>
- </context-group>
- </trans-unit>
- <trans-unit datatype="html" id="138a48a2e66e2893105099731fcb5b9d876a9b15">
- <source>The entered value needs to be a positive number.</source>
- <target state="translated">The entered value needs to be a positive number.</target>
- <context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
- <context context-type="linenumber">1</context>
- </context-group>
- <context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
- <context context-type="linenumber">1</context>
- </context-group>
- <context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
- <context context-type="linenumber">1</context>
- </context-group>
- </trans-unit>
- <trans-unit datatype="html" id="d2cd389d621b06af850ac34ef328adbdc4875f3d">
- <source>Integer value</source>
- <target state="translated">Integer value</target>
- <context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
- <context context-type="linenumber">1</context>
- </context-group>
- </trans-unit>
- <trans-unit datatype="html" id="eae7086660cf1e38c7194a2c49ff52cc656f90f5">
- <source>The entered value needs to be a number.</source>
- <target state="translated">The entered value needs to be a number.</target>
- <context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
- <context context-type="linenumber">1</context>
- </context-group>
- </trans-unit>
- <trans-unit datatype="html" id="95eec2fcc0e9a0ec2f05e0b255503d6624afe210">
- <source>Positive integer value (size)</source>
- <target state="translated">Positive integer value (size)</target>
- <context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
- <context context-type="linenumber">1</context>
- </context-group>
- </trans-unit>
- <trans-unit datatype="html" id="c2ad0013d170aef399c688944f7456cfcb3eb32b">
- <source>Positive integer value (secs)</source>
- <target state="translated">Positive integer value (secs)</target>
- <context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
- <context context-type="linenumber">1</context>
- </context-group>
- </trans-unit>
- <trans-unit datatype="html" id="09be1ce38e2c81f3b8be2e904791fb253de3b0fe">
- <source>Decimal value</source>
- <target state="translated">Decimal value</target>
- <context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
- <context context-type="linenumber">1</context>
- </context-group>
- </trans-unit>
- <trans-unit datatype="html" id="a73376e04b4fb3a20734c8c39743fba32e6676ce">
- <source>The entered value needs to be a number or decimal.</source>
- <target state="translated">The entered value needs to be a number or decimal.</target>
- <context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
- <context context-type="linenumber">1</context>
- </context-group>
- </trans-unit>
- <trans-unit datatype="html" id="8ba143716c2da6e4120c0c1a804f0bdd9a7e5f5b">
- <source>Text</source>
- <target state="translated">Text</target>
- <context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
- <context context-type="linenumber">1</context>
- </context-group>
- </trans-unit>
- <trans-unit datatype="html" id="e8553bdeeab82f1bd176a59b97677516726a5a94">
- <source>IPv4 or IPv6 address</source>
- <target state="translated">IPv4 or IPv6 address</target>
- <context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
- <context context-type="linenumber">1</context>
- </context-group>
- </trans-unit>
- <trans-unit datatype="html" id="7aacd038b39cfd347107d01d1dc27f5cb3e0951c">
- <source>The entered value needs to be a valid IP address.</source>
- <target state="translated">The entered value needs to be a valid IP address.</target>
- <context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
- <context context-type="linenumber">1</context>
- </context-group>
- </trans-unit>
- <trans-unit datatype="html" id="8c87d9527af7ff2ada84c911516a9e43a352e401">
- <source>UUID</source>
- <target state="translated">UUID</target>
- <context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
- <context context-type="linenumber">1</context>
- </context-group>
- </trans-unit>
- <trans-unit datatype="html" id="46e09b8290d3d0afdb6baa2021395b0570606a31">
- <source>The entered value is not a valid UUID, e.g.: 67dcac9f-2c03-4d6c-b7bd-1210b3a259a8</source>
- <target state="translated">The entered value is not a valid UUID, e.g.: 67dcac9f-2c03-4d6c-b7bd-1210b3a259a8</target>
- <context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
- <context context-type="linenumber">1</context>
- </context-group>
- </trans-unit>
- <trans-unit datatype="html" id="e079c654595070cfd27aae68a2f4f22b2a43e4cb">
- <source>Boolean value</source>
- <target state="translated">Boolean value</target>
- <context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
- <context context-type="linenumber">1</context>
- </context-group>
- </trans-unit>
<trans-unit datatype="html" id="cdb623df78c6ed1fdd9e6dc35f83d6dbea75ebfa">
<source>Config option <x equiv-text="{{name}}" id="INTERPOLATION"/> has been updated.</source>
<target state="translated">Config option <x equiv-text="{{name}}" id="INTERPOLATION"/> has been updated.</target>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
+ <trans-unit datatype="html" id="1bb4a1f9127cefe624c173557a716d0ebb6d647c">
+ <source>PG Log Hard Limit</source>
+ <target state="translated">PG Log Hard Limit</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e03c0321397fdf7a9c22e8d6b5015424943c0a57">
+ <source>Puts a hard limit on pg log length</source>
+ <target state="translated">Puts a hard limit on pg log length</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
<trans-unit datatype="html" id="0182a66735272f5c540a0c65ff3f5a7913ac1b74">
<source>OSD Flags were updated successfully.</source>
<target state="translated">OSD Flags were updated successfully.</target>
<source>destroyed</source>
<target state="translated">destroyed</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="953144c420c2e5abd02e6a687433eac60fa852bd">
+ <source>PGs</source>
+ <target state="translated">PGs</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7d3523ea9d35c274cef84043de8a2fdde540a9a1">
+ <source>Read bytes</source>
+ <target state="translated">Read bytes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ecbe2fdca919499125bc42c2c67cedae8563db1c">
+ <source>Writes bytes</source>
+ <target state="translated">Writes bytes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f3c33322823c846b13f59ba2c8f234405bba99e1">
+ <source>Read ops</source>
+ <target state="translated">Read ops</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7e0b24a17546cbfab48b03dc874461d1ca68bc9a">
+ <source>Write ops</source>
+ <target state="translated">Write ops</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d45455406092f58e6b089cb440b5b7934b801a01">
+ <source>Mark OSD <x equiv-text="{{markAction}}" id="INTERPOLATION"/></source>
+ <target state="translated">Mark OSD <x equiv-text="{{markAction}}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="de0b7806e451b3b3dbd564decba59981fe781c18">
+ <source>Mark <x equiv-text="{{markAction}}" id="INTERPOLATION"/></source>
+ <target state="translated">Mark <x equiv-text="{{markAction}}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4edc2162af0bd6cd941eaf730d20a7e3b5a83ba7">
+ <source>Max Backfills</source>
+ <target state="translated">Max Backfills</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="eb5e6c24a48a1dfe23e0a772b762be5e949c0c8a">
+ <source>Recovery Max Active</source>
+ <target state="translated">Recovery Max Active</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4a23c6d3859e03184118620d2baeb736ac765fbf">
+ <source>Recovery Max Single Start</source>
+ <target state="translated">Recovery Max Single Start</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="97049169ef5228fd1724de2fcdad1fec2858eaf8">
+ <source>Recovery Sleep</source>
+ <target state="translated">Recovery Sleep</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a5c05002b0ac2040f1aede5e727e0ffd06eda819">
+ <source>Custom</source>
+ <target state="translated">Custom</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="92a8cbd0b31b1a5a64fe3a3245437ecf14b6d74d">
+ <source>OSD recovery speed priority "<x equiv-text="{{value}}" id="INTERPOLATION"/>" was set successfully.</source>
+ <target state="translated">OSD recovery speed priority "<x equiv-text="{{value}}" id="INTERPOLATION"/>" was set successfully.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="87241d8eb7bf0d14756f27febe8d0a84015627db">
+ <source>OSD recovery speed priority</source>
+ <target state="translated">OSD recovery speed priority</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="442db228d78b94d704b22bb0ffeb712af183f19a">
+ <source><x equiv-text="{{operation}}" id="INTERPOLATION"/> was initialized in the following OSD: <x equiv-text="{{id}}" id="INTERPOLATION_1"/></source>
+ <target state="translated"><x equiv-text="{{operation}}" id="INTERPOLATION"/> was initialized in the following OSD: <x equiv-text="{{id}}" id="INTERPOLATION_1"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="78917e8031aaf913ac3fa63295325ce8879703ce">
+ <source>Job</source>
+ <target state="translated">Job</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="94287619205068b591c18493c64781424864c259">
+ <source>Severity</source>
+ <target state="translated">Severity</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e6cfbe0c5e0302ba2cec22315f6a28f8ac46b651">
+ <source>Started</source>
+ <target state="translated">Started</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6">
+ <source>URL</source>
+ <target state="translated">URL</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fb2e1bed329dc5b84197808c778abb9edcbdb335">
+ <source>Used</source>
+ <target state="translated">Used</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4f1ab04d9100fb0df0e62b921ec46ae052ae29fc">
+ <source>Avail.</source>
+ <target state="translated">Avail.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a1c9b3d4fa67450fe9afd1d726f8a1bd91d990ea">
+ <source>Clean</source>
+ <target state="translated">Clean</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0054f5460090d6dde385e8f099d598df5d28cf54">
+ <source>Working</source>
+ <target state="translated">Working</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a8059e31694578c1b0344a76a345357dd60e8f01">
+ <source>Warning</source>
+ <target state="translated">Warning</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e5d8bb389c702588877f039d72178f219453a72d">
+ <source>Unknown</source>
+ <target state="translated">Unknown</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="129a2224e1f9d19eb5e11e2a07fe10a785556484">
+ <source>up</source>
+ <target state="translated">up</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/osd-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d5f29cf0af691726483262d647eb6622be002512">
+ <source>no filesystems</source>
+ <target state="translated">no filesystems</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b1c4387ffab06f3fa9fdb4411aea955595538d44">
+ <source>active</source>
+ <target state="translated">active</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mgr-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1aaf7054d826f2cb05ec3e88a5a4b8116861e1f5">
+ <source>standby</source>
+ <target state="translated">standby</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mgr-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c9a1080024dca344a48acdb77fa2d54e059f7254">
+ <source>n/a</source>
+ <target state="translated">n/a</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mgr-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="84a1787b6df375847c70f782861d7e7f8f43bff4">
+ <source>active daemon</source>
+ <target state="translated">active daemon</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mgr-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="24407dc2ebfafaf6b131ee978683b893c3f1d763">
+ <source>quorum</source>
+ <target state="translated">quorum</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mon-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="5049e204c14c648691ac775a64fb504467aeb549">
+ <source>Value</source>
+ <target state="translated">Value</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="60fb10c145f9c7ede2b9ddf9b2b0b0f6191d0ebd">
+ <source>Cache Mode</source>
+ <target state="translated">Cache Mode</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-details/pool-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fa5bfad31d4139f6871443bb74324ffda5cad3e6">
+ <source>Min Evict Age</source>
+ <target state="translated">Min Evict Age</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-details/pool-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fd0eb851666df45c34c76fabcda79b0d77bc910b">
+ <source>Min Flush Age</source>
+ <target state="translated">Min Flush Age</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-details/pool-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="cb54d2c420a534cee0c308ea5589f8c394ef8d67">
+ <source>Target Max Bytes</source>
+ <target state="translated">Target Max Bytes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-details/pool-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="07f4ebe6615dca466818ffdae2a69ee217d265fb">
+ <source>Target Max Objects</source>
+ <target state="translated">Target Max Objects</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-details/pool-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="eaa8f4df53cf7fa78d078e20a701d10f3dccd77d">
+ <source>No applications added</source>
+ <target state="translated">No applications added</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="321c2a7640f11177ea49b0857b94c4b70830c0e6">
+ <source>Applications limit reached</source>
+ <target state="translated">Applications limit reached</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="519d27742b74fadc8336777452f78891e98aa1dc">
+ <source>A pool can only have up to four applications definitions.</source>
+ <target state="translated">A pool can only have up to four applications definitions.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b5bec3813f0d45daa7eb9471272969e1bc3e734e">
+ <source>Allowed characters '_a-zA-Z0-9'</source>
+ <target state="translated">Allowed characters '_a-zA-Z0-9'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="807472d29602a0085bce62e534bd66208982c2e2">
+ <source>Maximum length is 128 characters</source>
+ <target state="translated">Maximum length is 128 characters</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="37785748b9ac9ad1d3e4b111ac502c3284afe84b">
+ <source>Filter or add applications</source>
+ <target state="translated">Filter or add applications</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="38c7b8610ca87835e13eeee6a09ba1c414cd5cb9">
+ <source>Add application</source>
+ <target state="translated">Add application</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="65bb2be83261bc4798853bbccdedc110c43feea7">
+ <source>erasure code profile</source>
+ <target state="translated">erasure code profile</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="112d356ad6846959ca4aa5ec9a1f0d9d473b24ec">
+ <source>Replica Size</source>
+ <target state="translated">Replica Size</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ec50492db341fa752b023d8c924601286b6c9c0c">
+ <source>Last Change</source>
+ <target state="translated">Last Change</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="563a8c136a9d423bc7ae1269a404d6da5fd83dad">
+ <source>Erasure Coded Profile</source>
+ <target state="translated">Erasure Coded Profile</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0ad7f0662956cff61ac1208f92b1a0305b1b2e58">
+ <source>Crush Ruleset</source>
+ <target state="translated">Crush Ruleset</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f15bf7f588f09ca79795b17bc244e8d336f28171">
+ <source>Write bytes</source>
+ <target state="translated">Write bytes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="44939fd05cedfd077db886528b755e77d5fa3885">
+ <source>bucket</source>
+ <target state="translated">bucket</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ec40d74ecfb1d6d60455af6805c9a714a3f5750a">
+ <source>buckets</source>
+ <target state="translated">buckets</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0914cbe18bae204217e1851be6d2d24d86e74605">
+ <source>user</source>
+ <target state="translated">user</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7c7f4be7b726e61c577e63842a58d9e435f7c597">
+ <source>users</source>
+ <target state="translated">users</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1481b8488e10dbc437accce89d2ae35a0106e8ba">
+ <source>Scope</source>
+ <target state="translated">Scope</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-details/role-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9b1d5e95f6bdcfb4b737413f5fa157e0dcb103d5">
+ <source>Read</source>
+ <target state="translated">Read</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-details/role-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-form/role-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fe6ee93173884201ec62d62ba173c3de85ae177e">
+ <source>Created role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">Created role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-form/role-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="41c032df0732f4318f8213fabd0719ac347d4b6c">
+ <source>Updated role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">Updated role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-form/role-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="50e22b5289f79f1417369403345c9fa9911a4557">
+ <source>System Role</source>
+ <target state="translated">System Role</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-list/role-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7f132668e2dbfcf616381d2daf59d1a6f2698102">
+ <source>Deleted role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">Deleted role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-list/role-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d2362a49d2434ce137bf19dab004251b7fd9c7b3">
+ <source>Created user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</source>
+ <target state="translated">Created user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9910122dfedd2eaa544a990f1430e5b82a76d99f">
+ <source>Update user</source>
+ <target state="translated">Update user</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ac10a3d9b59575640797c1a8e6aea642cf5d5e77">
+ <source>Continue</source>
+ <target state="translated">Continue</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="cf4bcf4ce3d551e6099ccdc3546ae418fe5f8038">
+ <source>You were automatically logged out because your roles have been changed.</source>
+ <target state="translated">You were automatically logged out because your roles have been changed.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0f6003fb0c1cc73b89d225801cc1b870945cd259">
+ <source>Updated user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</source>
+ <target state="translated">Updated user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fe516c6d820018fdc971113935e22ec1e852965f">
+ <source>Deleted user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</source>
+ <target state="translated">Deleted user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-list/user-list.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="953144c420c2e5abd02e6a687433eac60fa852bd">
- <source>PGs</source>
- <target state="translated">PGs</target>
+ <trans-unit datatype="html" id="01a7e11502ff80421ef3615e533ea14ef57e1d5c">
+ <source>Failed to delete user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</source>
+ <target state="translated">Failed to delete user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="sourcefile">src/app/core/auth/user-list/user-list.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="7d3523ea9d35c274cef84043de8a2fdde540a9a1">
- <source>Read bytes</source>
- <target state="translated">Read bytes</target>
+ <trans-unit datatype="html" id="63316a3861dbcb035147efc1b9fb6bc708242e94">
+ <source>You are currently logged in as "<x equiv-text="{{username}}" id="INTERPOLATION"/>".</source>
+ <target state="translated">You are currently logged in as "<x equiv-text="{{username}}" id="INTERPOLATION"/>".</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="sourcefile">src/app/core/auth/user-list/user-list.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="ecbe2fdca919499125bc42c2c67cedae8563db1c">
- <source>Writes bytes</source>
- <target state="translated">Writes bytes</target>
+ <trans-unit datatype="html" id="1d7fbcc3d5efc946ffbcf86fed04c4e20dda20fb">
+ <source>Each object is split in data-chunks parts, each stored on a different OSD.</source>
+ <target state="translated">Each object is split in data-chunks parts, each stored on a different OSD.</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="f3c33322823c846b13f59ba2c8f234405bba99e1">
- <source>Read ops</source>
- <target state="translated">Read ops</target>
+ <trans-unit datatype="html" id="b1f8ed4e216585f1f9134740002ef3c8501debd8">
+ <source>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.</source>
+ <target state="translated">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.</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="7e0b24a17546cbfab48b03dc874461d1ca68bc9a">
- <source>Write ops</source>
- <target state="translated">Write ops</target>
+ <trans-unit datatype="html" id="c437ee74a9a8e781e1380153f742a685e3b8cc5e">
+ <source>The jerasure plugin is the most generic and flexible plugin,
+ it is also the default for Ceph erasure coded pools.</source>
+ <target state="translated">The jerasure plugin is the most generic and flexible plugin,
+ it is also the default for Ceph erasure coded pools.</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="d45455406092f58e6b089cb440b5b7934b801a01">
- <source>Mark OSD <x equiv-text="{{markAction}}" id="INTERPOLATION"/></source>
- <target state="translated">Mark OSD <x equiv-text="{{markAction}}" id="INTERPOLATION"/></target>
+ <trans-unit datatype="html" id="8c7e19322851402afa67e41f4f1d4e531caf1bf5">
+ <source>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.</source>
+ <target state="translated">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.</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="de0b7806e451b3b3dbd564decba59981fe781c18">
- <source>Mark <x equiv-text="{{markAction}}" id="INTERPOLATION"/></source>
- <target state="translated">Mark <x equiv-text="{{markAction}}" id="INTERPOLATION"/></target>
+ <trans-unit datatype="html" id="b1b11f49281b4e79219b4eecfbcb033cb15bd880">
+ <source>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.</source>
+ <target state="translated">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.</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="442db228d78b94d704b22bb0ffeb712af183f19a">
- <source><x equiv-text="{{operation}}" id="INTERPOLATION"/> was initialized in the following OSD: <x equiv-text="{{id}}" id="INTERPOLATION_1"/></source>
- <target state="translated"><x equiv-text="{{operation}}" id="INTERPOLATION"/> was initialized in the following OSD: <x equiv-text="{{id}}" id="INTERPOLATION_1"/></target>
+ <trans-unit datatype="html" id="d9cb3bc07a25b26fbea457e0a7b543340bc13c49">
+ <source>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.</source>
+ <target state="translated">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.</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="fb2e1bed329dc5b84197808c778abb9edcbdb335">
- <source>Used</source>
- <target state="translated">Used</target>
+ <trans-unit datatype="html" id="813959d46e63a29bbd266b3af2ff9414c2ef553c">
+ <source>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.</source>
+ <target state="translated">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.</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="4f1ab04d9100fb0df0e62b921ec46ae052ae29fc">
- <source>Avail.</source>
- <target state="translated">Avail.</target>
+ <trans-unit datatype="html" id="f0ff63d92e0a1b4d4b51e31b9133802d160a5f4c">
+ <source>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.</source>
+ <target state="translated">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.</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="a1c9b3d4fa67450fe9afd1d726f8a1bd91d990ea">
- <source>Clean</source>
- <target state="translated">Clean</target>
+ <trans-unit datatype="html" id="3ece48df9d1e9a98f98bf3c5cc66e8b637020a4d">
+ <source>The isa plugin encapsulates the ISA library. It only runs on Intel processors.</source>
+ <target state="translated">The isa plugin encapsulates the ISA library. It only runs on Intel processors.</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="a8059e31694578c1b0344a76a345357dd60e8f01">
- <source>Warning</source>
- <target state="translated">Warning</target>
+ <trans-unit datatype="html" id="4472c9e31bfc7d96a83dc4afce0a6e885c99e839">
+ <source>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.</source>
+ <target state="translated">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.</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="e5d8bb389c702588877f039d72178f219453a72d">
- <source>Unknown</source>
- <target state="translated">Unknown</target>
+ <trans-unit datatype="html" id="fa385f5ecf63083ec848dca8dc5e52bdc72ac6f6">
+ <source>The shec plugin encapsulates the multiple SHEC library.
+ It allows ceph to recover data more efficiently than Reed Solomon codes.</source>
+ <target state="translated">The shec plugin encapsulates the multiple SHEC library.
+ It allows ceph to recover data more efficiently than Reed Solomon codes.</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="0054f5460090d6dde385e8f099d598df5d28cf54">
- <source>Working</source>
- <target state="translated">Working</target>
+ <trans-unit datatype="html" id="687b3cd94b3475c24ff4481d64d4739f902a377c">
+ <source>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.</source>
+ <target state="translated">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.</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="d5f29cf0af691726483262d647eb6622be002512">
- <source>no filesystems</source>
- <target state="translated">no filesystems</target>
+ <trans-unit datatype="html" id="f3c4af6df91bdaabdb715f8f0b61a24faf73a3bc">
+ <source>The name of the crush bucket used for the first step of the CRUSH rule.
+ For instance step take default.</source>
+ <target state="translated">The name of the crush bucket used for the first step of the CRUSH rule.
+ For instance step take default.</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e1059955a5ce65cdabf0c0a8207377e1f9bae57e">
+ <source>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.</source>
+ <target state="translated">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.</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="b1c4387ffab06f3fa9fdb4411aea955595538d44">
- <source>active</source>
- <target state="translated">active</target>
+ <trans-unit datatype="html" id="ac392ac9c6da5fde6da80fc57b9c09402fb6e73d">
+ <source>Restrict placement to devices of a specific class
+ (e.g., ssd or hdd), using the crush device class names in the CRUSH map.</source>
+ <target state="translated">Restrict placement to devices of a specific class
+ (e.g., ssd or hdd), using the crush device class names in the CRUSH map.</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="1aaf7054d826f2cb05ec3e88a5a4b8116861e1f5">
- <source>standby</source>
- <target state="translated">standby</target>
+ <trans-unit datatype="html" id="62bcb9ae5583a088649b1adf5787a86ca3334f89">
+ <source>Set the directory name from which the erasure code plugin is loaded.</source>
+ <target state="translated">Set the directory name from which the erasure code plugin is loaded.</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="42e9c4337538ab214626c1b4ef230836952bbe1a">
- <source>standbys</source>
- <target state="translated">standbys</target>
+ <trans-unit datatype="html" id="a436c6a4025a749198e93cac239de8deede72211">
+ <source>-- Select the priority --</source>
+ <target state="translated">-- Select the priority --</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/dashboard/mgr-summary.pipe.ts</context>
+ <context context-type="sourcefile">src/app/shared/api/osd.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="24407dc2ebfafaf6b131ee978683b893c3f1d763">
- <source>quorum</source>
- <target state="translated">quorum</target>
+ <trans-unit datatype="html" id="9556266f0a2b1762a44b686f2bb21dbfefb01c12">
+ <source>Low</source>
+ <target state="translated">Low</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/dashboard/mon-summary.pipe.ts</context>
+ <context context-type="sourcefile">src/app/shared/api/osd.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="129a2224e1f9d19eb5e11e2a07fe10a785556484">
- <source>up</source>
- <target state="translated">up</target>
+ <trans-unit datatype="html" id="72279141a67cc042d9864102b703216cc8a428a3">
+ <source>High</source>
+ <target state="translated">High</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/dashboard/osd-summary.pipe.ts</context>
+ <context context-type="sourcefile">src/app/shared/api/osd.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="5049e204c14c648691ac775a64fb504467aeb549">
- <source>Value</source>
- <target state="translated">Value</target>
+ <trans-unit datatype="html" id="e6ca3c0efaf51e6d45a7f92f58bac37140c3fda4">
+ <source>Last 5 minutes</source>
+ <target state="translated">Last 5 minutes</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="eaa8f4df53cf7fa78d078e20a701d10f3dccd77d">
- <source>No applications added</source>
- <target state="translated">No applications added</target>
+ <trans-unit datatype="html" id="b0ecb2bbc548cc9bd95050fd8f0c84586d083fe2">
+ <source>Last 15 minutes</source>
+ <target state="translated">Last 15 minutes</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="321c2a7640f11177ea49b0857b94c4b70830c0e6">
- <source>Applications limit reached</source>
- <target state="translated">Applications limit reached</target>
+ <trans-unit datatype="html" id="857ae67deb51353120b203b0f2a06b0c48ef49fa">
+ <source>Last 30 minutes</source>
+ <target state="translated">Last 30 minutes</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="519d27742b74fadc8336777452f78891e98aa1dc">
- <source>A pool can only have up to four applications definitions.</source>
- <target state="translated">A pool can only have up to four applications definitions.</target>
+ <trans-unit datatype="html" id="7b1738fad314e936dc14b94db8f43da736942308">
+ <source>Last 1 hour (Default)</source>
+ <target state="translated">Last 1 hour (Default)</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="b5bec3813f0d45daa7eb9471272969e1bc3e734e">
- <source>Allowed characters '_a-zA-Z0-9'</source>
- <target state="translated">Allowed characters '_a-zA-Z0-9'</target>
+ <trans-unit datatype="html" id="a428288224389726cef9d9bd8d1d7808cccd7ffd">
+ <source>Last 3 hours</source>
+ <target state="translated">Last 3 hours</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="807472d29602a0085bce62e534bd66208982c2e2">
- <source>Maximum length is 128 characters</source>
- <target state="translated">Maximum length is 128 characters</target>
+ <trans-unit datatype="html" id="7cbabecc8d80cf183ac199cfaeb7619d56e5d43f">
+ <source>Last 6 hours</source>
+ <target state="translated">Last 6 hours</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="37785748b9ac9ad1d3e4b111ac502c3284afe84b">
- <source>Filter or add applications</source>
- <target state="translated">Filter or add applications</target>
+ <trans-unit datatype="html" id="1a389cdf64187d34cf99eec30a290e3fa7d4744f">
+ <source>Last 12 hours</source>
+ <target state="translated">Last 12 hours</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="38c7b8610ca87835e13eeee6a09ba1c414cd5cb9">
- <source>Add application</source>
- <target state="translated">Add application</target>
+ <trans-unit datatype="html" id="9e0ba5f591380a94d594a76288f0c41aa97eb9c2">
+ <source>Last 24 hours</source>
+ <target state="translated">Last 24 hours</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="65bb2be83261bc4798853bbccdedc110c43feea7">
- <source>erasure code profile</source>
- <target state="translated">erasure code profile</target>
+ <trans-unit datatype="html" id="e430eda9c785cd43465b7cbb400ee914f1057247">
+ <source>Yesterday</source>
+ <target state="translated">Yesterday</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="1d1174ec0fd282599b9feb00fc7a770e12ee7294">
- <source>Placement Groups</source>
- <target state="translated">Placement Groups</target>
+ <trans-unit datatype="html" id="7fb1099e29660162f9154d5b2feee7743a423df6">
+ <source>Today</source>
+ <target state="translated">Today</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="112d356ad6846959ca4aa5ec9a1f0d9d473b24ec">
- <source>Replica Size</source>
- <target state="translated">Replica Size</target>
+ <trans-unit datatype="html" id="33904058a97a64bd189bed84038b1ffe719769c7">
+ <source>Today so far</source>
+ <target state="translated">Today so far</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="ec50492db341fa752b023d8c924601286b6c9c0c">
- <source>Last Change</source>
- <target state="translated">Last Change</target>
+ <trans-unit datatype="html" id="3b0b849be007510021d3d383df75bec95ef9c97b">
+ <source>Day before yesterday</source>
+ <target state="translated">Day before yesterday</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="563a8c136a9d423bc7ae1269a404d6da5fd83dad">
- <source>Erasure Coded Profile</source>
- <target state="translated">Erasure Coded Profile</target>
+ <trans-unit datatype="html" id="6b430c2c394c4d32ebd7d46c8c46ab60e1b29ccb">
+ <source>Last 2 days</source>
+ <target state="translated">Last 2 days</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="0ad7f0662956cff61ac1208f92b1a0305b1b2e58">
- <source>Crush Ruleset</source>
- <target state="translated">Crush Ruleset</target>
+ <trans-unit datatype="html" id="d5e812a87a5d57a94200a2013027cab76a7c4863">
+ <source>This day last week</source>
+ <target state="translated">This day last week</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="44939fd05cedfd077db886528b755e77d5fa3885">
- <source>bucket</source>
- <target state="translated">bucket</target>
+ <trans-unit datatype="html" id="d00edc936eeab6b5577401f115ca86ca2c87dc9a">
+ <source>Previous week</source>
+ <target state="translated">Previous week</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="ec40d74ecfb1d6d60455af6805c9a714a3f5750a">
- <source>buckets</source>
- <target state="translated">buckets</target>
+ <trans-unit datatype="html" id="b036e40577baa6b918b2267d319d4b3aeaa88a5a">
+ <source>This week</source>
+ <target state="translated">This week</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="0914cbe18bae204217e1851be6d2d24d86e74605">
- <source>user</source>
- <target state="translated">user</target>
+ <trans-unit datatype="html" id="99ad5a6096b3fcb3f021f3779bae710cdfeb8934">
+ <source>This week so far</source>
+ <target state="translated">This week so far</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="7c7f4be7b726e61c577e63842a58d9e435f7c597">
- <source>users</source>
- <target state="translated">users</target>
+ <trans-unit datatype="html" id="02e0243b60007368f87dc01e083f232dd025096d">
+ <source>Last 7 days</source>
+ <target state="translated">Last 7 days</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="1481b8488e10dbc437accce89d2ae35a0106e8ba">
- <source>Scope</source>
- <target state="translated">Scope</target>
+ <trans-unit datatype="html" id="c3b08b07b5ab98e7cdcf18df39355690ab7d3884">
+ <source>Previous month</source>
+ <target state="translated">Previous month</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/core/auth/role-details/role-details.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="9b1d5e95f6bdcfb4b737413f5fa157e0dcb103d5">
- <source>Read</source>
- <target state="translated">Read</target>
+ <trans-unit datatype="html" id="1b2562c6d5aa90644e7dc91feee82e2005fceb33">
+ <source>This month</source>
+ <target state="translated">This month</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/core/auth/role-details/role-details.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="26b4b18c5917934abb169ba9aa490e57f7bf10b8">
+ <source>This month so far</source>
+ <target state="translated">This month so far</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/core/auth/role-form/role-form.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="70a67e04629f6d412db0a12d51820b480788d795">
- <source>Create</source>
- <target state="translated">Create</target>
+ <trans-unit datatype="html" id="7668986b9f753fcd72ad4a00b1a0c4861d1f7fb8">
+ <source>Last 30 days</source>
+ <target state="translated">Last 30 days</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/core/auth/role-details/role-details.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ba1e822408d90c6fbd2989100fa648bfd5e8ee84">
+ <source>Last 90 days</source>
+ <target state="translated">Last 90 days</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/core/auth/role-form/role-form.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="047f50bc5b5d17b5bec0196355953e1a5c590ddb">
- <source>Update</source>
- <target state="translated">Update</target>
+ <trans-unit datatype="html" id="c3df03f899a914c4181adcdc8a3f077424f7b6e8">
+ <source>Last 6 months</source>
+ <target state="translated">Last 6 months</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/core/auth/role-details/role-details.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7f9a92757580c9f31c309c0a3812ea429274eadf">
+ <source>Last 1 year</source>
+ <target state="translated">Last 1 year</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/core/auth/role-form/role-form.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="fe6ee93173884201ec62d62ba173c3de85ae177e">
- <source>Created role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</source>
- <target state="translated">Created role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</target>
+ <trans-unit datatype="html" id="5a9fede30ff65cb4b4426f6b1ed31afb67ecd7b0">
+ <source>Previous year</source>
+ <target state="translated">Previous year</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/core/auth/role-form/role-form.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="41c032df0732f4318f8213fabd0719ac347d4b6c">
- <source>Updated role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</source>
- <target state="translated">Updated role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</target>
+ <trans-unit datatype="html" id="65cefcc53d1f6445df7568e8a40c49165f1090ee">
+ <source>This year</source>
+ <target state="translated">This year</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/core/auth/role-form/role-form.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="50e22b5289f79f1417369403345c9fa9911a4557">
- <source>System Role</source>
- <target state="translated">System Role</target>
+ <trans-unit datatype="html" id="1f68b766944dc3865bddab765fe952b0c1c43f92">
+ <source>This year so far</source>
+ <target state="translated">This year so far</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/core/auth/role-list/role-list.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="7f132668e2dbfcf616381d2daf59d1a6f2698102">
- <source>Deleted role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</source>
- <target state="translated">Deleted role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</target>
+ <trans-unit datatype="html" id="4d4b77e614f8043fdadef5d6d235655bb48eb311">
+ <source>Last 2 years</source>
+ <target state="translated">Last 2 years</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/core/auth/role-list/role-list.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="d2362a49d2434ce137bf19dab004251b7fd9c7b3">
- <source>Created user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</source>
- <target state="translated">Created user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</target>
+ <trans-unit datatype="html" id="138afa339ea6e75d25a474affe1edbcb90e00ec0">
+ <source>Last 5 years</source>
+ <target state="translated">Last 5 years</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="9910122dfedd2eaa544a990f1430e5b82a76d99f">
- <source>Update user</source>
- <target state="translated">Update user</target>
+ <trans-unit datatype="html" id="c43dc1967a603fefb886149ac35863a06d5b4ce5">
+ <source>Information</source>
+ <target state="translated">Information</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/info-panel/info-panel.component.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="ac10a3d9b59575640797c1a8e6aea642cf5d5e77">
- <source>Continue</source>
- <target state="translated">Continue</target>
+ <trans-unit datatype="html" id="37391297bb077a6f84484930261b01a3ce38327b">
+ <source>No items selected.</source>
+ <target state="translated">No items selected.</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="cf4bcf4ce3d551e6099ccdc3546ae418fe5f8038">
- <source>You were automatically logged out because your roles have been changed.</source>
- <target state="translated">You were automatically logged out because your roles have been changed.</target>
+ <trans-unit datatype="html" id="2c1e52ee832661b4a0f570877d24661736b16af1">
+ <source>Deselect item to select again</source>
+ <target state="translated">Deselect item to select again</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="0f6003fb0c1cc73b89d225801cc1b870945cd259">
- <source>Updated user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</source>
- <target state="translated">Updated user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</target>
+ <trans-unit datatype="html" id="c8c9c6e5918659336824bbdda3501c66eaa79a4c">
+ <source>Selection limit reached</source>
+ <target state="translated">Selection limit reached</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="fe516c6d820018fdc971113935e22ec1e852965f">
- <source>Deleted user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</source>
- <target state="translated">Deleted user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</target>
+ <trans-unit datatype="html" id="02d184c288f567825a1fcbf83bcd3099a10853d5">
+ <source>Filter tags</source>
+ <target state="translated">Filter tags</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/core/auth/user-list/user-list.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="01a7e11502ff80421ef3615e533ea14ef57e1d5c">
- <source>Failed to delete user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</source>
- <target state="translated">Failed to delete user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</target>
+ <trans-unit datatype="html" id="aa00748e49c269956837d6f3acdd8d218796a8d8">
+ <source>Add badge</source>
+ <target state="translated">Add badge</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/core/auth/user-list/user-list.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="63316a3861dbcb035147efc1b9fb6bc708242e94">
- <source>You are currently logged in as "<x equiv-text="{{username}}" id="INTERPOLATION"/>".</source>
- <target state="translated">You are currently logged in as "<x equiv-text="{{username}}" id="INTERPOLATION"/>".</target>
+ <trans-unit datatype="html" id="4078a92d8121abdce7d8f346a88914923ec835fc">
+ <source>There are no items available.</source>
+ <target state="translated">There are no items available.</target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/core/auth/user-list/user-list.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
- <trans-unit datatype="html" id="c43dc1967a603fefb886149ac35863a06d5b4ce5">
- <source>Information</source>
- <target state="translated">Information</target>
+ <trans-unit datatype="html" id="24c4d50fe8567de381a20a1745f1b6d37eacaa90">
+ <source>Failed to <x equiv-text="{{failure}}" id="INTERPOLATION"/> <x equiv-text="{{metadata}}" id="INTERPOLATION_1"/></source>
+ <target state="translated">Failed to <x equiv-text="{{failure}}" id="INTERPOLATION"/><x equiv-text="{{metadata}}" id="INTERPOLATION_1"/></target>
<context-group purpose="location">
- <context context-type="sourcefile">src/app/shared/components/info-panel/info-panel.component.ts</context>
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
+ <trans-unit datatype="html" id="4fb54a0291f49583c317d4a3690239141b5a8f68">
+ <source>mirror mode for pool '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">mirror mode for pool '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="6621ab6e122a149326a1e48e9051a41e7f203cf6">
+ <source>mirror peer for pool '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">mirror peer for pool '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
<trans-unit datatype="html" id="1b559dbd9cc9664fd788c2da9a10d3abafe066cb">
<source>Name is already used by <x equiv-text="{{pool_name}}" id="INTERPOLATION"/>.</source>
<target state="translated">Name is already used by <x equiv-text="{{pool_name}}" id="INTERPOLATION"/>.</target>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
+ <trans-unit datatype="html" id="02278abbb044ece04ab6bd80bd2060198d31d83b">
+ <source>Cannot disable mirroring because it contains a peer.</source>
+ <target state="translated">Cannot disable mirroring because it contains a peer.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
<trans-unit datatype="html" id="dfe70001dc590a9e12512cbb206aa29fb36fd00b">
<source>pool '<x equiv-text="{{pool_name}}" id="INTERPOLATION"/>'</source>
<target state="translated">pool '<x equiv-text="{{pool_name}}" id="INTERPOLATION"/>'</target>
<context context-type="linenumber">1</context>
</context-group>
</trans-unit>
+ <trans-unit datatype="html" id="369462e5e018360e0600bb570866201ad5c3c8a8">
+ <source>target '<x equiv-text="{{target_iqn}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">target '<x equiv-text="{{target_iqn}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
--- /dev/null
+<?xml version="1.0"?><xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
+ <file datatype="plaintext" original="ng2.template" source-language="en-US" target-language="zh-CN">
+ <body>
+ <trans-unit datatype="html" id="319e0745bcbc132451569294fa2fa21bf10f555a">
+ <source>Toggle navigation</source>
+ <target>切换导航</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">15</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f65253954b66e929a8b4d5ecaf61f9129f8cec64">
+ <source>Dashboard</source>
+ <target>仪表盘</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">35</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f4d1dd59b039ad818d9da7e29a773e10e41d9821">
+ <source>Cluster</source>
+ <target>集群</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">47</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="099b441d49333b3c6d30b36dc0a4763e64c78920">
+ <source>Hosts</source>
+ <target>主机</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">57</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">81</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="624f596cc3320f5e0a0d7c7346c364e5af9bdd8c">
+ <source>Monitors</source>
+ <target>Monitor</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">64</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">48</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1a9183778f2c6473d7ccb080f651caa01faaf70c">
+ <source>OSDs</source>
+ <target>OSD</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">57</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4a41f824a35ba01d5bd7be61aa06b3e8145209d0">
+ <source>Configuration</source>
+ <target>配置项</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">78</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8c95898abff46bfac3ed6eb2afef74597e60b15c">
+ <source>CRUSH map</source>
+ <target>CRUSH 索引</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">85</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="eb3d5aefff38a814b76da74371cbf02c0789a1ef">
+ <source>Logs</source>
+ <target>日志</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">92</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9fe218829514884cdd0ca2300573a4e0428c324f">
+ <source>Alerts</source>
+ <target>警告</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">98</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="92899fa68e8ca108912163ff58edc8540e453787">
+ <source>Pools</source>
+ <target>存储池</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">108</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/overview/overview.component.html</context>
+ <context context-type="linenumber">12</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">190</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7f5d0c10614e8a34f0e2dad33a0568277c50cf69">
+ <source>Block</source>
+ <target>块设备</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">122</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b73f7f5060fb22a1e9ec462b1bb02493fa3ab866">
+ <source>Images</source>
+ <target>镜像</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">131</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">120</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">341</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">479</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi/iscsi.component.html</context>
+ <context context-type="linenumber">9</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/overview/overview.component.html</context>
+ <context context-type="linenumber">21</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-images/rbd-images.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3c2562ba992127203dcfd014010b03cb7b8113c6">
+ <source>Mirroring</source>
+ <target>镜像</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">139</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="811c241d56601b91ef26735b770e64428089b950">
+ <source>iSCSI</source>
+ <target>iSCSI</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">151</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a4eff72d97b7ced051398d581f10968218057ddc">
+ <source>Filesystems</source>
+ <target>文件系统</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">162</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2190548d236ca5f7bc7ab2bca334b860c5ff2ad4">
+ <source>Object Gateway</source>
+ <target>对象网关</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">173</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9e24f9e2d42104ffc01599db4d566d1cc518f9e6">
+ <source>Daemons</source>
+ <target>守护进程</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">182</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi/iscsi.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/overview/overview.component.html</context>
+ <context context-type="linenumber">5</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
+ <source>Users</source>
+ <target>用户</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">188</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-tabs/user-tabs.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9515520496da83179d8b08132f00f575512a1f40">
+ <source>Buckets</source>
+ <target>存储桶</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/navigation/navigation.component.html</context>
+ <context context-type="linenumber">194</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="797f8214e8148f4bf0d244baaa7341706b419549">
+ <source>Retrieving data<x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/> for
+ <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/>. Please wait...</source>
+ <target>关于<x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/> 的数据,正为
+ <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/>获取中,请稍候...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/view-cache/view-cache.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5a870dc77b9f6f33ee671ea2d856021276933339">
+ <source>Displaying previously cached data<x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/>
+ for <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/>.</source>
+ <target>关于之前缓存的数据<x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/>,正为
+ <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/>显示。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/view-cache/view-cache.component.html</context>
+ <context context-type="linenumber">7</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ae580202919844531361ba2308287226ff74a584">
+ <source>Could not load data<x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/> for
+ <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/>.
+ Please check the cluster health.</source>
+ <target>关于数据<x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN_1"/> ,无法为
+ <x ctype="x-span" equiv-text="<span>" id="START_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/><x ctype="x-span" equiv-text="</span>" id="CLOSE_TAG_SPAN"/>加载。
+ 请检查集群的健康状况。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/view-cache/view-cache.component.html</context>
+ <context context-type="linenumber">12</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cda31dbd724cf5f4fa7a4274d9120651490c8a8c">
+ <source>Back</source>
+ <target>返回</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/error-panel/error-panel.component.html</context>
+ <context context-type="linenumber">27</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">544</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">303</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">159</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">443</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">107</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">598</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">85</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">151</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3fb5709e10166cbc85970cbff103db227dbeb813">
+ <source>Select a Language</source>
+ <target>请选择语言</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/language-selector/language-selector.component.html</context>
+ <context context-type="linenumber">7</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c5109325fb160b543f71a51e7511c00575057431">
+ <source>Loading panel data...</source>
+ <target>正在读取控制板的相关数据……</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/grafana/grafana.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8ca12411f890ab8b0a9216418e2b8f5ea7d2441a">
+ <source>Please consult the
+ <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> on how to
+ configure and enable the monitoring functionality.</source>
+ <target>关于如何配置以及打开监控功能,
+请参阅<x ctype="x-a" equiv-text="<a>" id="START_LINK"/>文档<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/grafana/grafana.component.html</context>
+ <context context-type="linenumber">6</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="160a9e80dc089792df42e2400b1e81b9e7025aa7">
+ <source>Grafana Dashboard doesn't exist. Please refer to
+ <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> on how to
+ add dashboards to Grafana.</source>
+ <target>无Grafana Dashboard。关于如何为Grafana添加dashboard,
+请参考<x ctype="x-a" equiv-text="<a>" id="START_LINK"/>文档<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> 。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/grafana/grafana.component.html</context>
+ <context context-type="linenumber">11</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4e11830040bd64804a0555de76f291d5832772d4">
+ <source>Grafana Time Picker</source>
+ <target>Grafana 时间选择工具</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/grafana/grafana.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="238c1ba845dd7330e8088165275919a1debf1ca3">
+ <source>Reset Settings</source>
+ <target>重新设置</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/grafana/grafana.component.html</context>
+ <context context-type="linenumber">35</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="012741ee52b3c050e4a977c37cc2334f7974f141">
+ <source>Failed to load data.</source>
+ <target>无法加载数据。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/datatable/table/table.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="80cc9a12d4bf6fe454ed94b379eeaf915f920bb7">
+ <source>selected</source>
+ <target>选中个数</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/datatable/table/table.component.html</context>
+ <context context-type="linenumber">112</context>
+ </context-group>
+ <note from="description" priority="1">X selected</note>
+ </trans-unit><trans-unit datatype="html" id="0cb77511a9a148e05b9adf36cc07269956fbb29d">
+ <source>found</source>
+ <target>命中个数</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/datatable/table/table.component.html</context>
+ <context context-type="linenumber">115</context>
+ </context-group>
+ <note from="description" priority="1">X found</note>
+ </trans-unit><trans-unit datatype="html" id="79347388740c50b7ac97e144c2494bb62912f312">
+ <source>total</source>
+ <target>总数</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/datatable/table/table.component.html</context>
+ <context context-type="linenumber">118</context>
+ </context-group>
+ <note from="description" priority="1">X total</note>
+ </trans-unit><trans-unit datatype="html" id="121cc5391cd2a5115bc2b3160379ee5b36cd7716">
+ <source>Settings</source>
+ <target>设置</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9e515f954730279c31d5301f02479666d6264e8b">
+ <source>Changing these parameters from their default values is usually not necessary.</source>
+ <target>通常无须改变这些默认参数值。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html</context>
+ <context context-type="linenumber">15</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="68e710782ccb5398b3acb8844caf0b199da2c3da">
+ <source>Confirm</source>
+ <target>确认</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html</context>
+ <context context-type="linenumber">35</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html</context>
+ <context context-type="linenumber">53</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d7b35c384aecd25a516200d6921836374613dfe7">
+ <source>Cancel</source>
+ <target>取消</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-image-settings-modal/iscsi-target-image-settings-modal.component.html</context>
+ <context context-type="linenumber">39</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html</context>
+ <context context-type="linenumber">57</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html</context>
+ <context context-type="linenumber">38</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/confirmation-modal/confirmation-modal.component.html</context>
+ <context context-type="linenumber">21</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html</context>
+ <context context-type="linenumber">38</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">91</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
+ <context context-type="linenumber">25</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">44</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">45</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">44</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">45</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">110</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="339878da255ab55447c43afef8d9b2f9753bf5f6">
+ <source>Advanced Settings</source>
+ <target>高级设置</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-iqn-settings-modal/iscsi-target-iqn-settings-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a01e6937a5d1ee040a02416eed34544c4ea61e38">
+ <source>Create target</source>
+ <target>创建目标</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">11</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">539</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1406c2fb12a20c1528b19bcc5e24a6a2386167f3">
+ <source>Target IQN</source>
+ <target>目标限定名</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7cbdabcece469fab89cfa687ab152bca18b97498">
+ <source>This field is required.</source>
+ <target>请填写此栏目!</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">43</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">209</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">231</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">266</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">291</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">326</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">49</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">91</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">151</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">175</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">31</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">58</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">92</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">47</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">72</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">47</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">96</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">131</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">51</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">83</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">132</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">38</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">62</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">101</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">166</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">198</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">449</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">486</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">542</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">579</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">33</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">60</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">87</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html</context>
+ <context context-type="linenumber">36</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">32</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">36</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">58</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5fe42339be910372fa689f559155631862d218e8">
+ <source>IQN has wrong pattern.</source>
+ <target state="translated">IQN has wrong pattern.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">47</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">213</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="47d1bfe4f5b3f292e1202dfe691195b10cb99500">
+ <source>An IQN has the following notation 'iqn.$year-$month.$reversedAddress:$definedName'</source>
+ <target>IQN应由以下格式构成:“iqn.$year-$month.$reversedAddress:$definedName”</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">51</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c8ada4b53396d8366db00a435acc61d53d857047">
+ <source>For example: iqn.2016-06.org.dashboard:storage:disk.sn-a8675309</source>
+ <target>例如:iqn.2016-06.org.dashboard:storage:disk.sn-a8675309</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">53</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
+ <source>More information</source>
+ <target>更多信息</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">57</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9b1aa85dfc6849196e64060db02c5410de69b7a1">
+ <source>This target has modified advanced settings.</source>
+ <target>此目标的高级设置项存在修改。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">62</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6990ad8d6182662e864495ac31c3758cda1c7a28">
+ <source>Portals</source>
+ <target>端口</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">72</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c3638c01b6c34066438909713ec96087c813fc7e">
+ <source>At least <x equiv-text="{{ minimum_gateways }}" id="INTERPOLATION"/> gateways are required.</source>
+ <target state="translated">At least <x equiv-text="{{ minimum_gateways }}" id="INTERPOLATION"/> gateways are required.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">96</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6a3ac2b4137d723fd9878cd357c2012ff6c07973">
+ <source>Add portal</source>
+ <target>添加端口</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">106</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e3484cae8b118c576ca2815bf9c9406c2eb2cae3">
+ <source>This image has modified settings.</source>
+ <target>此镜像的设置项存在修改。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">146</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="107c84e820909b44fe258673938a68ced1bbff72">
+ <source>At least 1 image is required.</source>
+ <target>至少需要一个镜像!</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">151</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="808038f912fdc7f0e03f82d4afd3bf9178527fc8">
+ <source>Add image</source>
+ <target>添加镜像</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">161</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">371</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">506</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f494bd31f095f6dcc656ce87ec2dcf07a2e9b30c">
+ <source>Initiators</source>
+ <target>授权人</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">174</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">437</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e98239d8a6be1100119ff4b5630c822b82786740">
+ <source>Initiator</source>
+ <target>授权人</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">181</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f2c5059d8cda15d8d03e2cce30f2d139623d9a91">
+ <source>Client IQN</source>
+ <target>客户端IQN</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">194</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="107d5aabce23d900f0a80e6ddc1c10e29aa0bed8">
+ <source>Initiator IQN needs to be unique.</source>
+ <target>授权人IQN必须唯一。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">205</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e08a77594f3d89311cdf6da5090044270909c194">
+ <source>User</source>
+ <target>用户</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">223</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="bbf0b34a3fcc80800fcb44b9e1e86931a530dfe3">
+ <source>Usernames must have a length of 8 to 64 characters and
+ can only contain letters, '.', '@', '-', '_' or ':'.</source>
+ <target>用户名长度必须在8到64个字符之间,
+且只能包含以下字符:英文字母,‘.’,‘@’,‘-’,‘_’,‘:’</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">235</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">295</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c32ef07f8803a223a83ed17024b38e8d82292407">
+ <source>Password</source>
+ <target>密码</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">245</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">42</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4b2dd8635fba00476da25977e0884969821e62da">
+ <source>Passwords must have a length of 12 to 16 characters
+ and can only contain letters, '@', '-' or '_'.</source>
+ <target>密码长度必须在12到16个字符之间,
+且只能包含以下字符:英文字母,‘@’,‘-’,‘_’</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">270</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ff40391de7a1944ea95091e4045cc34c4979b736">
+ <source>Mutual User</source>
+ <target>互认证用户</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">281</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0cf73dbebe99b737c4d288788182fc356e3c93d3">
+ <source>Mutual Password</source>
+ <target>互认证密码</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">305</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c58e136a292acf8ebccfa6d777fdff9f392b6ee2">
+ <source>Passwords must have a length of 12 to 16 characters and
+ can only contain letters, '@', '-' or '_'.</source>
+ <target>密码长度必须在12到16个字符之间,
+且只能包含以下字符:英文字母,‘@’,‘-’,‘_’</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">330</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5d1878d5fc761cbe9614bfd87047a740c82a6951">
+ <source>Initiator belongs to a group. Images will be configure in the group.</source>
+ <target>授权人属于群组。镜像须在群组中进行设置。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">361</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c0de67b9d97fafbf200f9451e8388ee8128a56ac">
+ <source>No items added.</source>
+ <target>无项目添加。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">384</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">521</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d565e47726158e428ecdc952fc9233b9b7d7f049">
+ <source>Add initiator</source>
+ <target>添加授权人</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">389</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">465</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c22ba03540aa3217da059f45e7eab138b51a96e2">
+ <source>Groups</source>
+ <target>群组</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">403</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4c90059afafb7e160384d9f512797c95bb95c6dc">
+ <source>Group</source>
+ <target>群组</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">410</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cff1428d10d59d14e45edec3c735a27b5482db59">
+ <source>Name</source>
+ <target>名称</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">422</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">36</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">21</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">26</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">42</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">8</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">8</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html</context>
+ <context context-type="linenumber">23</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3084948274cff4f56d0f431af47240e9cf02fcc7">
+ <source>Add group</source>
+ <target>添加群组</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-form/iscsi-target-form.component.html</context>
+ <context context-type="linenumber">526</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="54839ebc827b73c9dc4e1df731c6d36a85036af7">
+ <source>Are you sure that you want to <x equiv-text="{{ actionDescription | lowercase }}" id="INTERPOLATION"/> the selected <x equiv-text="{{ itemDescription }}" id="INTERPOLATION_1"/>?</source>
+ <target>您确定要<x equiv-text="{{ actionDescription | lowercase }}" id="INTERPOLATION"/>选中的<x equiv-text="{{ itemDescription }}" id="INTERPOLATION_1"/>吗?</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html</context>
+ <context context-type="linenumber">15</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2be8b7f04f0104d3fad90d079d8202b74f758b9a">
+ <source>Yes, I am sure.</source>
+ <target>是的,我确定。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.html</context>
+ <context context-type="linenumber">25</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="53a583cd5f15059cc958b7d547f72cc78f68e123">
+ <source>Please consult the <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>
+ on how to configure and enable the iSCSI Targets management functionality.</source>
+ <target>关于如何配置和启用iSCSI目标管理功能,
+请参考<x ctype="x-a" equiv-text="<a>" id="START_LINK"/>文档<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-list/iscsi-target-list.component.html</context>
+ <context context-type="linenumber">6</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3b301d0044f62c92af0da53d7aaca52a436a547d">
+ <source>Available information:</source>
+ <target>可用信息:</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-list/iscsi-target-list.component.html</context>
+ <context context-type="linenumber">12</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="332227f088a4877b3c11f5fb3ae8bc812c470fae">
+ <source>iSCSI Targets not available</source>
+ <target state="translated">iSCSI Targets not available</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-list/iscsi-target-list.component.html</context>
+ <context context-type="linenumber">4</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="beb1391a148bd032914f49a2665dcc414a5d56d0">
+ <source>{VAR_SELECT, select, editing {Edit} cloning {Clone} copying {Copy} other {Add} }</source>
+ <target>{VAR_SELECT, select, editing {编辑} cloning {克隆} copying {复制} other {添加}}</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="52dd89f49fc440660cbbb3665b88d80f5baa7437">
+ <source>{VAR_SELECT, select, cloning {Clone from} copying {Copy from} other {Parent} }</source>
+ <target>{VAR_SELECT, select, cloning {克隆自} copying {复制自} other {父节点}}</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="94516fa213706c67ce5a5b5765681d7fb032033a">
+ <source>Loading...</source>
+ <target>正在加载……</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">139</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">59</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">186</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">210</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">5</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">220</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">341</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">83</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b99417c4dd46286ffd37c8d2e987c8b512ec7052">
+ <source>-- No rbd pools available --</source>
+ <target>-- 没有可用的 RBD 存储池 --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">82</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ef83ec9c304a89d45650e580dcdc2978c37b3a83">
+ <source>-- Select a pool --</source>
+ <target>-- 请选择存储池 --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">85</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="49449943d8cbf59d8c401c8bd2e76f92e207cc5f">
+ <source>Use a dedicated data pool</source>
+ <target>使用一个专用的数据池</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">105</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="870aee0dd31a9643bf62007beb8f1ae1deb34d42">
+ <source>Data pool</source>
+ <target>数据池</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">116</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3792ca829d9b9f687e1f5d7733d30e9bb0bfec47">
+ <source>Dedicated pool that stores the object-data of the RBD.</source>
+ <target>为保存 RBD 的对象数据单独分配的存储池。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">120</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="151c80ea931037cd92e854442927f8a0f6ae7795">
+ <source>-- No data pools available --</source>
+ <target>-- 没有可用的数据存储池 --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">142</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7faaaa08f56427999f3be41df1093ce4089bbd75">
+ <source>Size</source>
+ <target>容量</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">160</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">33</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f0016bd458baa88284a658ce9eeda42d8ad88d2c">
+ <source>e.g., 10GiB</source>
+ <target>如 10 GiB</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">170</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0a88bbee20570aaf9615332fb27020627044874d">
+ <source>You have to increase the size.</source>
+ <target>您需要设置大一些的容量。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">178</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6cdb1fea93d77c07950c0c76c6e0ad79ebbef084">
+ <source>Features</source>
+ <target>特性</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">188</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">48</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1cfe07dac5b4ee1c464eb24225ddeb4f1d24076a">
+ <source>Advanced...</source>
+ <target>高级设置……</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">211</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="bc2e854e111ecf2bd7db170da5e3c2ed08181d88">
+ <source>Advanced</source>
+ <target>高级设置</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">217</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ceac8e132384322ec778ba760875a6c6897d3e42">
+ <source>Object size</source>
+ <target>对象大小</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">224</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">43</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ef3c3f3b5f562a5cdbe0ee2874287db1534b5958">
+ <source>Stripe unit</source>
+ <target>条块单元 (stripe unit) 大小</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">241</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="84471be1049006edecbcaef1a32ae0893c229c50">
+ <source>-- Select stripe unit --</source>
+ <target>-- 选择条带单元 --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">252</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8d32c5c54c8581c774a7f467fbd4e329b15a74fa">
+ <source>This field is required because stripe count is defined!</source>
+ <target>因为设置了条带个数,所以这个字段是必选的!</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">258</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6bbf9040be7c5491d4a03f2185708f43a6582a3b">
+ <source>Stripe unit is greater than object size.</source>
+ <target>条带单元大小超过了对象大小。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">261</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a682f49f9b761591661276d7c6f550e641a130a4">
+ <source>Stripe count</source>
+ <target>条带个数</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">270</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="baa74031990c5370008ba622d0a250f0929097f4">
+ <source>This field is required because stripe unit is defined!</source>
+ <target>因为设置了条带单元大小,所以这个字段是必选的!</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">283</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cd2ada6d5ecbd5cbf89eae0a1f5326efedac0dbc">
+ <source>Stripe count must be greater than 0.</source>
+ <target>条带的个数必须大于 0。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">286</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="96d97d99d8c30942ace7d29cad9dcfb5d32315a1">
+ <source>{VAR_SELECT, select, editing {Update} cloning {Clone} copying {Copy} other {Create} }</source>
+ <target>{VAR_SELECT, select, editing {更新} cloning {克隆} copying {复制} other {创建}}</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-form/rbd-form.component.html</context>
+ <context context-type="linenumber">298</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="aba82bfd8e177d35b76cad7cd43941f8e5e5acac">
+ <source>Trash</source>
+ <target>回收站</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-images/rbd-images.component.html</context>
+ <context context-type="linenumber">8</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5e7f4b1ca49e8d217bd0e12c6f7d6b6a2ade2c18">
+ <source>Overall Performance</source>
+ <target>总体性能</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-images/rbd-images.component.html</context>
+ <context context-type="linenumber">12</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/hosts/hosts.component.html</context>
+ <context context-type="linenumber">29</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-list/pool-list.component.html</context>
+ <context context-type="linenumber">35</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.html</context>
+ <context context-type="linenumber">16</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
+ <source>Edit</source>
+ <target>编辑</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">235</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">374</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="eec715de352a6b114713b30b640d319fa78207a0">
+ <source>Description</source>
+ <target>解释</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">32</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">46</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4ad112ce9bcd55dfd137792a86afe1b5a5b13cf8">
+ <source>Long description</source>
+ <target>更详尽的解释</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">46</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ff7cee38a2259526c519f878e71b964f41db4348">
+ <source>Default</source>
+ <target>缺省值</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">60</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">32</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="33e1c1d9fc05ca3f62fcc8a1170fc31ebae4229c">
+ <source>Daemon default</source>
+ <target>守护进程的缺省值</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">74</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">37</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
+ <source>Services</source>
+ <target>对应的服务</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">88</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">68</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="809b0c848932a41318f77a2aace904ef429c13f4">
+ <source>Values</source>
+ <target>可选值</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">101</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="82029b6db704c56a2aa3e82ac555b8655356b077">
+ <source>The entered value is too high! It must not be greater than <x equiv-text="{{ maxValue }}" id="INTERPOLATION"/>.</source>
+ <target>设置的值太大了!应低于<x equiv-text="{{ maxValue }}" id="INTERPOLATION"/>。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">139</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8ed8b3967a7326b81b191c9f490006e6a6777a9a">
+ <source>The entered value is too low! It must not be lower than <x equiv-text="{{ minValue }}" id="INTERPOLATION"/>.</source>
+ <target>设置的值太小了!不能低于<x equiv-text="{{ minValue }}" id="INTERPOLATION"/>。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">142</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
+ <source>Save</source>
+ <target>保存</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-form/configuration-form.component.html</context>
+ <context context-type="linenumber">154</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="738de688b22fba5d0dc7a5e549996838dddad0ee">
+ <source>CRUSH map viewer</source>
+ <target>检查 CRUSH 索引图</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/crushmap/crushmap.component.html</context>
+ <context context-type="linenumber">6</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="40661476cb24c89d8b06614998e31d5fbe84eeb6">
+ <source>Hosts List</source>
+ <target>主机列表</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/hosts/hosts.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e6d57f36aa2bad303c8a8ee944b9bd7fae3c8c26">
+ <source>No entries found</source>
+ <target state="translated">No entries found</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/logs/logs.component.html</context>
+ <context context-type="linenumber">14</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/logs/logs.component.html</context>
+ <context context-type="linenumber">30</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d556ab48a65722b400e497f61737f553ee0f89e2">
+ <source>Cluster Logs</source>
+ <target>集群日志</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/logs/logs.component.html</context>
+ <context context-type="linenumber">4</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5f966baffd188be0e8adc2d7067b86e55fc9b9de">
+ <source>Audit Logs</source>
+ <target>审计日志</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/logs/logs.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="81b97b8ea996ad1e4f9fca8415021850214884b1">
+ <source>Status</source>
+ <target>状态</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">4</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="57ec6032f5618d4a9f16eb950ad23d2ce7c24b54">
+ <source>Cluster ID</source>
+ <target>集群 ID</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">9</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="67d7facc3fec5f8a49ab9ba0a245872184264ce5">
+ <source>monmap modified</source>
+ <target>monmap 修改时间</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">14</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d4906731aaf2b94b4f547646c9bfe58bb77951b6">
+ <source>monmap epoch</source>
+ <target>monmap epoch</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="bd4ee06ffdc46d9dfbd0c0c4f81399021c680056">
+ <source>quorum con</source>
+ <target>quorum con </target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">24</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1176c7db8a8276ccb44cc3d42e2c28d9fa6c6596">
+ <source>quorum mon</source>
+ <target>quorum mon</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">29</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="530ef677a09d681b3ab68cb0760494b3ae72a77c">
+ <source>required con</source>
+ <target>required con</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a91558e0d506c32021c31843f8f168899fc65cbf">
+ <source>required mon</source>
+ <target>required mon</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">39</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b3abe9eac5bcd94a54c8da93b312e085ec512e74">
+ <source>In Quorum</source>
+ <target>在 quorum 里</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">48</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ba4b748a676e1f217ce1e736fb7ec1215e677bae">
+ <source>Not In Quorum</source>
+ <target>在 quorum 外</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/monitor/monitor.component.html</context>
+ <context context-type="linenumber">54</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5ef50ba2514414f799d4c8fc36067a251904ba81">
+ <source>Cluster-wide OSD Flags</source>
+ <target>集群的 OSD flag</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
+ <source>Submit</source>
+ <target>提交</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">87</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
+ <context context-type="linenumber">21</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">106</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c35f9c5f268a514b970cc55e9a5dc4bed0988e7f">
+ <source>OSD Recovery Priority</source>
+ <target state="translated">OSD Recovery Priority</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b74af38005e8a8914e45af2ec412e11ceafef8b6">
+ <source>Priority</source>
+ <target>优先级</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">16</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c2f48f04b379bfba133825747adfd238d511412e">
+ <source>Customize priority values</source>
+ <target>自定义优先级</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">44</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4aa19de2a2b54cbda39e9c62917b23044c087776">
+ <source>This field is required!</source>
+ <target>这个字段是必填的!</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">67</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">67</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">91</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">117</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">165</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">40</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">69</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">95</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b699e94bf376491bd50b70a98531071c737eaf40">
+ <source><x equiv-text="{{ attr.value.patternHelpText }}" id="INTERPOLATION"/></source>
+ <target><x equiv-text="{{ attr.value.patternHelpText }}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="98fe13e7ad6c2b80375d204b47858ded83f80e15">
+ <source>The entered value is too high! It must not be greater than <x equiv-text="{{ attr.value.maxValue }}" id="INTERPOLATION"/>.</source>
+ <target>输入值过大!不能大于 <x equiv-text="{{ attr.value.maxValue }}" id="INTERPOLATION"/>。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">75</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5423a3c111be47fc5a1bfe46ceb58c81c84db691">
+ <source>The entered value is too low! It must not be lower than <x equiv-text="{{ attr.value.minValue }}" id="INTERPOLATION"/>.</source>
+ <target>输入值过小!不能小于 <x equiv-text="{{ attr.value.minValue }}" id="INTERPOLATION"/>。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="272696ff8acdbed0af6dc13f09729e70be435b82">
+ <source>Reweight OSD</source>
+ <target>重新设置 OSD 的权重</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="67650b2998db48201b2c6176cbfef51e7211ccaa">
+ <source>The value needs to be between 0 and 1.</source>
+ <target>权重值必须在 0 和 1 之间</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="bc11f92113d678a90e334fdf3d7b3fddbe34c579">
+ <source>Reweight</source>
+ <target>重设权重</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-reweight-modal/osd-reweight-modal.component.html</context>
+ <context context-type="linenumber">30</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d5ca5daf742023fc4f0919fb3c1c6a51991cda4f">
+ <source>OSDs <x equiv-text="{deep, select, 1 {...}}" id="ICU"/>Scrub</source>
+ <target>OSDs <x equiv-text="{deep, select, 1 {...}}" id="ICU"/>洗刷</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4c17d67c7c5799eb920030e9a399961e90f55dd8">
+ <source>{VAR_SELECT, select, 1 {Deep } }</source>
+ <target>{VAR_SELECT, select, 1 {Deep }}</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6a92b12d76f3cb0ea9d4f6c3cdc57cb1e1235977">
+ <source>You are about to apply a <x equiv-text="{deep, select, 1 {...}}" id="ICU"/>scrub to
+ the OSD <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ selected[0].id }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/>.</source>
+ <target>即将对 OSD<x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ selected[0].id }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/>执行<x equiv-text="{deep, select, 1 {...}}" id="ICU"/> 洗刷。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="dc6705f342a036b332c3fd3443201c3613e5524d">
+ <source>{VAR_SELECT, select, 1 {deep } }</source>
+ <target>{VAR_SELECT, select, 1 {deep } }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4beacb61e2236200b5627677b5c0054d2b482ed4">
+ <source>Set Cluster-wide Flags</source>
+ <target state="translated">Set Cluster-wide Flags</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">25</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9617df8e0504d997d0ff45b6c206a12becd13c37">
+ <source>Set Cluster-wide Recovery Priority</source>
+ <target state="translated">Set Cluster-wide Recovery Priority</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">41</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b49d7877d24112d4bdfce9256edf61a007fae888">
+ <source>OSDs List</source>
+ <target>OSD 列表</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f777d9b30d757508cec8e0348e8696e1c64eab8a">
+ <source><x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/>OSD <x equiv-text="{{ selection.first().id }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> will be marked
+ <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ markActionDescription }}" id="INTERPOLATION_1"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> if you proceed.</source>
+ <target>如果继续,<x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/>OSD<x equiv-text="{{ selection.first().id }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/>
+将被标记为<x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ markActionDescription }}" id="INTERPOLATION_1"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/>。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">81</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2d3a73f6440a7d896d74356fe0a725d731e71cbb">
+ <source>The OSD is not safe to destroy!</source>
+ <target state="translated">The OSD is not safe to destroy!</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">90</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9d08116242443953ebbfe10bc2092e0a694b4adf">
+ <source><x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/>OSD <x equiv-text="{{ selection.first().id }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> will be
+ <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ actionDescription }}" id="INTERPOLATION_1"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> if you proceed.</source>
+ <target>如果继续,<x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/>OSD<x equiv-text="{{ selection.first().id }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/>
+将被<x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ actionDescription }}" id="INTERPOLATION_1"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/>。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-list/osd-list.component.html</context>
+ <context context-type="linenumber">92</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4f8b2bb476981727ab34ed40fde1218361f92c45">
+ <source>Details</source>
+ <target>详情</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-details/role-details.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">8</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-details/pool-details.component.html</context>
+ <context context-type="linenumber">5</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d2bcd3296d2850de762fb943060b7e086a893181">
+ <source>Health</source>
+ <target>健康状况</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/dashboard/dashboard.component.html</context>
+ <context context-type="linenumber">4</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="61e0f26d843eec0b33ff475e111b0c2f7a80b835">
+ <source>Statistics</source>
+ <target>统计数据</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/dashboard/dashboard.component.html</context>
+ <context context-type="linenumber">8</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="594cd9429597cf6bede5560b3d8fe578821213de">
+ <source>Add erasure code profile</source>
+ <target>添加纠删码配置</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="490e15ecc922965b6d8194754c87c5583aa071f3">
+ <source>The name can only consist of alphanumeric characters, dashes and underscores.</source>
+ <target>名称只能由字母、数字、短划线和下划线组成。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">37</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9edc2b494e660618af3e5225f68d40b7ca67629c">
+ <source>The chosen erasure code profile name is already in use.</source>
+ <target>此纠删码配置名称已被使用。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">40</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ef9ff0e6227947b48dfab4ac39ade04af758913b">
+ <source>Plugin</source>
+ <target>纠删码算法</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">47</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="dd69b31bce8f630eac1d4762b0bbcf72ce19d193">
+ <source>Data chunks (k)</source>
+ <target>数据块 (k)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">75</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b0d26a6172d32cb81218fe2103c54a818cbc1189">
+ <source>Must be equal to or greater than 2.</source>
+ <target>必须大于等于 2</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">94</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="dab3a299ead121169b8e08ed618c3b6a2f66691b">
+ <source>Coding chunks (m)</source>
+ <target>校验块 (m)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">102</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1e2773e5bd4948193f18f2361d663ecc3988c656">
+ <source>Must be equal to or greater than 1.</source>
+ <target>必须大于等于 1</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">120</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">142</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">168</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">261</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6cde4c945a49a260c0a47bcc7cd956846930a5f7">
+ <source>Durability estimator (c)</source>
+ <target>持久因子 (c)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">129</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="af668c2a095a979ea2b4e43cd82c2120ab56c21c">
+ <source>Locality (l)</source>
+ <target>局部性因子 (l)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">151</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d455a110bf6d2235e314e295ce1dfeee93d3dff2">
+ <source>Crush failure domain</source>
+ <target>CRUSH 故障域</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">175</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b74a495f041f7dd102eee5c0bbc9e03083b538ae">
+ <source>Crush Locality</source>
+ <target>CRUSH 局部性</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">199</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a2f14a73f7a6e94479f67423cc51102da8d6f524">
+ <source>None</source>
+ <target>无</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">213</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2981733b912b693a9dd9d915d6d34f4692cc874a">
+ <source>Technique</source>
+ <target>算法</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">226</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e0098b6e47b04ec817361f384ce81d454ba5c0bb">
+ <source>Packetsize</source>
+ <target>packetsize</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">248</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c0252cd81ca54d0a2f69ec9ccf4248e73df5aa4a">
+ <source>Crush root</source>
+ <target>CRUSH 根</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">269</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1548d5c76f0406ddd1ba3c557e1e6db22e95b340">
+ <source>Crush device class</source>
+ <target>CRUSH 设备类型</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">286</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5e85feb6f9f0334366e46ee09ca6b8df52397432">
+ <source>any</source>
+ <target>任意</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">296</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="03d84645f6e019c5a43909bbf2ea1696ee88332c">
+ <source>Directory</source>
+ <target>目录</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">308</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f6755cff4957d5c3c89bafce5651f1b6fa2b1fd9">
+ <source>Add</source>
+ <target>添加</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">326</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">140</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
+ <source>Close</source>
+ <target>关闭</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form.component.html</context>
+ <context context-type="linenumber">330</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">85</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">144</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">147</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html</context>
+ <context context-type="linenumber">63</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html</context>
+ <context context-type="linenumber">50</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="feb7520a18f7cda6389712427d0a6e4c38b76000">
+ <source><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/> pool</source>
+ <target><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/>存储池</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">16</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ecef2f4d8d12929542a3b16f268dac8156f2ee14">
+ <source>{VAR_SELECT, select, 1 {Edit} other {Add} }</source>
+ <target>{VAR_SELECT, select, 1 {编辑} other {添加} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">16</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">17</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2fecea01ce1d44114ee45144eff6d47a5016a74f">
+ <source>Name...</source>
+ <target>名称……</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">52</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">27</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">28</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="16e113230b6b0d3165e076300880542bac7c8138">
+ <source>The chosen Ceph pool name is already in use.</source>
+ <target>此Ceph 存储池名称已被使用。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">43</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b85c657469e5ec8231c3de99b22f437bc01ffde5">
+ <source>Pool type</source>
+ <target>存储池类型</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">52</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="526c5443254c3b126eedb264840ffe827727bfd3">
+ <source>-- Select a pool type --</source>
+ <target>-- 请选择存储池的类型 --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">61</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0aa21053410a94aa61d16985a4e95fd65523430d">
+ <source>Placement groups</source>
+ <target>归置组(PG)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6301f1391d726f8f450bb358058534db19541ca9">
+ <source>At least one placement group is needed!</source>
+ <target>至少需要一个 placement group!</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">98</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ba9469a1ce6ed36e039c1f67247c8c81a5c71449">
+ <source>Your cluster can't handle this many PGs. Please recalculate the PG amount needed.</source>
+ <target>您的集群没法支持这么多的 PG。请重新计算需要的 PG 个数。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">101</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="62148abc31999dcfa38220cb09c33c8148b4b53a">
+ <source>You can only increase the number of PGs of an existing pool.
+ Currently your pool has <x equiv-text="{{ data.pool.pg_num }}" id="INTERPOLATION"/> PGs.</source>
+ <target>您只能增加存储池的 PG 个数。
+ 目前您的存储池有<x equiv-text="{{ data.pool.pg_num }}" id="INTERPOLATION"/> 个PG。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">104</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="80ac68cd883369dac20688bc32b4cb33291b5e50">
+ <source>Calculation help</source>
+ <target>在线 PG 计算器</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">109</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="909411b5c8155bb36baa02f1a0bf28ab2ac41acb">
+ <source>The current PGs settings were calculated for you, you
+ should make sure the values suite your needs before submit.</source>
+ <target>目前的 PG 的设置已经为您算好了。
+ 在提交之前,您最好再确认一下这些设置确实适合您的情况。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">113</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="33150f22ce5348aa6c499bd092c3f4f3695d62cc">
+ <source>Crush ruleset</source>
+ <target>CRUSH 算法规则组</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">124</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="73a6b31116b3cc322af951daa0bafdc169e6c42e">
+ <source>-- Select a crush rule --</source>
+ <target>-- 选择 CRUSH 规则 --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">132</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="92da80699921e89fb19372e25b8d0f3b9fa427fc">
+ <source>Crush rule</source>
+ <target>CRUSH 规则</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">153</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5489e9f96835f469f6f728a00d8efa88ea5bc940">
+ <source>Crush steps</source>
+ <target>CRUSH 步骤</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">159</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="54a53b1b402aafff5b992ee9b64e409fbfe9074f">
+ <source>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.</source>
+ <target>当前的集群无法使用该规则,因为集群的 OSD 个数过少,
+ 无法满足规则所需的最低 OSD 数量。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">170</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a43b2695131b48b76cebba676aba98a2bee17515">
+ <source>Replicated size</source>
+ <target>副本个数</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">181</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7bff144a4c4dc63b0e18fff2617d61a7ebdf2b6c">
+ <source>Minimum: <x equiv-text="{{ getMinSize() }}" id="INTERPOLATION"/></source>
+ <target>最低:<x equiv-text="{{ getMinSize() }}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">195</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1a9c54b41f6d58a74e5d0aa3429ed0c87a482551">
+ <source>Maximum: <x equiv-text="{{ getMaxSize() }}" id="INTERPOLATION"/></source>
+ <target>最高:<x equiv-text="{{ getMaxSize() }}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">196</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="43c6dd9233d6a8242cec2b025d25c273244d8d61">
+ <source>The size specified is out of range. A value from
+ <x equiv-text="{{ getMinSize() }}" id="INTERPOLATION"/> to <x equiv-text="{{ getMaxSize() }}" id="INTERPOLATION_1"/> is valid.</source>
+ <target>设置的超过了限制。设置值应该在
+ <x equiv-text="{{ getMinSize() }}" id="INTERPOLATION"/> 和 <x equiv-text="{{ getMaxSize() }}" id="INTERPOLATION_1"/> 中间为宜.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">201</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9de7dde00e2139cc4bd03b1837afbe72ad15a1ff">
+ <source>Erasure code profile</source>
+ <target>纠删码配置</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">211</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="39b4620e6bd444e0a57a0a5c03fa8c96d7fe5235">
+ <source>-- No erasure code profile available --</source>
+ <target>-- 无纠删码配置可选 --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">223</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="498561757390d5528b263ce450d5f38efb00266d">
+ <source>-- Select an erasure code profile --</source>
+ <target>-- 请选择一个纠删码配置 --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">226</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="920617c6a1a4805e53bcb5af6a9c76f8387e89c6">
+ <source>Flags</source>
+ <target>标识</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">272</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">57</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1c870fb00256b8a5b9cb9cd1a124e6390b9bc639">
+ <source>EC Overwrites</source>
+ <target>EC 重写 (overwrite)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">280</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f1abafaeb40ce52355ddcc24686e3cd17b64e08a">
+ <source>Applications</source>
+ <target>应用类型</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">290</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2208d63d5940ce656006a220102b1eb2b5e553da">
+ <source>Compression</source>
+ <target>压缩</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">308</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="37e10df2d9c0c25ef04ac112c9c9a7723e8efae0">
+ <source>Mode</source>
+ <target>模式</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">314</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">22</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6c6f25c47da62ec597c6057a36ddfc3209811ec5">
+ <source>Algorithm</source>
+ <target>算法</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">333</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4903231d42089325a28892c0fde1aed46b733ae6">
+ <source>-- No erasure compression algorithm available --</source>
+ <target>-- 无可用的纠删码压缩算法 --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">344</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5d68ddb254275f8f44221e9ad6d8ceeb59ca46a6">
+ <source>Minimum blob size</source>
+ <target>blob 大小下限</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">358</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="fb2f176df80647137cbb02bbeb29e5dec707a400">
+ <source>e.g., 128KiB</source>
+ <target>比如 128 KiB</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">367</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1b7f6e53a4521c6eb3ced4c007fdd4cf80bb7707">
+ <source>Value should be greater than 0</source>
+ <target>取值必须大于 0</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">372</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">397</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="54be22af9625a595ee5d70917ee1fb116be7c4be">
+ <source>Value should be greater than the maximum blob size</source>
+ <target>取值必须超过 blob 大小上限</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">375</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="151efb127a9a4dd25259a0b2055442318a141f5b">
+ <source>Maximum blob size</source>
+ <target>blob 大小上限</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">384</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0c656f0e346bbadf46eb1a5d20d0307a3bd20ba8">
+ <source>e.g., 512KiB</source>
+ <target>如 512KiB</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">392</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0a65a24eee8a026f3b1113fe9e157e9a0dd69486">
+ <source>Value should be greater than the minimum blob size</source>
+ <target>取值必须大于 blob 大小下限</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">400</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="261ba09c4a59de83f48f52a23fd328da37e61ff4">
+ <source>Ratio</source>
+ <target>比例</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">409</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c1430457a9c3c66366e51d76bf10396014c576be">
+ <source>Compression ratio</source>
+ <target>压缩率</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">420</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ae5ce6de352cde949998fb10754459c3a4eb183b">
+ <source>Value should be between 0.0 and 1.0</source>
+ <target>取值必须在 0.0 和 1.0 之间</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">423</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c6d3131ce5386154504dc91b5ad08855d85881d3">
+ <source><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/> pool</source>
+ <target><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/>存储池</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">438</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e2b15aacc2f17a9c3276895eeeaadd342ab26555">
+ <source>{VAR_SELECT, select, 1 {Edit} other {Create} }</source>
+ <target>{VAR_SELECT, select, 1 {编辑} other {创建} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
+ <context context-type="linenumber">438</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1d8a7c8aea58294a3c57c23af0468ddf0ba0c9c7">
+ <source>Pools List</source>
+ <target>存储池列表</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-list/pool-list.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9424badb7e0c6ac792d020d7830645b529a80aad">
+ <source>Please consult the <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>documentation<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>
+ on how to configure and enable the Object Gateway management functionality.</source>
+ <target>关于如何配置和启用对象网关的功能,
+ 请参考<x ctype="x-a" equiv-text="<a>" id="START_LINK"/>文档<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> 。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-501/rgw-501.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5f67f2247b9c6bbaf24a0f2d37f4ac0537c6fa53">
+ <source>Loading bucket data...</source>
+ <target>正在加载存储桶数据……</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8508c0ab851ad91fd0410da1266c02b0ef9d3ff9">
+ <source>The bucket data could not be loaded.</source>
+ <target>存储桶数据无法加载。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">5</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="838abd335419fb1a7a6f14398ef17eee3e3fdeb6">
+ <source><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/> bucket</source>
+ <target><x equiv-text="{editing, select, 1 {...} other {...}}" id="ICU"/>存储桶</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">17</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2798cc1e152b1ec07fd8daf94a2a073d1ba1ebcc">
+ <source>Id</source>
+ <target>ID</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">26</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="db4e1a734518691b128ef40b939cc673f01d03a6">
+ <source>The value is not valid.</source>
+ <target>输入值无效。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">61</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">452</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">545</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="eabb4db920d9f9b2480cf438468b86e1bea02a9b">
+ <source>The chosen name is already in use.</source>
+ <target>所选名称已经被使用。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">64</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">37</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0ee5132a8da30e0b7f9f5c70dbc91928d17dd909">
+ <source>Owner</source>
+ <target>所有者</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">73</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8e4c918357c7445fbf19a203e5f0f0ece1960b3b">
+ <source>-- Select a user --</source>
+ <target>-- 请选择一个用户 --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">86</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="315bfc460250cbfcf9b90beff732cf0770912990">
+ <source>{VAR_SELECT, select, 1 {Update} other {Add} }</source>
+ <target>{VAR_SELECT, select, 1 {更新} other {添加} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html</context>
+ <context context-type="linenumber">102</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">80</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">142</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">593</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="479488ab6e91ecb375484edc78bee3d13467f33f">
+ <source>Daemons List</source>
+ <target>守护进程列表</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6bcc896f4c3dbf91cc00d8506409e6e22bccaacd">
+ <source>Capability</source>
+ <target>用户功能</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
+ <source>Type</source>
+ <target>类型</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">22</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">42</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1221ca97d19eaa9a7bc0c5243d5fc5befe1d2314">
+ <source>-- Select a type --</source>
+ <target>-- 请选择一个类型 --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">41</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d1b8990332af18f1c5159a6061ca889bcbb28432">
+ <source>Permission</source>
+ <target>权限</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">56</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">63</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a08c589f82f69d892307288da14190ae1dd583d5">
+ <source>-- Select a permission --</source>
+ <target>-- 请选择权限类型 --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-capability-modal/rgw-user-capability-modal.component.html</context>
+ <context context-type="linenumber">64</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="583a219c524155c2314eb06ee29162bb315272a3">
+ <source>S3 key</source>
+ <target>S3 密钥</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">123</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="08c74dc9762957593b91f6eb5d65efdfc975bf48">
+ <source>Username</source>
+ <target>用户名</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">22</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">22</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">24</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">9</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="49c614babd1950adb2be75df4e2c9747286d6adc">
+ <source>-- Select a username --</source>
+ <target>-- 请选择用户名 --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">41</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c217ee914725a37e9dd2336c721c8e63e9666bdc">
+ <source>Auto-generate key</source>
+ <target>自动生成密钥</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">60</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">133</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2f1c1c0f2bce4c9f92d1a2061e8161cb0006c31a">
+ <source>Access key</source>
+ <target>访问密钥</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">144</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b864acb67296a9819c1db0069c4c47d8b5ce8f44">
+ <source>Secret key</source>
+ <target>秘密密钥</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.html</context>
+ <context context-type="linenumber">106</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">110</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">176</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b2841767821d6b66238c34d07e413b0af67aee92">
+ <source>Subuser</source>
+ <target>子用户</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">37</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="bd59fc25a7bd98cff3e75117c09697c8a007a514">
+ <source>The chosen subuser ID is already in use.</source>
+ <target>该子用户 ID 已经被使用了。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">54</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3d386c357ebcbc04ed05c4babd5a03626f9b1674">
+ <source>read, write</source>
+ <target>读, 写</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">77</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="84e3e3f9a4f31a039b648c97debf95fcb20f4c4a">
+ <source>full</source>
+ <target>全部</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b6bf81d032a2316464f9df2f0d2f3d753f89f0d3">
+ <source>Swift key</source>
+ <target>Swift 密钥</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">89</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-swift-key-modal/rgw-user-swift-key-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1e0c12685d50d47448ceed9423977ef39775c037">
+ <source>Auto-generate secret</source>
+ <target>自动生成密钥</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.html</context>
+ <context context-type="linenumber">99</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3d1c7a6004bd5d86a7fa096ae24209e8aa7a53e3">
+ <source>Loading user data...</source>
+ <target>正在加载用户数据……</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="faa5d834ab28571423d794d32b57998920efb65f">
+ <source>The user data could not be loaded.</source>
+ <target>用户数据无法加载。 </target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">5</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6aaf5d2a304167272ac73e3b1d1c162e16c77858">
+ <source>The chosen user ID is already in use.</source>
+ <target>所选的用户 ID 已经被占用了。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">41</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b760f123248930122fc7e7b6b6bf94e376e959c8">
+ <source>Full name</source>
+ <target>全名</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">50</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">98</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">14</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="69b6ac577a19acc39fc0c22342092f327fff2529">
+ <source>Email address</source>
+ <target>电子邮件地址</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="df441e80db2157f9d272b75de724ba4a82b96b57">
+ <source>This is not a valid email address.</source>
+ <target>无效的电子邮件地址。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ca271adf154956b8fcb28f4f50a37acb3057ff7c">
+ <source>The chosen email address is already in use.</source>
+ <target>此邮箱地址已被使用。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">82</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="030197cebe938edf35422e92fe14183d06eb670b">
+ <source>Max. buckets</source>
+ <target>存储桶个数的上限</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">91</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="623ac50f37a26caec6fd7cd519b653e3315cba25">
+ <source>The entered value must be >= 0.</source>
+ <target>设置的值必须 >= 0。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">104</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">489</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">582</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="92f3f203270a29b3001871153f02c063484a1574">
+ <source>Suspended</source>
+ <target>冻结</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">116</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">24</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2c4c62e8ba24601be5cfe7dc5d32c24bbbd4b53c">
+ <source>Subusers</source>
+ <target>子用户</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">205</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">40</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="128d6efb51d9ddc7c0cc695a2deeca5b9523f6e4">
+ <source>There are no subusers.</source>
+ <target>没有子用户。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">211</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="826b25211922a1b46436589233cb6f1a163d89b7">
+ <source>Delete</source>
+ <target>删除</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">242</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">296</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">381</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1c9f46392d9b25bfb9afe74c87ddfe94f44c0b60">
+ <source>Add subuser</source>
+ <target>新建子用户</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">256</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0bcd5ef19af0f1b814141ca8c57df623d8270088">
+ <source>Keys</source>
+ <target>密钥</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">264</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">134</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="67c746c1ba9dab4351fedc4c7cba4e6d6b0dbc47">
+ <source>S3</source>
+ <target>S3</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">268</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d6819038d608623503918fb2553f53d68231ec3a">
+ <source>There are no keys.</source>
+ <target>没有任何密钥。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">273</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">323</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="2aba1e87039819aca3b70faa9aa848c12bf139ca">
+ <source>Show</source>
+ <target>显示</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">289</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">339</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">149</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a5193a8d59cd045c18ef9521f486a091dad1f513">
+ <source>Add S3 key</source>
+ <target>添加 S3 密钥</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">310</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6ddb5e991a3ecd2659fb520bc5acc81b67e08ddd">
+ <source>Swift</source>
+ <target>Swift</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">318</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="17bb3082e6fe5003203ef992a3714172334631a1">
+ <source>Capabilities</source>
+ <target>用户权限</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">352</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">49</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1d01eccdda47fc907c5be35bcb16d2dcd02b0270">
+ <source>There are no capabilities.</source>
+ <target>权限为空。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">358</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="60a495bec6eae04c9b7570956a6673069e8e47d6">
+ <source>Add capability</source>
+ <target>添加功能</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">395</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="36ad38f9c1a1485e09b67778a28af84553290ffb">
+ <source>User quota</source>
+ <target>用户配额</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">403</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">61</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f50a33d3c339f8f4a465141f8caa5d2d8c005251">
+ <source>Enabled</source>
+ <target>开启</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">413</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">506</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">66</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">102</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6146e13ceca5fa5cc17b771b282fe5955f3d19fa">
+ <source>Unlimited size</source>
+ <target>空间无限制</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">427</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">520</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f6db8aa7c99fdce18edb33dde57729acede2b308">
+ <source>Max. size</source>
+ <target>空间上限</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">438</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">531</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="fc630b2093e880fffa19df99d5cd8b87605037f8">
+ <source>Unlimited objects</source>
+ <target>对象个数无限制</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">465</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">558</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6cda5a993d06f0bb10048be9d3aba6555aa9f356">
+ <source>Max. objects</source>
+ <target>对象个数上限</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">476</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">569</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="649a410bd0ace333d067d8fa22f12bdbdb43533b">
+ <source>Bucket quota</source>
+ <target>存储桶配额</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-form/rgw-user-form.component.html</context>
+ <context context-type="linenumber">496</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">66</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">97</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="449dca3d3a93ead418b0541ea81b0dda7e6483c2">
+ <source>Welcome to Ceph!</source>
+ <target>欢迎使用Ceph!</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/login/login.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ <note from="description" priority="1">The welcome message on the login page</note>
+ </trans-unit><trans-unit datatype="html" id="0070e83d11da39d6f4bb95065c2675db1610b419">
+ <source>Username is required</source>
+ <target>请输入用户名</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/login/login.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1e20f8b8a4706526c9024cc2f39d568345d100dc">
+ <source>Password is required</source>
+ <target>请输入密码</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/login/login.component.html</context>
+ <context context-type="linenumber">58</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
+ <source>Login</source>
+ <target>登录</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/login/login.component.html</context>
+ <context context-type="linenumber">64</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d96493d07439fc50485a66b7469451d30fc8ad25">
+ <source><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/> Role</source>
+ <target><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/>角色</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="72d6ccefaf8e300c9bc29d5e9757aaf79cd3f7eb">
+ <source>{VAR_SELECT, select, editing {Edit} other {Add} }</source>
+ <target>{VAR_SELECT, select, editing {编辑} other {添加} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1ea5c4d8942c00752dcc72e72949c5d9832f6399">
+ <source>Description...</source>
+ <target>描述……</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">51</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="70f45880fce6ac5d8e468e25e82aefbba8098cfe">
+ <source>Permissions</source>
+ <target>权限</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">61</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="95af469f00ed2c20403755ad45e9f00439027617">
+ <source><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/> Role</source>
+ <target><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/>角色</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">81</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b46ed6a153fed3fcba2f1296155fc4bfb1b3b166">
+ <source>{VAR_SELECT, select, editing {Update} other {Create} }</source>
+ <target>{VAR_SELECT, select, editing {更新} other {新建} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/role-form/role-form.component.html</context>
+ <context context-type="linenumber">81</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">147</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="58fc1b5c79a75370eb52644fd83fb2e7096b6649">
+ <source>Sorry, the user does not exist in Ceph.</source>
+ <target>抱歉,此用户不存在。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/sso/sso-not-found/sso-not-found.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d9deb94f78e7c41b35c6622b874f06657d7604c1">
+ <source>Return to <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>Login Page<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>. You'll be logged out from the Identity Provider when you retry logging in.</source>
+ <target state="translated">Return to <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>Login Page<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/>. You'll be logged out from the Identity Provider when you retry logging in.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/sso/sso-not-found/sso-not-found.component.html</context>
+ <context context-type="linenumber">4</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e83cda1d2f391695610a1c572332e5f81499dd83">
+ <source><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/> User</source>
+ <target><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/>用户</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7f3bdcce4b2e8c37cd7f0f6c92ef8cff34b039b8">
+ <source>Confirm password</source>
+ <target>确认密码</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">69</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cbb979e63ba50e0ca3adfa09cbdcaefd0853fca1">
+ <source>Password confirmation doesn't match the password.</source>
+ <target>密码和之前的输入不匹配</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">90</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="244aae9346da82b0922506c2d2581373a15641cc">
+ <source>Email</source>
+ <target>电子邮箱</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">114</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d0ec081dd61eb4f43aea269077bbe38eae87b7f9">
+ <source>Invalid email.</source>
+ <target>无效邮箱地址</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">125</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9610487cbeb5796d34d8601b5ac0c0a65f9e1d19">
+ <source>Roles</source>
+ <target>角色</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">131</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-tabs/user-tabs.component.html</context>
+ <context context-type="linenumber">7</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9c4773dff91deccdacd78a4cd578f8f5f7fa229b">
+ <source><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/> User</source>
+ <target><x equiv-text="{mode, select, editing {...} other {...}}" id="ICU"/>用户</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">147</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0051a3479d3ba79135c16dc8cc017950a2cce821">
+ <source>You are about to remove "user read / update" permissions from your own user.</source>
+ <target>您即将取消您自己用户的 "user read / update" 权限。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">159</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="af4bf9fcb256853f14cf947eb1deb8d7f176d3f9">
+ <source>If you continue, you will no longer be able to add or remove roles from any user.</source>
+ <target>如果您继续的话,您以后就没办法为其他用户添加或者删除角色了。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">161</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7d1dcf2a9146caac0581329acf94806ec69a89a5">
+ <source>Are you sure you want to continue?</source>
+ <target>您确实要继续吗?</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/auth/user-form/user-form.component.html</context>
+ <context context-type="linenumber">163</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="471e78026c258073ba687478dc54c35d9041ea42">
+ <source>Forbidden</source>
+ <target>禁止访问</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/forbidden/forbidden.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="02ea8ad57677e3c63f3d7814ca5e6c7b74e360b4">
+ <source>Sorry, you are not allowed to see what you were looking for.</source>
+ <target>抱歉,您无权访问这个页面。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/forbidden/forbidden.component.html</context>
+ <context context-type="linenumber">7</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e3c028c58f92453d46f09b5adf95b2f013ee0300">
+ <source>Sorry, we could not find what you were looking for</source>
+ <target>抱歉,我们找不到您要看的东西。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/not-found/not-found.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="16568619015cfb2352e3b2596ba04fc1c82e44ef">
+ <source>Remove all</source>
+ <target>全部已读</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/notifications/notifications.component.html</context>
+ <context context-type="linenumber">6</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1d65cc22d5842c06d33b244fc67de9db4003537e">
+ <source>Recent Notifications</source>
+ <target>最新的通知</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/notifications/notifications.component.html</context>
+ <context context-type="linenumber">56</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/notifications/notifications.component.html</context>
+ <context context-type="linenumber">53</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="495ab70870b5b4a30f2bc5f55052fdc518d954a9">
+ <source>There are no background tasks.</source>
+ <target>没有后台任务正在执行。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/task-manager/task-manager.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ea94e7754983d80af8acb958a5d49d93bacd721c">
+ <source>Background Tasks</source>
+ <target>后台任务</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/task-manager/task-manager.component.html</context>
+ <context context-type="linenumber">83</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/task-manager/task-manager.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="85b79c9064aed1ead31ace985f31aa1363f6bdaf">
+ <source>Help</source>
+ <target>帮助</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/dashboard-help/dashboard-help.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/dashboard-help/dashboard-help.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="fcfd4675b4c90f08d18d3abede9a9a4dff4cfdc7">
+ <source>Documentation</source>
+ <target>文档</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/dashboard-help/dashboard-help.component.html</context>
+ <context context-type="linenumber">23</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e351b40b3869a5c7d19c3d4918cb1ac7aaab95c4">
+ <source>API</source>
+ <target>API</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/dashboard-help/dashboard-help.component.html</context>
+ <context context-type="linenumber">28</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
+ <source>About</source>
+ <target>关于</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/dashboard-help/dashboard-help.component.html</context>
+ <context context-type="linenumber">33</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1481ecd21e760ac919a24e26cf790acd82e40199">
+ <source>Dashboard Settings</source>
+ <target>Dashboard 设置</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/administration/administration.component.html</context>
+ <context context-type="linenumber">10</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/administration/administration.component.html</context>
+ <context context-type="linenumber">7</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a79aab4ef674bf3f6532292107c0054302236e0f">
+ <source>User management</source>
+ <target>用户管理</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/administration/administration.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="049dfd9fe6c78914ad58cf89ac6a631fca28ec74">
+ <source>Logged in user</source>
+ <target>登录的用户</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/identity/identity.component.html</context>
+ <context context-type="linenumber">9</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/identity/identity.component.html</context>
+ <context context-type="linenumber">6</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cd38a58e73f306d838e621959d47d5e7a2f06d1f">
+ <source>Signed in as
+ <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ username }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/></source>
+ <target>以用户名登录
+ <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/><x equiv-text="{{ username }}" id="INTERPOLATION"/><x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/identity/identity.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5d22c795daf43877a5f708dca2bccd549eb0471d">
+ <source>Sign out</source>
+ <target>登出</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/core/navigation/identity/identity.component.html</context>
+ <context context-type="linenumber">27</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="eeba399c4dae8d4890c27b7a2cd2dc28fcf8b5f9">
+ <source>Performance Counters</source>
+ <target>性能计数器</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html</context>
+ <context context-type="linenumber">9</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="fbbaf5cb02ed419e79a27072478f716a4666a99d">
+ <source>Performance Details</source>
+ <target>性能详情</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html</context>
+ <context context-type="linenumber">16</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">46</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/hosts/host-details/host-details.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-details/pool-details.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html</context>
+ <context context-type="linenumber">45</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c">
+ <source>ID</source>
+ <target>ID</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e5c51963a9c553b29427ef783bbb69fa6634fa8c">
+ <source>Index type</source>
+ <target>索引类型</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">23</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8e6f950a32eaea32ec7e192f9ca3d3dfe469d4ba">
+ <source>Placement rule</source>
+ <target>placement 规则</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">28</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6972d213e31c4ea4f887e60db99d9881bc8fcd3e">
+ <source>Marker</source>
+ <target>标识</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">33</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="47b02acd2d3254d1ace1926f840523f154ebef71">
+ <source>Maximum marker</source>
+ <target>max marker</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">38</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8fe73a4787b8068b2ba61f54ab7e0f9af2ea1fc9">
+ <source>Version</source>
+ <target>版本</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">43</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="092fa3a7df9168b14d3f83a77a4035e92b92ce15">
+ <source>Master version</source>
+ <target>主版本</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">48</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="97434cc5001d407f90c7447a12d9e8e6848a2aa3">
+ <source>Modification time</source>
+ <target>修改时间</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">53</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="90fe2e41e7fde38453ce4e619efeea9bc6adea9c">
+ <source>Zonegroup</source>
+ <target>zonegroup</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">58</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cef1595d040e77cbb4466e60382028d4c2040cac">
+ <source>Maximum size</source>
+ <target>最大数目</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">76</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">71</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">107</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="aa6fb95c355f172bda303de1ce2f38c251a149cf">
+ <source>Unlimited</source>
+ <target>无限制</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">90</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">74</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">85</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">110</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">121</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ee862a800364b4d11f9b8cb9955a28a60f840a45">
+ <source>Maximum objects</source>
+ <target>最大对象数目</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html</context>
+ <context context-type="linenumber">87</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">82</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">118</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="8011e20c5bbe51602d459a860fbf29b599b55edd">
+ <source>System</source>
+ <target>系统</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">29</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f120423a48cf96636bc415daf5ac041ea8c6503e">
+ <source>{VAR_SELECT, select, 0 {No} 1 {Yes} }</source>
+ <target>{VAR_SELECT, select, 0 {否} 1 {是} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">31</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="db18a2772988415466a7f75dc42663ce78c9c1d3">
+ <source>Maximum buckets</source>
+ <target>最大存储桶数目</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/rgw/rgw-user-details/rgw-user-details.component.html</context>
+ <context context-type="linenumber">35</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ca53d681a9892d6fdbb57ee9676582186515e961">
+ <source>Performance counters not available</source>
+ <target>无法读取性能计数器</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.html</context>
+ <context context-type="linenumber">12</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="91853167141c37b58868f3b0421383dd72fa8a01">
+ <source>Attributes (OSD map)</source>
+ <target>OSD map</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="97842f379e1d4157ac3ab0661b90c352e7cb72d5">
+ <source>Metadata not available</source>
+ <target>元数据不可用</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">15</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f721a500a68c357e8f2a01e60510f6a01e4ba529">
+ <source>Metadata</source>
+ <target>相关元数据</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">8</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d24e28e19c5703d7c6be44f4eb595a6a43b618ed">
+ <source>Performance counter</source>
+ <target>性能计数器</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d1f7c81ed9c5034af4abcdf119b1c1e86cd019dd">
+ <source>Histogram not available: <x equiv-text="{{ osd.histogram_failed }}" id="INTERPOLATION"/></source>
+ <target>直方图不可用: <x equiv-text="{{ osd.histogram_failed }}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">28</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="868abfff914873d1c65df798d8432ed04b8ae2a9">
+ <source>Writes</source>
+ <target>写入请求</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">33</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="996ebb9a653b5067f97bf3891ea9d2108e969492">
+ <source>Reads</source>
+ <target>读取请求</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">38</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="65ac79790aa477a97b1cc579e18a115a8df8918f">
+ <source>Histogram</source>
+ <target>直方图</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/osd/osd-details/osd-details.component.html</context>
+ <context context-type="linenumber">25</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="26fb5f81b3581f06b9210defb0e71dc69a67e819">
+ <source>Current values</source>
+ <target>当前值</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">23</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="9abcd7c82643d60c22733470463f74e4a54bc069">
+ <source>Min</source>
+ <target>下限</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">47</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c3ced4d162a0a55ee233a187ce7208ba5e922418">
+ <source>Max</source>
+ <target>上限</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">52</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6834fa6b43d1ecbdf147c48dd9c4d72f1484571d">
+ <source>Source</source>
+ <target>来源</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">77</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a446fb0eb11fbffcac805ece5a2d306d24e733d8">
+ <source>Level</source>
+ <target>级别</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">82</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4180e8c1a344da14bdef061df596a4457bbb8d6c">
+ <source>Can be updated at runtime</source>
+ <target>可在线更新</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">87</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cafc87479686947e2590b9f588a88040aeaf660b">
+ <source>Tags</source>
+ <target>标记</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">92</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ab0089ef47af61ca1d137bc908b96c290dfd9287">
+ <source>Enum values</source>
+ <target>可选项</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">97</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="819476f1264f1659f38e86f6abb542141b184832">
+ <source>See also</source>
+ <target>参见</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cluster/configuration/configuration-details/configuration-details.component.html</context>
+ <context context-type="linenumber">102</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="73caac4265ea7314ff061e5a1d78a6361a6dd3b8">
+ <source>Cluster Status</source>
+ <target>集群状态</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">15</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1d4bc612bbf19aa9553853266b9e92c9d75f4464">
+ <source>Manager Daemons</source>
+ <target>manager 守护进程</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">69</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="946ac5dea9921dc09d7b0a63b89535371f283b19">
+ <source>Object Gateways</source>
+ <target>对象网关</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">90</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ff03fa5bcf37c4da46ad736c1f7d03f959e8ba9a">
+ <source>Metadata Servers</source>
+ <target>metadata 服务器</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">98</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d817609ba4993eba859409ab71e566168f4d5f5a">
+ <source>iSCSI Gateways</source>
+ <target>iSCSI 网关</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">109</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="42c13e50391250ea9379bdf55d5d6c0228c0c8bc">
+ <source>Client IOPS</source>
+ <target>客户端 IOPS</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">125</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="52213660b2454d139ada3079a42ec6caf3c3c01e">
+ <source>Client Throughput</source>
+ <target>客户端吞吐量</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">134</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="32efd1c3f70e3c5244239de97a2cc95d98534a14">
+ <source>Client Read/Write</source>
+ <target>客户端读/写</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">143</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5277e7546d03a767761199b70deb8c77a921b390">
+ <source>Client Recovery</source>
+ <target>数据恢复</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">161</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6d9a9f55046891733ef71170e7652063765eb542">
+ <source>Scrub</source>
+ <target>洗刷</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">170</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3cc9c2ae277393b3946b38c088dabff671b1ee1b">
+ <source>Performance</source>
+ <target>性能</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">119</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="88f383269db2d32cccee9e936fe549dccb9fdbf4">
+ <source>Raw Capacity</source>
+ <target>基本容量</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">200</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="afdb601c16162f2c798b16a2920955f1cc6a20aa">
+ <source>Objects</source>
+ <target>对象数</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">213</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">38</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="c5f8a813f91a11af99132e4beafc136cfc13d73b">
+ <source>PGs per OSD</source>
+ <target>每个 OSD 的 PG 数</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">222</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="498a109c6e9e94f1966de01aa0326f7f0ac6fb52">
+ <source>PG Status</source>
+ <target>PG 状态</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">231</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ce9dfdc6dccb28dc75a78c704e09dc18fb02dcfa">
+ <source>Capacity</source>
+ <target>容量</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">181</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="44ecac93d67c6a671198091c2270354f80322327">
+ <source><x ctype="x-i" equiv-text="<i>" id="START_ITALIC_TEXT"/><x ctype="x-i" equiv-text="</i>" id="CLOSE_ITALIC_TEXT"/> See <x ctype="x-a" equiv-text="<a>" id="START_LINK"/>Logs<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> for more details.</source>
+ <target><x ctype="x-i" equiv-text="<i>" id="START_ITALIC_TEXT"/><x ctype="x-i" equiv-text="</i>" id="CLOSE_ITALIC_TEXT"/> 查看<x ctype="x-a" equiv-text="<a>" id="START_LINK"/>日志<x ctype="x-a" equiv-text="</a>" id="CLOSE_LINK"/> 以获得更多细节。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/dashboard/health/health.component.html</context>
+ <context context-type="linenumber">265</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f0b5d789d42c0e69348e5fe0037fcbf5b5fbbdcc">
+ <source>Move an image to trash</source>
+ <target>将镜像移至回收站</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="86301cf2044b1eda218483365f6b9de8dde5040b">
+ <source>To move <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/>/<x equiv-text="{{ imageName }}" id="INTERPOLATION_1"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/> to trash,
+ click <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Move Image<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>. Optionally, you can pick an expiration date.</source>
+ <target>要将 <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/>/<x equiv-text="{{ imageName }}" id="INTERPOLATION_1"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>移至回收站,
+ 请点击 <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>移动镜像<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>。此外,可选择设置一个过期时间。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">12</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="88f27d390844aad53b4240360e928156c5f0d326">
+ <source>Protection expires at</source>
+ <target>保护期一直到</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="da166e9a0d27322f6ba8916d71ecc0f9905bb4b1">
+ <source>NOT PROTECTED</source>
+ <target>无保护</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a1506e5f2ca22cad14502ec7a20fb6113ace145d">
+ <source>Wrong date format. Please use "YYYY-MM-DD HH:mm:ss".</source>
+ <target>日期格式有问题。请使用“YYYY-MM-DD HH:mm:ss”。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">29</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="aa7ea0bb7495281e0b3258467ac7d90a1e44a1a1">
+ <source>Protection has already expired. Please pick a future date or leave it empty.</source>
+ <target>保护期限已经过了。请设置一个将来的日期,或者清空不填。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">32</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="536b3205c0c0d4d21685ec06feccfcf2fe14deb1">
+ <source>Move Image</source>
+ <target>移动镜像</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html</context>
+ <context context-type="linenumber">40</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
+ <source>Overview</source>
+ <target>概览</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-tabs/iscsi-tabs.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="bbd2045d5c37e4bb39a3c0fb62ea1ddf70a12838">
+ <source>Targets</source>
+ <target>目标</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-tabs/iscsi-tabs.component.html</context>
+ <context context-type="linenumber">7</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0f6e8f6094b180eaf1f11bc0ffe383f1cdcd059e">
+ <source>Only available for RBD images with <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/>fast-diff<x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> enabled</source>
+ <target>只对启动了 <x ctype="x-strong" equiv-text="<strong>" id="START_TAG_STRONG"/>fast-diff<x ctype="x-strong" equiv-text="</strong>" id="CLOSE_TAG_STRONG"/> 功能的RBD镜像可用</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e70fcca5a99575cffef3ff8cbd5e69f06ffd0f1c">
+ <source>Pool</source>
+ <target>存储池</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">18</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="03cc5b14b0a20d075e9009ff021f4f1660ba348a">
+ <source>Data Pool</source>
+ <target>数据存储池</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">23</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1b051734b0ee9021991c91b3ed4e81c244322462">
+ <source>Created</source>
+ <target>创建</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">28</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0a65771c9a73b9aa609d592fc96a64801a8f40bd">
+ <source>Provisioned</source>
+ <target>供给容量</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">57</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="84a36cb75660b736773fe36ffa3d54f0f0fe363e">
+ <source>N/A</source>
+ <target>N/A</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">63</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">78</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e5c009342a4e8381f64341d0bb61c2e4685f5a4b">
+ <source>Total provisioned</source>
+ <target>总供给容量</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">72</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7f6bf8a43ae415f527ac961ea62471b983aaa97b">
+ <source>Striping unit</source>
+ <target>条带单元</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">87</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="db710e8a8f011923f2d15d713fbae49c38b02b26">
+ <source>Striping count</source>
+ <target>条带个数</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">92</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3a4c2a9e76634ff14a60d52a718296f722d47c67">
+ <source>Parent</source>
+ <target>父节点</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">97</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="6a209e68d78ffc2cc9c53d2e76158624efab71ad">
+ <source>Block name prefix</source>
+ <target>块存储名字前缀</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">107</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5704ec2049d007c5f5fb495a5d8b607e68d58081">
+ <source>Order</source>
+ <target>order</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">112</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f21b1d17b6c5042bb5805516eee37fde33739dd8">
+ <source>Snapshots</source>
+ <target>快照</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-details/rbd-details.component.html</context>
+ <context context-type="linenumber">119</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3f67f30568e9ae47507d46e28e1e82a7dca772e2">
+ <source><x equiv-text="{ editing, select, true {...} other {...}}" id="ICU"/> RBD Snapshot</source>
+ <target><x equiv-text="{ editing, select, true {...} other {...}}" id="ICU"/>RBD 快照</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="1628d19a4490817c18be2afab410ca4adfa62ea7">
+ <source>{VAR_SELECT, select, true {Rename} other {Create} }</source>
+ <target>{VAR_SELECT, select, true {改名} other {创建} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html</context>
+ <context context-type="linenumber">46</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="73a287b41afe6b28f90edbeb98957a341a0276b4">
+ <source><x equiv-text="{ editing, select, true {...} other {...}}" id="ICU"/> Snapshot</source>
+ <target><x equiv-text="{ editing, select, true {...} other {...}}" id="ICU"/>快照</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-form/rbd-snapshot-form.component.html</context>
+ <context context-type="linenumber">46</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="cb60c1cd3655234756b5b92d4d597d92d520ee30">
+ <source>PROTECTED</source>
+ <target>受保护的</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.html</context>
+ <context context-type="linenumber">17</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="deffb86b8fb0541254ad5a43862d82bff6b6a6c4">
+ <source>UNPROTECTED</source>
+ <target>无保护的</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5c5331983af566d4ac6a1024d15a3511786a4aa6">
+ <source>You are about to rollback</source>
+ <target>您即将进行回滚操作</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.html</context>
+ <context context-type="linenumber">25</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="49c0408946a6d67185947f455f15cc201d0d78e6">
+ <source>Purge Trash</source>
+ <target>清空回收站</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">14</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">41</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-list/rbd-trash-list.component.html</context>
+ <context context-type="linenumber">25</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="af728625d769b61acf291442644b89edb88faec3">
+ <source>To purge, select one or All images and click</source>
+ <target>要彻底清空的话,请选择单个或所有的镜像,然后点击</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="55a4f598a4894b7fd5cb88f0ffd3c37ad009dd70">
+ <source>Pool:</source>
+ <target>存储池:</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">19</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d43dd2b9f7797e4cf3a604695bb33e4479108516">
+ <source>Pool name...</source>
+ <target>存储池名字……</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">22</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="dfc3c34e182ea73c5d784ff7c8135f087992dac1">
+ <source>All</source>
+ <target>全选</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-purge-modal/rbd-trash-purge-modal.component.html</context>
+ <context context-type="linenumber">30</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b0e7c7ed1d51a0c205c815048bc9f79e24ee6db2">
+ <source>Restore Image</source>
+ <target>恢复镜像</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">16</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">40</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7369384817e0ad61ce871c9afdfbb538df2f97c1">
+ <source>To restore</source>
+ <target>要恢复</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e7f0abefc608f7fb452c2dc9b1cdc3dec432160e">
+ <source>type the image's new name and click</source>
+ <target>输入镜像的新名字,并点击</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">15</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="41307dd56fea669eed72e12a6c23af275f6bfd82">
+ <source>New Name</source>
+ <target>新名字</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-restore-modal/rbd-trash-restore-modal.component.html</context>
+ <context context-type="linenumber">22</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="5c96a761dc55a21882c132c929583a424c9b8cf4">
+ <source>Expired at</source>
+ <target>过期时间</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-list/rbd-trash-list.component.html</context>
+ <context context-type="linenumber">34</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="661041e3fcff4d3e75c561e038ca2504cf2cc643">
+ <source>Protected until</source>
+ <target>保护期限</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-list/rbd-trash-list.component.html</context>
+ <context context-type="linenumber">37</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0ee3b2322a1d3277f7e3fdb8a5141ac42bcf350b">
+ <source>This image is protected until <x equiv-text="{{ expiresAt | cdDate }}" id="INTERPOLATION"/>.</source>
+ <target>一直到<x equiv-text="{{ expiresAt | cdDate }}" id="INTERPOLATION"/>,该镜像都会受保护。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/rbd-trash-list/rbd-trash-list.component.html</context>
+ <context context-type="linenumber">47</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a674ab267d1934bf395f87ca1503fd474296893f">
+ <source>iSCSI Topology</source>
+ <target state="translated">iSCSI Topology</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/iscsi-target-details/iscsi-target-details.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="66db799d67958d4b0765181d072df62e2d1c16f5">
+ <source>Issues</source>
+ <target>问题</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/image-list/image-list.component.html</context>
+ <context context-type="linenumber">2</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ef06d69259e587e28d52372455f44c7153cda7e7">
+ <source>Syncing</source>
+ <target>正在同步</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/image-list/image-list.component.html</context>
+ <context context-type="linenumber">11</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/image-list/image-list.component.html</context>
+ <context context-type="linenumber">38</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0b0901877d837d3fda16ba161eb74368d1c75b7a">
+ <source>Ready</source>
+ <target>已就绪</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/image-list/image-list.component.html</context>
+ <context context-type="linenumber">20</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4057c56d63a7e9b140b1d01871a9229a5f30eb27">
+ <source>Edit pool mirror mode</source>
+ <target state="translated">Edit pool mirror mode</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e1f367f5feaab38f6637dd1f967c848b447dea2d">
+ <source>To edit the mirror mode for pool
+ <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>, select a new mode from the list and click
+ <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Update<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>.</source>
+ <target state="translated">To edit the mirror mode for pool
+ <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>, select a new mode from the list and click
+ <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Update<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">13</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="32ca348ef926b0a6a7a780b8b64c3a8239895cec">
+ <source>Peer clusters must be removed prior to disabling mirror.</source>
+ <target state="translated">Peer clusters must be removed prior to disabling mirror.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">33</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="047f50bc5b5d17b5bec0196355953e1a5c590ddb">
+ <source>Update</source>
+ <target>修改</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.html</context>
+ <context context-type="linenumber">41</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="fa61522d482349707fd7dd03b90dc5781611b17f">
+ <source><x equiv-text="{mode, select, edit {...} other {...}}" id="ICU"/>
+ pool mirror peer</source>
+ <target state="translated"><x equiv-text="{mode, select, edit {...} other {...}}" id="ICU"/>
+ pool mirror peer</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4ddcb416c1c0aa1f54acf5beef1de81813e76fa6">
+ <source>{VAR_SELECT, select, edit {Edit} other {Add} }</source>
+ <target>{VAR_SELECT, select, edit {编辑} other {添加} }</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">3</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">14</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f7a13e4807afa6a9eda3db57a0a2a110dbae8ad7">
+ <source><x equiv-text="{mode, select, edit {...} other {...}}" id="ICU"/> the pool
+ mirror peer attributes for pool <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/> and click
+ <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Submit<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>.</source>
+ <target state="translated"><x equiv-text="{mode, select, edit {...} other {...}}" id="ICU"/> the pool
+ mirror peer attributes for pool <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/><x equiv-text="{{ poolName }}" id="INTERPOLATION"/><x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/> and click
+ <x ctype="x-kbd" equiv-text="<kbd>" id="START_TAG_KBD"/>Submit<x ctype="x-kbd" equiv-text="</kbd>" id="CLOSE_TAG_KBD"/>.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">14</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="d3cc964811f852a168f4a2d5daa59068abc5cf53">
+ <source>Cluster Name</source>
+ <target>集群名称</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">23</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="b631721fc56cb7fb1cbd07b802a487c5753f6a2d">
+ <source>The cluster name is not valid.</source>
+ <target>无效的集群名称</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">39</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="ca6deafa31bf421f85094807982aee4bcb20a3ae">
+ <source>CephX ID</source>
+ <target>CephX ID</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">46</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="7539188a568c3d553cbde1bacaf32310c4264e24">
+ <source>CephX ID...</source>
+ <target>CephX ID...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">51</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="a1c45b594b0fba22fc64e80c793a7ffe005fdb0e">
+ <source>The CephX ID is not valid.</source>
+ <target>无效的 CephX ID </target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">61</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="20861576fcfce773c918c782cd4f5adf32382921">
+ <source>Monitor Addresses</source>
+ <target state="translated">Monitor Addresses</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">68</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="fa28eeed2b4bd4ccbe6e9349a1c2b3cb1c5de70a">
+ <source>Comma-delimited addresses...</source>
+ <target>逗号分割的地址...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">72</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="dc016c82fd85848d5c1b2fd0e8469ee2027d9c16">
+ <source>The monitory address is not valid.</source>
+ <target state="translated">The monitory address is not valid.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">79</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="e0ac55b83dc6739e62bc655cfe375b67c93e7f4a">
+ <source>CephX Key</source>
+ <target>CephX 密钥</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">86</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="f53434bcb95bd86f1df9c8e22966f757614fc4ad">
+ <source>Base64-encoded key...</source>
+ <target>Base64编码的密钥...</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">90</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="4cd83164cd4f66b4abc2863f9ce6f599d789e4ca">
+ <source>CephX key must be base64 encoded.</source>
+ <target>CephX 密钥必须是base64编码的。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/block/mirroring/pool-edit-peer-modal/pool-edit-peer-modal.component.html</context>
+ <context context-type="linenumber">97</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="3938a411d76796f8ae73b72ea4c77661207453bd">
+ <source>Cache Tiers Details</source>
+ <target state="translated">Cache Tiers Details</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/pool/pool-details/pool-details.component.html</context>
+ <context context-type="linenumber">22</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="0c1e17956453ad772dbe82d6946f62748c692f3e">
+ <source>Ranks</source>
+ <target>排位</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html</context>
+ <context context-type="linenumber">6</context>
+ </context-group>
+ </trans-unit><trans-unit datatype="html" id="95c96d55690c0c685deebe52a1da94dc36f5e99d">
+ <source>Clients: <x equiv-text="{{ clientCount }}" id="INTERPOLATION"/></source>
+ <target>客户:<x equiv-text="{{ clientCount }}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html</context>
+ <context context-type="linenumber">36</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="bd5a3b1c5a3c185c7bbb0e09a061d4cdc88ce5ad">
+ <source>Current</source>
+ <target>当前</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-details/iscsi-target-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="dd4ab758afd5fd5a6c6a25b2b30ff99d0c00e9ad">
+ <source>There are no portals available.</source>
+ <target>无可用端口</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="83021e45778a4a230a14ca0c6d6ccdf05500ad93">
+ <source>There are no images available.</source>
+ <target>无可用镜像</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="86684eb21f8a768e1dbc659e3d5da6861db544a0">
+ <source>There are no images available. Please make sure you add an image to the target.</source>
+ <target>无可用镜像。请确保为目标添加一个镜像。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fffda6e440078f57eba93944ce051c593cc6ed7f">
+ <source>There are no initiators available. Please make sure you add an initiator to the target.</source>
+ <target>无可用授权人。请确保为目标添加一个授权人。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="38baeb215c17af9d9e295e371a57f4a48ab4c191">
+ <source>Target</source>
+ <target>目标</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi-target-list/iscsi-target-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9a541ec1a4319fffc16ad3b3ab2c2b6d251a829d">
+ <source>Hostname</source>
+ <target>主机名</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/daemon-list/daemon-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/hosts/hosts.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="32b73dd480452aed3c8df00055279a110b3e633c">
+ <source># Active/Optimized</source>
+ <target># 活动的/有优化的</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="26a3d69b872abf67663ba7473606ea32d6128531">
+ <source># Active/Non-Optimized</source>
+ <target># 活动的/未优化的</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a5f9ba9bb9faa8284bcadb1cdbc6aaf969e9c4bb">
+ <source>Image</source>
+ <target>镜像</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2cd86fc9c2dc1b4398514266a08e507140fe5ba8">
+ <source>Active/Optimized</source>
+ <target>活动的/有优化的</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c74c467d73caf2b951bc1a1d52d6e93f9c5e795b">
+ <source>Active/Non-Optimized</source>
+ <target>活动的/未优化的</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="13415637c325ceefee29111b31cb48701490adf7">
+ <source>Read Bytes</source>
+ <target>读字节数</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e2ed82b7bbf4a006e60e6208c597b05d5b5556e9">
+ <source>Write Bytes</source>
+ <target>写字节数</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="6a32a5f58845ca840185ea9564682094e77a1d80">
+ <source>Read Ops</source>
+ <target>读请求数</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7c36cb8032af123d3550ffab2e1fa1e957c87fae">
+ <source>Write Ops</source>
+ <target>写请求数</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="458c33846a8c7e2feb9404bcf06723784e756cdc">
+ <source>A/O Since</source>
+ <target>活动/优化自</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/iscsi/iscsi.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ff78f059449d44322f627d0f66df07abe476962b">
+ <source>Instance</source>
+ <target>实例</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/daemon-list/daemon-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="36fad7995cadfb3a6f0d43ef2db280146b3ca022">
+ <source>Issue</source>
+ <target>问题</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="873b72903b1858a9cd6c8967521030b4d7d1435b">
+ <source>State</source>
+ <target>状态</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="15793f4cbc261bedbc60f7105533dde536a3f42b">
+ <source>Progress</source>
+ <target>进度</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/image-list/image-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f39256070bfc0714020dfee08895421fc1527014">
+ <source>Disabled</source>
+ <target>禁用</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-edit-mode-modal/pool-edit-mode-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="8c375764db42f5d736fb56d01b8052c006ccc8e2">
+ <source>Edit Mode</source>
+ <target>编辑模式</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="45932f2a0ea524b3425f4320ee46a6d1c68977bc">
+ <source>Add Peer</source>
+ <target>添加 peer</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d3dc34662e3cda0dad646221651cebd26f731485">
+ <source>Edit Peer</source>
+ <target>编辑 peer</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e8a0ec0b6ee72db0f27c186e09640d1ed41964bd">
+ <source>Delete Peer</source>
+ <target>删除 peer</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="314de06d6f64d39149e78e6d796585c0246fec0b">
+ <source>Leader</source>
+ <target>主</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7acaab450312114059ced9e3737798ee9aa738b1">
+ <source># Local</source>
+ <target># 本地</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7a3ffd88868135c44be3994263bb8e49d8358884">
+ <source># Remote</source>
+ <target># 远程</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="85ca0fd6a6ddd211023c70a25753122c5b978787">
+ <source>mirror peer</source>
+ <target>镜像 peer</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/mirroring/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4130b1a836f2000cfe9a11fb62493dc42d444de7">
+ <source>Deep flatten</source>
+ <target>完全展开</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-form/rbd-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7b17694d7cb8ecb7c8440bc999dac21b44455b33">
+ <source>Layering</source>
+ <target>分层</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-form/rbd-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="6a072ce577c2079d0e0c31071a16824f6d22b84d">
+ <source>Exclusive lock</source>
+ <target>互斥锁</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-form/rbd-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7354f01320bf936a7f85577c9f71402635c3a362">
+ <source>Object map (requires exclusive-lock)</source>
+ <target>object map(要求互斥锁支持)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-form/rbd-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fb7e625c1152f1c102cd16460955d124edff1770">
+ <source>Journaling (requires exclusive-lock)</source>
+ <target>日志(要求互斥锁支持)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-form/rbd-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="76d0a465d5b470c2ea20e15b23c91086c90e910d">
+ <source>Fast diff (requires object-map)</source>
+ <target>快速 diff(要求 object map 支持)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-form/rbd-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1979da7460819153e11d2078244645d94291b69c">
+ <source>Copy</source>
+ <target>复制</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-list/rbd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="3747fff7faf52b436ecff5fb8555091736d92c70">
+ <source>Flatten</source>
+ <target>展开</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-list/rbd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ba073985cfd2528c77a746ed596b2f2052b973c5">
+ <source>Move to Trash</source>
+ <target>移至回收站</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-list/rbd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="70a67e04629f6d412db0a12d51820b480788d795">
+ <source>Create</source>
+ <target>新建</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-details/role-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-form/role-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e26f9cf3666aace4e524b1505c9795d76d87738d">
+ <source>Rename</source>
+ <target>重命名</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="45480c03b0a3a37ff8f6a5600a6a034b40fbaea4">
+ <source>Protect</source>
+ <target>保护</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="3ea9b96a21a499d296a7f25407da0f3df6c2d5ed">
+ <source>Unprotect</source>
+ <target>解除保护</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="54a4a3132b693575728a45a5f3154ad4c9af404b">
+ <source>Clone</source>
+ <target>克隆</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4be22bf20ef82614ed53bcd3b912a85590aa71c9">
+ <source>Rollback</source>
+ <target>回滚</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-actions.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7eb984588f4835f6d0187b33769b4b0f62821640">
+ <source>RBD snapshot rollback</source>
+ <target>RBD 快照回滚</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2a04c483708d261751d62082d6f03a50d4577b1e">
+ <source>RBD snapshot</source>
+ <target>RBD 快照</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d5cec7468241d72cafd86ad1af6d55b09a6e3ae5">
+ <source>Restore</source>
+ <target>恢复</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-trash-list/rbd-trash-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fa96769d1ea86741297cb9b9769b0dcfde58c8b4">
+ <source>Deleted At</source>
+ <target>定点删除</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/block/rbd-trash-list/rbd-trash-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e928864038ca70ee7d67bbf1fd71a01c3938a127">
+ <source>id</source>
+ <target>ID</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="240c9c1e96dc38814922a83ad041dc815b084f32">
+ <source>type</source>
+ <target>类型</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c9d7ec7ee5b4e282f2228fa996651ec4ef5195a9">
+ <source>state</source>
+ <target>状态</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="5780e5c3b4fc2ae07836bb5221cec4f8d597630d">
+ <source>version</source>
+ <target>版本</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fe22ca53e651df951dac25b67c17894b0980f767">
+ <source>Host</source>
+ <target>主机</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fb69299354312c8954ecf324997ccafcd9f6b14b">
+ <source>root</source>
+ <target>根</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="3c3a423d91e36ac6624e909fcd2669a25685f847">
+ <source>Rank</source>
+ <target>排位</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/monitor/monitor.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/monitor/monitor.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9596ecae8956e96921acef47aec787f6bdc37454">
+ <source>Daemon</source>
+ <target>守护进程</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f2005fa461c06dc2e04d8918bbabedf23604b5b7">
+ <source>Activity</source>
+ <target>活跃度</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e3a986984ae0c3b43af648c3fa638649d1c00348">
+ <source>Dentries</source>
+ <target>dentries</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7c692ab865066967d73c6d64ec0691cc6ce91b93">
+ <source>Inodes</source>
+ <target>inodes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="45f210b96a2a6e91f52f153a4f8dc30662629f8e">
+ <source>Usage</source>
+ <target>使用率</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7db875ff4cc626d394f37fba95c075b2e4bfeb00">
+ <source>Standby daemons</source>
+ <target>备用服务</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="22e4e574b7f8abf58254f328792445b42e2a924a">
+ <source>The value can be updated at runtime.</source>
+ <target>此配置可在线更改</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d7770de7b2343c9deeaa7ebf37ba3e35ca5c5988">
+ <source>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.</source>
+ <target>服务器或客户端不会主动从 monitor 的配置数据库读取这个配置。
+ 所以不能用“ceph config set ...”设置它。但是可以通过
+ ceph.conf 或者用命令行进行配置。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="83f11fd1dc503c37931ea6c1c5c1e8c2b4b597b6">
+ <source>Option takes effect only during daemon startup.</source>
+ <target>该配置只有在服务启动的时候才会生效。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="837a07cd6a971038b8b1aa190c43440c9fdb5d8b">
+ <source>Option only affects cluster creation.</source>
+ <target>该配置只在创建集群的时候才会生效。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2566a88eb247c918b71cfe5b354c31de0d4b01e5">
+ <source>Option only affects daemon creation.</source>
+ <target>该配置只在服务创建的时候才会生效。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-details/configuration-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="cdb623df78c6ed1fdd9e6dc35f83d6dbea75ebfa">
+ <source>Config option <x equiv-text="{{name}}" id="INTERPOLATION"/> has been updated.</source>
+ <target>已更新配置项<x equiv-text="{{name}}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a773d21a875b944ba7b067f348398cfd5e9550cc">
+ <source>Update config option</source>
+ <target>更新配置项</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d473e0f684a60db45d6f31e993f693f74290e056">
+ <source>Service</source>
+ <target>服务</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9951bb3983c7dba6fde013e05c922e4fe1a44367">
+ <source>Current value</source>
+ <target>当前值</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/configuration/configuration.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7099a8878af7a0a26fe5663c4f46cfe87142b75d">
+ <source>Public Address</source>
+ <target>外部地址</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/monitor/monitor.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/monitor/monitor.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="cbdd1cdc0c7a87f55dd177bc44212f0fc4b80852">
+ <source>Open Sessions</source>
+ <target>活动会话</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/monitor/monitor.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="37e58d1cbdf8212b380efa51422e42821d4f08e6">
+ <source>No In</source>
+ <target>禁止加入</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="12706eb5af17ff5ad77b3de21af368d24678e00b">
+ <source>OSDs that were previously marked out will not be marked back in when they start</source>
+ <target>之前被除名的 OSD 在启动之后,不会被加入集群</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="96114d7624d11dc90ca46cfa96145fe22118df76">
+ <source>No Out</source>
+ <target>禁止除名</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a2ef636fe1ddd56b63e4aaf3d292f33dbf735ef3">
+ <source>OSDs will not automatically be marked out after the configured interval</source>
+ <target>在发现 OSD 没有响应之后一段时间,该 OSD 会被踢出集群。该标志会禁止这个功能。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ee50aefa9b8bde1e5429b48709a23abfe08358e0">
+ <source>No Up</source>
+ <target>禁止启用</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="608929b939307e397586a98cea52ae38997c7273">
+ <source>OSDs are not allowed to start</source>
+ <target>不允许 OSD 启动</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1751ab69c1e7f62927afedbf7116e0116316c551">
+ <source>No Down</source>
+ <target>禁止停用</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="41fac86dfb65c1db690f3e87f6497cb73b281084">
+ <source>OSD failure reports are being ignored, such that the monitors will not mark OSDs down</source>
+ <target>当前不受理对 OSD 的失效报告,因而 monitor 不会停用 OSD</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b2838c6165a9672a17db188f4dd9676574353dd8">
+ <source>Pause</source>
+ <target>暂停</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="191d71dadcc8790573d46706a0b48211de4b8334">
+ <source>Pauses reads and writes</source>
+ <target>暂停读写</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="471d5ba75836f38c19992cf83d8822632d99e473">
+ <source>No Scrub</source>
+ <target>禁止洗刷</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="5b8caa61814121bc36dac0c34a9e9de3cae74990">
+ <source>Scrubbing is disabled</source>
+ <target>洗刷已禁止</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7f29a0ac1c797bdc0347dd5d0734ba83e96e7ce6">
+ <source>No Deep Scrub</source>
+ <target>禁止深层洗刷</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="01da61ab216541a8d31259cebd16b10c7e5fc124">
+ <source>Deep Scrubbing is disabled</source>
+ <target>深层洗刷已禁止</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0b86c7f18ac725de62c7e192dcfccd02c0dc40ab">
+ <source>No Backfill</source>
+ <target>禁止回填</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="bd33a2bdc8fbed3b7469f3717c16d9aaa2851fdd">
+ <source>Backfilling of PGs is suspended</source>
+ <target>PG 回填已推迟</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7fbbd036394cfa623add40299757bc87df8eaa7e">
+ <source>No Recover</source>
+ <target>禁止恢复</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f3ee9b451a64dca47299c9b4ae1091c2008068ad">
+ <source>Recovery of PGs is suspended</source>
+ <target>PG 恢复已推迟</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="de904148fe7e8d812218f50333ffe247900617c5">
+ <source>Bitwise Sort</source>
+ <target>逐位排序</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2613c9fde29785bcd75f0abeccb653d14d7527b3">
+ <source>Use bitwise sort</source>
+ <target>使用逐位排序</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2fe10d84250aeee365db244251d40934c70ff1e9">
+ <source>Purged Snapdirs</source>
+ <target>老版本的快照已全部升级</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="6b22a5b780eda3c5d500cdac9c6d4f96978c38f1">
+ <source>OSDs have converted snapsets</source>
+ <target>OSD 上的快照已全部转换完毕</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c42f0ba60564dc5b977a8c7f3fdcde9efbb39c60">
+ <source>Recovery Deletes</source>
+ <target>在恢复时进行删除操作</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="72fe39979198ea2ed6db6274b5029025cb316d90">
+ <source>Deletes performed during recovery instead of peering</source>
+ <target>在恢复时,而非对齐阶段进行删除</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1bb4a1f9127cefe624c173557a716d0ebb6d647c">
+ <source>PG Log Hard Limit</source>
+ <target state="translated">PG Log Hard Limit</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e03c0321397fdf7a9c22e8d6b5015424943c0a57">
+ <source>Puts a hard limit on pg log length</source>
+ <target state="translated">Puts a hard limit on pg log length</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0182a66735272f5c540a0c65ff3f5a7913ac1b74">
+ <source>OSD Flags were updated successfully.</source>
+ <target>OSD 标志位已成功更新。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fbfecb196a0896028638e21655c6fed6a1f91dc0">
+ <source>OSD Flags</source>
+ <target>OSD 标志位</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2e5e77dbaadd6588d8bbf737139fd9806294ae28">
+ <source>Deep Scrub</source>
+ <target>深层洗刷</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="75fb9f970ba365398c45e57bbb1019c009f6b832">
+ <source>Mark Out</source>
+ <target>标记为已除名</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="688578fcc739d6f0c5fb6c366dbb19d21c6d9e36">
+ <source>out</source>
+ <target>除名</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/osd-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0cda3e824fb2f9c731e5a60b859dedc1fe03127e">
+ <source>Mark In</source>
+ <target>标记为加入</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="cb0f69bdd4dea41d7d45c74b6e07f98de8a2ab26">
+ <source>in</source>
+ <target>加入</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/osd-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="66fdbf32e5449cc54a3d1e19c7b8f4ea238facfb">
+ <source>Mark Down</source>
+ <target>标记为停用</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b5fbc7c7f007dd53b2318525bb7ff8b0376c9e37">
+ <source>down</source>
+ <target>停用</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/osd-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f833354f43cb38c5716faa8759a9bbdd1ab8f199">
+ <source>Mark Lost</source>
+ <target>标记为丢失</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b58719bcb9184e1a7884d00d22d10899d59bf295">
+ <source>Mark</source>
+ <target>标记</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="31a1c1aa03f1e5084750bedb4e3fdc04ce2cb6ca">
+ <source>OSD lost</source>
+ <target>OSD 丢失</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f3fc4c85c5b8f1dedea0496b72d0af9da7b9e0d9">
+ <source>marked lost</source>
+ <target>已标记丢失</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="019d4bd6a5690f0cfa0ecf346a4e6bf7f0d8debb">
+ <source>Remove</source>
+ <target>删除</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c8b1475105463088593de1022ff6dceb523eae0e">
+ <source>OSD</source>
+ <target>OSD</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c640261f80e6afd42cac3f4b63594012f198e0e8">
+ <source>removed</source>
+ <target>已删除</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="bf463b189696c19769ea263227e6c22aefafb918">
+ <source>Destroy</source>
+ <target>销毁</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="8e5d1b01eca6dce26a4751f0b19bda7a6ab8db5b">
+ <source>destroy</source>
+ <target>销毁</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="495a06b78bf165a7b545fa002137f0846b094a3d">
+ <source>destroyed</source>
+ <target>已销毁</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="953144c420c2e5abd02e6a687433eac60fa852bd">
+ <source>PGs</source>
+ <target>PG</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7d3523ea9d35c274cef84043de8a2fdde540a9a1">
+ <source>Read bytes</source>
+ <target>读字节数</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ecbe2fdca919499125bc42c2c67cedae8563db1c">
+ <source>Writes bytes</source>
+ <target>写字节数</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f3c33322823c846b13f59ba2c8f234405bba99e1">
+ <source>Read ops</source>
+ <target>读请求数</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7e0b24a17546cbfab48b03dc874461d1ca68bc9a">
+ <source>Write ops</source>
+ <target>写请求数</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d45455406092f58e6b089cb440b5b7934b801a01">
+ <source>Mark OSD <x equiv-text="{{markAction}}" id="INTERPOLATION"/></source>
+ <target>标记 OSD 为 <x equiv-text="{{markAction}}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="de0b7806e451b3b3dbd564decba59981fe781c18">
+ <source>Mark <x equiv-text="{{markAction}}" id="INTERPOLATION"/></source>
+ <target>设置为<x equiv-text="{{markAction}}" id="INTERPOLATION"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-list/osd-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4edc2162af0bd6cd941eaf730d20a7e3b5a83ba7">
+ <source>Max Backfills</source>
+ <target state="translated">Max Backfills</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="eb5e6c24a48a1dfe23e0a772b762be5e949c0c8a">
+ <source>Recovery Max Active</source>
+ <target state="translated">Recovery Max Active</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4a23c6d3859e03184118620d2baeb736ac765fbf">
+ <source>Recovery Max Single Start</source>
+ <target state="translated">Recovery Max Single Start</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="97049169ef5228fd1724de2fcdad1fec2858eaf8">
+ <source>Recovery Sleep</source>
+ <target state="translated">Recovery Sleep</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a5c05002b0ac2040f1aede5e727e0ffd06eda819">
+ <source>Custom</source>
+ <target>自定义</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="92a8cbd0b31b1a5a64fe3a3245437ecf14b6d74d">
+ <source>OSD recovery speed priority "<x equiv-text="{{value}}" id="INTERPOLATION"/>" was set successfully.</source>
+ <target state="translated">OSD recovery speed priority "<x equiv-text="{{value}}" id="INTERPOLATION"/>" was set successfully.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="87241d8eb7bf0d14756f27febe8d0a84015627db">
+ <source>OSD recovery speed priority</source>
+ <target state="translated">OSD recovery speed priority</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="442db228d78b94d704b22bb0ffeb712af183f19a">
+ <source><x equiv-text="{{operation}}" id="INTERPOLATION"/> was initialized in the following OSD: <x equiv-text="{{id}}" id="INTERPOLATION_1"/></source>
+ <target>如下 OSD 已经启动了<x equiv-text="{{operation}}" id="INTERPOLATION"/> 操作:<x equiv-text="{{id}}" id="INTERPOLATION_1"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="78917e8031aaf913ac3fa63295325ce8879703ce">
+ <source>Job</source>
+ <target state="translated">Job</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="94287619205068b591c18493c64781424864c259">
+ <source>Severity</source>
+ <target state="translated">Severity</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e6cfbe0c5e0302ba2cec22315f6a28f8ac46b651">
+ <source>Started</source>
+ <target state="translated">Started</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6">
+ <source>URL</source>
+ <target>URL</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/cluster/prometheus/prometheus-list/prometheus-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fb2e1bed329dc5b84197808c778abb9edcbdb335">
+ <source>Used</source>
+ <target>已使用</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4f1ab04d9100fb0df0e62b921ec46ae052ae29fc">
+ <source>Avail.</source>
+ <target>空闲</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a1c9b3d4fa67450fe9afd1d726f8a1bd91d990ea">
+ <source>Clean</source>
+ <target>正常</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0054f5460090d6dde385e8f099d598df5d28cf54">
+ <source>Working</source>
+ <target>运行中</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a8059e31694578c1b0344a76a345357dd60e8f01">
+ <source>Warning</source>
+ <target>警报</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e5d8bb389c702588877f039d72178f219453a72d">
+ <source>Unknown</source>
+ <target>未知</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/health/health.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="129a2224e1f9d19eb5e11e2a07fe10a785556484">
+ <source>up</source>
+ <target>启用中</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/osd-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d5f29cf0af691726483262d647eb6622be002512">
+ <source>no filesystems</source>
+ <target>无文件系统</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b1c4387ffab06f3fa9fdb4411aea955595538d44">
+ <source>active</source>
+ <target>工作</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mgr-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1aaf7054d826f2cb05ec3e88a5a4b8116861e1f5">
+ <source>standby</source>
+ <target>待机</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mds-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mgr-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c9a1080024dca344a48acdb77fa2d54e059f7254">
+ <source>n/a</source>
+ <target>n/a</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mgr-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="84a1787b6df375847c70f782861d7e7f8f43bff4">
+ <source>active daemon</source>
+ <target>工作的守护进程</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mgr-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="24407dc2ebfafaf6b131ee978683b893c3f1d763">
+ <source>quorum</source>
+ <target>quorum</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/dashboard/mon-summary.pipe.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="5049e204c14c648691ac775a64fb504467aeb549">
+ <source>Value</source>
+ <target>值</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="60fb10c145f9c7ede2b9ddf9b2b0b0f6191d0ebd">
+ <source>Cache Mode</source>
+ <target>缓存模式</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-details/pool-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fa5bfad31d4139f6871443bb74324ffda5cad3e6">
+ <source>Min Evict Age</source>
+ <target state="translated">Min Evict Age</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-details/pool-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fd0eb851666df45c34c76fabcda79b0d77bc910b">
+ <source>Min Flush Age</source>
+ <target state="translated">Min Flush Age</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-details/pool-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="cb54d2c420a534cee0c308ea5589f8c394ef8d67">
+ <source>Target Max Bytes</source>
+ <target state="translated">Target Max Bytes</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-details/pool-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="07f4ebe6615dca466818ffdae2a69ee217d265fb">
+ <source>Target Max Objects</source>
+ <target state="translated">Target Max Objects</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-details/pool-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="eaa8f4df53cf7fa78d078e20a701d10f3dccd77d">
+ <source>No applications added</source>
+ <target>还没有任何应用标记</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="321c2a7640f11177ea49b0857b94c4b70830c0e6">
+ <source>Applications limit reached</source>
+ <target>应用标记到了上限</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="519d27742b74fadc8336777452f78891e98aa1dc">
+ <source>A pool can only have up to four applications definitions.</source>
+ <target>一个存储池最多能有四个应用标记。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b5bec3813f0d45daa7eb9471272969e1bc3e734e">
+ <source>Allowed characters '_a-zA-Z0-9'</source>
+ <target>可用的字符为‘_a-zA-Z0-9’</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="807472d29602a0085bce62e534bd66208982c2e2">
+ <source>Maximum length is 128 characters</source>
+ <target>长度限制为 128 个字符</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="37785748b9ac9ad1d3e4b111ac502c3284afe84b">
+ <source>Filter or add applications</source>
+ <target>添加应用标记或根据其进行筛选</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="38c7b8610ca87835e13eeee6a09ba1c414cd5cb9">
+ <source>Add application</source>
+ <target>添加应用标记</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form-data.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="65bb2be83261bc4798853bbccdedc110c43feea7">
+ <source>erasure code profile</source>
+ <target>纠删码配置</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-form/pool-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="112d356ad6846959ca4aa5ec9a1f0d9d473b24ec">
+ <source>Replica Size</source>
+ <target>副本个数</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ec50492db341fa752b023d8c924601286b6c9c0c">
+ <source>Last Change</source>
+ <target>最后修改时间</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="563a8c136a9d423bc7ae1269a404d6da5fd83dad">
+ <source>Erasure Coded Profile</source>
+ <target>纠删码配置</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0ad7f0662956cff61ac1208f92b1a0305b1b2e58">
+ <source>Crush Ruleset</source>
+ <target>CRUSH 规则集</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f15bf7f588f09ca79795b17bc244e8d336f28171">
+ <source>Write bytes</source>
+ <target>写字节数</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/pool/pool-list/pool-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="44939fd05cedfd077db886528b755e77d5fa3885">
+ <source>bucket</source>
+ <target>存储桶</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ec40d74ecfb1d6d60455af6805c9a714a3f5750a">
+ <source>buckets</source>
+ <target>存储桶</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0914cbe18bae204217e1851be6d2d24d86e74605">
+ <source>user</source>
+ <target>用户</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7c7f4be7b726e61c577e63842a58d9e435f7c597">
+ <source>users</source>
+ <target>用户</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1481b8488e10dbc437accce89d2ae35a0106e8ba">
+ <source>Scope</source>
+ <target>作用范围</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-details/role-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9b1d5e95f6bdcfb4b737413f5fa157e0dcb103d5">
+ <source>Read</source>
+ <target>读权限</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-details/role-details.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-form/role-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fe6ee93173884201ec62d62ba173c3de85ae177e">
+ <source>Created role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</source>
+ <target>新建角色“<x equiv-text="{{role_name}}" id="INTERPOLATION"/>”</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-form/role-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="41c032df0732f4318f8213fabd0719ac347d4b6c">
+ <source>Updated role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</source>
+ <target>修改角色“<x equiv-text="{{role_name}}" id="INTERPOLATION"/>”</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-form/role-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="50e22b5289f79f1417369403345c9fa9911a4557">
+ <source>System Role</source>
+ <target>系统角色</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-list/role-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7f132668e2dbfcf616381d2daf59d1a6f2698102">
+ <source>Deleted role '<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</source>
+ <target>已删除角色'<x equiv-text="{{role_name}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/role-list/role-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d2362a49d2434ce137bf19dab004251b7fd9c7b3">
+ <source>Created user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</source>
+ <target>已新建用户“<x equiv-text="{{username}}" id="INTERPOLATION"/>”</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9910122dfedd2eaa544a990f1430e5b82a76d99f">
+ <source>Update user</source>
+ <target>更新用户</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ac10a3d9b59575640797c1a8e6aea642cf5d5e77">
+ <source>Continue</source>
+ <target>继续</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="cf4bcf4ce3d551e6099ccdc3546ae418fe5f8038">
+ <source>You were automatically logged out because your roles have been changed.</source>
+ <target>您被自动登出,因为您的角色有了变动。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="0f6003fb0c1cc73b89d225801cc1b870945cd259">
+ <source>Updated user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</source>
+ <target>已更新用户“<x equiv-text="{{username}}" id="INTERPOLATION"/>”</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-form/user-form.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fe516c6d820018fdc971113935e22ec1e852965f">
+ <source>Deleted user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</source>
+ <target>已删除用户“<x equiv-text="{{username}}" id="INTERPOLATION"/>”</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-list/user-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="01a7e11502ff80421ef3615e533ea14ef57e1d5c">
+ <source>Failed to delete user "<x equiv-text="{{username}}" id="INTERPOLATION"/>"</source>
+ <target>删除用户“<x equiv-text="{{username}}" id="INTERPOLATION"/>”失败</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-list/user-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="63316a3861dbcb035147efc1b9fb6bc708242e94">
+ <source>You are currently logged in as "<x equiv-text="{{username}}" id="INTERPOLATION"/>".</source>
+ <target>您当前在用“<x equiv-text="{{username}}" id="INTERPOLATION"/>”的身份登录。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/core/auth/user-list/user-list.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1d7fbcc3d5efc946ffbcf86fed04c4e20dda20fb">
+ <source>Each object is split in data-chunks parts, each stored on a different OSD.</source>
+ <target state="translated">Each object is split in data-chunks parts, each stored on a different OSD.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b1f8ed4e216585f1f9134740002ef3c8501debd8">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c437ee74a9a8e781e1380153f742a685e3b8cc5e">
+ <source>The jerasure plugin is the most generic and flexible plugin,
+ it is also the default for Ceph erasure coded pools.</source>
+ <target state="translated">The jerasure plugin is the most generic and flexible plugin,
+ it is also the default for Ceph erasure coded pools.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="8c7e19322851402afa67e41f4f1d4e531caf1bf5">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b1b11f49281b4e79219b4eecfbcb033cb15bd880">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d9cb3bc07a25b26fbea457e0a7b543340bc13c49">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="813959d46e63a29bbd266b3af2ff9414c2ef553c">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f0ff63d92e0a1b4d4b51e31b9133802d160a5f4c">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="3ece48df9d1e9a98f98bf3c5cc66e8b637020a4d">
+ <source>The isa plugin encapsulates the ISA library. It only runs on Intel processors.</source>
+ <target state="translated">The isa plugin encapsulates the ISA library. It only runs on Intel processors.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4472c9e31bfc7d96a83dc4afce0a6e885c99e839">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="fa385f5ecf63083ec848dca8dc5e52bdc72ac6f6">
+ <source>The shec plugin encapsulates the multiple SHEC library.
+ It allows ceph to recover data more efficiently than Reed Solomon codes.</source>
+ <target state="translated">The shec plugin encapsulates the multiple SHEC library.
+ It allows ceph to recover data more efficiently than Reed Solomon codes.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="687b3cd94b3475c24ff4481d64d4739f902a377c">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f3c4af6df91bdaabdb715f8f0b61a24faf73a3bc">
+ <source>The name of the crush bucket used for the first step of the CRUSH rule.
+ For instance step take default.</source>
+ <target state="translated">The name of the crush bucket used for the first step of the CRUSH rule.
+ For instance step take default.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e1059955a5ce65cdabf0c0a8207377e1f9bae57e">
+ <source>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.</source>
+ <target state="translated">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.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ac392ac9c6da5fde6da80fc57b9c09402fb6e73d">
+ <source>Restrict placement to devices of a specific class
+ (e.g., ssd or hdd), using the crush device class names in the CRUSH map.</source>
+ <target state="translated">Restrict placement to devices of a specific class
+ (e.g., ssd or hdd), using the crush device class names in the CRUSH map.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="62bcb9ae5583a088649b1adf5787a86ca3334f89">
+ <source>Set the directory name from which the erasure code plugin is loaded.</source>
+ <target state="translated">Set the directory name from which the erasure code plugin is loaded.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/erasure-code-profile.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a436c6a4025a749198e93cac239de8deede72211">
+ <source>-- Select the priority --</source>
+ <target>-- 选择优先级 --</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/osd.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9556266f0a2b1762a44b686f2bb21dbfefb01c12">
+ <source>Low</source>
+ <target>低</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/osd.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="72279141a67cc042d9864102b703216cc8a428a3">
+ <source>High</source>
+ <target>高</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/api/osd.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e6ca3c0efaf51e6d45a7f92f58bac37140c3fda4">
+ <source>Last 5 minutes</source>
+ <target>过去5分钟</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b0ecb2bbc548cc9bd95050fd8f0c84586d083fe2">
+ <source>Last 15 minutes</source>
+ <target>过去15分钟</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="857ae67deb51353120b203b0f2a06b0c48ef49fa">
+ <source>Last 30 minutes</source>
+ <target>过去30分钟</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7b1738fad314e936dc14b94db8f43da736942308">
+ <source>Last 1 hour (Default)</source>
+ <target>过去1小时(默认)</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a428288224389726cef9d9bd8d1d7808cccd7ffd">
+ <source>Last 3 hours</source>
+ <target>过去3小时</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7cbabecc8d80cf183ac199cfaeb7619d56e5d43f">
+ <source>Last 6 hours</source>
+ <target>过去6小时</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1a389cdf64187d34cf99eec30a290e3fa7d4744f">
+ <source>Last 12 hours</source>
+ <target>过去12小时</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9e0ba5f591380a94d594a76288f0c41aa97eb9c2">
+ <source>Last 24 hours</source>
+ <target>过去24小时</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e430eda9c785cd43465b7cbb400ee914f1057247">
+ <source>Yesterday</source>
+ <target>昨天</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7fb1099e29660162f9154d5b2feee7743a423df6">
+ <source>Today</source>
+ <target>今天</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="33904058a97a64bd189bed84038b1ffe719769c7">
+ <source>Today so far</source>
+ <target>今天到现在为止</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="3b0b849be007510021d3d383df75bec95ef9c97b">
+ <source>Day before yesterday</source>
+ <target>前天</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="6b430c2c394c4d32ebd7d46c8c46ab60e1b29ccb">
+ <source>Last 2 days</source>
+ <target>过去2天</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d5e812a87a5d57a94200a2013027cab76a7c4863">
+ <source>This day last week</source>
+ <target>上周的今天</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d00edc936eeab6b5577401f115ca86ca2c87dc9a">
+ <source>Previous week</source>
+ <target>上个星期</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b036e40577baa6b918b2267d319d4b3aeaa88a5a">
+ <source>This week</source>
+ <target>本周</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="99ad5a6096b3fcb3f021f3779bae710cdfeb8934">
+ <source>This week so far</source>
+ <target>本周以来</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="02e0243b60007368f87dc01e083f232dd025096d">
+ <source>Last 7 days</source>
+ <target>过去7天</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c3b08b07b5ab98e7cdcf18df39355690ab7d3884">
+ <source>Previous month</source>
+ <target>上个月</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1b2562c6d5aa90644e7dc91feee82e2005fceb33">
+ <source>This month</source>
+ <target>当月</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="26b4b18c5917934abb169ba9aa490e57f7bf10b8">
+ <source>This month so far</source>
+ <target>本月以来</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7668986b9f753fcd72ad4a00b1a0c4861d1f7fb8">
+ <source>Last 30 days</source>
+ <target>过去30天</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ba1e822408d90c6fbd2989100fa648bfd5e8ee84">
+ <source>Last 90 days</source>
+ <target>过去90天</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c3df03f899a914c4181adcdc8a3f077424f7b6e8">
+ <source>Last 6 months</source>
+ <target>过去6个月</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="7f9a92757580c9f31c309c0a3812ea429274eadf">
+ <source>Last 1 year</source>
+ <target>过去1年</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="5a9fede30ff65cb4b4426f6b1ed31afb67ecd7b0">
+ <source>Previous year</source>
+ <target>去年</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="65cefcc53d1f6445df7568e8a40c49165f1090ee">
+ <source>This year</source>
+ <target>今年</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1f68b766944dc3865bddab765fe952b0c1c43f92">
+ <source>This year so far</source>
+ <target>今年以来</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4d4b77e614f8043fdadef5d6d235655bb48eb311">
+ <source>Last 2 years</source>
+ <target>过去2年</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="138afa339ea6e75d25a474affe1edbcb90e00ec0">
+ <source>Last 5 years</source>
+ <target>过去5年</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/grafana/grafana.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c43dc1967a603fefb886149ac35863a06d5b4ce5">
+ <source>Information</source>
+ <target>信息</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/info-panel/info-panel.component.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="37391297bb077a6f84484930261b01a3ce38327b">
+ <source>No items selected.</source>
+ <target>无选中项目。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2c1e52ee832661b4a0f570877d24661736b16af1">
+ <source>Deselect item to select again</source>
+ <target state="translated">Deselect item to select again</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c8c9c6e5918659336824bbdda3501c66eaa79a4c">
+ <source>Selection limit reached</source>
+ <target>达到选择项数上限。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="02d184c288f567825a1fcbf83bcd3099a10853d5">
+ <source>Filter tags</source>
+ <target state="translated">Filter tags</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="aa00748e49c269956837d6f3acdd8d218796a8d8">
+ <source>Add badge</source>
+ <target state="translated">Add badge</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4078a92d8121abdce7d8f346a88914923ec835fc">
+ <source>There are no items available.</source>
+ <target>无可选项目。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/components/select/select-messages.model.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="24c4d50fe8567de381a20a1745f1b6d37eacaa90">
+ <source>Failed to <x equiv-text="{{failure}}" id="INTERPOLATION"/> <x equiv-text="{{metadata}}" id="INTERPOLATION_1"/></source>
+ <target state="translated">Failed to <x equiv-text="{{failure}}" id="INTERPOLATION"/><x equiv-text="{{metadata}}" id="INTERPOLATION_1"/></target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f54b6f09b390d5ade0e354f6c7d4743c10a315cc">
+ <source>Executing</source>
+ <target>正在执行</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="5cdfe3e3330ea42bfd29c540dbd268bee97d364d">
+ <source>execute</source>
+ <target>执行</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="6e98e243518daa88be30330fcdbd2d10f8eae4d7">
+ <source>Executed</source>
+ <target>执行完毕</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="24b09aa5bd909273a023d2d788a2673325c77e31">
+ <source>unknown task</source>
+ <target>未知任务</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="114b5f92b9192b229ffc9a450319a97ccca2aa5c">
+ <source>Creating</source>
+ <target>正在创建</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="56695b69d27437ada580a187958407e7c856d46e">
+ <source>create</source>
+ <target>创建</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9db60170ef3b3b41a863e7d5ee7cec10919b9141">
+ <source>Updating</source>
+ <target>正在更新</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="64412640835b7d25247cb254d4f911366c0e6862">
+ <source>update</source>
+ <target>更新</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="9da0107a35751e722c8b4bca7636fc7645dbdbdc">
+ <source>Updated</source>
+ <target>更新完成</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="416193bb373d59477458b00e5922d755e2e2cacd">
+ <source>Deleting</source>
+ <target>正在删除</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="70ef158c584bafe788e319a0bffa11b02ee9abf1">
+ <source>delete</source>
+ <target>删除</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54">
+ <source>Deleted</source>
+ <target>删除完成</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="3f757cfc3749ebb5d4462017cb60138ca082f15f">
+ <source>RBD '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</source>
+ <target>RBD“<x equiv-text="{{id}}" id="INTERPOLATION"/>”</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a6c681e6130fe440ae40de99a405fcf5c7eefee1">
+ <source>RBD snapshot '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</source>
+ <target>RBD 快照“<x equiv-text="{{id}}" id="INTERPOLATION"/>”</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="4fb54a0291f49583c317d4a3690239141b5a8f68">
+ <source>mirror mode for pool '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">mirror mode for pool '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="6621ab6e122a149326a1e48e9051a41e7f203cf6">
+ <source>mirror peer for pool '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">mirror peer for pool '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1b559dbd9cc9664fd788c2da9a10d3abafe066cb">
+ <source>Name is already used by <x equiv-text="{{pool_name}}" id="INTERPOLATION"/>.</source>
+ <target>该名字已经被<x equiv-text="{{pool_name}}" id="INTERPOLATION"/>使用。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="8fc28e1103d9f2ef47b9fff9a4f74e8365c7cf19">
+ <source>Name is already used by <x equiv-text="{{name}}" id="INTERPOLATION"/>.</source>
+ <target>该名字已经被<x equiv-text="{{name}}" id="INTERPOLATION"/>使用。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1cdc7ea44fcb85d0cfcf6e7379d625d8674a8fbe">
+ <source>Name is already used by <x equiv-text="{{rbd_name}}" id="INTERPOLATION"/>.</source>
+ <target>该名字已经被<x equiv-text="{{rbd_name}}" id="INTERPOLATION"/>使用。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1ff7676ad1e991102224540a32dd44ad1ab88aa8">
+ <source><x equiv-text="{{rbd_name}}" id="INTERPOLATION"/> contains snapshots.</source>
+ <target><x equiv-text="{{rbd_name}}" id="INTERPOLATION"/>包含有快照。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c3a1dcca2b2ba20fbe39e2441e7bb1cf9c20cdf3">
+ <source>Cloning</source>
+ <target>正在克隆</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b5fa4e0a3a279dee5b6bf7b823e54387f7c79994">
+ <source>clone</source>
+ <target>克隆</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a3318a2ee2bd0064b6b9ff72a4018b679ec63125">
+ <source>Cloned</source>
+ <target>克隆完成</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="29b7452e8367af9aa8fa828f16ff94c3530e7a1a">
+ <source>Snapshot of <x equiv-text="{{rbd_name}}" id="INTERPOLATION"/> must be protected.</source>
+ <target><x equiv-text="{{rbd_name}}" id="INTERPOLATION"/>的快照必须处于受保护状态。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="369f93b9a07a9465f7a261e9f0021b6cfa7180c5">
+ <source>Copying</source>
+ <target>正在复制</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="37584f889855d153a106f5dffe23d21f9453c8ff">
+ <source>copy</source>
+ <target>复制</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="ef90545bc832876c0d7f9a10363c75137472bbb5">
+ <source>Copied</source>
+ <target>复制完成</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="6ea9e313a04ef59222feaadfe84e97b4c69d7e9e">
+ <source>Flattening</source>
+ <target>正在展开</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1f57593581b64d2d4c70eab1736bd9bccc66a7dc">
+ <source>flatten</source>
+ <target>展开</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="647059bf3ea098fffedf92ddfad792bb3daa3c95">
+ <source>Flattened</source>
+ <target>展开完成</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d990ef9680cd23bbe652c37eb46bf038cfee80ad">
+ <source>Name is already used by <x equiv-text="{{snap_name}}" id="INTERPOLATION"/>.</source>
+ <target>名字已经被<x equiv-text="{{snap_name}}" id="INTERPOLATION"/>使用。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a101745d080ef65c09bd5fafc796f94ddb9f9d60">
+ <source>Cannot unprotect <x equiv-text="{{snap_name}}" id="INTERPOLATION"/> because it contains child images.</source>
+ <target>无法去掉<x equiv-text="{{snap_name}}" id="INTERPOLATION"/>的保护状态,因为它有子镜像。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="647968f4cde7786cd53ec8e6aa9802ac6824a262">
+ <source>Cannot delete <x equiv-text="{{snap_name}}" id="INTERPOLATION"/> because it's protected.</source>
+ <target>无法删除<x equiv-text="{{snap_name}}" id="INTERPOLATION"/>,因为它处于受保护状态。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="57ddd3e15cf0ce974356b757451f50116a27272b">
+ <source>Rolling back</source>
+ <target>正在回滚</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="a8913a3a5ee61f2598b5f0432cb9b20cdd60548e">
+ <source>rollback</source>
+ <target>回滚</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="dc21fd6547f2325c67f6deff925f29eb07a2db3e">
+ <source>Rolled back</source>
+ <target>回滚完成</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="de8676f0017c9db6c49388cd7d63cd0a83a0c1dc">
+ <source>Moving</source>
+ <target>正在把</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="2d810712308ae63cb795d809687a3254ef7a2f05">
+ <source>move</source>
+ <target>把</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="f3ba995236e5c1cc77686108980c099a90aec754">
+ <source>Moved</source>
+ <target>已经把</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="d0422169252d132624a20f267b5c29f28cb53ebe">
+ <source>image '<x equiv-text="{{id}}" id="INTERPOLATION"/>' to trash</source>
+ <target>镜像“<x equiv-text="{{id}}" id="INTERPOLATION"/>”移至回收站</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="b603e2dfed9808222fbcb5a7c5f4da2cc6ae2aae">
+ <source>Could not find image.</source>
+ <target>无法找到镜像。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="398debe73006b1fe5177ed81d2e7b0cc852f61ec">
+ <source>Restoring</source>
+ <target>正在恢复</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="c252806fb400e79bac194696632c9362742b1538">
+ <source>restore</source>
+ <target>恢复</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="86fc6cae82c095f14105eb8a61d7b3fa948304b7">
+ <source>Restored</source>
+ <target>已恢复</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="30b8bcf69b3f1754b7abba173fd806cfcea4cb04">
+ <source>image '<x equiv-text="{{id}}" id="INTERPOLATION"/>' into '<x equiv-text="{{new_id}}" id="INTERPOLATION_1"/>'</source>
+ <target>镜像从“<x equiv-text="{{id}}" id="INTERPOLATION"/>”恢复到“<x equiv-text="{{new_id}}" id="INTERPOLATION_1"/>”</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="13b7b241cef989fe0932ddd180e757658e1817e7">
+ <source>Image name '<x equiv-text="{{id}}" id="INTERPOLATION"/>' is already in use.</source>
+ <target>镜像的名字“<x equiv-text="{{id}}" id="INTERPOLATION"/>”已经被用过了。</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="cc1cee12c833e8fbbef28a2a7c449dc530da912d">
+ <source>image '<x equiv-text="{{id}}" id="INTERPOLATION"/>'</source>
+ <target>镜像“<x equiv-text="{{id}}" id="INTERPOLATION"/>”</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="38e5f47f8bef505652f3e87f46efb00ead1350a3">
+ <source>Purging</source>
+ <target>正在清除</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="e4e57747f123f0fe6fe3a0ecf608f8bc287dec0c">
+ <source>purge</source>
+ <target>清除</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="69b0446c6c2411c4fe01e411b8ceec72d4044fb4">
+ <source>Purged</source>
+ <target>已清除</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1560d58fdf39663929653250d45f5b1dfe078fea">
+ <source>all pools</source>
+ <target>所有存储池</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="1ac3dc50c2c3d86e98bc0967ee1e696810a2d3aa">
+ <source>images from <x equiv-text="{{message}}" id="INTERPOLATION"/></source>
+ <target><x equiv-text="{{message}}" id="INTERPOLATION"/>里的镜像</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="02278abbb044ece04ab6bd80bd2060198d31d83b">
+ <source>Cannot disable mirroring because it contains a peer.</source>
+ <target state="translated">Cannot disable mirroring because it contains a peer.</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="dfe70001dc590a9e12512cbb206aa29fb36fd00b">
+ <source>pool '<x equiv-text="{{pool_name}}" id="INTERPOLATION"/>'</source>
+ <target>存储池“<x equiv-text="{{pool_name}}" id="INTERPOLATION"/>”</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="59630daf2f4786690fae0cdad55da8887236eabe">
+ <source>erasure code profile '<x equiv-text="{{name}}" id="INTERPOLATION"/>'</source>
+ <target>纠删码配置“<x equiv-text="{{name}}" id="INTERPOLATION"/>”</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ <trans-unit datatype="html" id="369462e5e018360e0600bb570866201ad5c3c8a8">
+ <source>target '<x equiv-text="{{target_iqn}}" id="INTERPOLATION"/>'</source>
+ <target state="translated">target '<x equiv-text="{{target_iqn}}" id="INTERPOLATION"/>'</target>
+ <context-group purpose="location">
+ <context context-type="sourcefile">src/app/shared/services/task-message.service.ts</context>
+ <context context-type="linenumber">1</context>
+ </context-group>
+ </trans-unit>
+ </body>
+ </file>
+</xliff>
\ No newline at end of file