You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: po/documentation.de.po
+6-6
Original file line number
Diff line number
Diff line change
@@ -11458,9 +11458,9 @@ msgstr ""
11458
11458
msgid "Note that this will create the new branch, but it will not switch the working tree to it; use \"git switch <newbranch>\" to switch to the new branch."
11459
11459
msgstr "Beachten Sie, dass dies einen neuen Branch anlegt, aber der aktuelle Arbeitsbereich nicht auf diesen umgeschaltet wird. Dies kann mit \"git switch <Neuer-Zweig>\" erreicht werden."
msgid "When a local branch is started off a remote-tracking branch, Git sets up the branch (specifically the `branch.<name>.remote` and `branch.<name>.merge` configuration entries) so that 'git pull' will appropriately merge from the remote-tracking branch. This behavior may be changed via the global `branch.autoSetupMerge` configuration flag. That setting can be overridden by using the `--track` and `--no-track` options, and changed later using `git branch --set-upstream-to`."
msgid "However, your \"wrong\" branch and correct `mytopic` branch may differ in files that you have modified locally, in which case the above checkout would fail like this:"
15141
15141
msgstr "Der \"falsche\" Branch und der korrekte Branch \"mytopic\" können sich in lokal geänderten Dateien unterscheiden, was daz führt, dass der obige Checkout folgendermaßen fehlschlägt:"
15142
15142
15143
+
#. type: delimited block -
15143
15144
# git-checkout.txt is not up to date. The fuzzy msgid is the message prior to
15144
15145
# 142183d0 2010-07-09 "checkout: accord documentation to what git does", the
15145
15146
# msgid is the message in the documentation afterwards.
@@ -15149,7 +15150,6 @@ msgstr "Der \"falsche\" Branch und der korrekte Branch \"mytopic\" können sich
15149
15150
# The current message is "Your local changes to the following files would be
15150
15151
# overwritten by merge:\n%%s" as of 2e3926b9 2016-05-13 "i18n: unpack-trees:
15151
15152
# avoid substituting only a verb in sentences"
15152
-
#. type: delimited block -
15153
15153
#: en/git-checkout.txt:576
15154
15154
#, fuzzy, no-wrap, priority:240
15155
15155
msgid ""
@@ -18268,8 +18268,8 @@ msgstr "Einer Option können mehrere Zeilen hinzugefügt werden, indem Sie die O
18268
18268
msgid "The `--type=<type>` option instructs 'git config' to ensure that incoming and outgoing values are canonicalize-able under the given <type>. If no `--type=<type>` is given, no canonicalization will be performed. Callers may unset an existing `--type` specifier with `--no-type`."
18269
18269
msgstr "Die Option `--type=<Typ>` veranlasst 'git config' zu überprüfen, ob ein- und ausgehende Werte unter den angegebenen <Typ> zulässig sind. Wenn kein `--type=<Typ>` angegeben ist, wird keine Kanonisierung durchgeführt. Benutzer können einen bestehenden `--type` Bezeichner mit `--no-type` aufheben."
msgid "When reading, the values are read from the system, global and repository local configuration files by default, and options `--system`, `--global`, `--local`, `--worktree` and `--file <filename>` can be used to tell the command to read from only that location (see <<FILES>>)."
@@ -38701,8 +38701,8 @@ msgstr "Die Bereitstellung wird nach erfolgreichem Beenden aktualisiert, die Än
38701
38701
msgid "Force renaming or moving of a file even if the <destination> exists."
38702
38702
msgstr "Erzwinge Umbenennen oder Verschieben einer Datei, selbst wenn das Ziel bereits existiert"
38703
38703
38704
-
# ERROR: `-f` not found in translation
38705
38704
#. type: Plain text
38705
+
# ERROR: `-f` not found in translation
38706
38706
#: en/git-mv.txt:39
38707
38707
#, fuzzy, placeholders:'`-f`', priority:280
38708
38708
msgid "Skip move or rename actions which would lead to an error condition. An error happens when a source is neither existing nor controlled by Git, or when it would overwrite an existing file unless `-f` is given."
@@ -56995,8 +56995,8 @@ msgstr "-F <Datei>"
56995
56995
msgid "--file=<filename>"
56996
56996
msgstr "--file=<Datei>"
56997
56997
56998
-
# ERROR: --edit not found in translation
56999
56998
#. type: Plain text
56999
+
# ERROR: --edit not found in translation
57000
57000
#: en/git-svn.txt:477
57001
57001
#, fuzzy, placeholders:'`--edit`', priority:100
57002
57002
msgid "Take the commit message from the given file. This option disables the `--edit` option."
msgid "If this variable is set to a path, non-worktree files that are normally in $GIT_DIR will be taken from this path instead. Worktree-specific files such as HEAD or index are taken from $GIT_DIR. See linkgit:gitrepository-layout[5] and linkgit:git-worktree[1] for details. This variable has lower precedence than other path variables such as GIT_INDEX_FILE, GIT_OBJECT_DIRECTORY..."
0 commit comments