chrome-devtools-frontend 1.0.920568 → 1.0.922044
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/config/gni/all_devtools_files.gni +1 -1
- package/config/gni/devtools_grd_files.gni +5 -0
- package/config/typescript/tsconfig.base.json +1 -0
- package/extension-api/ExtensionAPI.d.ts +1 -1
- package/front_end/core/common/ColorUtils.ts +2 -1
- package/front_end/core/common/Object.ts +36 -1
- package/front_end/core/common/WasmDisassembly.ts +6 -14
- package/front_end/core/common/common.ts +2 -1
- package/front_end/core/i18n/locales/af.json +53 -32
- package/front_end/core/i18n/locales/am.json +56 -35
- package/front_end/core/i18n/locales/ar.json +53 -32
- package/front_end/core/i18n/locales/as.json +63 -42
- package/front_end/core/i18n/locales/az.json +53 -32
- package/front_end/core/i18n/locales/be.json +52 -31
- package/front_end/core/i18n/locales/bg.json +51 -30
- package/front_end/core/i18n/locales/bn.json +63 -42
- package/front_end/core/i18n/locales/bs.json +57 -36
- package/front_end/core/i18n/locales/ca.json +55 -34
- package/front_end/core/i18n/locales/cs.json +51 -30
- package/front_end/core/i18n/locales/cy.json +63 -42
- package/front_end/core/i18n/locales/da.json +55 -34
- package/front_end/core/i18n/locales/de.json +52 -31
- package/front_end/core/i18n/locales/el.json +58 -37
- package/front_end/core/i18n/locales/en-GB.json +51 -30
- package/front_end/core/i18n/locales/en-US.json +67 -34
- package/front_end/core/i18n/locales/en-XL.json +67 -34
- package/front_end/core/i18n/locales/es-419.json +53 -32
- package/front_end/core/i18n/locales/es.json +52 -31
- package/front_end/core/i18n/locales/et.json +54 -33
- package/front_end/core/i18n/locales/eu.json +71 -50
- package/front_end/core/i18n/locales/fa.json +54 -33
- package/front_end/core/i18n/locales/fi.json +55 -34
- package/front_end/core/i18n/locales/fil.json +59 -38
- package/front_end/core/i18n/locales/fr-CA.json +52 -31
- package/front_end/core/i18n/locales/fr.json +54 -33
- package/front_end/core/i18n/locales/gl.json +57 -36
- package/front_end/core/i18n/locales/gu.json +65 -44
- package/front_end/core/i18n/locales/he.json +56 -35
- package/front_end/core/i18n/locales/hi.json +61 -40
- package/front_end/core/i18n/locales/hr.json +55 -34
- package/front_end/core/i18n/locales/hu.json +53 -32
- package/front_end/core/i18n/locales/hy.json +54 -33
- package/front_end/core/i18n/locales/id.json +59 -38
- package/front_end/core/i18n/locales/is.json +51 -30
- package/front_end/core/i18n/locales/it.json +51 -30
- package/front_end/core/i18n/locales/ja.json +52 -31
- package/front_end/core/i18n/locales/ka.json +51 -30
- package/front_end/core/i18n/locales/kk.json +56 -35
- package/front_end/core/i18n/locales/km.json +59 -38
- package/front_end/core/i18n/locales/kn.json +63 -42
- package/front_end/core/i18n/locales/ko.json +59 -38
- package/front_end/core/i18n/locales/ky.json +54 -33
- package/front_end/core/i18n/locales/lo.json +59 -38
- package/front_end/core/i18n/locales/lt.json +52 -31
- package/front_end/core/i18n/locales/lv.json +60 -39
- package/front_end/core/i18n/locales/mk.json +51 -30
- package/front_end/core/i18n/locales/ml.json +65 -44
- package/front_end/core/i18n/locales/mn.json +59 -38
- package/front_end/core/i18n/locales/mr.json +61 -40
- package/front_end/core/i18n/locales/ms.json +59 -38
- package/front_end/core/i18n/locales/my.json +59 -38
- package/front_end/core/i18n/locales/ne.json +63 -42
- package/front_end/core/i18n/locales/nl.json +55 -34
- package/front_end/core/i18n/locales/no.json +54 -33
- package/front_end/core/i18n/locales/or.json +63 -42
- package/front_end/core/i18n/locales/pa.json +61 -40
- package/front_end/core/i18n/locales/pl.json +51 -30
- package/front_end/core/i18n/locales/pt-PT.json +52 -31
- package/front_end/core/i18n/locales/pt.json +59 -38
- package/front_end/core/i18n/locales/ro.json +52 -31
- package/front_end/core/i18n/locales/ru.json +52 -31
- package/front_end/core/i18n/locales/si.json +59 -38
- package/front_end/core/i18n/locales/sk.json +52 -31
- package/front_end/core/i18n/locales/sl.json +52 -31
- package/front_end/core/i18n/locales/sq.json +51 -30
- package/front_end/core/i18n/locales/sr-Latn.json +52 -31
- package/front_end/core/i18n/locales/sr.json +52 -31
- package/front_end/core/i18n/locales/sv.json +52 -31
- package/front_end/core/i18n/locales/sw.json +60 -39
- package/front_end/core/i18n/locales/ta.json +67 -46
- package/front_end/core/i18n/locales/te.json +62 -41
- package/front_end/core/i18n/locales/th.json +52 -31
- package/front_end/core/i18n/locales/tr.json +55 -34
- package/front_end/core/i18n/locales/uk.json +55 -34
- package/front_end/core/i18n/locales/ur.json +60 -39
- package/front_end/core/i18n/locales/uz.json +52 -31
- package/front_end/core/i18n/locales/vi.json +54 -33
- package/front_end/core/i18n/locales/zh-HK.json +52 -31
- package/front_end/core/i18n/locales/zh-TW.json +57 -36
- package/front_end/core/i18n/locales/zh.json +56 -35
- package/front_end/core/i18n/locales/zu.json +59 -38
- package/front_end/core/sdk/RemoteObject.ts +43 -20
- package/front_end/core/sdk/TracingModel.ts +1 -1
- package/front_end/generated/SupportedCSSProperties.js +4 -4
- package/front_end/legacy/legacy-defs.d.ts +24 -0
- package/front_end/models/extensions/ExtensionAPI.ts +9 -4
- package/front_end/models/extensions/ExtensionServer.ts +1 -1
- package/front_end/models/issues_manager/AttributionReportingIssue.ts +4 -1
- package/front_end/models/issues_manager/SameSiteCookieIssue.ts +12 -3
- package/front_end/models/issues_manager/descriptions/SameSiteSamePartyCrossPartyContextSet.md +10 -0
- package/front_end/models/issues_manager/descriptions/arAttributionEventSourceTriggerDataTooLarge.md +4 -0
- package/front_end/models/timeline_model/TimelineModel.ts +5 -1
- package/front_end/panels/application/ApplicationPanelSidebar.ts +2 -2
- package/front_end/panels/application/DatabaseQueryView.ts +7 -1
- package/front_end/panels/changes/ChangesSidebar.ts +6 -1
- package/front_end/panels/console/ConsolePrompt.ts +6 -1
- package/front_end/panels/css_overview/CSSOverviewCompletedView.ts +2 -2
- package/front_end/panels/css_overview/CSSOverviewSidebarPanel.ts +8 -1
- package/front_end/panels/elements/ElementsPanel.ts +25 -1
- package/front_end/panels/elements/StylesSidebarPane.ts +12 -2
- package/front_end/panels/elements/components/ElementsBreadcrumbs.ts +13 -1
- package/front_end/panels/elements/layoutPane.css +1 -0
- package/front_end/panels/emulation/AdvancedApp.ts +2 -12
- package/front_end/panels/emulation/InspectedPagePlaceholder.ts +14 -1
- package/front_end/panels/issues/AttributionReportingIssueDetailsView.ts +10 -0
- package/front_end/panels/issues/IssueAggregator.ts +2 -2
- package/front_end/panels/layer_viewer/LayerDetailsView.ts +7 -1
- package/front_end/panels/layer_viewer/Layers3DView.ts +7 -1
- package/front_end/panels/layer_viewer/PaintProfilerView.ts +7 -1
- package/front_end/panels/lighthouse/LighthousePanel.ts +6 -7
- package/front_end/panels/mobile_throttling/ThrottlingSettingsTab.ts +8 -4
- package/front_end/panels/mobile_throttling/throttlingSettingsTab.css +4 -0
- package/front_end/panels/network/NetworkItemView.ts +24 -4
- package/front_end/panels/network/NetworkLogView.ts +14 -5
- package/front_end/panels/network/NetworkPanel.ts +7 -6
- package/front_end/panels/network/RequestHeadersView.ts +0 -345
- package/front_end/panels/network/RequestPayloadView.ts +529 -0
- package/front_end/panels/network/RequestTimingView.ts +3 -1
- package/front_end/panels/network/forward/UIRequestLocation.ts +1 -0
- package/front_end/panels/network/module.json +0 -3
- package/front_end/panels/network/network-legacy.ts +5 -0
- package/front_end/panels/network/network.ts +2 -0
- package/front_end/panels/network/requestPayloadTree.css +130 -0
- package/front_end/panels/network/requestPayloadView.css +16 -0
- package/front_end/panels/profiler/CPUProfileFlameChart.ts +3 -3
- package/front_end/panels/profiler/ProfileLauncherView.ts +6 -1
- package/front_end/panels/profiler/ProfileView.ts +1 -1
- package/front_end/panels/profiler/ProfilesPanel.ts +2 -2
- package/front_end/panels/sources/InplaceFormatterEditorAction.ts +5 -5
- package/front_end/panels/sources/ScriptFormatterEditorAction.ts +5 -6
- package/front_end/panels/sources/SourcesPanel.ts +4 -5
- package/front_end/panels/sources/SourcesView.ts +16 -3
- package/front_end/panels/sources/UISourceCodeFrame.ts +7 -1
- package/front_end/panels/sources/watchExpressionsSidebarPane.css +2 -7
- package/front_end/panels/timeline/TimelineFlameChartView.ts +4 -4
- package/front_end/panels/timeline/TimelineLayersView.ts +7 -7
- package/front_end/panels/timeline/TimelinePanel.ts +5 -4
- package/front_end/ui/legacy/ARIAUtils.ts +12 -0
- package/front_end/ui/legacy/Fragment.ts +1 -1
- package/front_end/ui/legacy/InspectorView.ts +17 -0
- package/front_end/ui/legacy/SplitWidget.ts +6 -1
- package/front_end/ui/legacy/TabbedPane.ts +4 -0
- package/front_end/ui/legacy/UIUtils.ts +1 -1
- package/front_end/ui/legacy/components/data_grid/dataGrid.css +5 -0
- package/front_end/ui/legacy/components/object_ui/ObjectPropertiesSection.ts +16 -66
- package/front_end/ui/legacy/components/perf_ui/FilmStripView.ts +8 -1
- package/front_end/ui/legacy/components/perf_ui/FlameChart.ts +9 -1
- package/front_end/ui/legacy/components/perf_ui/TimelineOverviewPane.ts +11 -1
- package/front_end/ui/legacy/components/source_frame/ImageView.ts +6 -3
- package/front_end/ui/legacy/utils/focus-changed.ts +1 -1
- package/inspector_overlay/common.ts +3 -3
- package/inspector_overlay/tool_viewport_size.ts +1 -1
- package/package.json +1 -1
|
@@ -866,6 +866,9 @@
|
|
|
866
866
|
"entrypoints/inspector_main/RenderingOptions.ts | forcesCssPreferscolorschemeMedia": {
|
|
867
867
|
"message": "Erzwingt die CSS-prefers-color-scheme-Medienfunktion"
|
|
868
868
|
},
|
|
869
|
+
"entrypoints/inspector_main/RenderingOptions.ts | forcesCssPreferscontrastMedia": {
|
|
870
|
+
"message": "Erzwingt die CSS-prefers-contrast-Medienfunktion"
|
|
871
|
+
},
|
|
869
872
|
"entrypoints/inspector_main/RenderingOptions.ts | forcesCssPrefersreduceddataMedia": {
|
|
870
873
|
"message": "Erzwingt die CSS-prefers-reduced-data-Medienfunktion"
|
|
871
874
|
},
|
|
@@ -1979,6 +1982,15 @@
|
|
|
1979
1982
|
"panels/application/AppManifestView.ts | actualWidthSpxOfSSDoesNotMatch": {
|
|
1980
1983
|
"message": "Tatsächliche Breite ({PH1} px) von {PH2} {PH3} stimmt nicht mit der angegebenen Breite ({PH4} px) überein"
|
|
1981
1984
|
},
|
|
1985
|
+
"panels/application/AppManifestView.ts | appId": {
|
|
1986
|
+
"message": "App-ID"
|
|
1987
|
+
},
|
|
1988
|
+
"panels/application/AppManifestView.ts | appIdExplainer": {
|
|
1989
|
+
"message": "Dies dient als Information für den Browser, ob das Manifest eine bestehende Anwendung aktualisieren soll, oder ob sich dies auf eine neue Webanwendung bezieht, die installiert werden kann."
|
|
1990
|
+
},
|
|
1991
|
+
"panels/application/AppManifestView.ts | appIdNote": {
|
|
1992
|
+
"message": "Hinweis: „ID“ wird nicht im Manifest angegeben, stattdessen wird „start_url“ verwendet. Wenn Sie eine App-ID angeben möchten, die der aktuellen Identität entspricht, setzen Sie das Feld „ID“ auf „{PH1}“."
|
|
1993
|
+
},
|
|
1982
1994
|
"panels/application/AppManifestView.ts | appManifest": {
|
|
1983
1995
|
"message": "App-Manifest"
|
|
1984
1996
|
},
|
|
@@ -2288,8 +2300,8 @@
|
|
|
2288
2300
|
"panels/application/BackForwardCacheView.ts | bfcacheStatus": {
|
|
2289
2301
|
"message": "Status des Back-Forward-Cache"
|
|
2290
2302
|
},
|
|
2291
|
-
"panels/application/BackForwardCacheView.ts |
|
|
2292
|
-
"message": "
|
|
2303
|
+
"panels/application/BackForwardCacheView.ts | chromeSupportNeeded": {
|
|
2304
|
+
"message": "Die letzte Navigation wurde aus folgendem Grund nicht im Cache gespeichert"
|
|
2293
2305
|
},
|
|
2294
2306
|
"panels/application/BackForwardCacheView.ts | lastMainFrameNavigation": {
|
|
2295
2307
|
"message": "Letzte Hauptframe-Navigation"
|
|
@@ -2300,6 +2312,9 @@
|
|
|
2300
2312
|
"panels/application/BackForwardCacheView.ts | normalNavigation": {
|
|
2301
2313
|
"message": "Normale Navigation"
|
|
2302
2314
|
},
|
|
2315
|
+
"panels/application/BackForwardCacheView.ts | pageSupportNeeded": {
|
|
2316
|
+
"message": "Funktionen, die die Ausführung des Back-Forward-Cache verhindern"
|
|
2317
|
+
},
|
|
2303
2318
|
"panels/application/BackForwardCacheView.ts | restoredFromBFCache": {
|
|
2304
2319
|
"message": "Aus dem Back-Forward-Cache wiederhergestellt"
|
|
2305
2320
|
},
|
|
@@ -2312,6 +2327,9 @@
|
|
|
2312
2327
|
"panels/application/BackForwardCacheView.ts | url": {
|
|
2313
2328
|
"message": "URL"
|
|
2314
2329
|
},
|
|
2330
|
+
"panels/application/BackForwardCacheView.ts | willBeSupported": {
|
|
2331
|
+
"message": "(wird in einer zukünftigen Version von Chrome unterstützt)"
|
|
2332
|
+
},
|
|
2315
2333
|
"panels/application/BackgroundServiceView.ts | backgroundFetch": {
|
|
2316
2334
|
"message": "Hintergrundabruf"
|
|
2317
2335
|
},
|
|
@@ -4577,6 +4595,9 @@
|
|
|
4577
4595
|
"panels/help/help-meta.ts | reportADevtoolsIssue": {
|
|
4578
4596
|
"message": "DevTools-Problem melden"
|
|
4579
4597
|
},
|
|
4598
|
+
"panels/help/help-meta.ts | reportTranslationIssue": {
|
|
4599
|
+
"message": "Problem mit der Übersetzung melden"
|
|
4600
|
+
},
|
|
4580
4601
|
"panels/help/help-meta.ts | showWhatsNew": {
|
|
4581
4602
|
"message": "Neuigkeiten anzeigen"
|
|
4582
4603
|
},
|
|
@@ -4895,6 +4916,9 @@
|
|
|
4895
4916
|
"panels/issues/HiddenIssuesRow.ts | hiddenIssues": {
|
|
4896
4917
|
"message": "Ausgeblendete Probleme"
|
|
4897
4918
|
},
|
|
4919
|
+
"panels/issues/HiddenIssuesRow.ts | unhideIssues": {
|
|
4920
|
+
"message": "Alle Probleme einblenden"
|
|
4921
|
+
},
|
|
4898
4922
|
"panels/issues/IssueView.ts | affectedResources": {
|
|
4899
4923
|
"message": "Betroffene Ressourcen"
|
|
4900
4924
|
},
|
|
@@ -4973,9 +4997,6 @@
|
|
|
4973
4997
|
"panels/issues/IssuesPane.ts | trustedWebActivity": {
|
|
4974
4998
|
"message": "Vertrauenswürdige Web-Aktivität"
|
|
4975
4999
|
},
|
|
4976
|
-
"panels/issues/IssuesPane.ts | unHideAllHiddenIssues": {
|
|
4977
|
-
"message": "Alle ausgeblendeten Probleme einblenden"
|
|
4978
|
-
},
|
|
4979
5000
|
"panels/issues/WasmCrossOriginModuleSharingAffectedResourcesView.ts | blocked": {
|
|
4980
5001
|
"message": "blockiert"
|
|
4981
5002
|
},
|
|
@@ -6146,8 +6167,8 @@
|
|
|
6146
6167
|
"panels/network/NetworkLogView.ts | performARequestOrHitSToRecordThe": {
|
|
6147
6168
|
"message": "Führen Sie eine Anfrage aus oder drücken Sie {PH1}, um die Aktualisierung aufzuzeichnen."
|
|
6148
6169
|
},
|
|
6149
|
-
"panels/network/NetworkLogView.ts |
|
|
6150
|
-
"message": "
|
|
6170
|
+
"panels/network/NetworkLogView.ts | recordToDisplayNetworkActivity": {
|
|
6171
|
+
"message": "Netzwerkprotokoll ({PH1}) aufzeichnen, um Netzwerkaktivität zu sehen."
|
|
6151
6172
|
},
|
|
6152
6173
|
"panels/network/NetworkLogView.ts | recordingNetworkActivity": {
|
|
6153
6174
|
"message": "Netzwerkaktivität wird aufgezeichnet…"
|
|
@@ -7616,9 +7637,6 @@
|
|
|
7616
7637
|
"panels/protocol_monitor/ProtocolMonitor.ts | clearAll": {
|
|
7617
7638
|
"message": "Alle löschen"
|
|
7618
7639
|
},
|
|
7619
|
-
"panels/protocol_monitor/ProtocolMonitor.ts | direction": {
|
|
7620
|
-
"message": "Richtung"
|
|
7621
|
-
},
|
|
7622
7640
|
"panels/protocol_monitor/ProtocolMonitor.ts | documentation": {
|
|
7623
7641
|
"message": "Dokumentation"
|
|
7624
7642
|
},
|
|
@@ -7658,6 +7676,9 @@
|
|
|
7658
7676
|
"panels/protocol_monitor/ProtocolMonitor.ts | timestamp": {
|
|
7659
7677
|
"message": "Zeitstempel"
|
|
7660
7678
|
},
|
|
7679
|
+
"panels/protocol_monitor/ProtocolMonitor.ts | type": {
|
|
7680
|
+
"message": "Typ"
|
|
7681
|
+
},
|
|
7661
7682
|
"panels/protocol_monitor/protocol_monitor-meta.ts | protocolMonitor": {
|
|
7662
7683
|
"message": "Protokollmonitor"
|
|
7663
7684
|
},
|
|
@@ -7752,7 +7773,7 @@
|
|
|
7752
7773
|
"message": "Die Sicherheit dieser Seite ist nicht bekannt."
|
|
7753
7774
|
},
|
|
7754
7775
|
"panels/security/SecurityModel.ts | thisPageIsNotSecure": {
|
|
7755
|
-
"message": "Diese Seite ist nicht sicher"
|
|
7776
|
+
"message": "Diese Seite ist nicht sicher."
|
|
7756
7777
|
},
|
|
7757
7778
|
"panels/security/SecurityModel.ts | thisPageIsNotSecureBrokenHttps": {
|
|
7758
7779
|
"message": "Diese Seite ist nicht sicher (fehlerhaftes HTTPS)."
|
|
@@ -7970,9 +7991,6 @@
|
|
|
7970
7991
|
"panels/security/SecurityPanel.ts | theSecurityDetailsAboveAreFrom": {
|
|
7971
7992
|
"message": "Die Sicherheitsangaben oben stammen aus der ersten geprüften Antwort."
|
|
7972
7993
|
},
|
|
7973
|
-
"panels/security/SecurityPanel.ts | theSecurityOfThisPageIsUnknown": {
|
|
7974
|
-
"message": "Die Sicherheit dieser Seite ist nicht bekannt."
|
|
7975
|
-
},
|
|
7976
7994
|
"panels/security/SecurityPanel.ts | theServerSignatureUsesShaWhichIs": {
|
|
7977
7995
|
"message": "Die Serversignatur verwendet SHA-1. Diese Signatur ist veraltet. Aktivieren Sie stattdessen einen SHA-2-Signaturalgorithmus. (Hinweis: Dies ist nicht dieselbe Signatur wie die im Zertifikat.)"
|
|
7978
7996
|
},
|
|
@@ -8000,15 +8018,6 @@
|
|
|
8000
8018
|
"panels/security/SecurityPanel.ts | thisPageIsInsecureUnencrypted": {
|
|
8001
8019
|
"message": "Diese Seite ist unsicher (unverschlüsseltes HTTP)."
|
|
8002
8020
|
},
|
|
8003
|
-
"panels/security/SecurityPanel.ts | thisPageIsNotSecure": {
|
|
8004
|
-
"message": "Diese Seite ist nicht sicher"
|
|
8005
|
-
},
|
|
8006
|
-
"panels/security/SecurityPanel.ts | thisPageIsNotSecureBrokenHttps": {
|
|
8007
|
-
"message": "Diese Seite ist nicht sicher (fehlerhaftes HTTPS)."
|
|
8008
|
-
},
|
|
8009
|
-
"panels/security/SecurityPanel.ts | thisPageIsSecureValidHttps": {
|
|
8010
|
-
"message": "Diese Seite ist sicher (gültiges HTTPS)."
|
|
8011
|
-
},
|
|
8012
8021
|
"panels/security/SecurityPanel.ts | thisPageIsSuspicious": {
|
|
8013
8022
|
"message": "Diese Seite ist verdächtig"
|
|
8014
8023
|
},
|
|
@@ -8420,6 +8429,9 @@
|
|
|
8420
8429
|
"panels/settings/emulation/DevicesSettingsTab.ts | device": {
|
|
8421
8430
|
"message": "Gerät"
|
|
8422
8431
|
},
|
|
8432
|
+
"panels/settings/emulation/DevicesSettingsTab.ts | deviceAddedOrUpdated": {
|
|
8433
|
+
"message": "Gerät „{PH1}“ wurde erfolgreich hinzugefügt/aktualisiert."
|
|
8434
|
+
},
|
|
8423
8435
|
"panels/settings/emulation/DevicesSettingsTab.ts | deviceName": {
|
|
8424
8436
|
"message": "Gerätename"
|
|
8425
8437
|
},
|
|
@@ -8450,6 +8462,9 @@
|
|
|
8450
8462
|
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | addBrand": {
|
|
8451
8463
|
"message": "Marke hinzufügen"
|
|
8452
8464
|
},
|
|
8465
|
+
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | addedBrand": {
|
|
8466
|
+
"message": "Markenzeile hinzugefügt"
|
|
8467
|
+
},
|
|
8453
8468
|
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | architecture": {
|
|
8454
8469
|
"message": "Architektur"
|
|
8455
8470
|
},
|
|
@@ -8477,6 +8492,9 @@
|
|
|
8477
8492
|
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | deleteTooltip": {
|
|
8478
8493
|
"message": "Löschen"
|
|
8479
8494
|
},
|
|
8495
|
+
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | deletedBrand": {
|
|
8496
|
+
"message": "Markenzeile gelöscht"
|
|
8497
|
+
},
|
|
8480
8498
|
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | deviceModel": {
|
|
8481
8499
|
"message": "Gerätemodell"
|
|
8482
8500
|
},
|
|
@@ -9809,6 +9827,12 @@
|
|
|
9809
9827
|
"panels/timeline/TimelineUIUtils.ts | asyncTask": {
|
|
9810
9828
|
"message": "Async-Aufgabe"
|
|
9811
9829
|
},
|
|
9830
|
+
"panels/timeline/TimelineUIUtils.ts | cacheModule": {
|
|
9831
|
+
"message": "Modulcode im Cache speichern"
|
|
9832
|
+
},
|
|
9833
|
+
"panels/timeline/TimelineUIUtils.ts | cacheScript": {
|
|
9834
|
+
"message": "Skriptcode im Cache speichern"
|
|
9835
|
+
},
|
|
9812
9836
|
"panels/timeline/TimelineUIUtils.ts | cachedWasmModule": {
|
|
9813
9837
|
"message": "Im Cache gespeichertes Wasm-Modul"
|
|
9814
9838
|
},
|
|
@@ -9941,6 +9965,9 @@
|
|
|
9941
9965
|
"panels/timeline/TimelineUIUtils.ts | duration": {
|
|
9942
9966
|
"message": "Dauer"
|
|
9943
9967
|
},
|
|
9968
|
+
"panels/timeline/TimelineUIUtils.ts | eagerCompile": {
|
|
9969
|
+
"message": "Alle Funktionen werden immer kompiliert"
|
|
9970
|
+
},
|
|
9944
9971
|
"panels/timeline/TimelineUIUtils.ts | elementsAffected": {
|
|
9945
9972
|
"message": "Betroffene Elemente"
|
|
9946
9973
|
},
|
|
@@ -10394,9 +10421,6 @@
|
|
|
10394
10421
|
"panels/timeline/TimelineUIUtils.ts | scriptNotEligible": {
|
|
10395
10422
|
"message": "Skript erfüllt Voraussetzungen nicht"
|
|
10396
10423
|
},
|
|
10397
|
-
"panels/timeline/TimelineUIUtils.ts | scriptSavedToCache": {
|
|
10398
|
-
"message": "Skript in Cache gespeichert"
|
|
10399
|
-
},
|
|
10400
10424
|
"panels/timeline/TimelineUIUtils.ts | scripting": {
|
|
10401
10425
|
"message": "Skripting"
|
|
10402
10426
|
},
|
|
@@ -11564,11 +11588,8 @@
|
|
|
11564
11588
|
"ui/legacy/components/quick_open/QuickInput.ts | pressEnterToConfirmOrEscapeTo": {
|
|
11565
11589
|
"message": "{PH1} (Zum Bestätigen die Eingabetaste und zum Abbrechen die ESC-Taste drücken)"
|
|
11566
11590
|
},
|
|
11567
|
-
"ui/legacy/components/quick_open/QuickOpen.ts |
|
|
11568
|
-
"message": "
|
|
11569
|
-
},
|
|
11570
|
-
"ui/legacy/components/quick_open/QuickOpen.ts | typeToSeeAvailableCommands": {
|
|
11571
|
-
"message": "„?“ tippen, um verfügbare Befehle zu sehen"
|
|
11591
|
+
"ui/legacy/components/quick_open/QuickOpen.ts | useTabToSwitchCommandsTypeToSeeAvailableCommands": {
|
|
11592
|
+
"message": "Mit der Tabulatortaste können Sie die Befehle ändern. Um die verfügbaren Befehle zu sehen, tippen Sie auf das Fragezeichen."
|
|
11572
11593
|
},
|
|
11573
11594
|
"ui/legacy/components/quick_open/quick_open-meta.ts | openFile": {
|
|
11574
11595
|
"message": "Datei öffnen"
|
|
@@ -243,10 +243,10 @@
|
|
|
243
243
|
"message": "Έγινε πλοήγηση στο {PH1}"
|
|
244
244
|
},
|
|
245
245
|
"core/sdk/ConsoleModel.ts | profileSFinished": {
|
|
246
|
-
"message": "Το προφίλ
|
|
246
|
+
"message": "Το προφίλ {PH1} ολοκληρώθηκε."
|
|
247
247
|
},
|
|
248
248
|
"core/sdk/ConsoleModel.ts | profileSStarted": {
|
|
249
|
-
"message": "Το προφίλ
|
|
249
|
+
"message": "Το προφίλ {PH1} ξεκίνησε."
|
|
250
250
|
},
|
|
251
251
|
"core/sdk/DOMDebuggerModel.ts | animation": {
|
|
252
252
|
"message": "Κινούμενη εικόνα"
|
|
@@ -866,6 +866,9 @@
|
|
|
866
866
|
"entrypoints/inspector_main/RenderingOptions.ts | forcesCssPreferscolorschemeMedia": {
|
|
867
867
|
"message": "Επιβάλλει τη λειτουργία μέσων CSS prefers-color-scheme"
|
|
868
868
|
},
|
|
869
|
+
"entrypoints/inspector_main/RenderingOptions.ts | forcesCssPreferscontrastMedia": {
|
|
870
|
+
"message": "Επιβάλλει τη λειτουργία μέσων CSS prefers-contrast."
|
|
871
|
+
},
|
|
869
872
|
"entrypoints/inspector_main/RenderingOptions.ts | forcesCssPrefersreduceddataMedia": {
|
|
870
873
|
"message": "Επιβάλλει τη λειτουργία μέσων CSS prefers-reduced-data"
|
|
871
874
|
},
|
|
@@ -1979,6 +1982,15 @@
|
|
|
1979
1982
|
"panels/application/AppManifestView.ts | actualWidthSpxOfSSDoesNotMatch": {
|
|
1980
1983
|
"message": "Το πραγματικό πλάτος ({PH1}px) του στοιχείου {PH2} {PH3} δεν αντιστοιχεί στο προσδιορισμένο πλάτος ({PH4}px)"
|
|
1981
1984
|
},
|
|
1985
|
+
"panels/application/AppManifestView.ts | appId": {
|
|
1986
|
+
"message": "Αναγνωριστικό εφαρμογής"
|
|
1987
|
+
},
|
|
1988
|
+
"panels/application/AppManifestView.ts | appIdExplainer": {
|
|
1989
|
+
"message": "Αυτό χρησιμοποιείται από το πρόγραμμα περιήγησης για να προσδιορίζεται εάν το μανιφέστο πρέπει να ενημερώνει μια υπάρχουσα εφαρμογή ή εάν αναφέρεται σε μια νέα εφαρμογή ιστού που μπορεί να εγκατασταθεί."
|
|
1990
|
+
},
|
|
1991
|
+
"panels/application/AppManifestView.ts | appIdNote": {
|
|
1992
|
+
"message": "Σημείωση: Το πεδίο id δεν έχει καθοριστεί στο μανιφέστο. Αντί για αυτό χρησιμοποιείται το πεδίο start_url. Για να καθορίσετε ένα αναγνωριστικό εφαρμογής που αντιστοιχεί στην τρέχουσα ταυτότητα, ορίστε το πεδίο id σε {PH1}."
|
|
1993
|
+
},
|
|
1982
1994
|
"panels/application/AppManifestView.ts | appManifest": {
|
|
1983
1995
|
"message": "Μανιφέστο εφαρμογής"
|
|
1984
1996
|
},
|
|
@@ -2130,7 +2142,7 @@
|
|
|
2130
2142
|
"message": "Δεν έχει οριστεί το χαρακτηριστικό src της εικόνας {PH1}"
|
|
2131
2143
|
},
|
|
2132
2144
|
"panels/application/AppManifestView.ts | sUrlSFailedToParse": {
|
|
2133
|
-
"message": "Η ανάλυση του URL {PH1} {PH2}
|
|
2145
|
+
"message": "Η ανάλυση του URL {PH1} {PH2} απέτυχε."
|
|
2134
2146
|
},
|
|
2135
2147
|
"panels/application/AppManifestView.ts | screenshot": {
|
|
2136
2148
|
"message": "Στιγμιότυπο οθόνης"
|
|
@@ -2288,8 +2300,8 @@
|
|
|
2288
2300
|
"panels/application/BackForwardCacheView.ts | bfcacheStatus": {
|
|
2289
2301
|
"message": "Κατάσταση κρυφής μνήμης πίσω-εμπρός"
|
|
2290
2302
|
},
|
|
2291
|
-
"panels/application/BackForwardCacheView.ts |
|
|
2292
|
-
"message": "
|
|
2303
|
+
"panels/application/BackForwardCacheView.ts | chromeSupportNeeded": {
|
|
2304
|
+
"message": "Η τελευταία πλοήγηση δεν αποθηκεύτηκε στην κρυφή μνήμη επειδή"
|
|
2293
2305
|
},
|
|
2294
2306
|
"panels/application/BackForwardCacheView.ts | lastMainFrameNavigation": {
|
|
2295
2307
|
"message": "Πλοήγηση τελευταίου κύριου πλαισίου"
|
|
@@ -2300,6 +2312,9 @@
|
|
|
2300
2312
|
"panels/application/BackForwardCacheView.ts | normalNavigation": {
|
|
2301
2313
|
"message": "Κανονική πλοήγηση"
|
|
2302
2314
|
},
|
|
2315
|
+
"panels/application/BackForwardCacheView.ts | pageSupportNeeded": {
|
|
2316
|
+
"message": "Ορισμένες λειτουργίες εμποδίζουν την κρυφή μνήμη πίσω-εμπρός"
|
|
2317
|
+
},
|
|
2303
2318
|
"panels/application/BackForwardCacheView.ts | restoredFromBFCache": {
|
|
2304
2319
|
"message": "Έγινε επαναφορά από την κρυφή μνήμη πίσω-εμπρός"
|
|
2305
2320
|
},
|
|
@@ -2312,6 +2327,9 @@
|
|
|
2312
2327
|
"panels/application/BackForwardCacheView.ts | url": {
|
|
2313
2328
|
"message": "URL"
|
|
2314
2329
|
},
|
|
2330
|
+
"panels/application/BackForwardCacheView.ts | willBeSupported": {
|
|
2331
|
+
"message": "(Υποστηρίζεται σε μελλοντική έκδοση του Chrome)"
|
|
2332
|
+
},
|
|
2315
2333
|
"panels/application/BackgroundServiceView.ts | backgroundFetch": {
|
|
2316
2334
|
"message": "Λήψη παρασκηνίου"
|
|
2317
2335
|
},
|
|
@@ -4577,6 +4595,9 @@
|
|
|
4577
4595
|
"panels/help/help-meta.ts | reportADevtoolsIssue": {
|
|
4578
4596
|
"message": "Αναφορά προβλήματος των Εργαλείων για προγραμματιστές"
|
|
4579
4597
|
},
|
|
4598
|
+
"panels/help/help-meta.ts | reportTranslationIssue": {
|
|
4599
|
+
"message": "Αναφορά ζητήματος μετάφρασης"
|
|
4600
|
+
},
|
|
4580
4601
|
"panels/help/help-meta.ts | showWhatsNew": {
|
|
4581
4602
|
"message": "Εμφάνιση ενότητας Τι νέο υπάρχει"
|
|
4582
4603
|
},
|
|
@@ -4895,6 +4916,9 @@
|
|
|
4895
4916
|
"panels/issues/HiddenIssuesRow.ts | hiddenIssues": {
|
|
4896
4917
|
"message": "Κρυφά προβλήματα"
|
|
4897
4918
|
},
|
|
4919
|
+
"panels/issues/HiddenIssuesRow.ts | unhideIssues": {
|
|
4920
|
+
"message": "Κατάργηση απόκρυψης όλων των ζητημάτων"
|
|
4921
|
+
},
|
|
4898
4922
|
"panels/issues/IssueView.ts | affectedResources": {
|
|
4899
4923
|
"message": "Επηρεαζόμενοι πόροι"
|
|
4900
4924
|
},
|
|
@@ -4973,9 +4997,6 @@
|
|
|
4973
4997
|
"panels/issues/IssuesPane.ts | trustedWebActivity": {
|
|
4974
4998
|
"message": "Αξιόπιστη δραστηριότητα ιστού"
|
|
4975
4999
|
},
|
|
4976
|
-
"panels/issues/IssuesPane.ts | unHideAllHiddenIssues": {
|
|
4977
|
-
"message": "Κατάργηση απόκρυψης όλων των κρυφών προβλημάτων"
|
|
4978
|
-
},
|
|
4979
5000
|
"panels/issues/WasmCrossOriginModuleSharingAffectedResourcesView.ts | blocked": {
|
|
4980
5001
|
"message": "αποκλείστηκε"
|
|
4981
5002
|
},
|
|
@@ -6146,8 +6167,8 @@
|
|
|
6146
6167
|
"panels/network/NetworkLogView.ts | performARequestOrHitSToRecordThe": {
|
|
6147
6168
|
"message": "Υποβάλετε αίτημα ή πατήστε {PH1} για την εγγραφή της επανάληψης φόρτωσης."
|
|
6148
6169
|
},
|
|
6149
|
-
"panels/network/NetworkLogView.ts |
|
|
6150
|
-
"message": "
|
|
6170
|
+
"panels/network/NetworkLogView.ts | recordToDisplayNetworkActivity": {
|
|
6171
|
+
"message": "Καταγράψτε το αρχείο καταγραφής δικτύου ({PH1}) για προβολή της δραστηριότητας δικτύου."
|
|
6151
6172
|
},
|
|
6152
6173
|
"panels/network/NetworkLogView.ts | recordingNetworkActivity": {
|
|
6153
6174
|
"message": "Εγγραφή δραστηριότητας δικτύου…"
|
|
@@ -7203,7 +7224,7 @@
|
|
|
7203
7224
|
"message": "Αποκάλυψη στην προβολή Σύνοψη"
|
|
7204
7225
|
},
|
|
7205
7226
|
"panels/profiler/HeapSnapshotGridNodes.ts | revealObjectSWithIdSInSummary": {
|
|
7206
|
-
"message": "Αποκάλυψη αντικειμένου {PH1} με αναγνωριστικό @{PH2} στην
|
|
7227
|
+
"message": "Αποκάλυψη αντικειμένου {PH1} με αναγνωριστικό @{PH2} στην προβολή σύνοψης"
|
|
7207
7228
|
},
|
|
7208
7229
|
"panels/profiler/HeapSnapshotGridNodes.ts | storeAsGlobalVariable": {
|
|
7209
7230
|
"message": "Αποθήκευση ως καθολικής μεταβλητής"
|
|
@@ -7215,7 +7236,7 @@
|
|
|
7215
7236
|
"message": "Αντικείμενο χρήστη προσβάσιμο από το παράθυρο"
|
|
7216
7237
|
},
|
|
7217
7238
|
"panels/profiler/HeapSnapshotProxy.ts | anErrorOccurredWhenACallToMethod": {
|
|
7218
|
-
"message": "Προέκυψε σφάλμα όταν ζητήθηκε η κλήση
|
|
7239
|
+
"message": "Προέκυψε σφάλμα όταν ζητήθηκε η κλήση της μεθόδου {PH1}."
|
|
7219
7240
|
},
|
|
7220
7241
|
"panels/profiler/HeapSnapshotView.ts | AllocationTimelinesShowInstrumented": {
|
|
7221
7242
|
"message": "Τα χρονολόγια κατανομής δείχνουν τις κατανομές της ενορχηστρωμένης μνήμης JavaScript με την πάροδο του χρόνου. Μόλις εγγραφεί το προφίλ, μπορείτε να επιλέξετε ένα χρονικό διάστημα για να δείτε αντικείμενα τα οποία κατανεμήθηκαν εντός και εξακολουθούν να είναι ενεργά στο τέλος της εγγραφής. Χρησιμοποιήστε αυτόν τον τύπο προφίλ για την απομόνωση διαρροών μνήμης."
|
|
@@ -7616,9 +7637,6 @@
|
|
|
7616
7637
|
"panels/protocol_monitor/ProtocolMonitor.ts | clearAll": {
|
|
7617
7638
|
"message": "Διαγραφή όλων"
|
|
7618
7639
|
},
|
|
7619
|
-
"panels/protocol_monitor/ProtocolMonitor.ts | direction": {
|
|
7620
|
-
"message": "Κατεύθυνση"
|
|
7621
|
-
},
|
|
7622
7640
|
"panels/protocol_monitor/ProtocolMonitor.ts | documentation": {
|
|
7623
7641
|
"message": "Τεκμηρίωση"
|
|
7624
7642
|
},
|
|
@@ -7658,6 +7676,9 @@
|
|
|
7658
7676
|
"panels/protocol_monitor/ProtocolMonitor.ts | timestamp": {
|
|
7659
7677
|
"message": "Χρονική σήμανση"
|
|
7660
7678
|
},
|
|
7679
|
+
"panels/protocol_monitor/ProtocolMonitor.ts | type": {
|
|
7680
|
+
"message": "Τύπος"
|
|
7681
|
+
},
|
|
7661
7682
|
"panels/protocol_monitor/protocol_monitor-meta.ts | protocolMonitor": {
|
|
7662
7683
|
"message": "Παρακολούθηση πρωτοκόλλου"
|
|
7663
7684
|
},
|
|
@@ -7749,7 +7770,7 @@
|
|
|
7749
7770
|
"message": "{PH1} με {PH2}"
|
|
7750
7771
|
},
|
|
7751
7772
|
"panels/security/SecurityModel.ts | theSecurityOfThisPageIsUnknown": {
|
|
7752
|
-
"message": "Η
|
|
7773
|
+
"message": "Η κατάσταση ασφάλειας αυτής της σελίδας δεν είναι γνωστή."
|
|
7753
7774
|
},
|
|
7754
7775
|
"panels/security/SecurityModel.ts | thisPageIsNotSecure": {
|
|
7755
7776
|
"message": "Αυτή η σελίδα δεν είναι ασφαλής."
|
|
@@ -7970,9 +7991,6 @@
|
|
|
7970
7991
|
"panels/security/SecurityPanel.ts | theSecurityDetailsAboveAreFrom": {
|
|
7971
7992
|
"message": "Οι παραπάνω λεπτομέρειες ασφάλειας προέρχονται από την πρώτη επιθεωρημένη απόκριση."
|
|
7972
7993
|
},
|
|
7973
|
-
"panels/security/SecurityPanel.ts | theSecurityOfThisPageIsUnknown": {
|
|
7974
|
-
"message": "Η ασφάλεια αυτής της σελίδας είναι άγνωστη."
|
|
7975
|
-
},
|
|
7976
7994
|
"panels/security/SecurityPanel.ts | theServerSignatureUsesShaWhichIs": {
|
|
7977
7995
|
"message": "Η υπογραφή του διακομιστή χρησιμοποιεί SHA-1, το οποίο είναι παρωχημένο. Ενεργοποιήστε έναν αλγόριθμο υπογραφής SHA-2. (Έχετε υπόψη ότι διαφέρει από την υπογραφή στο πιστοποιητικό.)"
|
|
7978
7996
|
},
|
|
@@ -8000,15 +8018,6 @@
|
|
|
8000
8018
|
"panels/security/SecurityPanel.ts | thisPageIsInsecureUnencrypted": {
|
|
8001
8019
|
"message": "Αυτή η σελίδα δεν είναι ασφαλής (μη κρυπτογραφημένο HTTP)."
|
|
8002
8020
|
},
|
|
8003
|
-
"panels/security/SecurityPanel.ts | thisPageIsNotSecure": {
|
|
8004
|
-
"message": "Αυτή η σελίδα δεν είναι ασφαλής."
|
|
8005
|
-
},
|
|
8006
|
-
"panels/security/SecurityPanel.ts | thisPageIsNotSecureBrokenHttps": {
|
|
8007
|
-
"message": "Αυτή η σελίδα δεν είναι ασφαλής (κατεστραμμένο HTTPS)."
|
|
8008
|
-
},
|
|
8009
|
-
"panels/security/SecurityPanel.ts | thisPageIsSecureValidHttps": {
|
|
8010
|
-
"message": "Αυτή η σελίδα είναι ασφαλής (έγκυρο HTTPS)."
|
|
8011
|
-
},
|
|
8012
8021
|
"panels/security/SecurityPanel.ts | thisPageIsSuspicious": {
|
|
8013
8022
|
"message": "Αυτή η σελίδα είναι ύποπτη"
|
|
8014
8023
|
},
|
|
@@ -8316,7 +8325,7 @@
|
|
|
8316
8325
|
"message": "Προσθήκη σεναρίων περιεχομένου στη λίστα παράβλεψης (σενάρια επέκτασης στη σελίδα)"
|
|
8317
8326
|
},
|
|
8318
8327
|
"panels/settings/FrameworkIgnoreListSettingsTab.ts | ignoreScriptsWhoseNamesMatchS": {
|
|
8319
|
-
"message": "Παράβλεψη σεναρίων με όνομα που αντιστοιχεί στο {PH1}"
|
|
8328
|
+
"message": "Παράβλεψη σεναρίων με όνομα που αντιστοιχεί στο \"{PH1}\""
|
|
8320
8329
|
},
|
|
8321
8330
|
"panels/settings/FrameworkIgnoreListSettingsTab.ts | noIgnoreListPatterns": {
|
|
8322
8331
|
"message": "Δεν υπάρχουν μοτίβα λίστας παράβλεψης"
|
|
@@ -8420,6 +8429,9 @@
|
|
|
8420
8429
|
"panels/settings/emulation/DevicesSettingsTab.ts | device": {
|
|
8421
8430
|
"message": "Συσκευή"
|
|
8422
8431
|
},
|
|
8432
|
+
"panels/settings/emulation/DevicesSettingsTab.ts | deviceAddedOrUpdated": {
|
|
8433
|
+
"message": "Η συσκευή {PH1} προστέθηκε/ενημερώθηκε με επιτυχία."
|
|
8434
|
+
},
|
|
8423
8435
|
"panels/settings/emulation/DevicesSettingsTab.ts | deviceName": {
|
|
8424
8436
|
"message": "Όνομα συσκευής"
|
|
8425
8437
|
},
|
|
@@ -8450,6 +8462,9 @@
|
|
|
8450
8462
|
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | addBrand": {
|
|
8451
8463
|
"message": "Προσθήκη επωνυμίας"
|
|
8452
8464
|
},
|
|
8465
|
+
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | addedBrand": {
|
|
8466
|
+
"message": "Η σειρά επωνυμίας προστέθηκε."
|
|
8467
|
+
},
|
|
8453
8468
|
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | architecture": {
|
|
8454
8469
|
"message": "Αρχιτεκτονική"
|
|
8455
8470
|
},
|
|
@@ -8477,6 +8492,9 @@
|
|
|
8477
8492
|
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | deleteTooltip": {
|
|
8478
8493
|
"message": "Διαγραφή"
|
|
8479
8494
|
},
|
|
8495
|
+
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | deletedBrand": {
|
|
8496
|
+
"message": "Η σειρά επωνυμίας διαγράφηκε."
|
|
8497
|
+
},
|
|
8480
8498
|
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | deviceModel": {
|
|
8481
8499
|
"message": "Μοντέλο συσκευής"
|
|
8482
8500
|
},
|
|
@@ -9809,6 +9827,12 @@
|
|
|
9809
9827
|
"panels/timeline/TimelineUIUtils.ts | asyncTask": {
|
|
9810
9828
|
"message": "Μη συγχρονισμένη εργασία"
|
|
9811
9829
|
},
|
|
9830
|
+
"panels/timeline/TimelineUIUtils.ts | cacheModule": {
|
|
9831
|
+
"message": "Αποθήκευση κώδικα λειτουργικής μονάδας στην κρυφή μνήμη"
|
|
9832
|
+
},
|
|
9833
|
+
"panels/timeline/TimelineUIUtils.ts | cacheScript": {
|
|
9834
|
+
"message": "Αποθήκευση κώδικα σεναρίου στην κρυφή μνήμη"
|
|
9835
|
+
},
|
|
9812
9836
|
"panels/timeline/TimelineUIUtils.ts | cachedWasmModule": {
|
|
9813
9837
|
"message": "Προσωρινά αποθηκευμένη λειτουργική μονάδα Wasm"
|
|
9814
9838
|
},
|
|
@@ -9941,6 +9965,9 @@
|
|
|
9941
9965
|
"panels/timeline/TimelineUIUtils.ts | duration": {
|
|
9942
9966
|
"message": "Διάρκεια"
|
|
9943
9967
|
},
|
|
9968
|
+
"panels/timeline/TimelineUIUtils.ts | eagerCompile": {
|
|
9969
|
+
"message": "Μεταγλώττιση όλων των συναρτήσεων εκ των προτέρων"
|
|
9970
|
+
},
|
|
9944
9971
|
"panels/timeline/TimelineUIUtils.ts | elementsAffected": {
|
|
9945
9972
|
"message": "Στοιχεία που επηρεάζονται"
|
|
9946
9973
|
},
|
|
@@ -10394,9 +10421,6 @@
|
|
|
10394
10421
|
"panels/timeline/TimelineUIUtils.ts | scriptNotEligible": {
|
|
10395
10422
|
"message": "το σενάριο δεν είναι κατάλληλο"
|
|
10396
10423
|
},
|
|
10397
|
-
"panels/timeline/TimelineUIUtils.ts | scriptSavedToCache": {
|
|
10398
|
-
"message": "το σενάριο αποθηκεύτηκε στην κρυφή μνήμη"
|
|
10399
|
-
},
|
|
10400
10424
|
"panels/timeline/TimelineUIUtils.ts | scripting": {
|
|
10401
10425
|
"message": "Σενάρια"
|
|
10402
10426
|
},
|
|
@@ -11564,11 +11588,8 @@
|
|
|
11564
11588
|
"ui/legacy/components/quick_open/QuickInput.ts | pressEnterToConfirmOrEscapeTo": {
|
|
11565
11589
|
"message": "{PH1} (Πατήστε το πλήκτρο Enter για επιβεβαίωση ή το πλήκτρο Escape για ακύρωση.)"
|
|
11566
11590
|
},
|
|
11567
|
-
"ui/legacy/components/quick_open/QuickOpen.ts |
|
|
11568
|
-
"message": "
|
|
11569
|
-
},
|
|
11570
|
-
"ui/legacy/components/quick_open/QuickOpen.ts | typeToSeeAvailableCommands": {
|
|
11571
|
-
"message": "Πληκτρολογήστε ? για να δείτε τις διαθέσιμες εντολές"
|
|
11591
|
+
"ui/legacy/components/quick_open/QuickOpen.ts | useTabToSwitchCommandsTypeToSeeAvailableCommands": {
|
|
11592
|
+
"message": "Χρησιμοποιήστε το πλήκτρο Tab για εναλλαγή εντολών. Πληκτρολογήστε ? για να δείτε τις διαθέσιμες εντολές."
|
|
11572
11593
|
},
|
|
11573
11594
|
"ui/legacy/components/quick_open/quick_open-meta.ts | openFile": {
|
|
11574
11595
|
"message": "Άνοιγμα αρχείου"
|