Skip to content

Commit

Permalink
Updated strings from microsoft/vscode-loc-drop@fc3fbf9 (#1686)
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 20, 2024
1 parent d469b5e commit f513af0
Show file tree
Hide file tree
Showing 35 changed files with 2,447 additions and 1,971 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +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.",
"Having trouble logging in?": "Máte potíže s přihlášením?",
"Microsoft Account configuration has been changed.": "Konfigurace účtu Microsoft se změnila.",
"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...",
"Reload": "Načíst znovu",
"Signing in to Microsoft...": "Přihlašování k účtu 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",
"Would you like to try a different way to sign in to your Microsoft account? ({0})": "Chcete vyzkoušet jiný způsob přihlášení k účtu Microsoft? ({0})",
"Yes": "Ano",
"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 @@ -42,7 +42,7 @@
"microsoft-sovereign-cloud.environment.enumDescriptions.custom": "Vlastní suverénní cloud Microsoftu",
"signIn": "Přihlásit se",
"signOut": "Odhlásit se",
"useMsal.description": "Use the Microsoft Authentication Library (MSAL) to sign in with a Microsoft account."
"useMsal.description": "Přihlaste se k účtu Microsoft pomocí knihovny MSAL (Microsoft Authentication Library)."
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +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.preferences.organizeImports": "Upřesňující předvolby, které řídí způsob řazení importů Předvolby jsou k dispozici tady: #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 @@ -287,20 +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.organizeImports": "Upřesňující předvolby, které řídí způsob řazení importů Předvolby jsou k dispozici tady: #typescript.preferences.organizeImports.presets#",
"typescript.preferences.organizeImports.accentCollation": "Při porovnávání vyhodnocovat znaky s diakritickými znaménky jako nerovnocenné se základním znakem",
"typescript.preferences.organizeImports.caseFirst": "Určuje, jestli mají být velká písmena před malými. Platí jenom pro organizeImportsCollation: 'unicode'.",
"typescript.preferences.organizeImports.caseSensitivity.auto": "Rozlišovat malá a velká písmena pro řazení importů",
"typescript.preferences.organizeImports.caseSensitivity.insensitive": "Řadit importy s rozlišováním malých a velkých písmen",
"typescript.preferences.organizeImports.caseSensitivity.sensitive": "Řadit importy s rozlišováním malých a velkých písmen",
"typescript.preferences.organizeImports.locale": "Přepíše národní prostředí používané pro kolaci. Pokud chcete použít národní prostředí uživatelského rozhraní, zadejte hodnotu auto. Platí jenom pro organizeImportsCollation: 'unicode'.",
"typescript.preferences.organizeImports.numericCollation": "Seřadit číselné řetězce podle celočíselné hodnoty",
"typescript.preferences.organizeImports.typeOrder.auto": "Zjišťovat, kde by se měly řadit pojmenované importy pouze s importem informací o typu",
"typescript.preferences.organizeImports.typeOrder.first": "Pojmenované importy pouze s importem informací o typu jsou řazeny až na konec seznamu importů",
"typescript.preferences.organizeImports.typeOrder.inline": "Pojmenované importy se řadí pouze podle názvu",
"typescript.preferences.organizeImports.typeOrder.last": "Pojmenované importy pouze s importem informací o typu jsou řazeny až na konec seznamu importů",
"typescript.preferences.organizeImports.unicodeCollation.ordinal": "Seřadí importy pomocí číselné hodnoty každého bodu kódu.",
"typescript.preferences.organizeImports.unicodeCollation.unicode": "Řadit importy pomocí kolace kódu Unicode",
"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 f513af0

Please sign in to comment.