mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 04:41:14 -03:00
Merge pull request #11663
This commit is contained in:
3
po/de.po
3
po/de.po
@@ -31800,6 +31800,9 @@ msgstr ""
|
||||
msgid "Keep the backing chain relatively referenced"
|
||||
msgstr ""
|
||||
|
||||
msgid "Keep the base commit as-is"
|
||||
msgstr ""
|
||||
|
||||
msgid "Keep the commits that don't change anything"
|
||||
msgstr ""
|
||||
|
||||
|
||||
3
po/en.po
3
po/en.po
@@ -31796,6 +31796,9 @@ msgstr ""
|
||||
msgid "Keep the backing chain relatively referenced"
|
||||
msgstr ""
|
||||
|
||||
msgid "Keep the base commit as-is"
|
||||
msgstr ""
|
||||
|
||||
msgid "Keep the commits that don't change anything"
|
||||
msgstr ""
|
||||
|
||||
|
||||
3
po/fr.po
3
po/fr.po
@@ -31897,6 +31897,9 @@ msgstr ""
|
||||
msgid "Keep the backing chain relatively referenced"
|
||||
msgstr ""
|
||||
|
||||
msgid "Keep the base commit as-is"
|
||||
msgstr ""
|
||||
|
||||
msgid "Keep the commits that don't change anything"
|
||||
msgstr ""
|
||||
|
||||
|
||||
3
po/pl.po
3
po/pl.po
@@ -31792,6 +31792,9 @@ msgstr ""
|
||||
msgid "Keep the backing chain relatively referenced"
|
||||
msgstr ""
|
||||
|
||||
msgid "Keep the base commit as-is"
|
||||
msgstr ""
|
||||
|
||||
msgid "Keep the commits that don't change anything"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -31807,6 +31807,9 @@ msgstr ""
|
||||
msgid "Keep the backing chain relatively referenced"
|
||||
msgstr ""
|
||||
|
||||
msgid "Keep the base commit as-is"
|
||||
msgstr ""
|
||||
|
||||
msgid "Keep the commits that don't change anything"
|
||||
msgstr ""
|
||||
|
||||
|
||||
3
po/sv.po
3
po/sv.po
@@ -31795,6 +31795,9 @@ msgstr ""
|
||||
msgid "Keep the backing chain relatively referenced"
|
||||
msgstr ""
|
||||
|
||||
msgid "Keep the base commit as-is"
|
||||
msgstr ""
|
||||
|
||||
msgid "Keep the commits that don't change anything"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -31795,6 +31795,9 @@ msgstr "关闭文件后继续激活应用程序"
|
||||
msgid "Keep the backing chain relatively referenced"
|
||||
msgstr "保持支持链相对引用"
|
||||
|
||||
msgid "Keep the base commit as-is"
|
||||
msgstr ""
|
||||
|
||||
msgid "Keep the commits that don't change anything"
|
||||
msgstr "保持承诺不会改变任何事情"
|
||||
|
||||
|
||||
@@ -2023,8 +2023,9 @@ __fish_git_add_revision_completion -n '__fish_git_using_command rebase'
|
||||
complete -f -c git -n '__fish_git_using_command rebase' -n __fish_git_is_rebasing -l continue -d 'Restart the rebasing process'
|
||||
complete -f -c git -n '__fish_git_using_command rebase' -n __fish_git_is_rebasing -l abort -d 'Abort the rebase operation'
|
||||
complete -f -c git -n '__fish_git_using_command rebase' -n __fish_git_is_rebasing -l edit-todo -d 'Edit the todo list'
|
||||
complete -f -c git -n '__fish_git_using_command rebase' -l keep-empty -d "Keep the commits that don't change anything"
|
||||
complete -f -c git -n '__fish_git_using_command rebase' -n __fish_git_is_rebasing -l skip -d 'Restart the rebasing process by skipping the current patch'
|
||||
complete -f -c git -n '__fish_git_using_command rebase' -l keep-empty -d "Keep the commits that don't change anything"
|
||||
complete -f -c git -n '__fish_git_using_command rebase' -l keep-base -d 'Keep the base commit as-is'
|
||||
complete -f -c git -n '__fish_git_using_command rebase' -s m -l merge -d 'Use merging strategies to rebase'
|
||||
complete -f -c git -n '__fish_git_using_command rebase' -s q -l quiet -d 'Be quiet'
|
||||
complete -f -c git -n '__fish_git_using_command rebase' -s v -l verbose -d 'Be verbose'
|
||||
|
||||
Reference in New Issue
Block a user