automatic update of pot/po files
This commit is contained in:
parent
7074cf7ed2
commit
040b40f12a
7 changed files with 42 additions and 122 deletions
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2025-10-08 21:48+0000\n"
|
||||
"POT-Creation-Date: 2026-02-18 21:50+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -62,12 +62,10 @@ msgstr ""
|
|||
|
||||
#. type: Plain text
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:23
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:41
|
||||
msgid ""
|
||||
"Define a new repository by adding a new file with the `.repo` suffix to the "
|
||||
"[filename]`/etc/yum.repos.d/` directory. For details about various options "
|
||||
"to use in the `.repo` file, see the "
|
||||
"xref:f40@fedora:system-administrators-guide:package-management/DNF.adoc#sec-Setting_repository_Options[Setting "
|
||||
"[repository\\] Options] section in the System Administrator's Guide"
|
||||
"[filename]`/etc/yum.repos.d/` directory."
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
|
|
@ -83,7 +81,7 @@ msgstr ""
|
|||
|
||||
#. type: Plain text
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:31
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:50
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:49
|
||||
msgid "For example:"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -100,111 +98,101 @@ msgid "For Fedora 41 or later (DNF 5)"
|
|||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:41
|
||||
msgid ""
|
||||
"Define a new repository by adding a new file with the `.repo` suffix to the "
|
||||
"[filename]`/etc/yum.repos.d/` directory. For details about various options "
|
||||
"to use in the `.repo` file, see the "
|
||||
"xref:f41@fedora:system-administrators-guide:package-management/DNF.adoc#sec-Setting_repository_Options[Setting "
|
||||
"[repository\\] Options] section in the System Administrator's Guide"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:43
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:42
|
||||
msgid "Add the repository with `addrepo`, where *_repository_* is the file path:"
|
||||
msgstr ""
|
||||
|
||||
#. type: delimited block -
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:47
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:46
|
||||
#, no-wrap
|
||||
msgid "dnf config-manager addrepo --from-repofile=`*_repository_*`\n"
|
||||
msgstr ""
|
||||
|
||||
#. type: delimited block -
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:53
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:52
|
||||
#, no-wrap
|
||||
msgid "dnf config-manager addrepo --from-repofile=/tmp/fedora_extras.repo\n"
|
||||
msgstr ""
|
||||
|
||||
#. type: Title ==
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:57
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:56
|
||||
#, no-wrap
|
||||
msgid "Enabling repositories"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:60
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:59
|
||||
msgid ""
|
||||
"This section shows how to enable a particular software repository by using "
|
||||
"the `dnf config-manager` command."
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:62
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:61
|
||||
msgid "To enable a particular repository, run the following command as `*root*`."
|
||||
msgstr ""
|
||||
|
||||
#. type: delimited block -
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:66
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:65
|
||||
#, no-wrap
|
||||
msgid "dnf config-manager setopt *_repository_*.enabled=1\n"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:69
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:89
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:68
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:88
|
||||
msgid "Where *_repository_* is the unique repository ID, for example:"
|
||||
msgstr ""
|
||||
|
||||
#. type: delimited block -
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:72
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:71
|
||||
#, no-wrap
|
||||
msgid "dnf config-manager setopt fedora-extras.enabled=1\n"
|
||||
msgstr ""
|
||||
|
||||
#. type: Title ==
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:76
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:75
|
||||
#, no-wrap
|
||||
msgid "Disabling repositories"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:79
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:78
|
||||
msgid ""
|
||||
"This section shows how to disable a particular software repository by using "
|
||||
"the `dnf config-manager` command."
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:81
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:80
|
||||
msgid "To disable a particular repository, run the following command as `*root*`."
|
||||
msgstr ""
|
||||
|
||||
#. type: delimited block -
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:85
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:84
|
||||
#, no-wrap
|
||||
msgid "dnf config-manager setopt *_repository_*.enabled=0\n"
|
||||
msgstr ""
|
||||
|
||||
#. type: delimited block -
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:92
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:91
|
||||
#, no-wrap
|
||||
msgid "dnf config-manager setopt fedora-extras.enabled=0\n"
|
||||
msgstr ""
|
||||
|
||||
#. type: Title ==
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:96
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:95
|
||||
#, no-wrap
|
||||
msgid "Removing repositories"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:99
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:98
|
||||
msgid "This section shows how to remove a Yum repository (or `.repo` file)."
|
||||
msgstr ""
|
||||
|
||||
#. type: delimited block =
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:105
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:104
|
||||
msgid ""
|
||||
"If you know the ID of a repository, but you're not sure what `.repo` it "
|
||||
"belongs to, you can run the following command [red]#`pass:[grep -E "
|
||||
|
|
@ -213,17 +201,17 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:108
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:107
|
||||
msgid "To remove a Yum repository, run the following command as `*root*`."
|
||||
msgstr ""
|
||||
|
||||
#. type: delimited block -
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:112
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:111
|
||||
#, no-wrap
|
||||
msgid "rm /etc/yum.repos.d/*_file_name_*.repo\n"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:115
|
||||
#: ./pages/adding-or-removing-software-repositories-in-fedora.adoc:113
|
||||
msgid "Where *_file_name_* is the name of the `.repo` file."
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2023-08-25 21:46+0000\n"
|
||||
"POT-Creation-Date: 2026-02-18 21:50+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -153,13 +153,6 @@ msgid "Additional Resources"
|
|||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ./pages/configuring-xorg-as-default-gnome-session.adoc:58
|
||||
msgid ""
|
||||
"xref:f{MAJOROSVER}@fedora:system-administrators-guide:Wayland.adoc[Wayland "
|
||||
"Display Server in the System Administrator's Guide]"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ./pages/configuring-xorg-as-default-gnome-session.adoc:60
|
||||
#: ./pages/configuring-xorg-as-default-gnome-session.adoc:57
|
||||
msgid "link:https://wayland.freedesktop.org/[Wayland @ freedesktop.org]"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2023-08-29 17:05+0000\n"
|
||||
"POT-Creation-Date: 2026-02-18 21:50+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -93,23 +93,3 @@ msgstr ""
|
|||
#, no-wrap
|
||||
msgid "sudo grubby --set-default /boot/vmlinuz-5.12.18-200.fc33.x86_64\n"
|
||||
msgstr ""
|
||||
|
||||
#. type: Title ===
|
||||
#: ./pages/kernel-booting.adoc:51
|
||||
#, no-wrap
|
||||
msgid "References:"
|
||||
msgstr ""
|
||||
|
||||
#. type: Labeled list
|
||||
#: ./pages/kernel-booting.adoc:53
|
||||
#, no-wrap
|
||||
msgid ""
|
||||
"* "
|
||||
"https://docs.fedoraproject.org/en-US/fedora/rawhide/system-administrators-guide/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader/[Fedora "
|
||||
"Rawhide Docs "
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ./pages/kernel-booting.adoc:53
|
||||
msgid "Working with the GRUB 2 Boot Loader]"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2024-04-24 22:13+0000\n"
|
||||
"POT-Creation-Date: 2026-02-18 21:50+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -203,10 +203,9 @@ msgstr ""
|
|||
msgid "sudo dnf install python3-dnf-plugin-rpmconf\n"
|
||||
msgstr ""
|
||||
|
||||
#. type: Title ==
|
||||
#. type: Title ===
|
||||
#: ./pages/securing-the-system-by-keeping-it-up-to-date.adoc:103
|
||||
#: ./pages/securing-the-system-by-keeping-it-up-to-date.adoc:175
|
||||
#: ./pages/securing-the-system-by-keeping-it-up-to-date.adoc:181
|
||||
#, no-wrap
|
||||
msgid "Additional Resources"
|
||||
msgstr ""
|
||||
|
|
@ -356,16 +355,8 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ./pages/securing-the-system-by-keeping-it-up-to-date.adoc:178
|
||||
#: ./pages/securing-the-system-by-keeping-it-up-to-date.adoc:177
|
||||
msgid ""
|
||||
"The https://dnf.readthedocs.io/en/latest/automatic.html[DNF Automatic] "
|
||||
"documentation"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ./pages/securing-the-system-by-keeping-it-up-to-date.adoc:184
|
||||
msgid ""
|
||||
"The "
|
||||
"xref:f{MAJOROSVER}@fedora:system-administrators-guide:package-management/DNF.adoc[DNF] "
|
||||
"chapter in the Fedora System Administrator's Guide"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2023-08-29 17:05+0000\n"
|
||||
"POT-Creation-Date: 2026-02-18 21:50+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -38,30 +38,27 @@ msgstr ""
|
|||
#: ./partialsdelete/2delete-proc_adding-repositories.adoc.delete.adoc:11
|
||||
msgid ""
|
||||
"Define a new repository by adding a new file with the `.repo` suffix to the "
|
||||
"[filename]`/etc/yum.repos.d/` directory. For details about various options "
|
||||
"to use in the `.repo` file, see the "
|
||||
"xref:f{MAJOROSVER}@fedora:system-administrators-guide:package-management/DNF.adoc#sec-Setting_repository_Options[Setting "
|
||||
"[repository\\] Options] section in the System Administrator's Guide"
|
||||
"[filename]`/etc/yum.repos.d/` directory."
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ./partialsdelete/2delete-proc_adding-repositories.adoc.delete.adoc:13
|
||||
#: ./partialsdelete/2delete-proc_adding-repositories.adoc.delete.adoc:12
|
||||
msgid "Add the newly created repository."
|
||||
msgstr ""
|
||||
|
||||
#. type: delimited block -
|
||||
#: ./partialsdelete/2delete-proc_adding-repositories.adoc.delete.adoc:17
|
||||
#: ./partialsdelete/2delete-proc_adding-repositories.adoc.delete.adoc:16
|
||||
#, no-wrap
|
||||
msgid "dnf config-manager --add-repo `*_repository_*`\n"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ./partialsdelete/2delete-proc_adding-repositories.adoc.delete.adoc:20
|
||||
#: ./partialsdelete/2delete-proc_adding-repositories.adoc.delete.adoc:19
|
||||
msgid "Where *_repository_* is the path to the created `.repo` file, for example:"
|
||||
msgstr ""
|
||||
|
||||
#. type: delimited block -
|
||||
#: ./partialsdelete/2delete-proc_adding-repositories.adoc.delete.adoc:23
|
||||
#: ./partialsdelete/2delete-proc_adding-repositories.adoc.delete.adoc:22
|
||||
#, no-wrap
|
||||
msgid "dnf config-manager --add-repo /etc/yum.repos.d/fedora_extras.repo\n"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2023-08-29 17:05+0000\n"
|
||||
"POT-Creation-Date: 2026-02-18 21:50+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -84,23 +84,3 @@ msgstr ""
|
|||
#, no-wrap
|
||||
msgid "sudo grubby --set-default /boot/vmlinuz-5.12.18-200.fc33.x86_64\n"
|
||||
msgstr ""
|
||||
|
||||
#. type: Title ===
|
||||
#: ./partialsdelete/2delete-proc_booting-specific-kernel-default.adoc:42
|
||||
#, no-wrap
|
||||
msgid "References:"
|
||||
msgstr ""
|
||||
|
||||
#. type: Labeled list
|
||||
#: ./partialsdelete/2delete-proc_booting-specific-kernel-default.adoc:44
|
||||
#, no-wrap
|
||||
msgid ""
|
||||
"* "
|
||||
"https://docs.fedoraproject.org/en-US/fedora/rawhide/system-administrators-guide/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader/[Fedora "
|
||||
"Rawhide Docs "
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ./partialsdelete/2delete-proc_booting-specific-kernel-default.adoc:44
|
||||
msgid "Working with the GRUB 2 Boot Loader]"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2023-08-29 17:05+0000\n"
|
||||
"POT-Creation-Date: 2026-02-18 21:50+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -147,32 +147,23 @@ msgstr ""
|
|||
|
||||
#. type: Plain text
|
||||
#: ./partialsdelete/proc_booting-fedora-on-a-raspberry-pi-for-the-first-time.adoc:59
|
||||
msgid ""
|
||||
"For information on configuring Fedora, including installing programs and "
|
||||
"updates, see: "
|
||||
"xref:f{MAJOROSVER}@fedora:system-administrators-guide:index.adoc[Fedora "
|
||||
"Docs: System Administrator’s Guide]"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ./partialsdelete/proc_booting-fedora-on-a-raspberry-pi-for-the-first-time.adoc:60
|
||||
msgid "For assistance or support, see:"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ./partialsdelete/proc_booting-fedora-on-a-raspberry-pi-for-the-first-time.adoc:61
|
||||
#: ./partialsdelete/proc_booting-fedora-on-a-raspberry-pi-for-the-first-time.adoc:60
|
||||
msgid "link:https://ask.fedoraproject.org/[Ask Fedora]"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ./partialsdelete/proc_booting-fedora-on-a-raspberry-pi-for-the-first-time.adoc:62
|
||||
#: ./partialsdelete/proc_booting-fedora-on-a-raspberry-pi-for-the-first-time.adoc:61
|
||||
msgid ""
|
||||
"link:https://lists.fedoraproject.org/admin/lists/arm%40lists.fedoraproject.org/[Fedora "
|
||||
"ARM mailing list]"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ./partialsdelete/proc_booting-fedora-on-a-raspberry-pi-for-the-first-time.adoc:62
|
||||
#: ./partialsdelete/proc_booting-fedora-on-a-raspberry-pi-for-the-first-time.adoc:61
|
||||
msgid ""
|
||||
"irc://irc.freenode.net/#fedora-arm[IRC via the #fedora-arm channel on "
|
||||
"Freenode]"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue