From 21e0ec6140ae280083ba280e526d32da6cff40fb Mon Sep 17 00:00:00 2001 From: Languages add-on Date: Feb 20 2024 16:55:10 +0000 Subject: Added translation using Weblate (Czech) Co-authored-by: Languages add-on --- diff --git a/po/cs/master/pages/counting.po b/po/cs/master/pages/counting.po new file mode 100644 index 0000000..98671fe --- /dev/null +++ b/po/cs/master/pages/counting.po @@ -0,0 +1,82 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# Languages add-on , 2024. +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2024-02-08 22:18+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: Title = +#: ./pages/counting.adoc:1 +#, no-wrap +msgid "Node counting" +msgstr "" + +#. type: Plain text +#: ./pages/counting.adoc:4 +msgid "" +"Fedora CoreOS nodes are counted by the Fedora infrastructure via the Count " +"Me feature. This system is explicitly designed to make sure that no " +"personally identifiable information is sent from counted systems. It also " +"ensures that the Fedora infrastructure does not collect any personal " +"data. The nickname for this counting mechanism is \"Count Me\", from the " +"option name. Implementation details of this feature are available in " +"https://fedoraproject.org/wiki/Changes/DNF_Better_Counting[DNF Better " +"Counting change request for Fedora 32]. In short, the Count Me mechanism " +"works by telling Fedora servers how old your system is (with a very large " +"approximation)." +msgstr "" + +#. type: Plain text +#: ./pages/counting.adoc:6 +msgid "" +"On Fedora CoreOS nodes, this functionality is implemented in " +"https://coreos.github.io/rpm-ostree/countme/[rpm-ostree as a stand-alone " +"method]. The new implementation has the same privacy preserving properties " +"as the original DNF implementation." +msgstr "" + +#. type: Title == +#: ./pages/counting.adoc:7 +#, no-wrap +msgid "Opting out of counting" +msgstr "" + +#. type: Plain text +#: ./pages/counting.adoc:10 +msgid "You can use the following command to disable counting on existing nodes:" +msgstr "" + +#. type: delimited block - +#: ./pages/counting.adoc:14 +#, no-wrap +msgid "$ sudo systemctl mask --now rpm-ostree-countme.timer\n" +msgstr "" + +#. type: Plain text +#: ./pages/counting.adoc:17 +msgid "" +"You can use the following Butane config to disable counting during " +"provisioning on first boot:" +msgstr "" + +#. type: delimited block - +#: ./pages/counting.adoc:27 +#, no-wrap +msgid "" +"variant: fcos\n" +"version: {butane-latest-stable-spec}\n" +"systemd:\n" +" units:\n" +" - name: rpm-ostree-countme.timer\n" +" enabled: false\n" +" mask: true\n" +msgstr ""