Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated strings from microsoft/vscode-loc-drop@8c10cace66e61cb3a8219331667cc29cf69351ac #1657

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions i18n/vscode-language-pack-cs/translations/main.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -6622,7 +6622,7 @@
"multiSessionDebug": "True, když existuje více než 1 aktivní ladicí relace",
"multiSessionRepl": "True, když existuje více než 1 konzola ladění",
"restartFrameSupported": "True, když relace s fokusem podporuje požadavky restartFrame",
"stackFrameSupportsRestart": "True, když blok zásobníku s fokusem podporuje restartFrame",
"stackFrameSupportsRestart": "True when the focused stack frame supports 'restartFrame'.",
"stepBackSupported": "True, když relace s fokusem podporuje požadavky stepBack",
"stepIntoTargetsSupported": "True, když relace s fokusem podporuje požadavek stepIntoTargets",
"suspendDebuggeeSupported": "Má hodnotu true, pokud relace s fokusem podporuje funkci pozastavení laděného procesu.",
Expand All @@ -6635,9 +6635,9 @@
"variableName": "Název proměnné, který je k dispozici pro klauzule vizualizace ladění",
"variableType": "Typ proměnné, který je k dispozici pro klauzule vizualizace ladění",
"variableValue": "Hodnota proměnné, která je k dispozici pro klauzule vizualizace ladění",
"variablesFocused": "True, když má zobrazení PROMĚNNÉ fokus, jinak false",
"variablesFocused": "True when the VARIABLES views is focused, false otherwise",
"watchExpressionsExist": "True, když existuje alespoň jeden výraz kukátka, jinak false",
"watchExpressionsFocused": "True, když má zobrazení KUKÁTKO fokus, jinak false",
"watchExpressionsFocused": "True when the WATCH view is focused, false otherwise.",
"watchItemType": "Představuje typ položky elementu s fokusem v zobrazení KUKÁTKO. Příklad: expression, variable"
},
"vs/workbench/contrib/debug/common/debugContentProvider": {
Expand Down
6 changes: 3 additions & 3 deletions i18n/vscode-language-pack-de/translations/main.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -6622,7 +6622,7 @@
"multiSessionDebug": "TRUE, wenn mehrere aktive Debugsitzungen vorhanden sind.",
"multiSessionRepl": "TRUE, wenn mehrere Debugging-Konsolen vorhanden sind.",
"restartFrameSupported": "TRUE, wenn die Sitzung mit dem Fokus restartFrame-Anforderungen unterstützt.",
"stackFrameSupportsRestart": "TRUE, wenn der Stapelrahmen mit dem Fokus \"restartFrame\" unterstützt.",
"stackFrameSupportsRestart": "True when the focused stack frame supports 'restartFrame'.",
"stepBackSupported": "TRUE, wenn die Sitzung mit dem Fokus stepBack-Anforderungen unterstützt.",
"stepIntoTargetsSupported": "TRUE, wenn die Sitzung mit dem Fokus die Anforderung \"stepIntoTargets\" unterstützt.",
"suspendDebuggeeSupported": "True, wenn die fokussierte Sitzung die Suspend-Debuggee-Funktion unterstützt.",
Expand All @@ -6635,9 +6635,9 @@
"variableName": "Name der Variablen, die für Debugvisualisierungsklauseln vorhanden ist.",
"variableType": "Typ der Variablen, die für Debugvisualisierungsklauseln vorhanden ist.",
"variableValue": "Wert der Variablen, die für Debugvisualisierungsklauseln vorhanden ist.",
"variablesFocused": "TRUE, wenn der Fokus auf den Ansichten VARIABLES liegt, andernfalls FALSE.",
"variablesFocused": "True when the VARIABLES views is focused, false otherwise",
"watchExpressionsExist": "TRUE, wenn mindestens ein Überwachungsausdruck vorhanden ist, andernfalls FALSE.",
"watchExpressionsFocused": "TRUE, wenn der Fokus auf der Ansicht WATCH liegt, andernfalls FALSE.",
"watchExpressionsFocused": "True when the WATCH view is focused, false otherwise.",
"watchItemType": "Repräsentiert den Elementtyp des Elements mit dem Fokus in der WATCH-Ansicht. Beispiele: \"expression\", \"variable\""
},
"vs/workbench/contrib/debug/common/debugContentProvider": {
Expand Down
6 changes: 3 additions & 3 deletions i18n/vscode-language-pack-es/translations/main.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -6622,7 +6622,7 @@
"multiSessionDebug": "Es true cuando hay más de una sesión de depuración activa.",
"multiSessionRepl": "Es true cuando hay más de una consola de depuración.",
"restartFrameSupported": "Es true cuando la sesión con foco admite solicitudes \"restartFrame\".",
"stackFrameSupportsRestart": "Es true cuando el marco de pila con foco admite \"restartFrame\".",
"stackFrameSupportsRestart": "True when the focused stack frame supports 'restartFrame'.",
"stepBackSupported": "Es true cuando la sesión con foco admite solicitudes \"stepBack\".",
"stepIntoTargetsSupported": "Es true cuando la sesión con foco admite la solicitud \"stepIntoTargets\".",
"suspendDebuggeeSupported": "True cuando la sesión centrada admite la funcionalidad de depuración de suspensión.",
Expand All @@ -6635,9 +6635,9 @@
"variableName": "Nombre de la variable, presente para las cláusulas de visualización de depuración.",
"variableType": "Tipo de la variable, presente para las cláusulas de visualización de depuración.",
"variableValue": "Valor de la variable, presente para las cláusulas de visualización de depuración.",
"variablesFocused": "Es true cuando las vistas de VARIABLES tienen el foco; de lo contrario, es false.",
"variablesFocused": "True when the VARIABLES views is focused, false otherwise",
"watchExpressionsExist": "Es true cuando existe al menos una expresión de inspección; de lo contrario, es false.",
"watchExpressionsFocused": "Es true cuando la vista de INSPECCIÓN tiene el foco; de lo contrario, es false.",
"watchExpressionsFocused": "True when the WATCH view is focused, false otherwise.",
"watchItemType": "Representa el tipo del elemento con foco en la vista INSPECCIÓN. Por ejemplo: \"expression\", \"variable\""
},
"vs/workbench/contrib/debug/common/debugContentProvider": {
Expand Down
Loading
Loading