Language | Translated | Untranslated | Untranslated words | Checks | Suggestions | Comments | |
---|---|---|---|---|---|---|---|
Chinese (Simplified) (zh_CN)
|
0% | 76 | 1,902 | 3 | |||
|
|||||||
English
|
1 | ||||||
|
|||||||
French
|
0% | 76 | 1,902 | 3 | |||
|
|||||||
Italian
|
0% | 76 | 1,902 | 3 | |||
|
|||||||
Portuguese (Brazil)
|
48% | 39 | 1,301 | 5 | 13 | ||
|
|||||||
Spanish
|
11% | 67 | 1,858 | 4 | |||
|
|||||||
Spanish (Latin America)
|
0% | 76 | 1,902 | ||||
|
Please sign in to see the alerts.
Project website | pagure.io/fedora-docs-l10n/fedora-coreos |
---|---|
Mailing list for translators | trans@lists.fedoraproject.org |
Translation process |
|
Translation license | Creative Commons Attribution Share Alike 3.0 Unported |
Source code repository |
ssh://pagure.io/fedora-docs-l10n/fedora-coreos.git
|
Repository branch | master |
Last remote commit |
Update translation files
464327544
Weblate authored 5 days ago |
Weblate repository |
https://translate.fedoraproject.org/git/fedora-docs-l10n-fedora-coreos/nav/
|
Filemask | po/*/master/pages/storage.po |
Languages | 7 |
Source strings | 76 |
Source words | 1,902 |
Source characters | 13,858 |
Hosted strings | 532 |
Hosted words | 13,314 |
Hosted characters | 97,006 |
variant: fcos
version: 1.3.0
storage:
raid:
- name: myroot
level: raid0
devices:
- /dev/disk/by-id/virtio-disk1
- /dev/disk/by-id/virtio-disk2
filesystems:
- device: /dev/md/myroot
format: xfs
wipe_filesystem: true
label: root
version: 1.3.0
storage:
raid:
- name: myroot
level: raid0
devices:
- /dev/disk/by-id/virtio-disk1
- /dev/disk/by-id/virtio-disk2
filesystems:
- device: /dev/md/myroot
format: xfs
wipe_filesystem: true
label: root
variant: fcos
version: 1.2.0
storage:
raid:
- name: myroot
level: raid1
devices:
- /dev/disk/by-id/virtio-disk1
- /dev/disk/by-id/virtio-disk2
filesystems:
- device: /dev/md/myroot
format: xfs
wipe_filesystem: true
label: root
version: 1.2.0
storage:
raid:
- name: myroot
level: raid1
devices:
- /dev/disk/by-id/virtio-disk1
- /dev/disk/by-id/virtio-disk2
filesystems:
- device: /dev/md/myroot
format: xfs
wipe_filesystem: true
label: root
variant: fcos
version: 1.3.0
storage:
disks:
- device: /dev/vdb
wipe_table: false
partitions:
- size_mib: 0
start_mib: 0
label: log
filesystems:
- path: /var/log
device: /dev/disk/by-partlabel/log
format: xfs
with_mount_unit: true
version: 1.3.0
storage:
disks:
- device: /dev/vdb
wipe_table: false
partitions:
- size_mib: 0
start_mib: 0
label: log
filesystems:
- path: /var/log
device: /dev/disk/by-partlabel/log
format: xfs
with_mount_unit: true
variant: fcos
version: 1.2.0
storage:
disks:
- device: /dev/vdb
wipe_table: false
partitions:
- size_mib: 0
start_mib: 0
label: log
filesystems:
- path: /var/log
device: /dev/disk/by-partlabel/log
format: xfs
with_mount_unit: true
version: 1.2.0
storage:
disks:
- device: /dev/vdb
wipe_table: false
partitions:
- size_mib: 0
start_mib: 0
label: log
filesystems:
- path: /var/log
device: /dev/disk/by-partlabel/log
format: xfs
with_mount_unit: true
variant: fcos
version: 1.3.0
storage:
disks:
- device: /dev/vda
wipe_table: false
partitions:
- size_mib: 0
# Start at 5G so that we leave enough space for the root partition.
# See the important NOTE above about this.
start_mib: 5000
label: containers
filesystems:
- path: /var/lib/containers
device: /dev/disk/by-partlabel/containers
format: xfs
with_mount_unit: true
version: 1.3.0
storage:
disks:
- device: /dev/vda
wipe_table: false
partitions:
- size_mib: 0
# Start at 5G so that we leave enough space for the root partition.
# See the important NOTE above about this.
start_mib: 5000
label: containers
filesystems:
- path: /var/lib/containers
device: /dev/disk/by-partlabel/containers
format: xfs
with_mount_unit: true
variant: fcos
version: 1.2.0
storage:
disks:
- device: /dev/vda
wipe_table: false
partitions:
- size_mib: 0
# Comece em 5G para que possamos manter espaço suficiente para a partição root
# Veja a importante NOTA sobre isso
start_mib: 5000
label: containers
filesystems:
- path: /var/lib/containers
device: /dev/disk/by-partlabel/containers
format: xfs
with_mount_unit: true
version: 1.2.0
storage:
disks:
- device: /dev/vda
wipe_table: false
partitions:
- size_mib: 0
# Comece em 5G para que possamos manter espaço suficiente para a partição root
# Veja a importante NOTA sobre isso
start_mib: 5000
label: containers
filesystems:
- path: /var/lib/containers
device: /dev/disk/by-partlabel/containers
format: xfs
with_mount_unit: true
variant: fcos
version: 1.3.0
storage:
disks:
- # The name of the primary block device. In virtio-based setups, this is
# likely `/dev/vda`. Elsewhere, it's likely `/dev/sda`.
device: /dev/vda
# We do not want to wipe the partition table since this is the primary
# device.
wipe_table: false
partitions:
- size_mib: 0
# Start at 5G so that we leave enough space for the root partition.
# See the important NOTE below about this.
start_mib: 5000
# We assign a descriptive label to the partition. This is important
# for referring to it in a device-agnostic way in other parts of the
# configuration.
label: var
filesystems:
- path: /var
device: /dev/disk/by-partlabel/var
# We can select the filesystem we'd like.
format: ext4
# Ask FCCT to generate a mount unit for us so that this filesystem gets
# mounted in the real root.
with_mount_unit: true
version: 1.3.0
storage:
disks:
- # The name of the primary block device. In virtio-based setups, this is
# likely `/dev/vda`. Elsewhere, it's likely `/dev/sda`.
device: /dev/vda
# We do not want to wipe the partition table since this is the primary
# device.
wipe_table: false
partitions:
- size_mib: 0
# Start at 5G so that we leave enough space for the root partition.
# See the important NOTE below about this.
start_mib: 5000
# We assign a descriptive label to the partition. This is important
# for referring to it in a device-agnostic way in other parts of the
# configuration.
label: var
filesystems:
- path: /var
device: /dev/disk/by-partlabel/var
# We can select the filesystem we'd like.
format: ext4
# Ask FCCT to generate a mount unit for us so that this filesystem gets
# mounted in the real root.
with_mount_unit: true
variant: fcos
version: 1.2.0
storage:
disks:
- # O nome do dispositivo de bloco primário. Em setups baseados em virtio, isso
# será`/dev/vda`. Em outros, será `/dev/sda`.
device: /dev/vda
# Nós não queremos apagar a partição, considerando que esse é o dispositivo
# primário.
wipe_table: false
partitions:
- size_mib: 0
# Começa em 5G para que possamos deixar espaço o suficiente para a partição root.
# Veja a importante NOTA abaixo sobre isso.
start_mib: 5000
# Assinalamos um rótulo descritivo para a partição. Isso é importante
# para nos referirmos de uma maneira agnóstica de dispositivos em outras partes da
# configuração.
label: var
filesystems:
- path: /var
device: /dev/disk/by-partlabel/var
# Podemos selecionar o sistema de arquivos que gostariámos.
format: ext4
# Requisitar ao FCCT que gere uma unidade de montagem para nós, para que o sistema de arquivos
# seja montado no root real.
with_mount_unit: true
version: 1.2.0
storage:
disks:
- # O nome do dispositivo de bloco primário. Em setups baseados em virtio, isso
# será`/dev/vda`. Em outros, será `/dev/sda`.
device: /dev/vda
# Nós não queremos apagar a partição, considerando que esse é o dispositivo
# primário.
wipe_table: false
partitions:
- size_mib: 0
# Começa em 5G para que possamos deixar espaço o suficiente para a partição root.
# Veja a importante NOTA abaixo sobre isso.
start_mib: 5000
# Assinalamos um rótulo descritivo para a partição. Isso é importante
# para nos referirmos de uma maneira agnóstica de dispositivos em outras partes da
# configuração.
label: var
filesystems:
- path: /var
device: /dev/disk/by-partlabel/var
# Podemos selecionar o sistema de arquivos que gostariámos.
format: ext4
# Requisitar ao FCCT que gere uma unidade de montagem para nós, para que o sistema de arquivos
# seja montado no root real.
with_mount_unit: true

New strings to translate
fedora-docs-l10n/fedora-coreos / master/pages/storage — Chinese (Simplified) (zh_CN)

New strings to translate
fedora-docs-l10n/fedora-coreos / master/pages/storage — Portuguese (Brazil)
version: 1.3.0
storage:
luks:
- name: data
device: /dev/vdb
filesystems:
- path: /var/lib/data
device: /dev/mapper/data
format: xfs
label: DATA
with_mount_unit: true
version: 1.2.0-experimental
storage:
luks:
- name: data
device: /dev/vdb
filesystems:
- path: /var/lib/data
device: /dev/mapper/data
format: xfs
label: DATA
with_mount_unit: true