mirror of
https://github.com/vatesfr/xen-orchestra.git
synced 2026-09-10 22:14:48 -05:00
feat(web-stack/i18n): update Xen Orchestra 6 (#9165)
This commit is contained in:
@@ -233,7 +233,7 @@ module.exports = {
|
||||
'@intlify/vue-i18n/no-duplicate-keys-in-locale': 'error',
|
||||
'@intlify/vue-i18n/no-missing-keys-in-other-locales': [
|
||||
'error',
|
||||
{ ignoreLocales: ['de', 'fa', 'cs', 'es', 'sv', 'it', 'ru', 'uk', 'nl', 'pt_BR'] },
|
||||
{ ignoreLocales: ['de', 'fa', 'cs', 'es', 'sv', 'it', 'ru', 'uk', 'nl', 'pt_BR', 'da'] },
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
@@ -57,6 +57,10 @@ export const locales: Locales = {
|
||||
code: 'pt_BR',
|
||||
name: 'Português (Brasil)',
|
||||
},
|
||||
da: {
|
||||
code: 'da',
|
||||
name: 'Danish',
|
||||
},
|
||||
}
|
||||
|
||||
export default createI18n({
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
"api-info-details": "Podrobnosti o informaci z API",
|
||||
"api-warning-details": "Podrobnosti o varování z API",
|
||||
"appearance": "Vzhled",
|
||||
"aria.breadcrumb.label": "Drobečková navigace",
|
||||
"ascending": "vzestupně",
|
||||
"auto-generated": "Automaticky vytvořeno",
|
||||
"auto-power": "Automatické zapínání",
|
||||
@@ -51,7 +52,11 @@
|
||||
"backup-repository": "Repozitář pro zálohy (místní, NFS, SMB)",
|
||||
"backup-targets": "Cíle zálohování",
|
||||
"backup.full": "Plná záloha",
|
||||
"backup.full-replication": "Úplná replikace",
|
||||
"backup.incremental": "Přírůstková záloha",
|
||||
"backup.incremental-replication": "Přírůstková replikace",
|
||||
"backup.mirror.full": "Zrcadlová úplná záloha",
|
||||
"backup.mirror.incremental": "Zrcadlová přírůstková záloha",
|
||||
"backup.pool-metadata": "Metadata fondu",
|
||||
"backup.rolling-snapshot": "Průběžně zachycovaný stav",
|
||||
"backup.xo-config": "Nastavení XO",
|
||||
@@ -289,6 +294,8 @@
|
||||
"ip-addresses": "IP adresy",
|
||||
"ip-mode": "Režim IP",
|
||||
"ip-port-placeholder": "adresa[:port]",
|
||||
"ipv4": "IPv4 adresa | IPv4 adresy",
|
||||
"ipv6": "IPv6 adresa | IPv6 adresy",
|
||||
"is-primary-host": "{name} je hlavní hostitel",
|
||||
"iscsi-iqn": "iSCSI IQN název",
|
||||
"iso-dvd": "ISO/DVD",
|
||||
@@ -363,6 +370,7 @@
|
||||
"manage-citrix-pv-drivers-via-windows-update": "Spravovat citrix PV ovladače prostřednictvím Windows Update",
|
||||
"management": "Správa",
|
||||
"management-agent-version": "Verze agenta pro správu",
|
||||
"management-ip": "IP adresa správy",
|
||||
"manufacturer-info": "Informace o výrobci",
|
||||
"master": "Hlavní hostitel",
|
||||
"maximum-cpu-limit": "Limit procesoru nejvýše",
|
||||
@@ -379,7 +387,7 @@
|
||||
"minimum-dynamic-memory": "Dynamicky přidělované paměti nejméně",
|
||||
"minimum-static-memory": "Staticky přidělené paměti nejméně",
|
||||
"missing-patches": "Chybějící záplaty",
|
||||
"mode": "Režim",
|
||||
"mode": "Režim | Režimy",
|
||||
"more-actions": "Další akce",
|
||||
"mtu": "MTU",
|
||||
"multi-creation": "Vícenásobné vytvoření",
|
||||
@@ -423,6 +431,7 @@
|
||||
"no-config": "Žádné nastavení",
|
||||
"no-data": "Žádné údaje",
|
||||
"no-data-to-calculate": "Žádná data k výpočtu",
|
||||
"no-hosts-detected": "Nezjištěni žádní hostitelé.",
|
||||
"no-network-detected": "Nezjištěna žádná síť",
|
||||
"no-pif-detected": "Nezjištěno žádné fyz. rozhraní",
|
||||
"no-pools-detected": "Nezjištěny žádné fondy",
|
||||
@@ -569,6 +578,7 @@
|
||||
"snapshot": "Zachytit stav",
|
||||
"snapshot-mode": "Režim zachyceného stavu",
|
||||
"sockets-with-cores-per-socket": "{nSockets} patic × {nCores} jader/patici",
|
||||
"software": "Software",
|
||||
"software-tooling": "Software a nástroje",
|
||||
"sort-by": "Seřadit podle",
|
||||
"source-backup-repository": "Zdrojový repozitář záloh",
|
||||
|
||||
261
@xen-orchestra/web-core/lib/locales/da.json
Normal file
261
@xen-orchestra/web-core/lib/locales/da.json
Normal file
@@ -0,0 +1,261 @@
|
||||
{
|
||||
"about": "Om",
|
||||
"accept-self-signed-certificates": "Accepter selvsignerede certifikater",
|
||||
"access-xoa": "Tilgå XOA",
|
||||
"account": "Konto",
|
||||
"add": "Tilføj",
|
||||
"add-filter": "Tilføj filter",
|
||||
"admin-login": "Admin login",
|
||||
"admin-password": "Admin password",
|
||||
"admin-password-confirm": "Bekræft admin password",
|
||||
"alarm-type.cpu_usage": "CPU forbrug overstiger @:n-percent",
|
||||
"alarm-type.disk_usage": "Diskforbruget overstiger @:n-percent",
|
||||
"alarm-type.fs_usage": "FS forbrug overstiger @:n-percent",
|
||||
"alarm-type.log_fs_usage": "Log FS forbrug overstiger @:n-percent",
|
||||
"alarm-type.mem_usage": "Hukommelsesforbruget overstiger @:n-percent",
|
||||
"alarm-type.unknown": "Ukendt alarm type",
|
||||
"alarms": "Alarmer",
|
||||
"api-error-details": "API info detaljer",
|
||||
"api-info-details": "AI Info detaljer",
|
||||
"appearance": "Udseende",
|
||||
"ascending": "stigende",
|
||||
"auto-generated": "Automatisk genereret",
|
||||
"available": "Tilgængelig",
|
||||
"backup": "Backup",
|
||||
"backup-network": "Backup netværk",
|
||||
"backup.full": "Fuld backup",
|
||||
"backups.jobs.disabled": "Deaktiveret",
|
||||
"backups.jobs.looks-like-issue": "Det ser ud til, at der er et problem",
|
||||
"bios-info": "BIOS information",
|
||||
"bytes.gi": "GiB",
|
||||
"bytes.ki": "KiB",
|
||||
"bytes.mi": "MiB",
|
||||
"cancel": "Annuller",
|
||||
"click-to-display-alarms": "Klik for at vise alamer:",
|
||||
"close": "Luk",
|
||||
"coming-soon": "Kommer snart!",
|
||||
"compression": "Kompression",
|
||||
"configuration": "Konfiguration",
|
||||
"configure-in-xo-5": "Konfigurer i XO 5",
|
||||
"confirm-cancel": "Er du sikker på, at du vil annullere?",
|
||||
"confirm-delete": "Du er ved at slette {0}",
|
||||
"connect": "Forbind",
|
||||
"connect-another-pool": "Forbind til en anden pool",
|
||||
"connect-pool": "Forbind pool",
|
||||
"connected": "Forbundet",
|
||||
"connected-to-ip": "Forbundet til {ip}",
|
||||
"connecting": "Forbinder",
|
||||
"connection": "Forbindelse",
|
||||
"connection-failed": "Forbindelse fejlede",
|
||||
"connections": "Forbindelser",
|
||||
"console": "Konsol",
|
||||
"copy": "Kopier",
|
||||
"copy-info-json": "Kopier information til JSON",
|
||||
"core.close": "Luk",
|
||||
"core.current": "Nuværende",
|
||||
"core.hide": "Skjul",
|
||||
"core.open": "Åbn",
|
||||
"core.open-in-new-tab": "Åbn i ny fane",
|
||||
"core.search": "Søg",
|
||||
"core.select.all": "Vælg alt",
|
||||
"core.select.n-object-of": "{from} - {to} af {total} objekter",
|
||||
"cpu-model": "CPU model",
|
||||
"cpus": "CPU'er",
|
||||
"create": "Opret",
|
||||
"created-by": "Oprettet af",
|
||||
"dark-mode.auto": "Auto mørk tilstand",
|
||||
"dark-mode.disable": "Deaktiver mørk tilstand",
|
||||
"dark-mode.enable": "Aktivér mørk tilstand",
|
||||
"dashboard": "Dashboard",
|
||||
"date": "Dato",
|
||||
"delete": "Slet",
|
||||
"deploy-xoa-custom-ntp-servers": "Brugerdefinerede NTP-servere (adskilt af mellemrum)",
|
||||
"deploy-xoa-status.importing": "Importerer XOA…",
|
||||
"deploy-xoa-status.not-responding": "XOA svarer ikke",
|
||||
"deploy-xoa-status.ready": "XOA er klar!",
|
||||
"deploy-xoa-status.starting": "Starter XOA…",
|
||||
"deploy-xoa-status.waiting": "Venter på at XOA svarer…",
|
||||
"descending": "faldende",
|
||||
"description": "Beskrivelse",
|
||||
"dhcp": "DHCP",
|
||||
"disabled": "Deaktiveret",
|
||||
"disk-name": "Disk navn",
|
||||
"disk-size": "Disk størrelse",
|
||||
"dns": "DNS",
|
||||
"do-you-have-needs": "Har du behov og/eller forventninger? Fortæl os det",
|
||||
"documentation": "Dokumentation",
|
||||
"documentation-name": "{name} dokumentation",
|
||||
"duration": "Varighed",
|
||||
"edit": "Rediger",
|
||||
"enabled": "Aktiveret",
|
||||
"end-date": "Slut dato",
|
||||
"error": "Fejl | Fejl",
|
||||
"error-no-data": "Fejl, data kan ikke indsamles.",
|
||||
"error-occurred": "En fejl er opstået",
|
||||
"expiration-date": "Udløbsdato",
|
||||
"export-n-vms": "Eksporter 1 VM | Eksporter {n} VM'er",
|
||||
"export-n-vms-manually": "Eksporter 1 VM manuelt | Eksporter {n} VM'er manuelt",
|
||||
"export-table-to": "Eksportér tabel til {type}",
|
||||
"export-vm": "Eksportér VM",
|
||||
"export-vms": "Eksportér VM'er",
|
||||
"fetching-fresh-data": "Henter nye data",
|
||||
"filter.comparison.contains": "Indeholder",
|
||||
"filter.comparison.ends-with": "Slutter med",
|
||||
"filter.comparison.is": "Er",
|
||||
"filter.comparison.matches-regex": "Matcher regex",
|
||||
"filter.comparison.not-contain": "Indeholder ikke",
|
||||
"filter.comparison.not-end-with": "Ender ikke på",
|
||||
"filter.comparison.not-match-regex": "Matcher ikke regex",
|
||||
"filter.comparison.starts-with": "Starter med",
|
||||
"force-reboot": "Tving genstart",
|
||||
"force-shutdown": "Tving nedlukning",
|
||||
"forget": "Glem",
|
||||
"fullscreen": "Fuldskærm",
|
||||
"fullscreen-leave": "Forlad fuldskærm",
|
||||
"gateway": "Gateway",
|
||||
"go-back": "Gå tilbage",
|
||||
"gpus": "GPU'er",
|
||||
"graphics-display": "Grafik & Display",
|
||||
"gzip": "gzip",
|
||||
"hardware": "Hardware",
|
||||
"host": "Host",
|
||||
"host-currently-shutdown": "Denne host er i øjeblikket lukket ned, så vi kan ikke hente nogen data.",
|
||||
"host-description": "Host beskrivelse",
|
||||
"host-not-running": "Host kører ikke",
|
||||
"host-off": "Host er slukket",
|
||||
"host-status.running": "Kører",
|
||||
"host-status.unknown": "Ukendt",
|
||||
"host-unknown": "Host ukendt",
|
||||
"host.active": "Aktiv",
|
||||
"host.inactive": "Inaktiv",
|
||||
"hosts-status.running": "Kører",
|
||||
"hosts-status.unknown": "Ukendt",
|
||||
"hyper-threading": "Hyper threading (SMT)",
|
||||
"id": "ID",
|
||||
"interrupted": "Afbrudt",
|
||||
"ipv4": "IPv4-adresse | IPv4-adresser",
|
||||
"ipv6": "IPv6-adresse | IPv6-adresser",
|
||||
"is-primary-host": "{name} er primær host",
|
||||
"iscsi-iqn": "iSCSI IQN",
|
||||
"iso-dvd": "ISO/DVD",
|
||||
"job-name": "Job navn",
|
||||
"job.vm-force-reboot.in-progress": "Tvungen genstart i gang…",
|
||||
"job.vm-force-reboot.missing-vms": "Ingen VM til at tvinge genstart",
|
||||
"job.vm-shutdown.bad-power-state": "VM skal køre",
|
||||
"language": "Sprog",
|
||||
"last-week": "Sidste uge",
|
||||
"learn-more": "Lær mere",
|
||||
"load-now": "Indlæs nu",
|
||||
"loading": "Indlæser…",
|
||||
"log-out": "Log ud",
|
||||
"login": "Log ind",
|
||||
"mac-address": "MAC-adresse",
|
||||
"mac-addresses": "MAC-adresser",
|
||||
"manage-citrix-pv-drivers-via-windows-update": "Administrer Citrix PV drivere via Windows Update",
|
||||
"memory": "Hukommelse",
|
||||
"memory-usage": "Hukommelsesforbrug",
|
||||
"message": "Besked",
|
||||
"migrate": "Migrer",
|
||||
"missing-patches": "Manglende opdateringer",
|
||||
"more-actions": "Flere handlinger",
|
||||
"mtu": "MTU",
|
||||
"n-gb-left": "{n} GB tilbage",
|
||||
"n-missing": "{n} mangler",
|
||||
"n-percent": "{n}%",
|
||||
"n-vms": "1 VM | {n} VM'er",
|
||||
"name": "Navn",
|
||||
"netmask": "Netmask",
|
||||
"network": "Netværk",
|
||||
"new": "Ny",
|
||||
"new-features-are-coming": "Nye funktioner kommer snart!",
|
||||
"new-vif": "Ny VIF",
|
||||
"new-vm": "Ny VM",
|
||||
"new-vm.add": "Tilføj en ny VM",
|
||||
"new-vm.description": "VM beskrivelse",
|
||||
"new-vm.name": "VM navn",
|
||||
"news": "Nyheder",
|
||||
"news-name": "{name} nyheder",
|
||||
"no-data": "Ingen data",
|
||||
"no-network-detected": "Ingen netværk fundet",
|
||||
"no-pif-detected": "Ingen PIF fundet",
|
||||
"no-result": "Ingen resultat",
|
||||
"no-results": "Ingen resultater",
|
||||
"no-vif-detected": "Ingen VIF fundet",
|
||||
"no-vm-detected": "Ingen VM fundet",
|
||||
"normal": "Normal",
|
||||
"not-found": "Ikke fundet",
|
||||
"object": "Objekt",
|
||||
"ok": "OK",
|
||||
"os-name": "OS navn",
|
||||
"other-settings": "Andre indstillinger",
|
||||
"password": "Password",
|
||||
"patches": "Opdateringer",
|
||||
"physical-interface-status": "Fysisk interface status",
|
||||
"pif": "PIF",
|
||||
"pif-status": "PIF status",
|
||||
"pool": "Pool",
|
||||
"pool-cpu-usage": "Pool CPU forbrug",
|
||||
"pools-status.connected": "Forbundet",
|
||||
"pools-status.unknown": "Ukendt",
|
||||
"professional-support": "Professional support",
|
||||
"properties": "Egenskaber",
|
||||
"proxy": "Proxy",
|
||||
"pxe": "PXE",
|
||||
"reboot": "Genstart",
|
||||
"relative-time.day": "1 dag | {n} dage",
|
||||
"relative-time.hour": "1 time | {n} timer",
|
||||
"relative-time.minute": "1 minut | {n} minutter",
|
||||
"relative-time.month": "1 måned | {n} måneder",
|
||||
"relative-time.now": "Lige nu",
|
||||
"relative-time.second": "1 sekund | {n} sekunder",
|
||||
"relative-time.year": "1 år | {n} år",
|
||||
"report-when.always": "Altid",
|
||||
"report-when.error": "Fejl",
|
||||
"report-when.never": "Aldrig",
|
||||
"resume": "Forsæt",
|
||||
"save": "Gem",
|
||||
"select-compression": "Vælg en komprimering",
|
||||
"select.network": "Vælg et netværk",
|
||||
"settings": "Indstillinger",
|
||||
"settings.missing-translations": "Manglende eller forkert oversættelse?",
|
||||
"size": "Størrelse",
|
||||
"software": "Software",
|
||||
"sr": "SR",
|
||||
"ssh-password": "SSH password",
|
||||
"ssh-password-confirm": "Bekræft SSH password",
|
||||
"start": "Start",
|
||||
"start-date": "Start dato",
|
||||
"static": "Statisk",
|
||||
"static-ip": "Statisk IP",
|
||||
"status": "Status",
|
||||
"switch-theme": "Skift tema",
|
||||
"system": "System",
|
||||
"theme-auto": "Auto",
|
||||
"theme-dark": "Mørk",
|
||||
"theme-light": "Lys",
|
||||
"this-vm-cant-be-migrated": "Denne VM kan ikke migreres",
|
||||
"timezone": "Tidszone",
|
||||
"unable-to-connect-to": "Kan ikke foirbinde til {ip}",
|
||||
"unable-to-connect-to-the-pool": "Kan ikke oprette forbindelse til poolen",
|
||||
"unknown": "Ukendt",
|
||||
"untranslated-text-helper": "Som standard vises ikke oversatte tekster på engelsk.",
|
||||
"update": "Opdater",
|
||||
"username": "Brugernavn",
|
||||
"uuid": "UUID",
|
||||
"version": "Version",
|
||||
"vga": "VGA",
|
||||
"vif": "VIF",
|
||||
"vif-device": "VIF #{device}",
|
||||
"vif-status": "VIF status",
|
||||
"viridian": "Viridian",
|
||||
"vlan": "VLAN",
|
||||
"vm": "VM",
|
||||
"vm-description": "VM beskrivelse",
|
||||
"vm-is-running": "Denne VM kører",
|
||||
"vms-status.unknown": "Ukendt",
|
||||
"write": "Skriv",
|
||||
"xo-lite-under-construction": "XOLite er under opbygning",
|
||||
"xoa-admin-account": "XOA admin konto",
|
||||
"xoa-ip": "XOA IP-adresse",
|
||||
"zstd": "zstd"
|
||||
}
|
||||
@@ -5,6 +5,7 @@
|
||||
"accept-self-signed-certificates": "Selbst signierte Zertifikat akzeptieren",
|
||||
"access-forum": "Zum Forum",
|
||||
"access-xoa": "Zum XOA",
|
||||
"account": "Konto",
|
||||
"account-organization-more": "Konto, Organisation & mehr…",
|
||||
"add": "Hinzufügen",
|
||||
"add-filter": "Filter hinzufügen",
|
||||
@@ -578,6 +579,7 @@
|
||||
"vif-device": "VIF #{device}",
|
||||
"vif-status": "VIF-Status",
|
||||
"vifs": "VIFs",
|
||||
"viridian": "Viridian",
|
||||
"virtual-tpm": "Virtueller TPM (VTPM)",
|
||||
"virtualization-boot-settings": "Virtualisierungs- und Start-Einstellungen",
|
||||
"virtualization-mode": "Virtualisierungsmodus",
|
||||
|
||||
@@ -448,7 +448,7 @@
|
||||
"no-data": "Aucune donnée",
|
||||
"no-data-to-calculate": "Aucune donnée à calculer",
|
||||
"no-hosts-attached": "Aucun hôte attaché",
|
||||
"no-hosts-detected": "Aucun hôte détecté",
|
||||
"no-hosts-detected": "Aucun hôte détecté.",
|
||||
"no-network-detected": "Aucun réseau détecté",
|
||||
"no-pbds-attached": "Aucun PBD attaché",
|
||||
"no-pif-detected": "Aucun PIF détecté",
|
||||
@@ -458,7 +458,7 @@
|
||||
"no-selected-vm-can-be-exported": "Aucune VM sélectionnée ne peut être exportée",
|
||||
"no-selected-vm-can-be-migrated": "Aucune VM sélectionnée ne peut être migrée",
|
||||
"no-server-detected": "Aucun serveur détecté",
|
||||
"no-storage-repositories-detected": "Aucun dépôt de stockage détecté",
|
||||
"no-storage-repositories-detected": "Aucun dépôt de stockage détecté.",
|
||||
"no-tasks": "Aucune tâche",
|
||||
"no-vdis-attached": "Aucun VDI attaché",
|
||||
"no-vif-detected": "Aucun VIF détecté",
|
||||
|
||||
@@ -71,6 +71,7 @@
|
||||
"coming-soon": "In arrivo!",
|
||||
"community": "Comunità",
|
||||
"community-name": "Comunità {name}",
|
||||
"compression": "Compressione",
|
||||
"configuration": "Configurazione",
|
||||
"confirm-cancel": "Sei sicuro di voler cancellare?",
|
||||
"confirm-delete": "Stai per cancellare {0}",
|
||||
@@ -125,11 +126,14 @@
|
||||
"cpu-provisioning-warning": "Il numero di vCPU allocate supera il numero di CPU fisiche disponibile. Le prestazioni del sistema potrebbero risentirne",
|
||||
"cpu-usage": "Utilizzo CPU",
|
||||
"create": "Crea",
|
||||
"created-by": "Creato per",
|
||||
"created-on": "Creato a",
|
||||
"custom-config": "Configurazioni personalizzate",
|
||||
"dark-mode.auto": "Modalità scura automatica",
|
||||
"dark-mode.disable": "Disabilita modalità scura",
|
||||
"dark-mode.enable": "Abilita modalità scura",
|
||||
"dashboard": "Schermata iniziale",
|
||||
"date": "Data",
|
||||
"default-locking-mode": "Modo di blocco predefinito",
|
||||
"delete": "Cancella",
|
||||
"delete-vms": "Cancella 1 VM | Cancella {n} VM",
|
||||
@@ -156,6 +160,7 @@
|
||||
"do-you-have-needs": "Hai richieste e/o aspettative? Facci sapere",
|
||||
"documentation": "Documentazione",
|
||||
"documentation-name": "Documentazione {name}",
|
||||
"duration": "Durata",
|
||||
"edit": "Modifica",
|
||||
"edit-config": "Modifica configurazione",
|
||||
"enabled": "Abilitato",
|
||||
@@ -165,6 +170,7 @@
|
||||
"error-no-data": "Errore, non posso raccogliere dati.",
|
||||
"error-occurred": "È avvenuto un errore",
|
||||
"exit-fullscreen": "Esci da schermo pieno",
|
||||
"expiration-date": "Data di scadenza",
|
||||
"export": "Esporta",
|
||||
"export-n-vms": "Esporta 1 VM | Esporta {n} VM",
|
||||
"export-n-vms-manually": "Esporta 1 VM manualmente | Esporta {n} VM manualmente",
|
||||
@@ -219,6 +225,7 @@
|
||||
"in-last-three-jobs": "Nei loro ultimi tre lavori",
|
||||
"install-settings": "Impostazioni di installazione",
|
||||
"interfaces": "Interfaccia | Interfaccia | Interfacce",
|
||||
"interrupted": "Interrotto",
|
||||
"invalid-field": "Campo non valido",
|
||||
"ip-address": "Indirizzo IP",
|
||||
"ip-addresses": "Indirizzi IP",
|
||||
@@ -265,6 +272,7 @@
|
||||
"job.vm-suspend.in-progress": "Sospensione in corso…",
|
||||
"job.vm-suspend.missing-vms": "Nessuna VM da sospendere",
|
||||
"language": "Lingua",
|
||||
"last": "Ultimo",
|
||||
"last-week": "Ultima settimana",
|
||||
"learn-more": "Scopri di più",
|
||||
"load-average": "Carico medio",
|
||||
@@ -308,6 +316,7 @@
|
||||
"no-result": "Nessun risultato",
|
||||
"password": "Password",
|
||||
"password-invalid": "Password non valida",
|
||||
"pause": "Pausa",
|
||||
"running-vm": "VM operativa | VM operative",
|
||||
"selected-vms-in-execution": "Alcune VM selezionate sono operative",
|
||||
"ssh-password": "Password SSH",
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
"api-info-details": "API-info details",
|
||||
"api-warning-details": "API-waarschuwing details",
|
||||
"appearance": "Uiterlijk",
|
||||
"aria.breadcrumb.label": "Broodkruimel",
|
||||
"ascending": "oplopend",
|
||||
"auto-generated": "Automatisch gegenereerd",
|
||||
"auto-power": "Automatisch opstarten",
|
||||
@@ -418,6 +419,7 @@
|
||||
"no-alarms-detected": "Geen alarmen gedetecteerd",
|
||||
"no-backed-up-vms-detected": "Er zijn geen geback-upte VM's gedetecteerd",
|
||||
"no-backup-available": "Geen back-up beschikbaar",
|
||||
"no-backup-repositories-detected": "Geen back-upopslagplaatsen gedetecteerd",
|
||||
"no-backup-run-available": "Geen back-up run beschikbaar",
|
||||
"no-config": "Geen configuratie",
|
||||
"no-data": "Geen data",
|
||||
@@ -430,10 +432,12 @@
|
||||
"no-selected-vm-can-be-exported": "Geen van de geselecteerde VM's kan worden geëxporteerd",
|
||||
"no-selected-vm-can-be-migrated": "Geen van de geselecteerde VM's kan worden gemigreerd",
|
||||
"no-server-detected": "Geen server gedetecteerd",
|
||||
"no-storage-repositories-detected": "Er zijn geen opslagplaatsen gevonden.",
|
||||
"no-tasks": "Geen taken",
|
||||
"no-vif-detected": "Geen VIF gedetecteerd",
|
||||
"no-vm-detected": "Geen VM gedetecteerd",
|
||||
"none": "Geen",
|
||||
"normal": "Normaal",
|
||||
"not-found": "Niet gevonden",
|
||||
"not-resident-on": "Bevindt zich niet op",
|
||||
"not-running": "Wordt niet uitgevoerd",
|
||||
@@ -516,6 +520,7 @@
|
||||
"relative-time.past": "{str} geleden",
|
||||
"relative-time.second": "1 seconde | {n} seconden",
|
||||
"relative-time.year": "1 jaar | {n} jaren",
|
||||
"remaining-space": "Resterende ruimte",
|
||||
"remote-syslog": "Externe syslog",
|
||||
"report-recipients": "Rapportontvangers",
|
||||
"report-when": "Wanneer rapporteren",
|
||||
@@ -563,6 +568,7 @@
|
||||
"skipped": "Overgeslagen",
|
||||
"smart-mode": "Slimme modus",
|
||||
"snapshot": "Snapshot",
|
||||
"snapshot-mode": "Snapshotmodus",
|
||||
"sockets-with-cores-per-socket": "{nSockets} socket(s) × {nCores} kern(en)/socket(s)",
|
||||
"software-tooling": "Software & hulpmiddelen",
|
||||
"sort-by": "Sorteren op",
|
||||
@@ -630,6 +636,7 @@
|
||||
"topology": "Topologie",
|
||||
"total": "Totaal",
|
||||
"total-assigned": "Totaal toegewezen",
|
||||
"total-capacity": "Totale capaciteit",
|
||||
"total-cpus": "Totaal CPU's",
|
||||
"total-free": "Totaal vrij",
|
||||
"total-free:": "Totaal vrij:",
|
||||
@@ -649,6 +656,7 @@
|
||||
"up-to-date": "Actueel",
|
||||
"update": "Bijwerken",
|
||||
"used": "Gebruikt",
|
||||
"used-space": "Gebruikte ruimte",
|
||||
"user-config": "Gebruikersconfiguratie",
|
||||
"username": "Gebruikersnaam",
|
||||
"uuid": "UUID",
|
||||
@@ -697,6 +705,7 @@
|
||||
"vms-status.unknown.tooltip": "XO heeft de verbinding met de pool verloren",
|
||||
"vms-tags": "VM-tags",
|
||||
"warning": "Waarschuwing | Waarschuwingen",
|
||||
"with-memory": "Met geheugen",
|
||||
"write": "Schrijven",
|
||||
"xo-backups": "XO back-ups",
|
||||
"xo-lite-under-construction": "XOLite is in ontwikkeling",
|
||||
|
||||
@@ -2,8 +2,10 @@
|
||||
"2nd-last": "Penúltimo",
|
||||
"3rd-last": "Antepenúltimo",
|
||||
"about": "Sobre",
|
||||
"accept-self-signed-certificates": "Aceitar certificados autoassinados",
|
||||
"access-forum": "Acesso ao fórum",
|
||||
"access-xoa": "Acesso ao XOA",
|
||||
"account": "Conta",
|
||||
"account-organization-more": "Conta, organização e mais…",
|
||||
"add": "Adicionar",
|
||||
"add-filter": "Adicionar filtro",
|
||||
@@ -14,20 +16,24 @@
|
||||
"admin-password-confirm": "Confirmar senha do administrador",
|
||||
"affinity-host": "Servidor preferencial",
|
||||
"alarm-type.cpu_usage": "O uso da CPU excede @:n-percent",
|
||||
"alarm-type.disk_usage": "O uso do Disco excede @:n-percent",
|
||||
"alarm-type.disk_usage": "O uso do disco excede @:n-percent",
|
||||
"alarm-type.fs_usage": "O uso de FS excede @:n-percent",
|
||||
"alarm-type.log_fs_usage": "Log do FS excede @:n-percent",
|
||||
"alarm-type.mem_usage": "Uso de memória excede @:n-percent",
|
||||
"alarm-type.memory_free_kib": "Memória livre abaixo de @:n-percent",
|
||||
"alarm-type.network_usage": "Uso de rede ultrapassa @:n-percent",
|
||||
"alarm-type.physical_utilisation": "Uso físico ultrapassa @:n-percent",
|
||||
"alarm-type.physical_utilisation": "A utilização física excede @:n-percent",
|
||||
"alarm-type.sr_io_throughput_total_per_host": "A taxa de transferência de IO total do SR por host excedeu @:n-percent",
|
||||
"alarm-type.unknown": "Tipo de alarme desconhecido",
|
||||
"alarms": "Alarmes",
|
||||
"all-done": "Tudo pronto!",
|
||||
"all-good": "Tudo certo!",
|
||||
"allow-self-signed-ssl": "Pode ser necessário permitir certificados SSL auto assinados em seu navegador",
|
||||
"allow-self-signed-ssl": "Talvez você precise aceitar certificados SSL auto-assinados no seu navegador.",
|
||||
"api-error-details": "Detalhe de erros da API",
|
||||
"api-info-details": "Detalhes da informação da API",
|
||||
"api-warning-details": "Detalhes de aviso da API",
|
||||
"appearance": "Aparência",
|
||||
"aria.breadcrumb.label": "Navegação",
|
||||
"ascending": "crescente",
|
||||
"auto-generated": "Gerado automaticamente",
|
||||
"auto-power": "Ligar automaticamente",
|
||||
@@ -35,23 +41,33 @@
|
||||
"available-properties-for-advanced-filter": "Propriedades disponíveis para filtro avançado:",
|
||||
"back-pool-dashboard": "Voltar ao painel do Pool",
|
||||
"back-site-dashboard": "Voltar ao painel do seu site",
|
||||
"backup": "Copia de segurança",
|
||||
"backed-up-pools": "Pools com backup",
|
||||
"backed-up-vms": "VMs com backup",
|
||||
"backup": "Backup",
|
||||
"backup-issues": "Problemas com o backup",
|
||||
"backup-jobs": "Tarefas de backup",
|
||||
"backup-network": "Backup rede",
|
||||
"backup-repositories": "Repositórios de backup",
|
||||
"backup-repository": "Repositório de backup (local, NFS, SMB)",
|
||||
"backup-targets": "Destinos de backup",
|
||||
"backup.full": "Backup completo",
|
||||
"backup.incremental": "Backup incremental",
|
||||
"backup.pool-metadata": "Metadata do pool",
|
||||
"backup.rolling-snapshot": "Snapshot contínuo",
|
||||
"backup.xo-config": "Configuração XO",
|
||||
"backups": "Copias de segurança",
|
||||
"backups": "Backups",
|
||||
"backups.jobs": "Tarefas",
|
||||
"backups.jobs.at-least-one-skipped": "Pelo menos um ignorado",
|
||||
"backups.jobs.based-on-last-three": "Com base nas últimas três execuções",
|
||||
"backups.jobs.disabled": "Desativado",
|
||||
"backups.jobs.looks-like-issue": "Parece que existe um problema",
|
||||
"backups.jobs.running-good": "Tudo rodando bem",
|
||||
"backups.jobs.looks-like-issue": "Parece que há um problema",
|
||||
"backups.jobs.running-good": "Está funcionando bem",
|
||||
"backups.vms-protection": "Proteção de máquinas virtuais",
|
||||
"bios-default": "bios (por padrão)",
|
||||
"backups.vms-protection.no-job": "Sem tarefa",
|
||||
"backups.vms-protection.protected": "Em pelo menos 1 tarefa e protegido",
|
||||
"bios-default": "bios (padrão)",
|
||||
"bios-info": "informações de BIOS",
|
||||
"bond": "Ligação",
|
||||
"bond": "Bond",
|
||||
"bytes.gi": "GiB",
|
||||
"bytes.ki": "KiB",
|
||||
"bytes.mi": "MiB",
|
||||
@@ -63,7 +79,7 @@
|
||||
"community": "Comunidade",
|
||||
"community-name": "{name} comunidade",
|
||||
"configuration": "Configurações",
|
||||
"confirm-delete": "Confirmar {0}",
|
||||
"confirm-delete": "Você está prestes a excluir {0}",
|
||||
"connected": "Conectado",
|
||||
"connecting": "Conectando",
|
||||
"connection": "Conexão",
|
||||
@@ -73,13 +89,13 @@
|
||||
"console-actions": "Ações do console",
|
||||
"copy": "Copiar",
|
||||
"copy-all": "Copiar tudo",
|
||||
"copy-host": "Copiar servidor",
|
||||
"copy-host": "Copiar host",
|
||||
"copy-info-json": "Copiar informação em JSON",
|
||||
"core-socket": "Núcleo (soquete)",
|
||||
"core.character-limit": "{count}/{max} carácter | {count}/{max} caracteres",
|
||||
"core.close": "Fechar",
|
||||
"core.copied": "Copiado",
|
||||
"core.copy-id": "ID da cópia",
|
||||
"core.copy-id": "Copiar ID",
|
||||
"core.filter": "Filtro",
|
||||
"core.group": "Grupo",
|
||||
"core.hide": "Ocultar",
|
||||
@@ -92,5 +108,48 @@
|
||||
"core.select.n-object-of": "{from} - {to} de {total} objetos",
|
||||
"descending": "descendente",
|
||||
"description": "Descrição",
|
||||
"new-vm.feature-not-supported": "Este é o nosso novo formulário de criação de VM. A configuração do Cloud-init, as opções avançadas e a gestão de vTPM ainda não são suportadas. Uma versão atualizada estará disponível em breve, em 2026. Enquanto isso, todas as funcionalidades estão disponíveis aqui em {xo-5}"
|
||||
"disk-size": "Tamanho do disco",
|
||||
"display": "Mostrar",
|
||||
"dns": "DNS",
|
||||
"documentation": "Documentação",
|
||||
"documentation-name": "Documentação {name}",
|
||||
"duration": "Duração",
|
||||
"edit": "Editar",
|
||||
"edit-config": "Editar configuração",
|
||||
"enabled": "Ativado",
|
||||
"end-date": "Data final",
|
||||
"end-of-life": "Fim de vida",
|
||||
"engines-off": "Motores desligados, órbita estável",
|
||||
"eol": "EOL",
|
||||
"error": "Erro | Erros",
|
||||
"error-no-data": "Erro, não foi possível coletar dados.",
|
||||
"error-occurred": "Ocorreu um erro",
|
||||
"excluded-vms-tags": "Tags de VMs excluídas",
|
||||
"exit-fullscreen": "Sair da tela cheia",
|
||||
"expiration-date": "Data de expiração",
|
||||
"export": "Exportar",
|
||||
"export-n-vms": "Exportar 1 VM | Exportar {n} VMs",
|
||||
"export-n-vms-manually": "Exportar 1 VM manualmente | Exportar {n} VMs manualmente",
|
||||
"export-table-to": "Exportar tabela para {type}",
|
||||
"export-vm": "Exportar VM",
|
||||
"export-vms": "Exportar VMs",
|
||||
"failure": "Falha",
|
||||
"fast-clone": "Clone rápido",
|
||||
"filter.comparison.equals": "Igual",
|
||||
"filter.comparison.is": "É",
|
||||
"filter.comparison.is-false": "É falso",
|
||||
"filter.comparison.is-not": "Não é",
|
||||
"filter.comparison.is-true": "É verdadeiro",
|
||||
"filter.comparison.not-contain": "Não contém",
|
||||
"filter.comparison.not-end-with": "Não termina com",
|
||||
"filter.comparison.not-equal": "Não é igual",
|
||||
"filter.comparison.not-start-with": "Não inicia com",
|
||||
"filter.comparison.starts-with": "Inicia com",
|
||||
"force-reboot": "Forcar reboot",
|
||||
"force-shutdown": "Forçar desligamento",
|
||||
"forget": "Esquecer",
|
||||
"fullscreen": "Tela cheia",
|
||||
"fullscreen-leave": "Sair da tela cheia",
|
||||
"new-vm.feature-not-supported": "Este é o nosso novo formulário de criação de VM. A configuração do Cloud-init, as opções avançadas e a gestão de vTPM ainda não são suportadas. Uma versão atualizada estará disponível em breve, em 2026. Enquanto isso, todas as funcionalidades estão disponíveis aqui em {xo-5}",
|
||||
"xo-5": "XO-5"
|
||||
}
|
||||
|
||||
@@ -308,7 +308,7 @@
|
||||
"ssh-password-confirm": "Підтвердіть пароль SSH",
|
||||
"static-ip": "Статична IP-адреса",
|
||||
"uuid": "UUID",
|
||||
"vcpus": "vCPU | vCPU | vCPUs",
|
||||
"vcpus": "vCPU | vCPU | vCPUs",
|
||||
"vdi-throughput": "Пропускна здатність VDI",
|
||||
"vdis": "VDI | VDI | VDIs",
|
||||
"vif": "VIF",
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
|
||||
- **XO 6:**
|
||||
- [New/VM] Display unsupported features information message (PR [#9203](https://github.com/vatesfr/xen-orchestra/pull/9203))
|
||||
- [i18n] Update Czech, German, French, Italian, Dutch, Portuguese (Brazil), and Ukrainian translations, and add Danish translation (PR [#9165](https://github.com/vatesfr/xen-orchestra/pull/9165))
|
||||
|
||||
### Bug fixes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user