Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions web/src/po/po.ca.js
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ export default {
"Connecta amb %s"
],
"Connect to iSCSI targets": [
"Connecta amb objectius iSCSI"
"Connecta amb destinacions iSCSI"
],
"Connected": [
"Connectat"
Expand Down Expand Up @@ -646,13 +646,13 @@ export default {
"Descobreix"
],
"Discover and connect to iSCSI targets": [
"Descobriu objectius iSCSI i connecteu-vos-hi"
"Descobreix destinacions iSCSI i connecta-hi"
],
"Discover iSCSI Targets": [
"Descobreix les destinacions iSCSI"
],
"Discover iSCSI targets": [
"Descobreix objectius iSCSI"
"Descobreix destinacions iSCSI"
],
"Disk": [
"Disc"
Expand Down
28 changes: 26 additions & 2 deletions web/src/po/po.cs.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ export default {
""
],
"\"%s\" does not exist or is no longer available.": [
""
"\"%s\" neexistuje nebo už není dostupná."
],
"%1$s (%2$s)": [
"%1$s (%2$s)"
],
"%1$s will still contain the LVM group '%2$s' and any partition needed to boot": [
"%1$s bude nadále obsahovat LVM skupinu '%2$s’ a nějaký oddíl potřebný pro spuštění systému"
Expand Down Expand Up @@ -59,6 +62,9 @@ export default {
"A generic minimum size of %1$s will be used for the new %2$s": [
"Pro nové %2$s bude použita obecná minimální velikost %1$s"
],
"A generic size of %1$s will be used for the new %2$s": [
"Obecná velikost %1$s bude použita pro nový %2$s"
],
"A generic size range between %1$s and %2$s will be used for the new %3$s": [
"Obecná velikost v rozsahu od %1$s do %2$s pro nový %3$s"
],
Expand Down Expand Up @@ -194,6 +200,12 @@ export default {
"Based on the amount of RAM in the system, a %1$s of %2$s will be planned for %3$s": [
"Na základě množství paměti RAM v systému bude navržený %1$s o velikosti %2$s pro %3$s"
],
"Based on the amount of RAM in the system, a %1$s of at least %2$s will be planned for %3$s": [
"Na základě množství paměti RAM v systému bude naplánováno %1$s o velikosti alespoň %2$s pro %3$s"
],
"Based on the amount of RAM in the system, a %1$s with a size between %2$s and %3$s will be planned for %4$s": [
"Na základě množství paměti RAM v systému bude naplánováno %1$s o velikosti mezi %2$s a %3$s pro %4$s"
],
"Bcachefs": [
"Bcachefs"
],
Expand Down Expand Up @@ -224,6 +236,9 @@ export default {
"BitLocker": [
"BitLocker"
],
"Boot options": [
"Možnosti pro spouštění systému"
],
"Btrfs": [
"Btrfs"
],
Expand Down Expand Up @@ -1022,6 +1037,9 @@ export default {
"No device selected yet": [
"Zatím nebylo vybráno žádné zařízení"
],
"No devices configured yet": [
"Zatím nebylo nakonfigurováno žádné zařízení"
],
"No iSCSI Boot Firmware Table (iBFT) found. The initiator can be configured manually.": [
"Nebyla nalezena iSCSI spouštěcí firmwarová tabulka (iBFT). Iniciátor může být nakonfigurován ručně."
],
Expand Down Expand Up @@ -1067,6 +1085,9 @@ export default {
"Not available": [
"Není dostupné"
],
"Not configured yet": [
"Zatím nenakonfigurováno"
],
"Not implemented yet (%s)": [
"Dosud nepodporováno (%s)"
],
Expand Down Expand Up @@ -1423,6 +1444,9 @@ export default {
"Something went wrong": [
"Něco se nezdařilo"
],
"Start configuring a basic installation": [
"Začít nastavovat základní instalaci"
],
"Start from scratch with the default configuration": [
"Začít znovu s výchozí konfigurací"
],
Expand Down Expand Up @@ -1581,7 +1605,7 @@ export default {
"Dokáže-li čip TPM ověřit integritu systému, nebude heslo pro spuštění systému a přístup k datům potřebné. Zapečetění TPM vyžaduje, aby byl nový systém spuštěn hned při prvním použití."
],
"The product will be registered with \"%s\" hostname": [
""
"Produkt bude zaregistrován se jménem hostitele \"%s\""
],
"The size for %1$s will be dynamically adjusted based on the amount of RAM in the system and the presence of a separate file system for %2$s.": [
"Velikost %1$s bude dynamicky upravena na základě množství paměti RAM v systému a přítomnosti zvláštního souborového systému pro %2$s."
Expand Down