mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 18:11:13 -03:00
Merge pull request #11781
This commit is contained in:
6
po/de.po
6
po/de.po
@@ -7630,6 +7630,12 @@ msgstr ""
|
||||
msgid "Boolean as the value for the given key"
|
||||
msgstr ""
|
||||
|
||||
msgid "Boot into a specific boot loader entry on next boot"
|
||||
msgstr ""
|
||||
|
||||
msgid "Boot into boot loader menu on next boot"
|
||||
msgstr ""
|
||||
|
||||
msgid "Boot manager display label (Default: Linux)"
|
||||
msgstr ""
|
||||
|
||||
|
||||
6
po/en.po
6
po/en.po
@@ -7626,6 +7626,12 @@ msgstr ""
|
||||
msgid "Boolean as the value for the given key"
|
||||
msgstr ""
|
||||
|
||||
msgid "Boot into a specific boot loader entry on next boot"
|
||||
msgstr ""
|
||||
|
||||
msgid "Boot into boot loader menu on next boot"
|
||||
msgstr ""
|
||||
|
||||
msgid "Boot manager display label (Default: Linux)"
|
||||
msgstr ""
|
||||
|
||||
|
||||
6
po/fr.po
6
po/fr.po
@@ -7727,6 +7727,12 @@ msgstr ""
|
||||
msgid "Boolean as the value for the given key"
|
||||
msgstr ""
|
||||
|
||||
msgid "Boot into a specific boot loader entry on next boot"
|
||||
msgstr ""
|
||||
|
||||
msgid "Boot into boot loader menu on next boot"
|
||||
msgstr ""
|
||||
|
||||
msgid "Boot manager display label (Default: Linux)"
|
||||
msgstr ""
|
||||
|
||||
|
||||
6
po/pl.po
6
po/pl.po
@@ -7622,6 +7622,12 @@ msgstr ""
|
||||
msgid "Boolean as the value for the given key"
|
||||
msgstr ""
|
||||
|
||||
msgid "Boot into a specific boot loader entry on next boot"
|
||||
msgstr ""
|
||||
|
||||
msgid "Boot into boot loader menu on next boot"
|
||||
msgstr ""
|
||||
|
||||
msgid "Boot manager display label (Default: Linux)"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -7627,6 +7627,12 @@ msgstr ""
|
||||
msgid "Boolean as the value for the given key"
|
||||
msgstr ""
|
||||
|
||||
msgid "Boot into a specific boot loader entry on next boot"
|
||||
msgstr ""
|
||||
|
||||
msgid "Boot into boot loader menu on next boot"
|
||||
msgstr ""
|
||||
|
||||
msgid "Boot manager display label (Default: Linux)"
|
||||
msgstr ""
|
||||
|
||||
|
||||
6
po/sv.po
6
po/sv.po
@@ -7625,6 +7625,12 @@ msgstr ""
|
||||
msgid "Boolean as the value for the given key"
|
||||
msgstr ""
|
||||
|
||||
msgid "Boot into a specific boot loader entry on next boot"
|
||||
msgstr ""
|
||||
|
||||
msgid "Boot into boot loader menu on next boot"
|
||||
msgstr ""
|
||||
|
||||
msgid "Boot manager display label (Default: Linux)"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -7625,6 +7625,12 @@ msgstr "粗体字体"
|
||||
msgid "Boolean as the value for the given key"
|
||||
msgstr "布尔为给定密钥的值"
|
||||
|
||||
msgid "Boot into a specific boot loader entry on next boot"
|
||||
msgstr ""
|
||||
|
||||
msgid "Boot into boot loader menu on next boot"
|
||||
msgstr ""
|
||||
|
||||
msgid "Boot manager display label (Default: Linux)"
|
||||
msgstr "Boot 管理器显示标签( 默认: Linux)"
|
||||
|
||||
|
||||
@@ -94,3 +94,9 @@ if test $systemd_version -gt 219 2>/dev/null
|
||||
complete -f -c systemctl -l now -n "__fish_seen_subcommand_from enable" -d "Also start unit"
|
||||
complete -f -c systemctl -l now -n "__fish_seen_subcommand_from disable mask" -d "Also stop unit"
|
||||
end
|
||||
|
||||
# New options since systemd 242
|
||||
if test $systemd_version -ge 242 2>/dev/null
|
||||
complete -x -c systemctl -l boot-loader-entry -n "__fish_seen_subcommand_from halt poweroff reboot" -d "Boot into a specific boot loader entry on next boot" -a "(systemctl --boot-loader-entry=help --no-legend --no-pager 2>/dev/null)"
|
||||
complete -x -c systemctl -l boot-loader-menu -n "__fish_seen_subcommand_from halt poweroff reboot" -d "Boot into boot loader menu on next boot"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user