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

Translation update for version 1.40.0 #12773

Merged
merged 1 commit into from
Jul 27, 2023
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
11 changes: 10 additions & 1 deletion packages/core/i18n/nls.cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@
"showPreviousTabInGroup": "Přepnutí na předchozí kartu ve skupině",
"toggleMaximized": "Přepínání Maximalizováno"
},
"enhancedPreview": "Určuje, zda se mají na vodorovných pásech karet zobrazovat další informace o kartě.",
"enhancedPreview": {
"classic": "Zobrazí jednoduchý náhled karty se základními informacemi.",
"enhanced": "Zobrazení rozšířeného náhledu karty s dalšími informacemi.",
"visual": "Zobrazení vizuálního náhledu karty."
},
"file": {
"browse": "Procházet"
},
Expand Down Expand Up @@ -79,6 +83,7 @@
"editor": {
"dirtyEncoding": "Soubor je znečištěný. Než jej znovu otevřete v jiném kódování, nejprve jej uložte.",
"editor.codeActionWidget.showHeaders": "Povolení/zakázání zobrazování záhlaví skupin v nabídce akcí kódu.",
"editor.experimental.pasteActions.enabled": "Povolení/zakázání spouštění úprav z rozšíření při vkládání.",
"editor.formatOnSaveMode.modificationsIfAvailable": "Pokusí se formátovat pouze změny (vyžaduje kontrolu zdrojů). Pokud nelze použít kontrolu zdrojů, bude formátován celý soubor.",
"editor.inlayHints.enabled1": "Vložené nápovědy se zobrazují ve výchozím nastavení a skrývají se při podržení `Ctrl+Alt`",
"editor.inlayHints.enabled2": "Vložené nápovědy jsou ve výchozím nastavení skryté a zobrazí se při podržení `Ctrl+Alt`.",
Expand Down Expand Up @@ -216,6 +221,7 @@
"offset-title": "Bajty pro odsazení paměti od {0}"
},
"editable": {
"apply": "Použít změny",
"clear": "Jasné změny"
},
"endianness": "Endianness",
Expand Down Expand Up @@ -323,6 +329,9 @@
"watchMode": "Spuštění sledovacího nástroje na vyvíjeném zásuvném modulu"
},
"plugin-ext": {
"authentication-main": {
"loginTitle": "Přihlášení"
},
"plugins": "Zásuvné moduly",
"webviewTrace": "Řídí sledování komunikace s webovými pohledy.",
"webviewWarnIfUnsecure": "Upozorňuje uživatele, že webové náhledy jsou v současné době nasazeny nezabezpečeně."
Expand Down
11 changes: 10 additions & 1 deletion packages/core/i18n/nls.de.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@
"showPreviousTabInGroup": "Zur vorherigen Registerkarte in der Gruppe wechseln",
"toggleMaximized": "Maximiert umschalten"
},
"enhancedPreview": "Steuert, ob weitere Informationen über die Registerkarte in horizontalen Registerkartenleisten angezeigt werden sollen.",
"enhancedPreview": {
"classic": "Zeigt eine einfache Vorschau der Registerkarte mit grundlegenden Informationen an.",
"enhanced": "Anzeige einer erweiterten Vorschau der Registerkarte mit zusätzlichen Informationen.",
"visual": "Zeigen Sie eine visuelle Vorschau der Registerkarte an."
},
"file": {
"browse": "Durchsuchen"
},
Expand Down Expand Up @@ -79,6 +83,7 @@
"editor": {
"dirtyEncoding": "Die Datei ist verschmutzt. Bitte speichern Sie sie zuerst, bevor Sie sie mit einer anderen Kodierung erneut öffnen.",
"editor.codeActionWidget.showHeaders": "Aktivieren/deaktivieren Sie die Anzeige von Gruppenkopfzeilen im Code-Aktionsmenü.",
"editor.experimental.pasteActions.enabled": "Aktivieren/deaktivieren Sie laufende Bearbeitungen von Erweiterungen beim Einfügen.",
"editor.formatOnSaveMode.modificationsIfAvailable": "Es wird versucht, nur Änderungen zu formatieren (erfordert Quellensicherung). Wenn die Versionskontrolle nicht verwendet werden kann, wird die gesamte Datei formatiert.",
"editor.inlayHints.enabled1": "Inlay-Hinweise werden standardmäßig angezeigt und bei gedrückter Tastenkombination \"Strg+Alt\" ausgeblendet",
"editor.inlayHints.enabled2": "Inlay-Hinweise sind standardmäßig ausgeblendet und werden angezeigt, wenn die Tastenkombination \"Strg+Alt\" gedrückt wird.",
Expand Down Expand Up @@ -216,6 +221,7 @@
"offset-title": "Bytes zum Versetzen des Speichers von {0}"
},
"editable": {
"apply": "Änderungen anwenden",
"clear": "Deutliche Änderungen"
},
"endianness": "Endianness",
Expand Down Expand Up @@ -323,6 +329,9 @@
"watchMode": "Watcher auf Plugin in Entwicklung ausführen"
},
"plugin-ext": {
"authentication-main": {
"loginTitle": "Anmeldung"
},
"plugins": "Plugins",
"webviewTrace": "Steuert die Kommunikationsverfolgung mit Webviews.",
"webviewWarnIfUnsecure": "Warnt Benutzer, dass Webviews derzeit unsicher eingesetzt werden."
Expand Down
11 changes: 10 additions & 1 deletion packages/core/i18n/nls.es.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@
"showPreviousTabInGroup": "Pasar a la pestaña anterior del grupo",
"toggleMaximized": "Alternar maximizado"
},
"enhancedPreview": "Controla si se debe mostrar más información sobre la pestaña en las barras de pestañas horizontales.",
"enhancedPreview": {
"classic": "Muestra una vista previa sencilla de la ficha con información básica.",
"enhanced": "Mostrar una vista previa mejorada de la ficha con información adicional.",
"visual": "Muestra una vista previa visual de la pestaña."
},
"file": {
"browse": "Visite"
},
Expand Down Expand Up @@ -79,6 +83,7 @@
"editor": {
"dirtyEncoding": "El archivo está sucio. Por favor, guárdelo primero antes de volver a abrirlo con otra codificación.",
"editor.codeActionWidget.showHeaders": "Activar/desactivar la visualización de las cabeceras de los grupos en el menú de acción del código.",
"editor.experimental.pasteActions.enabled": "Activar/desactivar la ejecución de ediciones desde extensiones al pegar.",
"editor.formatOnSaveMode.modificationsIfAvailable": "Intentará formatear sólo las modificaciones (requiere control de origen). Si no se puede utilizar el control de origen, se formateará todo el archivo.",
"editor.inlayHints.enabled1": "Los consejos de incrustación se muestran por defecto y se ocultan cuando se mantiene `Ctrl+Alt`.",
"editor.inlayHints.enabled2": "Los consejos de incrustación están ocultos por defecto y se muestran cuando se mantiene pulsado `Ctrl+Alt`.",
Expand Down Expand Up @@ -216,6 +221,7 @@
"offset-title": "Bytes para compensar la memoria de {0}"
},
"editable": {
"apply": "Aplicar cambios",
"clear": "Cambios claros"
},
"endianness": "Endiosamiento",
Expand Down Expand Up @@ -323,6 +329,9 @@
"watchMode": "Ejecutar el vigilante en el plugin en desarrollo"
},
"plugin-ext": {
"authentication-main": {
"loginTitle": "Inicio de sesión"
},
"plugins": "Plugins",
"webviewTrace": "Controla el rastreo de la comunicación con los webviews.",
"webviewWarnIfUnsecure": "Advierte a los usuarios de que las vistas web se despliegan actualmente de forma insegura."
Expand Down
11 changes: 10 additions & 1 deletion packages/core/i18n/nls.fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@
"showPreviousTabInGroup": "Passer à l'onglet précédent dans le groupe",
"toggleMaximized": "Toggle Maximisé"
},
"enhancedPreview": "Contrôle si des informations supplémentaires sur l'onglet doivent être affichées dans les barres d'onglets horizontales.",
"enhancedPreview": {
"classic": "Affiche un simple aperçu de l'onglet avec des informations de base.",
"enhanced": "Affiche un aperçu amélioré de l'onglet avec des informations supplémentaires.",
"visual": "Affiche un aperçu visuel de l'onglet."
},
"file": {
"browse": "Parcourir"
},
Expand Down Expand Up @@ -79,6 +83,7 @@
"editor": {
"dirtyEncoding": "Le fichier est sale. Veuillez le sauvegarder avant de le rouvrir avec un autre encodage.",
"editor.codeActionWidget.showHeaders": "Activez/désactivez l'affichage des en-têtes de groupe dans le menu d'action du code.",
"editor.experimental.pasteActions.enabled": "Activer/désactiver l'exécution des modifications des extensions lors du collage.",
"editor.formatOnSaveMode.modificationsIfAvailable": "Tentera de formater uniquement les modifications (nécessite le contrôle de la source). Si le contrôle de la source ne peut pas être utilisé, alors le fichier entier sera formaté.",
"editor.inlayHints.enabled1": "Les conseils d'incrustation sont affichés par défaut et sont masqués lorsque vous maintenez les touches `Ctrl+Alt`.",
"editor.inlayHints.enabled2": "Les indices d'incrustation sont cachés par défaut et s'affichent en maintenant les touches `Ctrl+Alt`.",
Expand Down Expand Up @@ -216,6 +221,7 @@
"offset-title": "Octets pour décaler la mémoire de {0}"
},
"editable": {
"apply": "Appliquer les changements",
"clear": "Changements clairs"
},
"endianness": "Endianness",
Expand Down Expand Up @@ -323,6 +329,9 @@
"watchMode": "Lancer le watcher sur le plugin en cours de développement"
},
"plugin-ext": {
"authentication-main": {
"loginTitle": "Connexion"
},
"plugins": "Plugins",
"webviewTrace": "Contrôle le traçage de la communication avec les webviews.",
"webviewWarnIfUnsecure": "Avertit les utilisateurs que les webviews sont actuellement déployés de manière non sécurisée."
Expand Down
11 changes: 10 additions & 1 deletion packages/core/i18n/nls.hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@
"showPreviousTabInGroup": "Váltás a csoport előző lapjára",
"toggleMaximized": "Maximált kapcsoló"
},
"enhancedPreview": "Szabályozza, hogy a vízszintes lapszalagokban megjelenjen-e több információ a lapról.",
"enhancedPreview": {
"classic": "A lap egyszerű előnézetének megjelenítése az alapvető információkkal.",
"enhanced": "A lap bővített előnézetének megjelenítése további információkkal.",
"visual": "A lap vizuális előnézetének megjelenítése."
},
"file": {
"browse": "Böngésszen a oldalon."
},
Expand Down Expand Up @@ -79,6 +83,7 @@
"editor": {
"dirtyEncoding": "A fájl piszkos. Kérjük, először mentse el, mielőtt más kódolással újra megnyitná.",
"editor.codeActionWidget.showHeaders": "A csoportfejlécek megjelenítésének engedélyezése/letiltása a kódművelet menüben.",
"editor.experimental.pasteActions.enabled": "Beillesztéskor a bővítményekből származó szerkesztések futásának engedélyezése/letiltása.",
"editor.formatOnSaveMode.modificationsIfAvailable": "Csak a módosítások formázására tesz kísérletet (forrásellenőrzés szükséges). Ha a forrásellenőrzés nem használható, akkor a teljes fájl lesz formázva.",
"editor.inlayHints.enabled1": "Az inlay tippek alapértelmezés szerint megjelennek, és elrejtődnek, ha a \"Ctrl+Alt\" billentyűkombinációt nyomva tartjuk.",
"editor.inlayHints.enabled2": "Az inlay tippek alapértelmezés szerint el vannak rejtve, és a \"Ctrl+Alt\" billentyűkombináció lenyomásakor jelennek meg.",
Expand Down Expand Up @@ -216,6 +221,7 @@
"offset-title": "Bájtok a memória eltolásához a {0}"
},
"editable": {
"apply": "Változások alkalmazása",
"clear": "Tiszta változások"
},
"endianness": "Endianness",
Expand Down Expand Up @@ -323,6 +329,9 @@
"watchMode": "Watcher futtatása a fejlesztés alatt álló pluginon"
},
"plugin-ext": {
"authentication-main": {
"loginTitle": "Bejelentkezés"
},
"plugins": "Plugins",
"webviewTrace": "Vezérli a kommunikáció nyomon követését a webnézetekkel.",
"webviewWarnIfUnsecure": "Figyelmezteti a felhasználókat, hogy a webnézetek jelenleg nem biztonságosan vannak telepítve."
Expand Down
11 changes: 10 additions & 1 deletion packages/core/i18n/nls.it.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@
"showPreviousTabInGroup": "Passa alla scheda precedente nel gruppo",
"toggleMaximized": "Toggle Massimizzato"
},
"enhancedPreview": "Controlla se visualizzare ulteriori informazioni sulla scheda nelle barre orizzontali delle schede.",
"enhancedPreview": {
"classic": "Visualizza una semplice anteprima della scheda con le informazioni di base.",
"enhanced": "Visualizza un'anteprima migliorata della scheda con informazioni aggiuntive.",
"visual": "Visualizza un'anteprima visiva della scheda."
},
"file": {
"browse": "Sfogliare"
},
Expand Down Expand Up @@ -79,6 +83,7 @@
"editor": {
"dirtyEncoding": "Il file è sporco. Salvarlo prima di riaprirlo con un'altra codifica.",
"editor.codeActionWidget.showHeaders": "Abilita/disabilita la visualizzazione delle intestazioni dei gruppi nel menu delle azioni del codice.",
"editor.experimental.pasteActions.enabled": "Abilita/disabilita l'esecuzione di modifiche da parte delle estensioni in fase di incollaggio.",
"editor.formatOnSaveMode.modificationsIfAvailable": "Tenterà di formattare solo le modifiche (richiede il controllo della fonte). Se il controllo della fonte non può essere usato, allora l'intero file sarà formattato.",
"editor.inlayHints.enabled1": "I suggerimenti per l'intarsio sono visualizzati per impostazione predefinita e si nascondono quando si tiene premuto `Ctrl+Alt`.",
"editor.inlayHints.enabled2": "I suggerimenti per l'intarsio sono nascosti per impostazione predefinita e vengono visualizzati quando si tiene premuto `Ctrl+Alt`.",
Expand Down Expand Up @@ -216,6 +221,7 @@
"offset-title": "Byte da cui spostare la memoria {0}"
},
"editable": {
"apply": "Applicare le modifiche",
"clear": "Cambiamenti evidenti"
},
"endianness": "Endianità",
Expand Down Expand Up @@ -323,6 +329,9 @@
"watchMode": "Eseguire il watcher sul plugin in sviluppo"
},
"plugin-ext": {
"authentication-main": {
"loginTitle": "Accesso"
},
"plugins": "Plugin",
"webviewTrace": "Controlla la tracciabilità della comunicazione con le webview.",
"webviewWarnIfUnsecure": "Avverte gli utenti che le webview sono attualmente distribuite in modo non sicuro."
Expand Down
11 changes: 10 additions & 1 deletion packages/core/i18n/nls.ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@
"showPreviousTabInGroup": "グループ内の前のタブに切り替える",
"toggleMaximized": "トグル・マキシマイズ"
},
"enhancedPreview": "水平タブバーにタブに関する詳細情報を表示するかどうかを制御します。",
"enhancedPreview": {
"classic": "タブの基本情報を含む簡単なプレビューを表示する。",
"enhanced": "追加情報を含むタブの拡張プレビューを表示します。",
"visual": "タブのビジュアルプレビューを表示する。"
},
"file": {
"browse": "ブラウズ"
},
Expand Down Expand Up @@ -79,6 +83,7 @@
"editor": {
"dirtyEncoding": "ファイルが汚れています。別のエンコーディングで開き直す前に、まず保存してください。",
"editor.codeActionWidget.showHeaders": "コードアクションメニューにグループヘッダを表示するかどうかを設定します。",
"editor.experimental.pasteActions.enabled": "ペースト時に拡張機能からの編集を実行するかどうかを設定します。",
"editor.formatOnSaveMode.modificationsIfAvailable": "変更点のみをフォーマットしようとします(ソースコントロールが必要です)。ソースコントロールが使用できない場合は、ファイル全体がフォーマットされます。",
"editor.inlayHints.enabled1": "インレイのヒントはデフォルトで表示され、`Ctrl+Alt`を押すと隠れます。",
"editor.inlayHints.enabled2": "インレイのヒントはデフォルトでは非表示で、`Ctrl+Alt`を押したときに表示されます。",
Expand Down Expand Up @@ -216,6 +221,7 @@
"offset-title": "からメモリをオフセットするバイト数{0}"
},
"editable": {
"apply": "変更を適用する",
"clear": "クリアランス"
},
"endianness": "エンディアン",
Expand Down Expand Up @@ -323,6 +329,9 @@
"watchMode": "開発中のプラグインにウォッチャーを実行"
},
"plugin-ext": {
"authentication-main": {
"loginTitle": "ログイン"
},
"plugins": "プラグイン",
"webviewTrace": "ウェブビューによる通信のトレースを制御します。",
"webviewWarnIfUnsecure": "現在、ウェブビューが安全でない状態で展開されていることをユーザーに警告します。"
Expand Down
11 changes: 10 additions & 1 deletion packages/core/i18n/nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@
"showPreviousTabInGroup": "Switch to Previous Tab in Group",
"toggleMaximized": "Toggle Maximized"
},
"enhancedPreview": "Controls whether more information about the tab should be displayed in horizontal tab bars.",
"enhancedPreview": {
"classic": "Display a simple preview of the tab with basic information.",
"enhanced": "Display an enhanced preview of the tab with additional information.",
"visual": "Display a visual preview of the tab."
},
"file": {
"browse": "Browse"
},
Expand Down Expand Up @@ -79,6 +83,7 @@
"editor": {
"dirtyEncoding": "The file is dirty. Please save it first before reopening it with another encoding.",
"editor.codeActionWidget.showHeaders": "Enable/disable showing group headers in the code action menu.",
"editor.experimental.pasteActions.enabled": "Enable/disable running edits from extensions on paste.",
"editor.formatOnSaveMode.modificationsIfAvailable": "Will attempt to format modifications only (requires source control). If source control can't be used, then the whole file will be formatted.",
"editor.inlayHints.enabled1": "Inlay hints are showing by default and hide when holding Ctrl+Alt",
"editor.inlayHints.enabled2": "Inlay hints are hidden by default and show when holding Ctrl+Alt",
Expand Down Expand Up @@ -216,6 +221,7 @@
"offset-title": "Bytes to offset the memory from {0}"
},
"editable": {
"apply": "Apply Changes",
"clear": "Clear Changes"
},
"endianness": "Endianness",
Expand Down Expand Up @@ -323,6 +329,9 @@
"watchMode": "Run watcher on plugin under development"
},
"plugin-ext": {
"authentication-main": {
"loginTitle": "Login"
},
"plugins": "Plugins",
"webviewTrace": "Controls communication tracing with webviews.",
"webviewWarnIfUnsecure": "Warns users that webviews are currently deployed unsecurely."
Expand Down
Loading
Loading