Skip to content

Commit

Permalink
Updated strings from microsoft/vscode-loc-drop@ddda9b3 (#1684)
Browse files Browse the repository at this point in the history
Co-authored-by: vscode <[email protected]>
  • Loading branch information
azure-pipelines[bot] and vscode authored Aug 17, 2024
1 parent c068551 commit d469b5e
Show file tree
Hide file tree
Showing 56 changed files with 2,755 additions and 1,439 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,13 @@
"Copy & Continue to GitHub": "Kopírovat a pokračovat na GitHub",
"GitHub Enterprise Server URI is not a valid URI: {0}": "Identifikátor URI serveru GitHub Enterprise není platný identifikátor URI: {0}",
"Having trouble logging in? Would you like to try a different way? ({0})": "Máte potíže s přihlášením? Chcete zkusit jiný způsob? ({0})",
"Incorrect account detected": "Byl zjištěn nesprávný účet.",
"Keep {0}": "Zachovat {0}",
"Login with {0}": "Přihlásit se pomocí {0}",
"No": "Ne",
"Open [{0}]({0}) in a new tab and paste your one-time code: {1}/The [{0}]({0}) will be a url and the {1} will be a code, e.g. 123-456{Locked=\"[{0}]({0})\"}": "Otevřete [{0}]({0}) na nové kartě a vložte svůj jednorázový kód: {1}",
"Please reload the window to apply the new setting.": "Pokud chcete použít nové nastavení, načtěte prosím okno znovu.",
"Reload Window": "Znovu načíst okno",
"Sign in failed: {0}": "Přihlášení se nezdařilo: {0}",
"Sign out failed: {0}": "Odhlášení se nezdařilo: {0}",
"Signing in to {0}.../The {0} will be a url, e.g. github.com": "Přihlašujete se k {0}...",
"The chosen account, {0}, does not match the requested account, {1}.": "Zvolený účet ({0}) neodpovídá požadovanému účtu ({1}).",
"To finish authenticating, navigate to GitHub and paste in the above one-time code.": "Ověřování dokončíte tak, že přejdete na GitHub a vložíte výše uvedený jednorázový kód.",
"To finish authenticating, navigate to GitHub to create a PAT then paste the PAT into the input box.": "Pokud chcete dokončit ověřování, přejděte na GitHub, vytvořte PAT a vložte ho do vstupního pole.",
"Yes": "Ano",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,19 @@
"contents": {
"bundle": {
"Error validating custom environment setting: {0}": "Chyba při ověřování vlastního nastavení prostředí: {0}",
"Having trouble logging in?": "Having trouble logging in?",
"Microsoft Account configuration has been changed.": "Microsoft Account configuration has been changed.",
"Microsoft Authentication": "Ověřování společnosti Microsoft",
"Microsoft Sovereign Cloud Authentication": "Ověřování pro Microsoft Sovereign Cloud",
"Open settings": "Otevřít nastavení",
"Paste authorization code here...": "Sem vložte autorizační kód...",
"Provide the authorization code to complete the sign in flow.": "Pokud chcete dokončit tok přihlášení, zadejte autorizační kód.",
"Reload": "Reload",
"Signing in to Microsoft...": "Signing in to Microsoft...",
"Signing in to your account...": "Přihlašování k vašemu účtu...",
"The environment `{0}` is not a valid environment.": "Prostředí {0} není platné prostředí.",
"Would you like to try a different way to sign in to your Microsoft account? ({0})": "Would you like to try a different way to sign in to your Microsoft account? ({0})",
"Yes": "Yes",
"You have been signed out because reading stored authentication information failed.": "Byli jste odhlášeni, protože se nepovedlo načíst uložené ověřovací informace.",
"You must also specify a custom environment in order to use the custom environment auth provider.": "Pokud chcete použít vlastního zprostředkovatele ověřování prostředí, musíte zadat i vlastní prostředí."
},
Expand All @@ -35,7 +41,8 @@
"microsoft-sovereign-cloud.environment.enumDescriptions.AzureUSGovernment": "Azure pro vládu USA",
"microsoft-sovereign-cloud.environment.enumDescriptions.custom": "Vlastní suverénní cloud Microsoftu",
"signIn": "Přihlásit se",
"signOut": "Odhlásit se"
"signOut": "Odhlásit se",
"useMsal.description": "Use the Microsoft Authentication Library (MSAL) to sign in with a Microsoft account."
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@
"javascript.format.enable": "Umožňuje povolit nebo zakázat výchozí formátovací modul JavaScriptu.",
"javascript.goToProjectConfig.title": "Přejít na konfiguraci projektu (jsconfig / tsconfig)",
"javascript.preferences.jsxAttributeCompletionStyle.auto": "V závislosti na typu vlastnosti vložte za názvy atributů ={} nebo =\"\" . Pokud chcete řídit typy uvozovek používaných u atributů řetězců, podívejte se na javascript.preferences.quoteStyle.",
"javascript.preferences.organizeImports": "Advanced preferences that control how imports are ordered. Presets are available in `#javascript.preferences.organizeImports.presets#`",
"javascript.referencesCodeLens.enabled": "Umožňuje povolit nebo zakázat odkazy CodeLens v souborech JavaScriptu.",
"javascript.referencesCodeLens.showOnAllFunctions": "Umožňuje povolit nebo zakázat odkazy CodeLens pro všechny funkce v souborech JavaScriptu.",
"javascript.suggestionActions.enabled": "Umožňuje povolit nebo zakázat diagnostiku návrhů pro soubory JavaScriptu v editoru.",
Expand Down Expand Up @@ -286,6 +287,20 @@
"typescript.preferences.jsxAttributeCompletionStyle.auto": "V závislosti na typu vlastnosti vložte za názvy atributů ={} nebo =\"\" . Pokud chcete řídit typy uvozovek používaných u atributů řetězců, podívejte se na typescript.preferences.quoteStyle.",
"typescript.preferences.jsxAttributeCompletionStyle.braces": "Vložte „={}“ za názvy atributů.",
"typescript.preferences.jsxAttributeCompletionStyle.none": "Vkládejte pouze názvy atributů.",
"typescript.preferences.organizeImports": "Advanced preferences that control how imports are ordered. Presets are available in `#typescript.preferences.organizeImports.presets#`",
"typescript.preferences.organizeImports.accentCollation": "Compare characters with diacritical marks as unequal to base character",
"typescript.preferences.organizeImports.caseFirst": "Indicates whether upper-case comes before lower-case. Only applies to `organizeImportsCollation: 'unicode'`",
"typescript.preferences.organizeImports.caseSensitivity.auto": "Detect case-sensitivity for import sorting",
"typescript.preferences.organizeImports.caseSensitivity.insensitive": "Sort imports case-insensitively",
"typescript.preferences.organizeImports.caseSensitivity.sensitive": "Sort imports case-sensitively",
"typescript.preferences.organizeImports.locale": "Overrides the locale used for collation. Specify `auto` to use the UI locale. Only applies to `organizeImportsCollation: 'unicode'`",
"typescript.preferences.organizeImports.numericCollation": "Sort numeric strings by integer value",
"typescript.preferences.organizeImports.typeOrder.auto": "Detect where type-only named imports should be sorted",
"typescript.preferences.organizeImports.typeOrder.first": "Type only named imports are sorted to the end of the import list",
"typescript.preferences.organizeImports.typeOrder.inline": "Named imports are sorted by name only",
"typescript.preferences.organizeImports.typeOrder.last": "Type only named imports are sorted to the end of the import list",
"typescript.preferences.organizeImports.unicodeCollation.ordinal": "Sort imports using the numeric value of each code point",
"typescript.preferences.organizeImports.unicodeCollation.unicode": "Sort imports using the Unicode code collation",
"typescript.preferences.preferTypeOnlyAutoImports": "Pokud je to možné, zahrnout klíčové slovo type do automatických importů Vyžaduje v pracovním prostoru použití TypeScriptu 5.3+.",
"typescript.preferences.quoteStyle": "Upřednostňovaný styl uvozovek, který se má použít pro rychlé opravy.",
"typescript.preferences.quoteStyle.auto": "Odvodit typ uvozovek z existujícího kódu",
Expand Down
Loading

0 comments on commit d469b5e

Please sign in to comment.