From d666c7bf2ad32a1302407cf92783ee294fe91ff8 Mon Sep 17 00:00:00 2001 From: Languages add-on Date: Feb 20 2024 17:03:19 +0000 Subject: Added translation using Weblate (Czech) Co-authored-by: Languages add-on --- diff --git a/po/cs/master/pages/alternatives.po b/po/cs/master/pages/alternatives.po new file mode 100644 index 0000000..cdd5087 --- /dev/null +++ b/po/cs/master/pages/alternatives.po @@ -0,0 +1,71 @@ +# 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/alternatives.adoc:1 +#, no-wrap +msgid "Setting alternatives" +msgstr "" + +#. type: Plain text +#: ./pages/alternatives.adoc:4 +msgid "" +"Due to an https://github.com/fedora-sysv/chkconfig/issues/9[ongoing issue] " +"in how alternatives configurations are stored on the system, Fedora CoreOS " +"systems can not use the usual `alternatives` commands to configure them." +msgstr "" + +#. type: Plain text +#: ./pages/alternatives.adoc:6 +msgid "" +"Instead, until this issue is resolved, you can set the symlinks directly in " +"`/etc/alternatives`. For example, to use the legacy-based variants of the " +"`iptables` commands:" +msgstr "" + +#. type: delimited block - +#: ./pages/alternatives.adoc:37 +#, no-wrap +msgid "" +"variant: fcos\n" +"version: {butane-latest-stable-spec}\n" +"storage:\n" +" links:\n" +" - path: /etc/alternatives/iptables\n" +" target: /usr/sbin/iptables-legacy\n" +" overwrite: true\n" +" hard: false\n" +" - path: /etc/alternatives/iptables-restore\n" +" target: /usr/sbin/iptables-legacy-restore\n" +" overwrite: true\n" +" hard: false\n" +" - path: /etc/alternatives/iptables-save\n" +" target: /usr/sbin/iptables-legacy-save\n" +" overwrite: true\n" +" hard: false\n" +" - path: /etc/alternatives/ip6tables\n" +" target: /usr/sbin/ip6tables-legacy\n" +" overwrite: true\n" +" hard: false\n" +" - path: /etc/alternatives/ip6tables-restore\n" +" target: /usr/sbin/ip6tables-legacy-restore\n" +" overwrite: true\n" +" hard: false\n" +" - path: /etc/alternatives/ip6tables-save\n" +" target: /usr/sbin/ip6tables-legacy-save\n" +" overwrite: true\n" +" hard: false\n" +msgstr ""