Skip to content

Commit

Permalink
Updated strings from microsoft/vscode-loc-drop@e18a7cd (#1403)
Browse files Browse the repository at this point in the history
Co-authored-by: vscode <vscode@microsoft.com>
  • Loading branch information
azure-pipelines[bot] and vscode committed Jun 22, 2023
1 parent beddf7c commit c41fd34
Show file tree
Hide file tree
Showing 42 changed files with 854 additions and 378 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"contents": {
"bundle": {
"Checkout on vscode.dev": "Podívejte se na vscode.dev",
"Commit Changes": "Commit Changes",
"Copy Anyway": "Copy Anyway",
"Copy vscode.dev Link": "Kopírovat odkaz vscode.dev",
"Create Fork": "Vytvořit fork",
"Create GitHub fork": "Vytvořit fork GitHubu",
Expand All @@ -24,13 +26,18 @@
"Open PR": "Otevřít žádost o přijetí změn",
"Open on GitHub": "Otevřít v GitHubu",
"Pick a folder to publish to GitHub": "Vyberte složku, která se má publikovat do GitHubu.",
"Publish Branch": "Publish Branch",
"Publishing to a private GitHub repository": "Probíhá publikování do privátního úložiště GitHubu.",
"Publishing to a public GitHub repository": "Probíhá publikování do veřejného úložiště GitHubu.",
"Push Commits": "Push Commits",
"Pushing changes...": "Probíhá nasdílení změn...",
"Select the Pull Request template": "Vyberte šablonu žádosti o přijetí změn.",
"Select which files should be included in the repository.": "Vyberte soubory, které by měly být zahrnuty do úložiště.",
"Successfully published the \"{0}\" repository to GitHub.": "Úložiště {0} se úspěšně publikovalo do GitHubu.",
"The PR \"{0}/{1}#{2}\" was successfully created on GitHub.": "Žádost o přijetí změn {0}/{1}#{2} byla úspěšně vytvořena na GitHubu.",
"The current branch has unpublished commits. Would you like to push your commits before copying a link?": "The current branch has unpublished commits. Would you like to push your commits before copying a link?",
"The current branch is not published to the remote. Would you like to publish your branch before copying a link?": "The current branch is not published to the remote. Would you like to publish your branch before copying a link?",
"The current file has uncommitted changes. Please commit your changes before copying a link.": "The current file has uncommitted changes. Please commit your changes before copying a link.",
"The fork \"{0}\" was successfully created on GitHub.": "Fork {0} se úspěšně vytvořil na GitHubu.",
"Uploading files": "Nahrávají se soubory.",
"You don\\'t have permissions to push to \"{0}/{1}\" on GitHub. Would you like to create a fork and push to it instead?": "Nemáte oprávnění k nasdílení změn na „{0}/{1}“ na GitHubu. Chcete místo toho vytvořit fork a nasdílet změny do něj?",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
"customEditor.imagePreview.displayName": "Náhled obrázku",
"customEditor.videoPreview.displayName": "Náhled videa",
"description": "Poskytuje integrované náhledy VS Code pro obrázky, zvuk a video.",
"displayName": "Náhled multimédií"
"displayName": "Náhled multimédií",
"videoPreviewerAutoPlay": "Start playing videos on mute automatically.",
"videoPreviewerLoop": "Loop videos over again automatically."
}
}
}
77 changes: 51 additions & 26 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 @@ -10,6 +10,8 @@
"contents": {
"bundle": {
"Checkout on vscode.dev": "Auf vscode.dev auschecken",
"Commit Changes": "Commit Changes",
"Copy Anyway": "Copy Anyway",
"Copy vscode.dev Link": "Vscode.dev-Link kopieren",
"Create Fork": "Verzweigung erstellen",
"Create GitHub fork": "GitHub-Verzweigung erstellen",
Expand All @@ -24,13 +26,18 @@
"Open PR": "PR öffnen",
"Open on GitHub": "In GitHub öffnen",
"Pick a folder to publish to GitHub": "Wählen Sie einen Ordner für die Veröffentlichung in GitHub aus.",
"Publish Branch": "Publish Branch",
"Publishing to a private GitHub repository": "Veröffentlichung in privatem GitHub-Repository",
"Publishing to a public GitHub repository": "Veröffentlichung in öffentlichem GitHub-Repository",
"Push Commits": "Push Commits",
"Pushing changes...": "Änderungen pushen...",
"Select the Pull Request template": "Pull Requestvorlage auswählen",
"Select which files should be included in the repository.": "Wählen Sie aus, welche Dateien in das Repository eingeschlossen werden sollen.",
"Successfully published the \"{0}\" repository to GitHub.": "Das Repository \"{0}\" wurde erfolgreich in GitHub veröffentlicht.",
"The PR \"{0}/{1}#{2}\" was successfully created on GitHub.": "Der Pull Request \"{0}/{1}#{2}\" wurde erfolgreich in GitHub erstellt.",
"The current branch has unpublished commits. Would you like to push your commits before copying a link?": "The current branch has unpublished commits. Would you like to push your commits before copying a link?",
"The current branch is not published to the remote. Would you like to publish your branch before copying a link?": "The current branch is not published to the remote. Would you like to publish your branch before copying a link?",
"The current file has uncommitted changes. Please commit your changes before copying a link.": "The current file has uncommitted changes. Please commit your changes before copying a link.",
"The fork \"{0}\" was successfully created on GitHub.": "Die Verzweigung \"{0}\" wurde erfolgreich in GitHub erstellt.",
"Uploading files": "Dateien werden hochgeladen.",
"You don\\'t have permissions to push to \"{0}/{1}\" on GitHub. Would you like to create a fork and push to it instead?": "Sie sind nicht berechtigt, bei GitHub auf „{0}/{1}“ zu pushen. Möchten Sie eine Kopie erstellen und stattdessen dorthin pushen?",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
"customEditor.imagePreview.displayName": "Bildvorschau",
"customEditor.videoPreview.displayName": "Videovorschau",
"description": "Stellt die integrierten Vorschauversionen von VS Code für Bilder, Audio und Video bereit.",
"displayName": "Medienvorschau"
"displayName": "Medienvorschau",
"videoPreviewerAutoPlay": "Start playing videos on mute automatically.",
"videoPreviewerLoop": "Loop videos over again automatically."
}
}
}
Loading

0 comments on commit c41fd34

Please sign in to comment.