Skip to content

Commit

Permalink
Updated strings from microsoft/vscode-loc-drop@3181a0729c37c14ef2fd52…
Browse files Browse the repository at this point in the history
…190529d30a4db7216a
  • Loading branch information
vscode committed Apr 26, 2024
1 parent 2d2c7c4 commit 73ee3f5
Show file tree
Hide file tree
Showing 28 changed files with 744 additions and 324 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,10 @@
"The git repository in the current folder is potentially unsafe as the folder is owned by someone other than the current user.": "Úložiště Git v aktuální složce je potenciálně nebezpečné, protože složku vlastní jiný uživatel než aktuální uživatel.",
"The last commit was a merge commit. Are you sure you want to undo it?": "Poslední potvrzení je potvrzení sloučení. Opravdu chcete akci vrátit zpět?",
"The new branch will be \"{0}\"": "Nová větev bude {0}",
"The repository does not have any changes.": "The repository does not have any changes.",
"The repository does not have any commits. Please make an initial commit before creating a stash.": "Úložiště nemá žádná potvrzení. Před vytvořením položky dočasného ukládání proveďte počáteční potvrzení.",
"The repository does not have any staged changes.": "The repository does not have any staged changes.",
"The repository does not have any untracked changes.": "The repository does not have any untracked changes.",
"The selection range does not contain any changes.": "Oblast výběru neobsahuje žádné změny.",
"There are known issues with the installed Git \"{0}\". Please update to Git >= 2.27 for the git features to work correctly.": "Nainstalovaný Git {0} má známé problémy. Aktualizujte si prosím Git na verzi >= 2.27, aby funkce Git fungovaly správně.",
"There are merge conflicts. Resolve them before committing.": "Došlo ke konfliktům sloučení. Před potvrzením je vyřešte.",
Expand Down
71 changes: 49 additions & 22 deletions i18n/vscode-language-pack-cs/translations/main.i18n.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,10 @@
"The git repository in the current folder is potentially unsafe as the folder is owned by someone other than the current user.": "Das Git-Repository im aktuellen Ordner ist potenziell unsicher, weil sich der Ordner im Besitz einer anderen Person als dem aktuellen Benutzer befindet.",
"The last commit was a merge commit. Are you sure you want to undo it?": "Der letzte Commit war ein Mergecommit. Möchten Sie den Vorgang wirklich rückgängig machen?",
"The new branch will be \"{0}\"": "Der neue Branch lautet \"{0}\".",
"The repository does not have any changes.": "The repository does not have any changes.",
"The repository does not have any commits. Please make an initial commit before creating a stash.": "Das Repository weist keine Commits auf. Führen Sie einen ersten Commit aus, bevor Sie einen Stash erstellen.",
"The repository does not have any staged changes.": "The repository does not have any staged changes.",
"The repository does not have any untracked changes.": "The repository does not have any untracked changes.",
"The selection range does not contain any changes.": "Der Auswahlbereich enthält keine Änderungen.",
"There are known issues with the installed Git \"{0}\". Please update to Git >= 2.27 for the git features to work correctly.": "Es gibt bekannte Probleme mit der installierten Git \"{0}\". Aktualisieren Sie auf Git >= 2.27, damit die Git-Features ordnungsgemäß funktionieren.",
"There are merge conflicts. Resolve them before committing.": "Es liegen Zusammenführungskonflikte vor. Beheben Sie die Konflikte vor dem Committen.",
Expand Down
71 changes: 49 additions & 22 deletions i18n/vscode-language-pack-de/translations/main.i18n.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,10 @@
"The git repository in the current folder is potentially unsafe as the folder is owned by someone other than the current user.": "El repositorio GIT de la carpeta actual es potencialmente inseguro, ya que la carpeta pertenece a alguien que no es el usuario actual.",
"The last commit was a merge commit. Are you sure you want to undo it?": "La última confirmación fue una confirmación de fusión mediante combinación. ¿Seguro que quiere deshacerla?",
"The new branch will be \"{0}\"": "La nueva rama será \"{0}\"",
"The repository does not have any changes.": "The repository does not have any changes.",
"The repository does not have any commits. Please make an initial commit before creating a stash.": "El repositorio no tiene ninguna confirmación. Realice una confirmación inicial antes de crear un almacenamiento provisional.",
"The repository does not have any staged changes.": "The repository does not have any staged changes.",
"The repository does not have any untracked changes.": "The repository does not have any untracked changes.",
"The selection range does not contain any changes.": "El intervalo de selección no contiene ningún cambio.",
"There are known issues with the installed Git \"{0}\". Please update to Git >= 2.27 for the git features to work correctly.": "La instancia \"{0}\" de Git instalada tiene problemas conocidos. Actualice a Git >= 2.27 para que las características funcionen correctamente.",
"There are merge conflicts. Resolve them before committing.": "Hay conflictos de fusión. Resuelvalos antes de confirmar.",
Expand Down
Loading

0 comments on commit 73ee3f5

Please sign in to comment.