Changes
Translation components API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/changes/?format=api
https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/changes/?format=api&page=2", "previous": null, "results": [ { "unit": "https://translate.fedoraproject.org/api/units/18693631/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": "https://translate.fedoraproject.org/api/users/mt:weblate-translation-memory/?format=api", "author": "https://translate.fedoraproject.org/api/users/mt:weblate-translation-memory/?format=api", "timestamp": "2025-01-13T22:29:51.553926Z", "action": 4, "target": "STREAM=\"stable\"\n# como um binário instalado:\ncoreos-installer download -s \"${STREAM}\" -p qemu -f qcow2.xz --decompress -C ~/.local/share/libvirt/images/\n# ou como um contêiner:\npodman run --pull=always --rm -v $HOME/.local/share/libvirt/images/:/data -w /data \\\n quay.io/coreos/coreos-installer:release download -s \"${STREAM}\" -p qemu -f qcow2.xz --decompress\n", "old": "STREAM=\"stable\"\n# como um binário instalado:\ncoreos-installer download -s \"${STREAM}\" -p qemu -f qcow2.xz --decompress -C ~/.local/share/libvirt/images/\n# ou como um contêiner:\npodman run --pull=always --rm -v $HOME/.local/share/libvirt/images/:/data -w /data \\\n quay.io/coreos/coreos-installer:release download -s \"${STREAM}\" -p qemu -f qcow2.xz --decompress\n", "details": { "state": 10, "source": "STREAM=\"stable\"\n# as an installed binary:\ncoreos-installer download -s $STREAM -p qemu -f qcow2.xz --decompress -C ~/.local/share/libvirt/images/\n# or as a container:\npodman run --pull=always --rm -v \"${HOME}/.local/share/libvirt/images/:/data\" -w /data \\\n quay.io/coreos/coreos-installer:release download -s $STREAM -p qemu -f qcow2.xz --decompress\n", "old_state": 10 }, "id": 17639989, "action_name": "Suggestion added", "url": "https://translate.fedoraproject.org/api/changes/17639989/?format=api" }, { "unit": null, "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2025-01-13T22:28:05.597319Z", "action": 0, "target": "", "old": "", "details": { "reason": "content changed", "filename": "po/pt_BR/master/pages/getting-started-libvirt.po" }, "id": 17639435, "action_name": "Resource updated", "url": "https://translate.fedoraproject.org/api/changes/17639435/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/12271248/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2025-01-13T22:28:05.597278Z", "action": 59, "target": "virt-install --connect=\"qemu:///system\" --name=\"${VM_NAME}\" --vcpus=\"${VCPUS}\" --memory=\"${RAM_MB}\" \\\n --os-variant=\"fedora-coreos-$STREAM\" --import --graphics=none \\\n --disk=\"size=${DISK_GB},backing_store=${IMAGE}\" \\\n --network bridge=virbr0 \"${IGNITION_DEVICE_ARG[@]}\"\n", "old": "virt-install --connect=\"qemu:///system\" --name=\"${VM_NAME}\" --vcpus=\"${VCPUS}\" --memory=\"${RAM_MB}\" \\\n --os-variant=\"fedora-coreos-$STREAM\" --import --graphics=none \\\n --disk=\"size=${DISK_GB},backing_store=${IMAGE}\" \\\n --network bridge=virbr0 \"${IGNITION_DEVICE_ARG[@]}\"\n", "details": { "state": 100, "source": "virt-install --connect=\"qemu:///system\" --name=\"${VM_NAME}\" --vcpus=\"${VCPUS}\" --memory=\"${RAM_MB}\" \\\n --os-variant=\"fedora-coreos-$STREAM\" --import --graphics=none \\\n --disk=\"size=${DISK_GB},backing_store=${IMAGE}\" \\\n --network bridge=virbr0 \"${IGNITION_DEVICE_ARG[@]}\"\n", "old_state": 100 }, "id": 17639434, "action_name": "String updated in the repository", "url": "https://translate.fedoraproject.org/api/changes/17639434/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/12271246/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2025-01-13T22:28:05.597230Z", "action": 59, "target": "IGNITION_CONFIG=\"/caminho/para/exemplo.ign\"\nIMAGE=\"/path/to/image.qcow2\"\nVM_NAME=\"fcos-test-01\"\nVPUS=\"2\"\nRAM_MB=\"2048\"\nSTREAM=\"stable\"\nDISK_GB=\"10\"\n# Para x86 / aarch64,\nIGNITION_DEVICE_ARG=(--qemu-commandline=\"-fw_cfg name=opt/com.coreos/config,file=${IGNITION_CONFIG}\")\n", "old": "IGNITION_CONFIG=\"/caminho/para/exemplo.ign\"\nIMAGE=\"/path/to/image.qcow2\"\nVM_NAME=\"fcos-test-01\"\nVPUS=\"2\"\nRAM_MB=\"2048\"\nSTREAM=\"stable\"\nDISK_GB=\"10\"\n# Para x86 / aarch64,\nIGNITION_DEVICE_ARG=(--qemu-commandline=\"-fw_cfg name=opt/com.coreos/config,file=${IGNITION_CONFIG}\")\n", "details": { "state": 20, "source": "IGNITION_CONFIG=\"/path/to/example.ign\"\nIMAGE=\"/path/to/image.qcow2\"\nVM_NAME=\"fcos-test-01\"\nVCPUS=\"2\"\nRAM_MB=\"2048\"\nSTREAM=\"stable\"\nDISK_GB=\"10\"\n# For x86 / aarch64,\nIGNITION_DEVICE_ARG=(--qemu-commandline=\"-fw_cfg name=opt/com.coreos/config,file=${IGNITION_CONFIG}\")\n", "old_state": 20 }, "id": 17639433, "action_name": "String updated in the repository", "url": "https://translate.fedoraproject.org/api/changes/17639433/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18693631/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2025-01-13T22:28:05.597186Z", "action": 71, "target": "STREAM=\"stable\"\n# como um binário instalado:\ncoreos-installer download -s \"${STREAM}\" -p qemu -f qcow2.xz --decompress -C ~/.local/share/libvirt/images/\n# ou como um contêiner:\npodman run --pull=always --rm -v $HOME/.local/share/libvirt/images/:/data -w /data \\\n quay.io/coreos/coreos-installer:release download -s \"${STREAM}\" -p qemu -f qcow2.xz --decompress\n", "old": "", "details": { "state": 10, "source": "STREAM=\"stable\"\n# as an installed binary:\ncoreos-installer download -s $STREAM -p qemu -f qcow2.xz --decompress -C ~/.local/share/libvirt/images/\n# or as a container:\npodman run --pull=always --rm -v \"${HOME}/.local/share/libvirt/images/:/data\" -w /data \\\n quay.io/coreos/coreos-installer:release download -s $STREAM -p qemu -f qcow2.xz --decompress\n", "old_state": -1 }, "id": 17639432, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17639432/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18693631/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2025-01-13T22:28:05.597138Z", "action": 30, "target": "STREAM=\"stable\"\n# as an installed binary:\ncoreos-installer download -s $STREAM -p qemu -f qcow2.xz --decompress -C ~/.local/share/libvirt/images/\n# or as a container:\npodman run --pull=always --rm -v \"${HOME}/.local/share/libvirt/images/:/data\" -w /data \\\n quay.io/coreos/coreos-installer:release download -s $STREAM -p qemu -f qcow2.xz --decompress\n", "old": "STREAM=\"stable\"\n# as an installed binary:\ncoreos-installer download -s \"${STREAM}\" -p qemu -f qcow2.xz --decompress -C ~/.local/share/libvirt/images/\n# or as a container:\npodman run --pull=always --rm -v $HOME/.local/share/libvirt/images/:/data -w /data \\\n quay.io/coreos/coreos-installer:release download -s \"${STREAM}\" -p qemu -f qcow2.xz --decompress\n", "details": { "state": 10, "source": "STREAM=\"stable\"\n# as an installed binary:\ncoreos-installer download -s $STREAM -p qemu -f qcow2.xz --decompress -C ~/.local/share/libvirt/images/\n# or as a container:\npodman run --pull=always --rm -v \"${HOME}/.local/share/libvirt/images/:/data\" -w /data \\\n quay.io/coreos/coreos-installer:release download -s $STREAM -p qemu -f qcow2.xz --decompress\n", "old_state": -1 }, "id": 17639431, "action_name": "Source string changed", "url": "https://translate.fedoraproject.org/api/changes/17639431/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/14620661/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2025-01-13T22:28:05.597061Z", "action": 59, "target": "Obtenha a última imagem adequada para a plataforma `qemu` usando `coreos-installer` (ou https://fedoraproject.org/coreos/download/[baixe e verifique-a] da web). Você pode usar `coreos-installer` https://quay.io/repository/coreos/coreos-installer[como um contêiner], ou no Fedora, instale pelos repos.", "old": "Obtenha a última imagem adequada para a plataforma `qemu` usando `coreos-installer` (ou https://fedoraproject.org/coreos/download/[baixe e verifique-a] da web). Você pode usar `coreos-installer` https://quay.io/repository/coreos/coreos-installer[como um contêiner], ou no Fedora, instale pelos repos.", "details": { "state": 20, "source": "Fetch the latest image suitable for the `qemu` platform using `coreos-installer` (or https://fedoraproject.org/coreos/download/[download and verify] it from the web). You can use `coreos-installer` https://quay.io/repository/coreos/coreos-installer[as a container], or on Fedora install it from the repos.", "old_state": 20 }, "id": 17639430, "action_name": "String updated in the repository", "url": "https://translate.fedoraproject.org/api/changes/17639430/?format=api" }, { "unit": null, "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2024-01-31T03:35:56.344523Z", "action": 17, "target": "", "old": "", "details": {}, "id": 14670355, "action_name": "Changes committed", "url": "https://translate.fedoraproject.org/api/changes/14670355/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/6622413/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api", "author": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api", "timestamp": "2024-01-30T03:10:39.906783Z", "action": 2, "target": "Dependendo da sua versão de `virt-install`, você talvez não será capaz de usar `--os-variant=fedora-coreos-*` e irá obter um erro. Nesse caso, você deve pegar uma variante mais antiga do Fedora (`--os-variant=fedora31`, por exemplo). Você pode encontrar as variantes que são suportadas pela sua versão corrente de `virt-install` com `osinfo-query os | grep '^\\s*fedora'`.", "old": "Dependendo da sua versão de `virt-install`, você talvez não será capaz de usar `--os-variant=fedora-coreos-*` e irá obter um erro. Nesse caso, você deve pegar uma variante mais antiga do Fedora (`--os-variant=31`, por exemplo). Você pode encontrar as variantes que são suportadas pela sua versão corrente de `virt-install` com `osinfo-query os | grep '^\\s*fedora'`.", "details": { "state": 20, "source": "Depending on your version of `virt-install`, you may not be able to use `--os-variant=fedora-coreos-*` and will get an error. In this case, you should pick an older Fedora variant (`--os-variant=fedora31` for example). You can find the variants that are supported by you current version of `virt-install` with `osinfo-query os | grep '^\\s*fedora'`.", "old_state": 20 }, "id": 14666890, "action_name": "Translation changed", "url": "https://translate.fedoraproject.org/api/changes/14666890/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/14620661/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api", "author": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api", "timestamp": "2024-01-30T03:10:06.230611Z", "action": 26, "target": "Obtenha a última imagem adequada para a plataforma `qemu` usando `coreos-installer` (ou https://getfedora.org/coreos/download/[baixe e verifique-a] da web). Você pode usar `coreos-installer` https://quay.io/repository/coreos/coreos-installer[como um contêiner], ou no Fedora, instale pelos repos.", "old": "", "details": { "rejection_reason": "" }, "id": 14666889, "action_name": "Suggestion removed", "url": "https://translate.fedoraproject.org/api/changes/14666889/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/10407179/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api", "author": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api", "timestamp": "2024-01-30T03:09:56.110123Z", "action": 2, "target": "Você pode sair do console serial pressionando `CTRL + ]`.", "old": "Você pode sair do console serial pressionando `CTRL +]`.", "details": { "state": 20, "source": "You can escape out of the serial console by pressing `CTRL + ]`.", "old_state": 20 }, "id": 14666888, "action_name": "Translation changed", "url": "https://translate.fedoraproject.org/api/changes/14666888/?format=api" }, { "unit": null, "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api", "author": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api", "timestamp": "2024-01-30T03:09:41.895815Z", "action": 1, "target": "", "old": "", "details": {}, "id": 14666887, "action_name": "Translation completed", "url": "https://translate.fedoraproject.org/api/changes/14666887/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/10407179/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api", "author": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api", "timestamp": "2024-01-30T03:09:41.770678Z", "action": 5, "target": "Você pode sair do console serial pressionando `CTRL +]`.", "old": "", "details": { "state": 20, "source": "You can escape out of the serial console by pressing `CTRL + ]`.", "old_state": 0 }, "id": 14666886, "action_name": "Translation added", "url": "https://translate.fedoraproject.org/api/changes/14666886/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/12613642/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api", "author": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api", "timestamp": "2024-01-30T03:09:33.538620Z", "action": 5, "target": "`DISK_GB` deve ser pelo menos tão grande quanto o tamanho padrão da imagem. Para o Fedora CoreOS, atualmente são 10 GB.", "old": "", "details": { "state": 20, "source": "`DISK_GB` should be at least as big as the default size of the image. For Fedora CoreOS, this is currently 10 GB.", "old_state": 0 }, "id": 14666885, "action_name": "Translation added", "url": "https://translate.fedoraproject.org/api/changes/14666885/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/12271248/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api", "author": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api", "timestamp": "2024-01-30T03:08:38.447576Z", "action": 2, "target": "virt-install --connect=\"qemu:///system\" --name=\"${VM_NAME}\" --vcpus=\"${VCPUS}\" --memory=\"${RAM_MB}\" \\\n --os-variant=\"fedora-coreos-$STREAM\" --import --graphics=none \\\n --disk=\"size=${DISK_GB},backing_store=${IMAGE}\" \\\n --network bridge=virbr0 \"${IGNITION_DEVICE_ARG[@]}\"\n", "old": "virt-install --connect=\"qemu:///system\" --name=\"${VM_NAME}\" --vcpus=\"${VCPUS}\" --memory=\"${RAM_MB}\" \\\n --os-variant=\"fedora-coreos-$STREAM\" --import --graphics=none \\\n --disk=\"size=${DISK_GB},backing_store=${IMAGE}\" \\\n --qemu-commandline=\"-fw_cfg name=opt/com.coreos/config,file=${IGNITION_CONFIG}\"\n", "details": { "state": 20, "source": "virt-install --connect=\"qemu:///system\" --name=\"${VM_NAME}\" --vcpus=\"${VCPUS}\" --memory=\"${RAM_MB}\" \\\n --os-variant=\"fedora-coreos-$STREAM\" --import --graphics=none \\\n --disk=\"size=${DISK_GB},backing_store=${IMAGE}\" \\\n --network bridge=virbr0 \"${IGNITION_DEVICE_ARG[@]}\"\n", "old_state": 10 }, "id": 14666884, "action_name": "Translation changed", "url": "https://translate.fedoraproject.org/api/changes/14666884/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/12090387/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api", "author": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api", "timestamp": "2024-01-30T03:08:27.800779Z", "action": 2, "target": "# Configura o rótulo correto do SELinux para permitir acesso à configuração\nchcon --verbose --type svirt_home_t ${IGNITION_CONFIG}\n", "old": "# Configura o rótulo correto do SELinux para permitir acesso à configuração\nchcon --verbose --type svirt_home_t containers.ign\n", "details": { "state": 20, "source": "# Setup the correct SELinux label to allow access to the config\nchcon --verbose --type svirt_home_t ${IGNITION_CONFIG}\n", "old_state": 20 }, "id": 14666883, "action_name": "Translation changed", "url": "https://translate.fedoraproject.org/api/changes/14666883/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/12090387/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api", "author": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api", "timestamp": "2024-01-30T03:08:14.095845Z", "action": 7, "target": "# Configura o rótulo correto do SELinux para permitir acesso à configuração\nchcon --verbose --type svirt_home_t containers.ign\n", "old": "", "details": { "state": 20, "source": "# Setup the correct SELinux label to allow access to the config\nchcon --verbose --type svirt_home_t ${IGNITION_CONFIG}\n", "old_state": 0 }, "id": 14666882, "action_name": "Suggestion accepted", "url": "https://translate.fedoraproject.org/api/changes/14666882/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/12271247/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api", "author": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api", "timestamp": "2024-01-30T03:08:09.291568Z", "action": 5, "target": "# Para s390x / ppc64le,\nIGNITION_DEVICE_ARG=(--disk path=\"${IGNITION_CONFIG}\",format=raw,readonly=on,serial=ignition,startup_policy=optional)\n", "old": "", "details": { "state": 20, "source": "# For s390x / ppc64le,\nIGNITION_DEVICE_ARG=(--disk path=\"${IGNITION_CONFIG}\",format=raw,readonly=on,serial=ignition,startup_policy=optional)\n", "old_state": 0 }, "id": 14666881, "action_name": "Translation added", "url": "https://translate.fedoraproject.org/api/changes/14666881/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/12271246/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api", "author": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api", "timestamp": "2024-01-30T03:08:01.755672Z", "action": 2, "target": "IGNITION_CONFIG=\"/caminho/para/exemplo.ign\"\nIMAGE=\"/path/to/image.qcow2\"\nVM_NAME=\"fcos-test-01\"\nVPUS=\"2\"\nRAM_MB=\"2048\"\nSTREAM=\"stable\"\nDISK_GB=\"10\"\n# Para x86 / aarch64,\nIGNITION_DEVICE_ARG=(--qemu-commandline=\"-fw_cfg name=opt/com.coreos/config,file=${IGNITION_CONFIG}\")\n", "old": "IGNITION_CONFIG=\"/caminho/para/exemplo.ign\"\nIMAGE=\"/path/to/image.qcow2\"\nVM_NAME=\"fcos-test-01\"\nVPUS=\"2\"\nRAM_MB=\"2048\"\nDISK_GB=\"10\"\n", "details": { "state": 20, "source": "IGNITION_CONFIG=\"/path/to/example.ign\"\nIMAGE=\"/path/to/image.qcow2\"\nVM_NAME=\"fcos-test-01\"\nVCPUS=\"2\"\nRAM_MB=\"2048\"\nSTREAM=\"stable\"\nDISK_GB=\"10\"\n# For x86 / aarch64,\nIGNITION_DEVICE_ARG=(--qemu-commandline=\"-fw_cfg name=opt/com.coreos/config,file=${IGNITION_CONFIG}\")\n", "old_state": 10 }, "id": 14666880, "action_name": "Translation changed", "url": "https://translate.fedoraproject.org/api/changes/14666880/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/14620661/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api", "author": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api", "timestamp": "2024-01-30T03:07:35.145848Z", "action": 2, "target": "Obtenha a última imagem adequada para a plataforma `qemu` usando `coreos-installer` (ou https://fedoraproject.org/coreos/download/[baixe e verifique-a] da web). Você pode usar `coreos-installer` https://quay.io/repository/coreos/coreos-installer[como um contêiner], ou no Fedora, instale pelos repos.", "old": "Obtenha a última imagem adequada para a plataforma `qemu` usando `coreos-installer` (ou https://getfedora.org/coreos/download/[baixe e verifique-a] da web). Você pode usar `coreos-installer` https://quay.io/repository/coreos/coreos-installer[como um contêiner], ou no Fedora, instale pelos repos.", "details": { "state": 20, "source": "Fetch the latest image suitable for the `qemu` platform using `coreos-installer` (or https://fedoraproject.org/coreos/download/[download and verify] it from the web). You can use `coreos-installer` https://quay.io/repository/coreos/coreos-installer[as a container], or on Fedora install it from the repos.", "old_state": 10 }, "id": 14666879, "action_name": "Translation changed", "url": "https://translate.fedoraproject.org/api/changes/14666879/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/10811047/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": null, "author": "https://translate.fedoraproject.org/api/users/anonymous/?format=api", "timestamp": "2024-01-27T01:46:51.915987Z", "action": 29, "target": "Se você configurar uma xref:authentication.adoc[chave SSH] para o usuário padrão `core`, poderá fazer um acesso via SSH para VM e explorar o sistema operacional:", "old": "", "details": { "rejection_reason": "" }, "id": 14658977, "action_name": "Suggestion removed during cleanup", "url": "https://translate.fedoraproject.org/api/changes/14658977/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/10811048/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": null, "author": "https://translate.fedoraproject.org/api/users/anonymous/?format=api", "timestamp": "2024-01-27T01:26:45.350571Z", "action": 29, "target": "ssh core@<endereço ip>\n", "old": "", "details": { "rejection_reason": "" }, "id": 14658813, "action_name": "Suggestion removed during cleanup", "url": "https://translate.fedoraproject.org/api/changes/14658813/?format=api" }, { "unit": null, "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api", "author": null, "timestamp": "2024-01-26T13:16:09.971908Z", "action": 17, "target": "", "old": "", "details": {}, "id": 14630332, "action_name": "Changes committed", "url": "https://translate.fedoraproject.org/api/changes/14630332/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/10811047/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api", "author": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api", "timestamp": "2024-01-26T13:08:32.876183Z", "action": 5, "target": "Se você configurar uma xref:authentication.adoc[chave SSH] para o usuário padrão `core`, poderá fazer um acesso via SSH para VM e explorar o sistema operacional:", "old": "", "details": { "state": 20, "source": "If you set up an xref:authentication.adoc[SSH key] for the default `core` user, you can SSH into the VM and explore the OS:", "old_state": 0 }, "id": 14630323, "action_name": "Translation added", "url": "https://translate.fedoraproject.org/api/changes/14630323/?format=api" }, { "unit": null, "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api", "author": null, "timestamp": "2024-01-26T12:09:51.261710Z", "action": 17, "target": "", "old": "", "details": {}, "id": 14630218, "action_name": "Changes committed", "url": "https://translate.fedoraproject.org/api/changes/14630218/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/10811048/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api", "author": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api", "timestamp": "2024-01-26T04:18:42.952676Z", "action": 5, "target": "ssh core@<endereço ip>\n", "old": "", "details": { "state": 20, "source": "ssh core@<ip address>\n", "old_state": 0 }, "id": 14597119, "action_name": "Translation added", "url": "https://translate.fedoraproject.org/api/changes/14597119/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/14620661/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": "https://translate.fedoraproject.org/api/users/anonymous/?format=api", "author": "https://translate.fedoraproject.org/api/users/anonymous/?format=api", "timestamp": "2023-05-23T05:08:09.878485Z", "action": 4, "target": "Obtenha a última imagem adequada para a plataforma `qemu` usando `coreos-installer` (ou https://getfedora.org/coreos/download/[baixe e verifique-a] da web). Você pode usar `coreos-installer` https://quay.io/repository/coreos/coreos-installer[como um contêiner], ou no Fedora, instale pelos repos.", "old": "Obtenha a última imagem adequada para a plataforma `qemu` usando `coreos-installer` (ou https://getfedora.org/coreos/download/[baixe e verifique-a] da web). Você pode usar `coreos-installer` https://quay.io/repository/coreos/coreos-installer[como um contêiner], ou no Fedora, instale pelos repos.", "details": { "state": 10, "source": "Fetch the latest image suitable for the `qemu` platform using `coreos-installer` (or https://fedoraproject.org/coreos/download/[download and verify] it from the web). You can use `coreos-installer` https://quay.io/repository/coreos/coreos-installer[as a container], or on Fedora install it from the repos.", "old_state": 10 }, "id": 11633964, "action_name": "Suggestion added", "url": "https://translate.fedoraproject.org/api/changes/11633964/?format=api" }, { "unit": null, "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2023-05-09T22:28:10.154890Z", "action": 0, "target": "", "old": "", "details": { "reason": "content changed", "filename": "po/pt_BR/master/pages/getting-started-libvirt.po" }, "id": 11598629, "action_name": "Resource updated", "url": "https://translate.fedoraproject.org/api/changes/11598629/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/14620661/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2023-05-09T22:28:10.154818Z", "action": 59, "target": "Obtenha a última imagem adequada para a plataforma `qemu` usando `coreos-installer` (ou https://getfedora.org/coreos/download/[baixe e verifique-a] da web). Você pode usar `coreos-installer` https://quay.io/repository/coreos/coreos-installer[como um contêiner], ou no Fedora, instale pelos repos.", "old": "", "details": { "state": 10, "source": "Fetch the latest image suitable for the `qemu` platform using `coreos-installer` (or https://fedoraproject.org/coreos/download/[download and verify] it from the web). You can use `coreos-installer` https://quay.io/repository/coreos/coreos-installer[as a container], or on Fedora install it from the repos.", "old_state": -1 }, "id": 11598628, "action_name": "String updated in the repository", "url": "https://translate.fedoraproject.org/api/changes/11598628/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/14620661/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2023-05-09T22:28:10.154707Z", "action": 30, "target": "Fetch the latest image suitable for the `qemu` platform using `coreos-installer` (or https://fedoraproject.org/coreos/download/[download and verify] it from the web). You can use `coreos-installer` https://quay.io/repository/coreos/coreos-installer[as a container], or on Fedora install it from the repos.", "old": "Fetch the latest image suitable for the `qemu` platform using `coreos-installer` (or https://getfedora.org/coreos/download/[download and verify] it from the web). You can use `coreos-installer` https://quay.io/repository/coreos/coreos-installer[as a container], or on Fedora install it from the repos.", "details": {}, "id": 11598627, "action_name": "Source string changed", "url": "https://translate.fedoraproject.org/api/changes/11598627/?format=api" }, { "unit": null, "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2023-03-13T22:24:23.373868Z", "action": 0, "target": "", "old": "", "details": { "reason": "content changed", "filename": "po/pt_BR/master/pages/getting-started-libvirt.po" }, "id": 9466771, "action_name": "Resource updated", "url": "https://translate.fedoraproject.org/api/changes/9466771/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/12613642/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2023-03-13T22:24:23.373786Z", "action": 59, "target": "", "old": "", "details": { "state": 0, "source": "`DISK_GB` should be at least as big as the default size of the image. For Fedora CoreOS, this is currently 10 GB.", "old_state": -1 }, "id": 9466770, "action_name": "String updated in the repository", "url": "https://translate.fedoraproject.org/api/changes/9466770/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/12090387/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": "https://translate.fedoraproject.org/api/users/anonymous/?format=api", "author": "https://translate.fedoraproject.org/api/users/anonymous/?format=api", "timestamp": "2022-12-23T18:17:35.176442Z", "action": 4, "target": "# Configura o rótulo correto do SELinux para permitir acesso à configuração\nchcon --verbose --type svirt_home_t containers.ign\n", "old": "", "details": { "state": 0, "source": "# Setup the correct SELinux label to allow access to the config\nchcon --verbose --type svirt_home_t ${IGNITION_CONFIG}\n", "old_state": 0 }, "id": 9017135, "action_name": "Suggestion added", "url": "https://translate.fedoraproject.org/api/changes/9017135/?format=api" }, { "unit": null, "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2022-11-25T22:09:01.633394Z", "action": 0, "target": "", "old": "", "details": { "reason": "content changed", "filename": "po/pt_BR/master/pages/getting-started-libvirt.po" }, "id": 8881057, "action_name": "Resource updated", "url": "https://translate.fedoraproject.org/api/changes/8881057/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/12271248/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2022-11-25T22:09:01.633327Z", "action": 59, "target": "virt-install --connect=\"qemu:///system\" --name=\"${VM_NAME}\" --vcpus=\"${VCPUS}\" --memory=\"${RAM_MB}\" \\\n --os-variant=\"fedora-coreos-$STREAM\" --import --graphics=none \\\n --disk=\"size=${DISK_GB},backing_store=${IMAGE}\" \\\n --qemu-commandline=\"-fw_cfg name=opt/com.coreos/config,file=${IGNITION_CONFIG}\"\n", "old": "", "details": { "state": 10, "source": "virt-install --connect=\"qemu:///system\" --name=\"${VM_NAME}\" --vcpus=\"${VCPUS}\" --memory=\"${RAM_MB}\" \\\n --os-variant=\"fedora-coreos-$STREAM\" --import --graphics=none \\\n --disk=\"size=${DISK_GB},backing_store=${IMAGE}\" \\\n --network bridge=virbr0 \"${IGNITION_DEVICE_ARG[@]}\"\n", "old_state": -1 }, "id": 8881056, "action_name": "String updated in the repository", "url": "https://translate.fedoraproject.org/api/changes/8881056/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/12271248/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2022-11-25T22:09:01.633263Z", "action": 30, "target": "virt-install --connect=\"qemu:///system\" --name=\"${VM_NAME}\" --vcpus=\"${VCPUS}\" --memory=\"${RAM_MB}\" \\\n --os-variant=\"fedora-coreos-$STREAM\" --import --graphics=none \\\n --disk=\"size=${DISK_GB},backing_store=${IMAGE}\" \\\n --network bridge=virbr0 \"${IGNITION_DEVICE_ARG[@]}\"\n", "old": "virt-install --connect=\"qemu:///system\" --name=\"${VM_NAME}\" --vcpus=\"${VCPUS}\" --memory=\"${RAM_MB}\" \\\n --os-variant=\"fedora-coreos-$STREAM\" --import --graphics=none \\\n --disk=\"size=${DISK_GB},backing_store=${IMAGE}\" \\\n --qemu-commandline=\"-fw_cfg name=opt/com.coreos/config,file=${IGNITION_CONFIG}\"\n", "details": {}, "id": 8881055, "action_name": "Source string changed", "url": "https://translate.fedoraproject.org/api/changes/8881055/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/12271247/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2022-11-25T22:09:01.633189Z", "action": 59, "target": "", "old": "", "details": { "state": 0, "source": "# For s390x / ppc64le,\nIGNITION_DEVICE_ARG=(--disk path=\"${IGNITION_CONFIG}\",format=raw,readonly=on,serial=ignition,startup_policy=optional)\n", "old_state": -1 }, "id": 8881054, "action_name": "String updated in the repository", "url": "https://translate.fedoraproject.org/api/changes/8881054/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/12271246/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2022-11-25T22:09:01.633062Z", "action": 59, "target": "IGNITION_CONFIG=\"/caminho/para/exemplo.ign\"\nIMAGE=\"/path/to/image.qcow2\"\nVM_NAME=\"fcos-test-01\"\nVPUS=\"2\"\nRAM_MB=\"2048\"\nDISK_GB=\"10\"\n", "old": "", "details": { "state": 10, "source": "IGNITION_CONFIG=\"/path/to/example.ign\"\nIMAGE=\"/path/to/image.qcow2\"\nVM_NAME=\"fcos-test-01\"\nVCPUS=\"2\"\nRAM_MB=\"2048\"\nSTREAM=\"stable\"\nDISK_GB=\"10\"\n# For x86 / aarch64,\nIGNITION_DEVICE_ARG=(--qemu-commandline=\"-fw_cfg name=opt/com.coreos/config,file=${IGNITION_CONFIG}\")\n", "old_state": -1 }, "id": 8881053, "action_name": "String updated in the repository", "url": "https://translate.fedoraproject.org/api/changes/8881053/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/12271246/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2022-11-25T22:09:01.632935Z", "action": 30, "target": "IGNITION_CONFIG=\"/path/to/example.ign\"\nIMAGE=\"/path/to/image.qcow2\"\nVM_NAME=\"fcos-test-01\"\nVCPUS=\"2\"\nRAM_MB=\"2048\"\nSTREAM=\"stable\"\nDISK_GB=\"10\"\n# For x86 / aarch64,\nIGNITION_DEVICE_ARG=(--qemu-commandline=\"-fw_cfg name=opt/com.coreos/config,file=${IGNITION_CONFIG}\")\n", "old": "IGNITION_CONFIG=\"/path/to/example.ign\"\nIMAGE=\"/path/to/image.qcow2\"\nVM_NAME=\"fcos-test-01\"\nVCPUS=\"2\"\nRAM_MB=\"2048\"\nDISK_GB=\"10\"\n", "details": {}, "id": 8881052, "action_name": "Source string changed", "url": "https://translate.fedoraproject.org/api/changes/8881052/?format=api" }, { "unit": null, "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2022-11-07T22:01:28.477551Z", "action": 0, "target": "", "old": "", "details": { "reason": "content changed", "filename": "po/pt_BR/master/pages/getting-started-libvirt.po" }, "id": 8612665, "action_name": "Resource updated", "url": "https://translate.fedoraproject.org/api/changes/8612665/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/12090387/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2022-11-07T22:01:28.477191Z", "action": 59, "target": "", "old": "", "details": { "state": 0, "source": "# Setup the correct SELinux label to allow access to the config\nchcon --verbose --type svirt_home_t ${IGNITION_CONFIG}\n", "old_state": -1 }, "id": 8612662, "action_name": "String updated in the repository", "url": "https://translate.fedoraproject.org/api/changes/8612662/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/10811048/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": "https://translate.fedoraproject.org/api/users/anonymous/?format=api", "author": "https://translate.fedoraproject.org/api/users/anonymous/?format=api", "timestamp": "2022-09-23T19:23:51.667492Z", "action": 4, "target": "ssh core@<endereço ip>\n", "old": "", "details": { "state": 0, "source": "ssh core@<ip address>\n", "old_state": 0 }, "id": 7993940, "action_name": "Suggestion added", "url": "https://translate.fedoraproject.org/api/changes/7993940/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/10811047/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": "https://translate.fedoraproject.org/api/users/anonymous/?format=api", "author": "https://translate.fedoraproject.org/api/users/anonymous/?format=api", "timestamp": "2022-09-23T19:23:51.641222Z", "action": 4, "target": "Se você configurar uma xref:authentication.adoc[chave SSH] para o usuário padrão `core`, poderá fazer um acesso via SSH para VM e explorar o sistema operacional:", "old": "", "details": { "state": 0, "source": "If you set up an xref:authentication.adoc[SSH key] for the default `core` user, you can SSH into the VM and explore the OS:", "old_state": 0 }, "id": 7993939, "action_name": "Suggestion added", "url": "https://translate.fedoraproject.org/api/changes/7993939/?format=api" }, { "unit": null, "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2022-08-03T22:05:26.881586Z", "action": 0, "target": "", "old": "", "details": { "reason": "content changed", "filename": "po/pt_BR/master/pages/getting-started-libvirt.po" }, "id": 6901912, "action_name": "Resource updated", "url": "https://translate.fedoraproject.org/api/changes/6901912/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/10811048/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2022-08-03T22:05:26.881517Z", "action": 59, "target": "", "old": "", "details": { "state": 0, "source": "ssh core@<ip address>\n", "old_state": -1 }, "id": 6901911, "action_name": "String updated in the repository", "url": "https://translate.fedoraproject.org/api/changes/6901911/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/10811047/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2022-08-03T22:05:26.881376Z", "action": 59, "target": "", "old": "", "details": { "state": 0, "source": "If you set up an xref:authentication.adoc[SSH key] for the default `core` user, you can SSH into the VM and explore the OS:", "old_state": -1 }, "id": 6901910, "action_name": "String updated in the repository", "url": "https://translate.fedoraproject.org/api/changes/6901910/?format=api" }, { "unit": null, "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2022-05-17T22:14:39.584780Z", "action": 0, "target": "", "old": "", "details": { "reason": "content changed", "filename": "po/pt_BR/master/pages/getting-started-libvirt.po" }, "id": 4950926, "action_name": "Resource updated", "url": "https://translate.fedoraproject.org/api/changes/4950926/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/10407179/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2022-05-17T22:14:39.584680Z", "action": 59, "target": "", "old": "", "details": { "state": 0, "source": "You can escape out of the serial console by pressing `CTRL + ]`.", "old_state": -1 }, "id": 4950925, "action_name": "String updated in the repository", "url": "https://translate.fedoraproject.org/api/changes/4950925/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/6622414/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2022-05-17T22:14:39.584561Z", "action": 59, "target": "Certifique-se de que seu usuário tenha acesso a `/dev/kvm`. O padrão é permitir o acesso para todos, mas em algumas distribuições você pode precisar se adicionar ao grupo `kvm`.", "old": "Certifique-se de que seu usuário tenha acesso a `/dev/kvm`. O padrão é permitir o acesso para todos, mas em algumas distribuições você pode precisar se adicionar ao grupo `kvm`.", "details": { "state": 20, "source": "Make sure that your user has access to `/dev/kvm`. The default is to allow access for everyone, but on some distributions you may need to add yourself to the `kvm` group.", "old_state": 20 }, "id": 4950924, "action_name": "String updated in the repository", "url": "https://translate.fedoraproject.org/api/changes/4950924/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/6622413/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2022-05-17T22:14:39.584407Z", "action": 59, "target": "Dependendo da sua versão de `virt-install`, você talvez não será capaz de usar `--os-variant=fedora-coreos-*` e irá obter um erro. Nesse caso, você deve pegar uma variante mais antiga do Fedora (`--os-variant=31`, por exemplo). Você pode encontrar as variantes que são suportadas pela sua versão corrente de `virt-install` com `osinfo-query os | grep '^\\s*fedora'`.", "old": "Dependendo da sua versão de `virt-install`, você talvez não será capaz de usar `--os-variant=fedora-coreos-*` e irá obter um erro. Nesse caso, você deve pegar uma variante mais antiga do Fedora (`--os-variant=31`, por exemplo). Você pode encontrar as variantes que são suportadas pela sua versão corrente de `virt-install` com `osinfo-query os | grep '^\\s*fedora'`.", "details": { "state": 20, "source": "Depending on your version of `virt-install`, you may not be able to use `--os-variant=fedora-coreos-*` and will get an error. In this case, you should pick an older Fedora variant (`--os-variant=fedora31` for example). You can find the variants that are supported by you current version of `virt-install` with `osinfo-query os | grep '^\\s*fedora'`.", "old_state": 20 }, "id": 4950923, "action_name": "String updated in the repository", "url": "https://translate.fedoraproject.org/api/changes/4950923/?format=api" } ] }{ "count": 162, "next": "