chrome-devtools-frontend 1.0.957495 → 1.0.959543
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/.eslintignore +0 -1
- package/AUTHORS +1 -0
- package/config/owner/COMMON_OWNERS +0 -1
- package/config/owner/INFRA_OWNERS +0 -1
- package/extension-api/ExtensionAPI.d.ts +7 -0
- package/front_end/Images/generate-css-vars.js +12 -13
- package/front_end/Tests.js +14 -0
- package/front_end/core/common/Debouncer.ts +1 -1
- package/front_end/core/common/Settings.ts +33 -0
- package/front_end/core/host/InspectorFrontendHost.ts +7 -3
- package/front_end/core/host/InspectorFrontendHostAPI.ts +2 -0
- package/front_end/core/host/UserMetrics.ts +2 -2
- package/front_end/core/i18n/i18nImpl.ts +1 -1
- package/front_end/core/i18n/locales/af.json +399 -354
- package/front_end/core/i18n/locales/am.json +399 -354
- package/front_end/core/i18n/locales/ar.json +399 -354
- package/front_end/core/i18n/locales/as.json +399 -354
- package/front_end/core/i18n/locales/az.json +399 -354
- package/front_end/core/i18n/locales/be.json +399 -354
- package/front_end/core/i18n/locales/bg.json +399 -354
- package/front_end/core/i18n/locales/bn.json +399 -354
- package/front_end/core/i18n/locales/bs.json +400 -355
- package/front_end/core/i18n/locales/ca.json +399 -354
- package/front_end/core/i18n/locales/cs.json +399 -354
- package/front_end/core/i18n/locales/cy.json +399 -354
- package/front_end/core/i18n/locales/da.json +399 -354
- package/front_end/core/i18n/locales/de.json +399 -354
- package/front_end/core/i18n/locales/el.json +399 -354
- package/front_end/core/i18n/locales/en-GB.json +420 -375
- package/front_end/core/i18n/locales/es-419.json +399 -354
- package/front_end/core/i18n/locales/es.json +399 -354
- package/front_end/core/i18n/locales/et.json +399 -354
- package/front_end/core/i18n/locales/eu.json +403 -358
- package/front_end/core/i18n/locales/fa.json +399 -354
- package/front_end/core/i18n/locales/fi.json +399 -354
- package/front_end/core/i18n/locales/fil.json +399 -354
- package/front_end/core/i18n/locales/fr-CA.json +399 -354
- package/front_end/core/i18n/locales/fr.json +399 -354
- package/front_end/core/i18n/locales/gl.json +399 -354
- package/front_end/core/i18n/locales/gu.json +399 -354
- package/front_end/core/i18n/locales/he.json +399 -354
- package/front_end/core/i18n/locales/hi.json +399 -354
- package/front_end/core/i18n/locales/hr.json +399 -354
- package/front_end/core/i18n/locales/hu.json +399 -354
- package/front_end/core/i18n/locales/hy.json +399 -354
- package/front_end/core/i18n/locales/id.json +399 -354
- package/front_end/core/i18n/locales/is.json +399 -354
- package/front_end/core/i18n/locales/it.json +399 -354
- package/front_end/core/i18n/locales/ja.json +399 -354
- package/front_end/core/i18n/locales/ka.json +399 -354
- package/front_end/core/i18n/locales/kk.json +400 -355
- package/front_end/core/i18n/locales/km.json +399 -354
- package/front_end/core/i18n/locales/kn.json +399 -354
- package/front_end/core/i18n/locales/ko.json +399 -354
- package/front_end/core/i18n/locales/ky.json +399 -354
- package/front_end/core/i18n/locales/lo.json +399 -354
- package/front_end/core/i18n/locales/lt.json +399 -354
- package/front_end/core/i18n/locales/lv.json +399 -354
- package/front_end/core/i18n/locales/mk.json +399 -354
- package/front_end/core/i18n/locales/ml.json +399 -354
- package/front_end/core/i18n/locales/mn.json +399 -354
- package/front_end/core/i18n/locales/mr.json +399 -354
- package/front_end/core/i18n/locales/ms.json +399 -354
- package/front_end/core/i18n/locales/my.json +399 -354
- package/front_end/core/i18n/locales/ne.json +399 -354
- package/front_end/core/i18n/locales/nl.json +399 -354
- package/front_end/core/i18n/locales/no.json +399 -354
- package/front_end/core/i18n/locales/or.json +399 -354
- package/front_end/core/i18n/locales/pa.json +410 -365
- package/front_end/core/i18n/locales/pl.json +399 -354
- package/front_end/core/i18n/locales/pt-PT.json +399 -354
- package/front_end/core/i18n/locales/pt.json +399 -354
- package/front_end/core/i18n/locales/ro.json +399 -354
- package/front_end/core/i18n/locales/ru.json +399 -354
- package/front_end/core/i18n/locales/si.json +399 -354
- package/front_end/core/i18n/locales/sk.json +399 -354
- package/front_end/core/i18n/locales/sl.json +399 -354
- package/front_end/core/i18n/locales/sq.json +399 -354
- package/front_end/core/i18n/locales/sr-Latn.json +399 -354
- package/front_end/core/i18n/locales/sr.json +399 -354
- package/front_end/core/i18n/locales/sv.json +399 -354
- package/front_end/core/i18n/locales/sw.json +399 -354
- package/front_end/core/i18n/locales/ta.json +405 -360
- package/front_end/core/i18n/locales/te.json +399 -354
- package/front_end/core/i18n/locales/th.json +399 -354
- package/front_end/core/i18n/locales/tr.json +399 -354
- package/front_end/core/i18n/locales/uk.json +399 -354
- package/front_end/core/i18n/locales/ur.json +399 -354
- package/front_end/core/i18n/locales/uz.json +399 -354
- package/front_end/core/i18n/locales/vi.json +399 -354
- package/front_end/core/i18n/locales/zh-HK.json +399 -354
- package/front_end/core/i18n/locales/zh-TW.json +399 -354
- package/front_end/core/i18n/locales/zh.json +399 -354
- package/front_end/core/i18n/locales/zu.json +399 -354
- package/front_end/core/platform/generate-dcheck.js +2 -2
- package/front_end/core/protocol_client/InspectorBackend.ts +3 -3
- package/front_end/core/sdk/Connections.ts +1 -1
- package/front_end/core/sdk/IsolateManager.ts +1 -1
- package/front_end/core/sdk/PageResourceLoader.ts +4 -2
- package/front_end/core/sdk/ProfileTreeModel.ts +1 -1
- package/front_end/devtools_compatibility.js +9 -0
- package/front_end/entrypoints/main/MainImpl.ts +7 -2
- package/front_end/entrypoints/main/main-meta.ts +24 -24
- package/front_end/generated/SupportedCSSProperties.js +2 -2
- package/front_end/models/extensions/ExtensionAPI.ts +33 -5
- package/front_end/models/extensions/ExtensionServer.ts +28 -0
- package/front_end/models/logs/LogManager.ts +1 -1
- package/front_end/models/persistence/Automapping.ts +32 -4
- package/front_end/models/persistence/FileSystemWorkspaceBinding.ts +1 -1
- package/front_end/models/persistence/PersistenceImpl.ts +33 -13
- package/front_end/models/persistence/WorkspaceSettingsTab.ts +0 -1
- package/front_end/models/persistence/workspaceSettingsTab.css +3 -7
- package/front_end/models/workspace/UISourceCode.ts +1 -1
- package/front_end/panels/application/StorageView.ts +1 -1
- package/front_end/panels/console/ConsoleView.ts +1 -1
- package/front_end/panels/elements/AccessibilityTreeView.ts +2 -2
- package/front_end/panels/elements/ComputedStyleModel.ts +1 -1
- package/front_end/panels/elements/ElementsPanel.ts +34 -29
- package/front_end/panels/elements/StylesSidebarPane.ts +2 -2
- package/front_end/panels/elements/elementsPanel.css +10 -4
- package/front_end/panels/network/NetworkItemView.ts +1 -1
- package/front_end/panels/profiler/HeapTimelineOverview.ts +2 -2
- package/front_end/panels/profiler/LiveHeapProfileView.ts +1 -1
- package/front_end/panels/screencast/ScreencastView.ts +2 -2
- package/front_end/panels/settings/SettingsScreen.ts +1 -1
- package/front_end/panels/settings/settingsScreen.css +11 -5
- package/front_end/panels/sources/DebuggerPlugin.ts +1 -1
- package/front_end/panels/sources/NavigatorView.ts +1 -1
- package/front_end/panels/sources/SourcesSearchScope.ts +1 -1
- package/front_end/panels/sources/sources-meta.ts +14 -11
- package/front_end/panels/timeline/TimelineController.ts +2 -2
- package/front_end/panels/timeline/TimelineLoader.ts +3 -3
- package/front_end/panels/timeline/TimelinePanel.ts +1 -1
- package/front_end/panels/webauthn/WebauthnPane.ts +1 -1
- package/front_end/third_party/codemirror.next/chunk/codemirror.js +1 -1
- package/front_end/third_party/codemirror.next/chunk/markdown.js +1 -1
- package/front_end/third_party/codemirror.next/codemirror.next.d.ts +76 -12
- package/front_end/third_party/codemirror.next/codemirror.next.js +1 -1
- package/front_end/third_party/codemirror.next/package.json +13 -13
- package/front_end/ui/components/buttons/Button.ts +5 -1
- package/front_end/ui/components/buttons/button.css +10 -1
- package/front_end/ui/components/render_coordinator/RenderCoordinator.ts +2 -2
- package/front_end/ui/components/text_editor/TextEditor.ts +1 -1
- package/front_end/ui/components/text_editor/cursor_tooltip.ts +1 -1
- package/front_end/ui/components/text_editor/javascript.ts +1 -1
- package/front_end/ui/legacy/SearchableView.ts +1 -1
- package/front_end/ui/legacy/SoftDropDown.ts +2 -2
- package/front_end/ui/legacy/TextPrompt.ts +2 -1
- package/front_end/ui/legacy/components/perf_ui/LiveHeapProfile.ts +1 -1
- package/front_end/ui/legacy/filter.css +1 -0
- package/front_end/ui/legacy/toolbar.css +2 -0
- package/package.json +1 -1
- package/scripts/build/generate_css_js_files.js +8 -6
- package/scripts/build/generate_html_entrypoint.js +2 -1
- package/scripts/build/ninja/copy-file.js +2 -1
- package/scripts/build/ninja/copy-files.js +2 -1
- package/scripts/build/ninja/generate-declaration.js +2 -1
- package/scripts/build/ninja/node.gni +4 -1
- package/scripts/build/ninja/write-if-changed.js +27 -0
@@ -644,9 +644,6 @@
|
|
644
644
|
"core/sdk/sdk-meta.ts | disableCache": {
|
645
645
|
"message": "Lumpuhkan cache (semasa DevTools dibuka)"
|
646
646
|
},
|
647
|
-
"core/sdk/sdk-meta.ts | disableEmulateAutoDarkMode": {
|
648
|
-
"message": "Lumpuhkan mod autogelap"
|
649
|
-
},
|
650
647
|
"core/sdk/sdk-meta.ts | disableJavascript": {
|
651
648
|
"message": "Lumpuhkan JavaScript"
|
652
649
|
},
|
@@ -662,9 +659,6 @@
|
|
662
659
|
"core/sdk/sdk-meta.ts | disableWebpFormat": {
|
663
660
|
"message": "Lumpuhkan format WebP"
|
664
661
|
},
|
665
|
-
"core/sdk/sdk-meta.ts | disabledDarkMode": {
|
666
|
-
"message": "Lumpuhkan"
|
667
|
-
},
|
668
662
|
"core/sdk/sdk-meta.ts | doNotCaptureAsyncStackTraces": {
|
669
663
|
"message": "Jangan tangkap surih tindanan tak segerak"
|
670
664
|
},
|
@@ -680,9 +674,6 @@
|
|
680
674
|
"core/sdk/sdk-meta.ts | doNotEmulateCssMediaType": {
|
681
675
|
"message": "Jangan emulasikan jenis media CSS"
|
682
676
|
},
|
683
|
-
"core/sdk/sdk-meta.ts | doNotEmulateDarkMode": {
|
684
|
-
"message": "Jangan emulasikan mod autogelap"
|
685
|
-
},
|
686
677
|
"core/sdk/sdk-meta.ts | doNotExtendGridLines": {
|
687
678
|
"message": "Jangan panjangkan garisan grid"
|
688
679
|
},
|
@@ -752,9 +743,6 @@
|
|
752
743
|
"core/sdk/sdk-meta.ts | enableCustomFormatters": {
|
753
744
|
"message": "Dayakan pemformat tersuai"
|
754
745
|
},
|
755
|
-
"core/sdk/sdk-meta.ts | enableEmulateAutoDarkMode": {
|
756
|
-
"message": "Dayakan mod autogelap"
|
757
|
-
},
|
758
746
|
"core/sdk/sdk-meta.ts | enableJavascript": {
|
759
747
|
"message": "Dayakan JavaScript"
|
760
748
|
},
|
@@ -770,9 +758,6 @@
|
|
770
758
|
"core/sdk/sdk-meta.ts | enableWebpFormat": {
|
771
759
|
"message": "Dayakan format WebP"
|
772
760
|
},
|
773
|
-
"core/sdk/sdk-meta.ts | enabledDarkMode": {
|
774
|
-
"message": "Dayakan"
|
775
|
-
},
|
776
761
|
"core/sdk/sdk-meta.ts | extendGridLines": {
|
777
762
|
"message": "Panjangkan garisan grid"
|
778
763
|
},
|
@@ -896,11 +881,14 @@
|
|
896
881
|
"entrypoints/inspector_main/RenderingOptions.ts | emulateAFocusedPage": {
|
897
882
|
"message": "Emulasikan halaman yang difokuskan"
|
898
883
|
},
|
884
|
+
"entrypoints/inspector_main/RenderingOptions.ts | emulateAutoDarkMode": {
|
885
|
+
"message": "Enable automatic dark mode"
|
886
|
+
},
|
899
887
|
"entrypoints/inspector_main/RenderingOptions.ts | emulatesAFocusedPage": {
|
900
888
|
"message": "Mengemulasikan halaman yang difokuskan."
|
901
889
|
},
|
902
890
|
"entrypoints/inspector_main/RenderingOptions.ts | emulatesAutoDarkMode": {
|
903
|
-
"message": "
|
891
|
+
"message": "Enables automatic dark mode and sets prefers-color-scheme to dark."
|
904
892
|
},
|
905
893
|
"entrypoints/inspector_main/RenderingOptions.ts | forcesCssColorgamutMediaFeature": {
|
906
894
|
"message": "Memaksa ciri media color-gamut CSS"
|
@@ -1055,9 +1043,6 @@
|
|
1055
1043
|
"entrypoints/main/MainImpl.ts | showConsoleDrawer": {
|
1056
1044
|
"message": "Paparkan laci konsol"
|
1057
1045
|
},
|
1058
|
-
"entrypoints/main/MainImpl.ts | theSystempreferredColorSchemeHas": {
|
1059
|
-
"message": "Skema warna pilihan sistem telah berubah. Untuk menggunakan perubahan ini pada DevTools, muat semula."
|
1060
|
-
},
|
1061
1046
|
"entrypoints/main/MainImpl.ts | undockIntoSeparateWindow": {
|
1062
1047
|
"message": "Nyahdok ke tetingkap berasingan"
|
1063
1048
|
},
|
@@ -1322,6 +1307,9 @@
|
|
1322
1307
|
"models/har/Writer.ts | writingFile": {
|
1323
1308
|
"message": "Menulis fail…"
|
1324
1309
|
},
|
1310
|
+
"models/issues_manager/ClientHintIssue.ts | clientHintsInfrastructure": {
|
1311
|
+
"message": "Client Hints Infrastructure"
|
1312
|
+
},
|
1325
1313
|
"models/issues_manager/ContentSecurityPolicyIssue.ts | contentSecurityPolicyEval": {
|
1326
1314
|
"message": "Dasar Keselamatan Kandungan - Penilaian"
|
1327
1315
|
},
|
@@ -2078,6 +2066,12 @@
|
|
2078
2066
|
"panels/application/AppManifestView.ts | couldNotDownloadARequiredIcon": {
|
2079
2067
|
"message": "Tidak dapat memuat turun ikon yang diperlukan daripada manifes"
|
2080
2068
|
},
|
2069
|
+
"panels/application/AppManifestView.ts | darkBackgroundColor": {
|
2070
|
+
"message": "Dark background color"
|
2071
|
+
},
|
2072
|
+
"panels/application/AppManifestView.ts | darkThemeColor": {
|
2073
|
+
"message": "Dark theme color"
|
2074
|
+
},
|
2081
2075
|
"panels/application/AppManifestView.ts | description": {
|
2082
2076
|
"message": "Perihalan"
|
2083
2077
|
},
|
@@ -2342,339 +2336,6 @@
|
|
2342
2336
|
"panels/application/ApplicationPanelSidebar.ts | worker": {
|
2343
2337
|
"message": "pekerja"
|
2344
2338
|
},
|
2345
|
-
"panels/application/BackForwardCacheStrings.ts | HTTPMethodNotGET": {
|
2346
|
-
"message": "Hanya halaman yang dimuatkan melalui permintaan GT layak untuk cache kembali/maju."
|
2347
|
-
},
|
2348
|
-
"panels/application/BackForwardCacheStrings.ts | HTTPStatusNotOK": {
|
2349
|
-
"message": "Hanya halaman dengan kod status 2XX yang boleh dicache."
|
2350
|
-
},
|
2351
|
-
"panels/application/BackForwardCacheStrings.ts | JavaScriptExecution": {
|
2352
|
-
"message": "Chrome mengesan percubaan untuk melaksanakan JavaScript semasa dalam cache."
|
2353
|
-
},
|
2354
|
-
"panels/application/BackForwardCacheStrings.ts | appBanner": {
|
2355
|
-
"message": "Halaman yang meminta AppBanner tidak layak untuk cache kembali/maju pada masa ini."
|
2356
|
-
},
|
2357
|
-
"panels/application/BackForwardCacheStrings.ts | backForwardCacheDisabled": {
|
2358
|
-
"message": "Cache kembali/maju dilumpuhkan oleh bendera. Lawati chrome://flags/#back-forward-cache untuk mendayakan ciri ini secara setempat pada peranti ini."
|
2359
|
-
},
|
2360
|
-
"panels/application/BackForwardCacheStrings.ts | backForwardCacheDisabledByCommandLine": {
|
2361
|
-
"message": "Cache kembali/maju dilumpuhkan oleh baris perintah."
|
2362
|
-
},
|
2363
|
-
"panels/application/BackForwardCacheStrings.ts | backForwardCacheDisabledByLowMemory": {
|
2364
|
-
"message": "Cache kembali/maju dilumpuhkan kerana memori tidak mencukupi."
|
2365
|
-
},
|
2366
|
-
"panels/application/BackForwardCacheStrings.ts | backForwardCacheDisabledForDelegate": {
|
2367
|
-
"message": "Cache kembali/maju tidak disokong oleh perwakilan."
|
2368
|
-
},
|
2369
|
-
"panels/application/BackForwardCacheStrings.ts | backForwardCacheDisabledForPrerender": {
|
2370
|
-
"message": "Cache kembali/maju dilumpuhkan untuk prapemapar."
|
2371
|
-
},
|
2372
|
-
"panels/application/BackForwardCacheStrings.ts | broadcastChannel": {
|
2373
|
-
"message": "Halaman tidak boleh dicache kerana halaman itu mempunyai tika BroadcastChannel dengan pendengar berdaftar."
|
2374
|
-
},
|
2375
|
-
"panels/application/BackForwardCacheStrings.ts | cacheControlNoStore": {
|
2376
|
-
"message": "Halaman dengan pengepala cache-control:no-store tidak boleh memasuki cache kembali/maju."
|
2377
|
-
},
|
2378
|
-
"panels/application/BackForwardCacheStrings.ts | cacheFlushed": {
|
2379
|
-
"message": "Cache telah dikosongkan dengan sengaja."
|
2380
|
-
},
|
2381
|
-
"panels/application/BackForwardCacheStrings.ts | cacheLimit": {
|
2382
|
-
"message": "Halaman telah dikeluarkan daripada cache untuk membenarkan halaman lain dicache."
|
2383
|
-
},
|
2384
|
-
"panels/application/BackForwardCacheStrings.ts | containsPlugins": {
|
2385
|
-
"message": "Halaman yang mengandungi pemalam tidak layak untuk cache kembali/maju pada masa ini."
|
2386
|
-
},
|
2387
|
-
"panels/application/BackForwardCacheStrings.ts | contentFileChooser": {
|
2388
|
-
"message": "Halaman yang menggunakan FileChooser API tidak layak untuk cache kembali/maju."
|
2389
|
-
},
|
2390
|
-
"panels/application/BackForwardCacheStrings.ts | contentFileSystemAccess": {
|
2391
|
-
"message": "Halaman yang menggunakan API Akses Sistem Fail tidak layak untuk cache kembali/maju."
|
2392
|
-
},
|
2393
|
-
"panels/application/BackForwardCacheStrings.ts | contentMediaDevicesDispatcherHost": {
|
2394
|
-
"message": "Halaman yang menggunakan Penghantar Peranti Media tidak layak untuk cache kembali/maju."
|
2395
|
-
},
|
2396
|
-
"panels/application/BackForwardCacheStrings.ts | contentMediaPlay": {
|
2397
|
-
"message": "Pemain media sedang dimainkan semasa menavigasi keluar."
|
2398
|
-
},
|
2399
|
-
"panels/application/BackForwardCacheStrings.ts | contentMediaSession": {
|
2400
|
-
"message": "Halaman yang menggunakan MediaSession API dan menetapkan keadaan main balik tidak layak untuk cache kembali/maju."
|
2401
|
-
},
|
2402
|
-
"panels/application/BackForwardCacheStrings.ts | contentMediaSessionService": {
|
2403
|
-
"message": "Halaman yang menggunakan MediaSession API dan menetapkan pengendali tindakan tidak layak untuk cache kembali/maju."
|
2404
|
-
},
|
2405
|
-
"panels/application/BackForwardCacheStrings.ts | contentSecurityHandler": {
|
2406
|
-
"message": "Halaman yang menggunakan SecurityHandler tidak layak untuk cache kembali/maju."
|
2407
|
-
},
|
2408
|
-
"panels/application/BackForwardCacheStrings.ts | contentSerial": {
|
2409
|
-
"message": "Halaman yang menggunakan API Bersiri tidak layak untuk cache kembali/maju."
|
2410
|
-
},
|
2411
|
-
"panels/application/BackForwardCacheStrings.ts | contentWebAuthenticationAPI": {
|
2412
|
-
"message": "Halaman yang menggunakan WebAuthenticaion API tidak layak untuk cache kembali/maju."
|
2413
|
-
},
|
2414
|
-
"panels/application/BackForwardCacheStrings.ts | contentWebBluetooth": {
|
2415
|
-
"message": "Halaman yang menggunakan WebBluetooth API tidak layak untuk cache kembali/maju."
|
2416
|
-
},
|
2417
|
-
"panels/application/BackForwardCacheStrings.ts | contentWebUSB": {
|
2418
|
-
"message": "Halaman yang menggunakan WebUSB API tidak layak untuk cache kembali/maju."
|
2419
|
-
},
|
2420
|
-
"panels/application/BackForwardCacheStrings.ts | dedicatedWorkerOrWorklet": {
|
2421
|
-
"message": "Halaman yang menggunakan pekerja atau kerja kecil khusus tidak layak untuk cache kembali/maju pada masa ini."
|
2422
|
-
},
|
2423
|
-
"panels/application/BackForwardCacheStrings.ts | documentLoaded": {
|
2424
|
-
"message": "Dokumen belum selesai dimuatkan sebelum menavigasi keluar."
|
2425
|
-
},
|
2426
|
-
"panels/application/BackForwardCacheStrings.ts | enteredBackForwardCacheBeforeServiceWorkerHostAdded": {
|
2427
|
-
"message": "Pekerja perkhidmatan telah diaktifkan semasa halaman dalam cache kembali/maju."
|
2428
|
-
},
|
2429
|
-
"panels/application/BackForwardCacheStrings.ts | foregroundCacheLimit": {
|
2430
|
-
"message": "Halaman telah dikeluarkan daripada cache untuk membenarkan halaman lain dicache."
|
2431
|
-
},
|
2432
|
-
"panels/application/BackForwardCacheStrings.ts | grantedMediaStreamAccess": {
|
2433
|
-
"message": "Halaman yang telah memberikan akses strim media tidak layak untuk cache kembali/maju pada masa ini."
|
2434
|
-
},
|
2435
|
-
"panels/application/BackForwardCacheStrings.ts | haveInnerContents": {
|
2436
|
-
"message": "Halaman yang menggunakan portal tidak layak untuk cache kembali/maju pada masa ini."
|
2437
|
-
},
|
2438
|
-
"panels/application/BackForwardCacheStrings.ts | idleManager": {
|
2439
|
-
"message": "Halaman yang menggunakan IdleManager tidak layak untuk cache kembali/maju pada masa ini."
|
2440
|
-
},
|
2441
|
-
"panels/application/BackForwardCacheStrings.ts | indexedDBConnection": {
|
2442
|
-
"message": "Halaman yang mempunyai sambungan IndexedDB terbuka tidak layak untuk cache kembali/maju pada masa ini."
|
2443
|
-
},
|
2444
|
-
"panels/application/BackForwardCacheStrings.ts | ineligibleAPI": {
|
2445
|
-
"message": "API yang tidak layak telah digunakan."
|
2446
|
-
},
|
2447
|
-
"panels/application/BackForwardCacheStrings.ts | injectedJavascript": {
|
2448
|
-
"message": "Halaman yang telah disuntik JavaScript oleh sambungan tidak layak untuk cache kembali/maju pada masa ini."
|
2449
|
-
},
|
2450
|
-
"panels/application/BackForwardCacheStrings.ts | injectedStyleSheet": {
|
2451
|
-
"message": "Halaman yang telah disuntik StyleSheet oleh sambungan tidak layak untuk cache kembali/maju pada masa ini."
|
2452
|
-
},
|
2453
|
-
"panels/application/BackForwardCacheStrings.ts | internalError": {
|
2454
|
-
"message": "Ralat dalaman."
|
2455
|
-
},
|
2456
|
-
"panels/application/BackForwardCacheStrings.ts | keyboardLock": {
|
2457
|
-
"message": "Halaman yang menggunakan kunci Papan Kekunci tidak layak untuk cache kembali/maju pada masa ini."
|
2458
|
-
},
|
2459
|
-
"panels/application/BackForwardCacheStrings.ts | loading": {
|
2460
|
-
"message": "Halaman belum selesai dimuatkan sebelum menavigasi keluar."
|
2461
|
-
},
|
2462
|
-
"panels/application/BackForwardCacheStrings.ts | mainResourceHasCacheControlNoCache": {
|
2463
|
-
"message": "Halaman yang sumber utamanya mempunyai cache-control:no-cache tidak boleh memasuki cache kembali/maju."
|
2464
|
-
},
|
2465
|
-
"panels/application/BackForwardCacheStrings.ts | mainResourceHasCacheControlNoStore": {
|
2466
|
-
"message": "Halaman yang sumber utamanya mempunyai cache-control:no-store tidak boleh memasuki cache kembali/maju."
|
2467
|
-
},
|
2468
|
-
"panels/application/BackForwardCacheStrings.ts | navigationCancelledWhileRestoring": {
|
2469
|
-
"message": "Navigasi dibatalkan sebelum halaman dapat dipulihkan daripada cache kembali/maju."
|
2470
|
-
},
|
2471
|
-
"panels/application/BackForwardCacheStrings.ts | networkExceedsBufferLimit": {
|
2472
|
-
"message": "Halaman telah dikeluarkan daripada cache kerana sambungan rangkaian yang aktif menerima terlalu banyak data. Chrome mengehadkan jumlah data yang boleh diterima oleh halaman semasa dicache."
|
2473
|
-
},
|
2474
|
-
"panels/application/BackForwardCacheStrings.ts | networkRequestDatapipeDrainedAsBytesConsumer": {
|
2475
|
-
"message": "Halaman yang mempunyai ambil() atau XHR yang sedang diproses tidak layak untuk cache kembali/maju pada masa ini."
|
2476
|
-
},
|
2477
|
-
"panels/application/BackForwardCacheStrings.ts | networkRequestRedirected": {
|
2478
|
-
"message": "Halaman telah dikeluarkan daripada cache kembali/maju kerana permintaan rangkaian aktif terlibat dalam pengubahhalaan."
|
2479
|
-
},
|
2480
|
-
"panels/application/BackForwardCacheStrings.ts | networkRequestTimeout": {
|
2481
|
-
"message": "Halaman telah dikeluarkan daripada cache kerana sambungan rangkaian telah dibuka terlalu lama. Chrome mengehadkan jumlah masa halaman boleh menerima data semasa dicache."
|
2482
|
-
},
|
2483
|
-
"panels/application/BackForwardCacheStrings.ts | noResponseHead": {
|
2484
|
-
"message": "Halaman yang tiada pengepala respons yang sah tidak boleh memasuki cache kembali/maju."
|
2485
|
-
},
|
2486
|
-
"panels/application/BackForwardCacheStrings.ts | notMainFrame": {
|
2487
|
-
"message": "Navigasi berlaku dalam bingkai selain bingkai utama."
|
2488
|
-
},
|
2489
|
-
"panels/application/BackForwardCacheStrings.ts | outstandingIndexedDBTransaction": {
|
2490
|
-
"message": "Halaman dengan transaksi DB berindeks yang sedang berjalan tidak layak untuk cache kembali/maju pada masa ini."
|
2491
|
-
},
|
2492
|
-
"panels/application/BackForwardCacheStrings.ts | outstandingNetworkRequestDirectSocket": {
|
2493
|
-
"message": "Halaman dengan permintaan rangkaian yang sedang diproses tidak layak untuk cache kembali/maju pada masa ini."
|
2494
|
-
},
|
2495
|
-
"panels/application/BackForwardCacheStrings.ts | outstandingNetworkRequestFetch": {
|
2496
|
-
"message": "Halaman dengan permintaan ambil rangkaian yang sedang diproses tidak layak untuk cache kembali/maju pada masa ini."
|
2497
|
-
},
|
2498
|
-
"panels/application/BackForwardCacheStrings.ts | outstandingNetworkRequestOthers": {
|
2499
|
-
"message": "Halaman dengan permintaan rangkaian yang sedang diproses tidak layak untuk cache kembali/maju pada masa ini."
|
2500
|
-
},
|
2501
|
-
"panels/application/BackForwardCacheStrings.ts | outstandingNetworkRequestXHR": {
|
2502
|
-
"message": "Halaman dengan permintaan rangkaian XHR yang sedang diproses tidak layak untuk cache kembali/maju pada masa ini."
|
2503
|
-
},
|
2504
|
-
"panels/application/BackForwardCacheStrings.ts | paymentManager": {
|
2505
|
-
"message": "Halaman yang menggunakan PaymentManager tidak layak untuk cache kembali/maju pada masa ini."
|
2506
|
-
},
|
2507
|
-
"panels/application/BackForwardCacheStrings.ts | pictureInPicture": {
|
2508
|
-
"message": "Halaman yang menggunakan Gambar dalam Gambar tidak layak untuk cache kembali/maju pada masa ini."
|
2509
|
-
},
|
2510
|
-
"panels/application/BackForwardCacheStrings.ts | portal": {
|
2511
|
-
"message": "Halaman yang menggunakan portal tidak layak untuk cache kembali/maju pada masa ini."
|
2512
|
-
},
|
2513
|
-
"panels/application/BackForwardCacheStrings.ts | printing": {
|
2514
|
-
"message": "Halaman yang menunjukkan UI Pencetakan tidak layak untuk cache kembali/maju pada masa ini."
|
2515
|
-
},
|
2516
|
-
"panels/application/BackForwardCacheStrings.ts | relatedActiveContentsExist": {
|
2517
|
-
"message": "Halaman telah dibuka menggunakan window.open() dan tab lain mempunyai rujukan pada halaman itu atau halaman telah membuka tetingkap."
|
2518
|
-
},
|
2519
|
-
"panels/application/BackForwardCacheStrings.ts | rendererProcessCrashed": {
|
2520
|
-
"message": "Proses pemapar untuk halaman dalam cache kembali/maju telah ranap."
|
2521
|
-
},
|
2522
|
-
"panels/application/BackForwardCacheStrings.ts | rendererProcessKilled": {
|
2523
|
-
"message": "Proses pemapar untuk halaman dalam cache kembali/maju telah dihentikan."
|
2524
|
-
},
|
2525
|
-
"panels/application/BackForwardCacheStrings.ts | requestedAudioCapturePermission": {
|
2526
|
-
"message": "Halaman yang telah meminta kebenaran rakaman audio tidak layak untuk cache kembali/maju pada masa ini."
|
2527
|
-
},
|
2528
|
-
"panels/application/BackForwardCacheStrings.ts | requestedBackForwardCacheBlockedSensors": {
|
2529
|
-
"message": "Halaman yang telah meminta kebenaran penderia tidak layak untuk cache kembali/maju pada masa ini."
|
2530
|
-
},
|
2531
|
-
"panels/application/BackForwardCacheStrings.ts | requestedBackgroundWorkPermission": {
|
2532
|
-
"message": "Halaman yang telah meminta kebenaran penyegerakan atau ambil di latar belakang tidak layak untuk cache kembali/maju pada masa ini."
|
2533
|
-
},
|
2534
|
-
"panels/application/BackForwardCacheStrings.ts | requestedMIDIPermission": {
|
2535
|
-
"message": "Halaman yang telah meminta kebenaran MIDI tidak layak untuk cache kembali/maju pada masa ini."
|
2536
|
-
},
|
2537
|
-
"panels/application/BackForwardCacheStrings.ts | requestedNotificationsPermission": {
|
2538
|
-
"message": "Halaman yang telah meminta kebenaran pemberitahuan tidak layak untuk cache kembali/maju pada masa ini."
|
2539
|
-
},
|
2540
|
-
"panels/application/BackForwardCacheStrings.ts | requestedStorageAccessGrant": {
|
2541
|
-
"message": "Halaman yang telah meminta akses storan tidak layak untuk cache kembali/maju pada masa ini."
|
2542
|
-
},
|
2543
|
-
"panels/application/BackForwardCacheStrings.ts | requestedVideoCapturePermission": {
|
2544
|
-
"message": "Halaman yang telah meminta kebenaran rakaman video tidak layak untuk cache kembali/maju pada masa ini."
|
2545
|
-
},
|
2546
|
-
"panels/application/BackForwardCacheStrings.ts | schemeNotHTTPOrHTTPS": {
|
2547
|
-
"message": "Hanya halaman yang skema URLnya ialah HTTP / HTTPS boleh dicache."
|
2548
|
-
},
|
2549
|
-
"panels/application/BackForwardCacheStrings.ts | serviceWorkerClaim": {
|
2550
|
-
"message": "Halaman telah dituntut oleh pekerja perkhidmatan semasa dalam cache kembali/maju."
|
2551
|
-
},
|
2552
|
-
"panels/application/BackForwardCacheStrings.ts | serviceWorkerPostMessage": {
|
2553
|
-
"message": "Pekerja perkhidmatan cuba menghantar MessageEvent kepada halaman dalam cache kembali/maju."
|
2554
|
-
},
|
2555
|
-
"panels/application/BackForwardCacheStrings.ts | serviceWorkerUnregistration": {
|
2556
|
-
"message": "ServiceWorker telah dinyahdaftar semasa halaman dalam cache kembali/maju."
|
2557
|
-
},
|
2558
|
-
"panels/application/BackForwardCacheStrings.ts | serviceWorkerVersionActivation": {
|
2559
|
-
"message": "Halaman telah dikeluarkan daripada cache kembali/maju disebabkan pengaktifan pekerja perkhidmatan."
|
2560
|
-
},
|
2561
|
-
"panels/application/BackForwardCacheStrings.ts | sessionRestored": {
|
2562
|
-
"message": "Chrome dimulakan semula dan masukan cache kembali/maju dikosongkan."
|
2563
|
-
},
|
2564
|
-
"panels/application/BackForwardCacheStrings.ts | sharedWorker": {
|
2565
|
-
"message": "Halaman yang menggunakan SharedWorker tidak layak untuk cache kembali/maju pada masa ini."
|
2566
|
-
},
|
2567
|
-
"panels/application/BackForwardCacheStrings.ts | speechRecognizer": {
|
2568
|
-
"message": "Halaman yang menggunakan SpeechRecognizer tidak layak untuk cache kembali/maju pada masa ini."
|
2569
|
-
},
|
2570
|
-
"panels/application/BackForwardCacheStrings.ts | speechSynthesis": {
|
2571
|
-
"message": "Halaman yang menggunakan SpeechSynthesis tidak layak untuk cache kembali/maju pada masa ini."
|
2572
|
-
},
|
2573
|
-
"panels/application/BackForwardCacheStrings.ts | subframeIsNavigating": {
|
2574
|
-
"message": "iframe pada halaman memulakan navigasi yang tidak selesai."
|
2575
|
-
},
|
2576
|
-
"panels/application/BackForwardCacheStrings.ts | subresourceHasCacheControlNoCache": {
|
2577
|
-
"message": "Halaman yang subsumbernya mempunyai cache-control:no-cache tidak boleh memasuki cache kembali/maju."
|
2578
|
-
},
|
2579
|
-
"panels/application/BackForwardCacheStrings.ts | subresourceHasCacheControlNoStore": {
|
2580
|
-
"message": "Halaman yang subsumbernya mempunyai cache-control:no-store tidak boleh memasuki cache kembali/maju."
|
2581
|
-
},
|
2582
|
-
"panels/application/BackForwardCacheStrings.ts | timeout": {
|
2583
|
-
"message": "Halaman melebihi masa maksimum dalam cache kembali/maju dan telah tamat tempoh."
|
2584
|
-
},
|
2585
|
-
"panels/application/BackForwardCacheStrings.ts | timeoutPuttingInCache": {
|
2586
|
-
"message": "Halaman tamat masa semasa memasuki cache kembali/maju (mungkin disebabkan pengendali pagehide yang telah lama berjalan)."
|
2587
|
-
},
|
2588
|
-
"panels/application/BackForwardCacheStrings.ts | unloadHandlerExistsInMainFrame": {
|
2589
|
-
"message": "Halaman mempunyai pengendali nyahmuat dalam bingkai utama."
|
2590
|
-
},
|
2591
|
-
"panels/application/BackForwardCacheStrings.ts | unloadHandlerExistsInSubFrame": {
|
2592
|
-
"message": "Halaman mempunyai pengendali nyahmuat dalam subbingkai."
|
2593
|
-
},
|
2594
|
-
"panels/application/BackForwardCacheStrings.ts | userAgentOverrideDiffers": {
|
2595
|
-
"message": "Penyemak imbas telah menukar pengepala penggantian agen pengguna."
|
2596
|
-
},
|
2597
|
-
"panels/application/BackForwardCacheStrings.ts | wasGrantedMediaAccess": {
|
2598
|
-
"message": "Halaman yang telah memberikan akses untuk merakam video atau audio tidak layak untuk cache kembali/maju pada masa ini."
|
2599
|
-
},
|
2600
|
-
"panels/application/BackForwardCacheStrings.ts | webDatabase": {
|
2601
|
-
"message": "Halaman yang menggunakan WebDatabase tidak layak untuk cache kembali/maju pada masa ini."
|
2602
|
-
},
|
2603
|
-
"panels/application/BackForwardCacheStrings.ts | webHID": {
|
2604
|
-
"message": "Halaman yang menggunakan WebHID tidak layak untuk cache kembali/maju pada masa ini."
|
2605
|
-
},
|
2606
|
-
"panels/application/BackForwardCacheStrings.ts | webLocks": {
|
2607
|
-
"message": "Halaman yang menggunakan WebLocks tidak layak untuk cache kembali/maju pada masa ini."
|
2608
|
-
},
|
2609
|
-
"panels/application/BackForwardCacheStrings.ts | webNfc": {
|
2610
|
-
"message": "Halaman yang menggunakan WebNfc tidak layak untuk cache kembali/maju pada masa ini."
|
2611
|
-
},
|
2612
|
-
"panels/application/BackForwardCacheStrings.ts | webOTPService": {
|
2613
|
-
"message": "Halaman yang menggunakan WebOTPService tidak layak untuk cache kembali/maju pada masa ini."
|
2614
|
-
},
|
2615
|
-
"panels/application/BackForwardCacheStrings.ts | webRTC": {
|
2616
|
-
"message": "Halaman dengan WebRTC tidak boleh memasuki cache kembali/maju."
|
2617
|
-
},
|
2618
|
-
"panels/application/BackForwardCacheStrings.ts | webShare": {
|
2619
|
-
"message": "Halaman yang menggunakan WebShare tidak layak untuk cache kembali/maju pada masa ini."
|
2620
|
-
},
|
2621
|
-
"panels/application/BackForwardCacheStrings.ts | webSocket": {
|
2622
|
-
"message": "Halaman dengan WebSocket tidak boleh memasuki cache kembali/maju."
|
2623
|
-
},
|
2624
|
-
"panels/application/BackForwardCacheStrings.ts | webTransport": {
|
2625
|
-
"message": "Halaman dengan WebTransport tidak boleh memasuki cache kembali/maju."
|
2626
|
-
},
|
2627
|
-
"panels/application/BackForwardCacheStrings.ts | webXR": {
|
2628
|
-
"message": "Halaman yang menggunakan WebXR tidak layak untuk cache kembali/maju pada masa ini."
|
2629
|
-
},
|
2630
|
-
"panels/application/BackForwardCacheView.ts | backForwardCacheTitle": {
|
2631
|
-
"message": "Cache kembali-maju"
|
2632
|
-
},
|
2633
|
-
"panels/application/BackForwardCacheView.ts | circumstantial": {
|
2634
|
-
"message": "Tidak Boleh Diambil Tindakan"
|
2635
|
-
},
|
2636
|
-
"panels/application/BackForwardCacheView.ts | circumstantialExplanation": {
|
2637
|
-
"message": "Sebab ini tidak boleh diambil tindakan, iaitu tindakan membuat cache dihalang oleh sesuatu di luar kawalan langsung halaman."
|
2638
|
-
},
|
2639
|
-
"panels/application/BackForwardCacheView.ts | learnMore": {
|
2640
|
-
"message": "Ketahui lebih lanjut: kelayakan cache kembali/maju"
|
2641
|
-
},
|
2642
|
-
"panels/application/BackForwardCacheView.ts | mainFrame": {
|
2643
|
-
"message": "Bingkai Utama"
|
2644
|
-
},
|
2645
|
-
"panels/application/BackForwardCacheView.ts | normalNavigation": {
|
2646
|
-
"message": "Tidak disajikan daripada cache kembali/maju: untuk mencetuskan cache kembali/maju, gunakan butang kembali/ke hadapan Chrome atau gunakan butang ujian di bawah untuk menavigasi ke luar dan kembali secara automatik."
|
2647
|
-
},
|
2648
|
-
"panels/application/BackForwardCacheView.ts | pageSupportNeeded": {
|
2649
|
-
"message": "Boleh Diambil Tindakan"
|
2650
|
-
},
|
2651
|
-
"panels/application/BackForwardCacheView.ts | pageSupportNeededExplanation": {
|
2652
|
-
"message": "Sebab ini boleh diambil tindakan, iaitu item boleh dibersihkan untuk melayakkan halaman membuat cache kembali-maju."
|
2653
|
-
},
|
2654
|
-
"panels/application/BackForwardCacheView.ts | restoredFromBFCache": {
|
2655
|
-
"message": "Berjaya disajikan daripada cache kembali/maju."
|
2656
|
-
},
|
2657
|
-
"panels/application/BackForwardCacheView.ts | runTest": {
|
2658
|
-
"message": "Uji cache kembali/maju"
|
2659
|
-
},
|
2660
|
-
"panels/application/BackForwardCacheView.ts | runningTest": {
|
2661
|
-
"message": "Menjalankan ujian"
|
2662
|
-
},
|
2663
|
-
"panels/application/BackForwardCacheView.ts | supportPending": {
|
2664
|
-
"message": "Menunggu Sokongan"
|
2665
|
-
},
|
2666
|
-
"panels/application/BackForwardCacheView.ts | supportPendingExplanation": {
|
2667
|
-
"message": "Menunggu sokongan Chrome untuk sebab ini iaitu item tidak akan menghalang halaman daripada layak untuk cache kembali-maju dalam versi Chrome masa hadapan."
|
2668
|
-
},
|
2669
|
-
"panels/application/BackForwardCacheView.ts | unavailable": {
|
2670
|
-
"message": "tidak tersedia"
|
2671
|
-
},
|
2672
|
-
"panels/application/BackForwardCacheView.ts | unknown": {
|
2673
|
-
"message": "Status Tidak Diketahui"
|
2674
|
-
},
|
2675
|
-
"panels/application/BackForwardCacheView.ts | url": {
|
2676
|
-
"message": "URL:"
|
2677
|
-
},
|
2678
2339
|
"panels/application/BackgroundServiceView.ts | backgroundFetch": {
|
2679
2340
|
"message": "Pengambilan Latar Belakang"
|
2680
2341
|
},
|
@@ -3233,6 +2894,387 @@
|
|
3233
2894
|
"panels/application/application-meta.ts | stopRecordingEvents": {
|
3234
2895
|
"message": "Hentikan rakaman peristiwa"
|
3235
2896
|
},
|
2897
|
+
"panels/application/components/BackForwardCacheStrings.ts | HTTPMethodNotGET": {
|
2898
|
+
"message": "Hanya halaman yang dimuatkan melalui permintaan GT layak untuk cache kembali/maju."
|
2899
|
+
},
|
2900
|
+
"panels/application/components/BackForwardCacheStrings.ts | HTTPStatusNotOK": {
|
2901
|
+
"message": "Hanya halaman dengan kod status 2XX yang boleh dicache."
|
2902
|
+
},
|
2903
|
+
"panels/application/components/BackForwardCacheStrings.ts | JavaScriptExecution": {
|
2904
|
+
"message": "Chrome mengesan percubaan untuk melaksanakan JavaScript semasa dalam cache."
|
2905
|
+
},
|
2906
|
+
"panels/application/components/BackForwardCacheStrings.ts | appBanner": {
|
2907
|
+
"message": "Halaman yang meminta AppBanner tidak layak untuk cache kembali/maju pada masa ini."
|
2908
|
+
},
|
2909
|
+
"panels/application/components/BackForwardCacheStrings.ts | backForwardCacheDisabled": {
|
2910
|
+
"message": "Cache kembali/maju dilumpuhkan oleh bendera. Lawati chrome://flags/#back-forward-cache untuk mendayakan ciri ini secara setempat pada peranti ini."
|
2911
|
+
},
|
2912
|
+
"panels/application/components/BackForwardCacheStrings.ts | backForwardCacheDisabledByCommandLine": {
|
2913
|
+
"message": "Cache kembali/maju dilumpuhkan oleh baris perintah."
|
2914
|
+
},
|
2915
|
+
"panels/application/components/BackForwardCacheStrings.ts | backForwardCacheDisabledByLowMemory": {
|
2916
|
+
"message": "Cache kembali/maju dilumpuhkan kerana memori tidak mencukupi."
|
2917
|
+
},
|
2918
|
+
"panels/application/components/BackForwardCacheStrings.ts | backForwardCacheDisabledForDelegate": {
|
2919
|
+
"message": "Cache kembali/maju tidak disokong oleh perwakilan."
|
2920
|
+
},
|
2921
|
+
"panels/application/components/BackForwardCacheStrings.ts | backForwardCacheDisabledForPrerender": {
|
2922
|
+
"message": "Cache kembali/maju dilumpuhkan untuk prapemapar."
|
2923
|
+
},
|
2924
|
+
"panels/application/components/BackForwardCacheStrings.ts | broadcastChannel": {
|
2925
|
+
"message": "Halaman tidak boleh dicache kerana halaman itu mempunyai tika BroadcastChannel dengan pendengar berdaftar."
|
2926
|
+
},
|
2927
|
+
"panels/application/components/BackForwardCacheStrings.ts | cacheControlNoStore": {
|
2928
|
+
"message": "Halaman dengan pengepala cache-control:no-store tidak boleh memasuki cache kembali/maju."
|
2929
|
+
},
|
2930
|
+
"panels/application/components/BackForwardCacheStrings.ts | cacheFlushed": {
|
2931
|
+
"message": "Cache telah dikosongkan dengan sengaja."
|
2932
|
+
},
|
2933
|
+
"panels/application/components/BackForwardCacheStrings.ts | cacheLimit": {
|
2934
|
+
"message": "Halaman telah dikeluarkan daripada cache untuk membenarkan halaman lain dicache."
|
2935
|
+
},
|
2936
|
+
"panels/application/components/BackForwardCacheStrings.ts | containsPlugins": {
|
2937
|
+
"message": "Halaman yang mengandungi pemalam tidak layak untuk cache kembali/maju pada masa ini."
|
2938
|
+
},
|
2939
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentFileChooser": {
|
2940
|
+
"message": "Halaman yang menggunakan FileChooser API tidak layak untuk cache kembali/maju."
|
2941
|
+
},
|
2942
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentFileSystemAccess": {
|
2943
|
+
"message": "Halaman yang menggunakan API Akses Sistem Fail tidak layak untuk cache kembali/maju."
|
2944
|
+
},
|
2945
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentMediaDevicesDispatcherHost": {
|
2946
|
+
"message": "Halaman yang menggunakan Penghantar Peranti Media tidak layak untuk cache kembali/maju."
|
2947
|
+
},
|
2948
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentMediaPlay": {
|
2949
|
+
"message": "Pemain media sedang dimainkan semasa menavigasi keluar."
|
2950
|
+
},
|
2951
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentMediaSession": {
|
2952
|
+
"message": "Halaman yang menggunakan MediaSession API dan menetapkan keadaan main balik tidak layak untuk cache kembali/maju."
|
2953
|
+
},
|
2954
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentMediaSessionService": {
|
2955
|
+
"message": "Halaman yang menggunakan MediaSession API dan menetapkan pengendali tindakan tidak layak untuk cache kembali/maju."
|
2956
|
+
},
|
2957
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentScreenReader": {
|
2958
|
+
"message": "Back/forward cache is disabled due to screen reader."
|
2959
|
+
},
|
2960
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentSecurityHandler": {
|
2961
|
+
"message": "Halaman yang menggunakan SecurityHandler tidak layak untuk cache kembali/maju."
|
2962
|
+
},
|
2963
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentSerial": {
|
2964
|
+
"message": "Halaman yang menggunakan API Bersiri tidak layak untuk cache kembali/maju."
|
2965
|
+
},
|
2966
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentWebAuthenticationAPI": {
|
2967
|
+
"message": "Halaman yang menggunakan WebAuthenticaion API tidak layak untuk cache kembali/maju."
|
2968
|
+
},
|
2969
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentWebBluetooth": {
|
2970
|
+
"message": "Halaman yang menggunakan WebBluetooth API tidak layak untuk cache kembali/maju."
|
2971
|
+
},
|
2972
|
+
"panels/application/components/BackForwardCacheStrings.ts | contentWebUSB": {
|
2973
|
+
"message": "Halaman yang menggunakan WebUSB API tidak layak untuk cache kembali/maju."
|
2974
|
+
},
|
2975
|
+
"panels/application/components/BackForwardCacheStrings.ts | dedicatedWorkerOrWorklet": {
|
2976
|
+
"message": "Halaman yang menggunakan pekerja atau kerja kecil khusus tidak layak untuk cache kembali/maju pada masa ini."
|
2977
|
+
},
|
2978
|
+
"panels/application/components/BackForwardCacheStrings.ts | documentLoaded": {
|
2979
|
+
"message": "Dokumen belum selesai dimuatkan sebelum menavigasi keluar."
|
2980
|
+
},
|
2981
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderAppBannerManager": {
|
2982
|
+
"message": "App Banner was present upon navigating away."
|
2983
|
+
},
|
2984
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderChromePasswordManagerClientBindCredentialManager": {
|
2985
|
+
"message": "Chrome Password Manager was present upon navigating away."
|
2986
|
+
},
|
2987
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderDomDistillerSelfDeletingRequestDelegate": {
|
2988
|
+
"message": "DOM distillation was in progress upon navigating away."
|
2989
|
+
},
|
2990
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderDomDistillerViewerSource": {
|
2991
|
+
"message": "DOM Distiller Viewer was present upon navigating away."
|
2992
|
+
},
|
2993
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderExtensionMessaging": {
|
2994
|
+
"message": "Back/forward cache is disabled due to extensions using messaging API."
|
2995
|
+
},
|
2996
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderExtensionMessagingForOpenPort": {
|
2997
|
+
"message": "Extensions with long-lived connection should close the connection before entering back/forward cache."
|
2998
|
+
},
|
2999
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderExtensionSentMessageToCachedFrame": {
|
3000
|
+
"message": "Extensions with long-lived connection attempted to send messages to frames in back/forward cache."
|
3001
|
+
},
|
3002
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderExtensions": {
|
3003
|
+
"message": "Back/forward cache is disabled due to extensions."
|
3004
|
+
},
|
3005
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderModalDialog": {
|
3006
|
+
"message": "Modal dialog such as form resubmission or http password dialog was shown for the page upon navigating away."
|
3007
|
+
},
|
3008
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderOfflinePage": {
|
3009
|
+
"message": "The offline page was shown upon navigating away."
|
3010
|
+
},
|
3011
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderOomInterventionTabHelper": {
|
3012
|
+
"message": "Out-Of-Memory Intervention bar was present upon navigating away."
|
3013
|
+
},
|
3014
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderPermissionRequestManager": {
|
3015
|
+
"message": "There were permission requests upon navigating away."
|
3016
|
+
},
|
3017
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderPopupBlockerTabHelper": {
|
3018
|
+
"message": "Popup blocker was present upon navigating away."
|
3019
|
+
},
|
3020
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderSafeBrowsingThreatDetails": {
|
3021
|
+
"message": "Safe Browsing details were shown upon navigating away."
|
3022
|
+
},
|
3023
|
+
"panels/application/components/BackForwardCacheStrings.ts | embedderSafeBrowsingTriggeredPopupBlocker": {
|
3024
|
+
"message": "Safe Browsing considered this page to be abusive and blocked popup."
|
3025
|
+
},
|
3026
|
+
"panels/application/components/BackForwardCacheStrings.ts | enteredBackForwardCacheBeforeServiceWorkerHostAdded": {
|
3027
|
+
"message": "Pekerja perkhidmatan telah diaktifkan semasa halaman dalam cache kembali/maju."
|
3028
|
+
},
|
3029
|
+
"panels/application/components/BackForwardCacheStrings.ts | foregroundCacheLimit": {
|
3030
|
+
"message": "Halaman telah dikeluarkan daripada cache untuk membenarkan halaman lain dicache."
|
3031
|
+
},
|
3032
|
+
"panels/application/components/BackForwardCacheStrings.ts | grantedMediaStreamAccess": {
|
3033
|
+
"message": "Halaman yang telah memberikan akses strim media tidak layak untuk cache kembali/maju pada masa ini."
|
3034
|
+
},
|
3035
|
+
"panels/application/components/BackForwardCacheStrings.ts | haveInnerContents": {
|
3036
|
+
"message": "Halaman yang menggunakan portal tidak layak untuk cache kembali/maju pada masa ini."
|
3037
|
+
},
|
3038
|
+
"panels/application/components/BackForwardCacheStrings.ts | idleManager": {
|
3039
|
+
"message": "Halaman yang menggunakan IdleManager tidak layak untuk cache kembali/maju pada masa ini."
|
3040
|
+
},
|
3041
|
+
"panels/application/components/BackForwardCacheStrings.ts | indexedDBConnection": {
|
3042
|
+
"message": "Halaman yang mempunyai sambungan IndexedDB terbuka tidak layak untuk cache kembali/maju pada masa ini."
|
3043
|
+
},
|
3044
|
+
"panels/application/components/BackForwardCacheStrings.ts | ineligibleAPI": {
|
3045
|
+
"message": "API yang tidak layak telah digunakan."
|
3046
|
+
},
|
3047
|
+
"panels/application/components/BackForwardCacheStrings.ts | injectedJavascript": {
|
3048
|
+
"message": "Halaman yang telah disuntik JavaScript oleh sambungan tidak layak untuk cache kembali/maju pada masa ini."
|
3049
|
+
},
|
3050
|
+
"panels/application/components/BackForwardCacheStrings.ts | injectedStyleSheet": {
|
3051
|
+
"message": "Halaman yang telah disuntik StyleSheet oleh sambungan tidak layak untuk cache kembali/maju pada masa ini."
|
3052
|
+
},
|
3053
|
+
"panels/application/components/BackForwardCacheStrings.ts | internalError": {
|
3054
|
+
"message": "Ralat dalaman."
|
3055
|
+
},
|
3056
|
+
"panels/application/components/BackForwardCacheStrings.ts | keyboardLock": {
|
3057
|
+
"message": "Halaman yang menggunakan kunci Papan Kekunci tidak layak untuk cache kembali/maju pada masa ini."
|
3058
|
+
},
|
3059
|
+
"panels/application/components/BackForwardCacheStrings.ts | loading": {
|
3060
|
+
"message": "Halaman belum selesai dimuatkan sebelum menavigasi keluar."
|
3061
|
+
},
|
3062
|
+
"panels/application/components/BackForwardCacheStrings.ts | mainResourceHasCacheControlNoCache": {
|
3063
|
+
"message": "Halaman yang sumber utamanya mempunyai cache-control:no-cache tidak boleh memasuki cache kembali/maju."
|
3064
|
+
},
|
3065
|
+
"panels/application/components/BackForwardCacheStrings.ts | mainResourceHasCacheControlNoStore": {
|
3066
|
+
"message": "Halaman yang sumber utamanya mempunyai cache-control:no-store tidak boleh memasuki cache kembali/maju."
|
3067
|
+
},
|
3068
|
+
"panels/application/components/BackForwardCacheStrings.ts | navigationCancelledWhileRestoring": {
|
3069
|
+
"message": "Navigasi dibatalkan sebelum halaman dapat dipulihkan daripada cache kembali/maju."
|
3070
|
+
},
|
3071
|
+
"panels/application/components/BackForwardCacheStrings.ts | networkExceedsBufferLimit": {
|
3072
|
+
"message": "Halaman telah dikeluarkan daripada cache kerana sambungan rangkaian yang aktif menerima terlalu banyak data. Chrome mengehadkan jumlah data yang boleh diterima oleh halaman semasa dicache."
|
3073
|
+
},
|
3074
|
+
"panels/application/components/BackForwardCacheStrings.ts | networkRequestDatapipeDrainedAsBytesConsumer": {
|
3075
|
+
"message": "Halaman yang mempunyai ambil() atau XHR yang sedang diproses tidak layak untuk cache kembali/maju pada masa ini."
|
3076
|
+
},
|
3077
|
+
"panels/application/components/BackForwardCacheStrings.ts | networkRequestRedirected": {
|
3078
|
+
"message": "Halaman telah dikeluarkan daripada cache kembali/maju kerana permintaan rangkaian aktif terlibat dalam pengubahhalaan."
|
3079
|
+
},
|
3080
|
+
"panels/application/components/BackForwardCacheStrings.ts | networkRequestTimeout": {
|
3081
|
+
"message": "Halaman telah dikeluarkan daripada cache kerana sambungan rangkaian telah dibuka terlalu lama. Chrome mengehadkan jumlah masa halaman boleh menerima data semasa dicache."
|
3082
|
+
},
|
3083
|
+
"panels/application/components/BackForwardCacheStrings.ts | noResponseHead": {
|
3084
|
+
"message": "Halaman yang tiada pengepala respons yang sah tidak boleh memasuki cache kembali/maju."
|
3085
|
+
},
|
3086
|
+
"panels/application/components/BackForwardCacheStrings.ts | notMainFrame": {
|
3087
|
+
"message": "Navigasi berlaku dalam bingkai selain bingkai utama."
|
3088
|
+
},
|
3089
|
+
"panels/application/components/BackForwardCacheStrings.ts | outstandingIndexedDBTransaction": {
|
3090
|
+
"message": "Halaman dengan transaksi DB berindeks yang sedang berjalan tidak layak untuk cache kembali/maju pada masa ini."
|
3091
|
+
},
|
3092
|
+
"panels/application/components/BackForwardCacheStrings.ts | outstandingNetworkRequestDirectSocket": {
|
3093
|
+
"message": "Halaman dengan permintaan rangkaian yang sedang diproses tidak layak untuk cache kembali/maju pada masa ini."
|
3094
|
+
},
|
3095
|
+
"panels/application/components/BackForwardCacheStrings.ts | outstandingNetworkRequestFetch": {
|
3096
|
+
"message": "Halaman dengan permintaan ambil rangkaian yang sedang diproses tidak layak untuk cache kembali/maju pada masa ini."
|
3097
|
+
},
|
3098
|
+
"panels/application/components/BackForwardCacheStrings.ts | outstandingNetworkRequestOthers": {
|
3099
|
+
"message": "Halaman dengan permintaan rangkaian yang sedang diproses tidak layak untuk cache kembali/maju pada masa ini."
|
3100
|
+
},
|
3101
|
+
"panels/application/components/BackForwardCacheStrings.ts | outstandingNetworkRequestXHR": {
|
3102
|
+
"message": "Halaman dengan permintaan rangkaian XHR yang sedang diproses tidak layak untuk cache kembali/maju pada masa ini."
|
3103
|
+
},
|
3104
|
+
"panels/application/components/BackForwardCacheStrings.ts | paymentManager": {
|
3105
|
+
"message": "Halaman yang menggunakan PaymentManager tidak layak untuk cache kembali/maju pada masa ini."
|
3106
|
+
},
|
3107
|
+
"panels/application/components/BackForwardCacheStrings.ts | pictureInPicture": {
|
3108
|
+
"message": "Halaman yang menggunakan Gambar dalam Gambar tidak layak untuk cache kembali/maju pada masa ini."
|
3109
|
+
},
|
3110
|
+
"panels/application/components/BackForwardCacheStrings.ts | portal": {
|
3111
|
+
"message": "Halaman yang menggunakan portal tidak layak untuk cache kembali/maju pada masa ini."
|
3112
|
+
},
|
3113
|
+
"panels/application/components/BackForwardCacheStrings.ts | printing": {
|
3114
|
+
"message": "Halaman yang menunjukkan UI Pencetakan tidak layak untuk cache kembali/maju pada masa ini."
|
3115
|
+
},
|
3116
|
+
"panels/application/components/BackForwardCacheStrings.ts | relatedActiveContentsExist": {
|
3117
|
+
"message": "Halaman telah dibuka menggunakan window.open() dan tab lain mempunyai rujukan pada halaman itu atau halaman telah membuka tetingkap."
|
3118
|
+
},
|
3119
|
+
"panels/application/components/BackForwardCacheStrings.ts | rendererProcessCrashed": {
|
3120
|
+
"message": "Proses pemapar untuk halaman dalam cache kembali/maju telah ranap."
|
3121
|
+
},
|
3122
|
+
"panels/application/components/BackForwardCacheStrings.ts | rendererProcessKilled": {
|
3123
|
+
"message": "Proses pemapar untuk halaman dalam cache kembali/maju telah dihentikan."
|
3124
|
+
},
|
3125
|
+
"panels/application/components/BackForwardCacheStrings.ts | requestedAudioCapturePermission": {
|
3126
|
+
"message": "Halaman yang telah meminta kebenaran rakaman audio tidak layak untuk cache kembali/maju pada masa ini."
|
3127
|
+
},
|
3128
|
+
"panels/application/components/BackForwardCacheStrings.ts | requestedBackForwardCacheBlockedSensors": {
|
3129
|
+
"message": "Halaman yang telah meminta kebenaran penderia tidak layak untuk cache kembali/maju pada masa ini."
|
3130
|
+
},
|
3131
|
+
"panels/application/components/BackForwardCacheStrings.ts | requestedBackgroundWorkPermission": {
|
3132
|
+
"message": "Halaman yang telah meminta kebenaran penyegerakan atau ambil di latar belakang tidak layak untuk cache kembali/maju pada masa ini."
|
3133
|
+
},
|
3134
|
+
"panels/application/components/BackForwardCacheStrings.ts | requestedMIDIPermission": {
|
3135
|
+
"message": "Halaman yang telah meminta kebenaran MIDI tidak layak untuk cache kembali/maju pada masa ini."
|
3136
|
+
},
|
3137
|
+
"panels/application/components/BackForwardCacheStrings.ts | requestedNotificationsPermission": {
|
3138
|
+
"message": "Halaman yang telah meminta kebenaran pemberitahuan tidak layak untuk cache kembali/maju pada masa ini."
|
3139
|
+
},
|
3140
|
+
"panels/application/components/BackForwardCacheStrings.ts | requestedStorageAccessGrant": {
|
3141
|
+
"message": "Halaman yang telah meminta akses storan tidak layak untuk cache kembali/maju pada masa ini."
|
3142
|
+
},
|
3143
|
+
"panels/application/components/BackForwardCacheStrings.ts | requestedVideoCapturePermission": {
|
3144
|
+
"message": "Halaman yang telah meminta kebenaran rakaman video tidak layak untuk cache kembali/maju pada masa ini."
|
3145
|
+
},
|
3146
|
+
"panels/application/components/BackForwardCacheStrings.ts | schemeNotHTTPOrHTTPS": {
|
3147
|
+
"message": "Hanya halaman yang skema URLnya ialah HTTP / HTTPS boleh dicache."
|
3148
|
+
},
|
3149
|
+
"panels/application/components/BackForwardCacheStrings.ts | serviceWorkerClaim": {
|
3150
|
+
"message": "Halaman telah dituntut oleh pekerja perkhidmatan semasa dalam cache kembali/maju."
|
3151
|
+
},
|
3152
|
+
"panels/application/components/BackForwardCacheStrings.ts | serviceWorkerPostMessage": {
|
3153
|
+
"message": "Pekerja perkhidmatan cuba menghantar MessageEvent kepada halaman dalam cache kembali/maju."
|
3154
|
+
},
|
3155
|
+
"panels/application/components/BackForwardCacheStrings.ts | serviceWorkerUnregistration": {
|
3156
|
+
"message": "ServiceWorker telah dinyahdaftar semasa halaman dalam cache kembali/maju."
|
3157
|
+
},
|
3158
|
+
"panels/application/components/BackForwardCacheStrings.ts | serviceWorkerVersionActivation": {
|
3159
|
+
"message": "Halaman telah dikeluarkan daripada cache kembali/maju disebabkan pengaktifan pekerja perkhidmatan."
|
3160
|
+
},
|
3161
|
+
"panels/application/components/BackForwardCacheStrings.ts | sessionRestored": {
|
3162
|
+
"message": "Chrome dimulakan semula dan masukan cache kembali/maju dikosongkan."
|
3163
|
+
},
|
3164
|
+
"panels/application/components/BackForwardCacheStrings.ts | sharedWorker": {
|
3165
|
+
"message": "Halaman yang menggunakan SharedWorker tidak layak untuk cache kembali/maju pada masa ini."
|
3166
|
+
},
|
3167
|
+
"panels/application/components/BackForwardCacheStrings.ts | speechRecognizer": {
|
3168
|
+
"message": "Halaman yang menggunakan SpeechRecognizer tidak layak untuk cache kembali/maju pada masa ini."
|
3169
|
+
},
|
3170
|
+
"panels/application/components/BackForwardCacheStrings.ts | speechSynthesis": {
|
3171
|
+
"message": "Halaman yang menggunakan SpeechSynthesis tidak layak untuk cache kembali/maju pada masa ini."
|
3172
|
+
},
|
3173
|
+
"panels/application/components/BackForwardCacheStrings.ts | subframeIsNavigating": {
|
3174
|
+
"message": "iframe pada halaman memulakan navigasi yang tidak selesai."
|
3175
|
+
},
|
3176
|
+
"panels/application/components/BackForwardCacheStrings.ts | subresourceHasCacheControlNoCache": {
|
3177
|
+
"message": "Halaman yang subsumbernya mempunyai cache-control:no-cache tidak boleh memasuki cache kembali/maju."
|
3178
|
+
},
|
3179
|
+
"panels/application/components/BackForwardCacheStrings.ts | subresourceHasCacheControlNoStore": {
|
3180
|
+
"message": "Halaman yang subsumbernya mempunyai cache-control:no-store tidak boleh memasuki cache kembali/maju."
|
3181
|
+
},
|
3182
|
+
"panels/application/components/BackForwardCacheStrings.ts | timeout": {
|
3183
|
+
"message": "Halaman melebihi masa maksimum dalam cache kembali/maju dan telah tamat tempoh."
|
3184
|
+
},
|
3185
|
+
"panels/application/components/BackForwardCacheStrings.ts | timeoutPuttingInCache": {
|
3186
|
+
"message": "Halaman tamat masa semasa memasuki cache kembali/maju (mungkin disebabkan pengendali pagehide yang telah lama berjalan)."
|
3187
|
+
},
|
3188
|
+
"panels/application/components/BackForwardCacheStrings.ts | unloadHandlerExistsInMainFrame": {
|
3189
|
+
"message": "Halaman mempunyai pengendali nyahmuat dalam bingkai utama."
|
3190
|
+
},
|
3191
|
+
"panels/application/components/BackForwardCacheStrings.ts | unloadHandlerExistsInSubFrame": {
|
3192
|
+
"message": "Halaman mempunyai pengendali nyahmuat dalam subbingkai."
|
3193
|
+
},
|
3194
|
+
"panels/application/components/BackForwardCacheStrings.ts | userAgentOverrideDiffers": {
|
3195
|
+
"message": "Penyemak imbas telah menukar pengepala penggantian agen pengguna."
|
3196
|
+
},
|
3197
|
+
"panels/application/components/BackForwardCacheStrings.ts | wasGrantedMediaAccess": {
|
3198
|
+
"message": "Halaman yang telah memberikan akses untuk merakam video atau audio tidak layak untuk cache kembali/maju pada masa ini."
|
3199
|
+
},
|
3200
|
+
"panels/application/components/BackForwardCacheStrings.ts | webDatabase": {
|
3201
|
+
"message": "Halaman yang menggunakan WebDatabase tidak layak untuk cache kembali/maju pada masa ini."
|
3202
|
+
},
|
3203
|
+
"panels/application/components/BackForwardCacheStrings.ts | webHID": {
|
3204
|
+
"message": "Halaman yang menggunakan WebHID tidak layak untuk cache kembali/maju pada masa ini."
|
3205
|
+
},
|
3206
|
+
"panels/application/components/BackForwardCacheStrings.ts | webLocks": {
|
3207
|
+
"message": "Halaman yang menggunakan WebLocks tidak layak untuk cache kembali/maju pada masa ini."
|
3208
|
+
},
|
3209
|
+
"panels/application/components/BackForwardCacheStrings.ts | webNfc": {
|
3210
|
+
"message": "Halaman yang menggunakan WebNfc tidak layak untuk cache kembali/maju pada masa ini."
|
3211
|
+
},
|
3212
|
+
"panels/application/components/BackForwardCacheStrings.ts | webOTPService": {
|
3213
|
+
"message": "Halaman yang menggunakan WebOTPService tidak layak untuk cache kembali/maju pada masa ini."
|
3214
|
+
},
|
3215
|
+
"panels/application/components/BackForwardCacheStrings.ts | webRTC": {
|
3216
|
+
"message": "Halaman dengan WebRTC tidak boleh memasuki cache kembali/maju."
|
3217
|
+
},
|
3218
|
+
"panels/application/components/BackForwardCacheStrings.ts | webShare": {
|
3219
|
+
"message": "Halaman yang menggunakan WebShare tidak layak untuk cache kembali/maju pada masa ini."
|
3220
|
+
},
|
3221
|
+
"panels/application/components/BackForwardCacheStrings.ts | webSocket": {
|
3222
|
+
"message": "Halaman dengan WebSocket tidak boleh memasuki cache kembali/maju."
|
3223
|
+
},
|
3224
|
+
"panels/application/components/BackForwardCacheStrings.ts | webTransport": {
|
3225
|
+
"message": "Halaman dengan WebTransport tidak boleh memasuki cache kembali/maju."
|
3226
|
+
},
|
3227
|
+
"panels/application/components/BackForwardCacheStrings.ts | webXR": {
|
3228
|
+
"message": "Halaman yang menggunakan WebXR tidak layak untuk cache kembali/maju pada masa ini."
|
3229
|
+
},
|
3230
|
+
"panels/application/components/BackForwardCacheView.ts | backForwardCacheTitle": {
|
3231
|
+
"message": "Cache kembali-maju"
|
3232
|
+
},
|
3233
|
+
"panels/application/components/BackForwardCacheView.ts | circumstantial": {
|
3234
|
+
"message": "Tidak Boleh Diambil Tindakan"
|
3235
|
+
},
|
3236
|
+
"panels/application/components/BackForwardCacheView.ts | circumstantialExplanation": {
|
3237
|
+
"message": "Sebab ini tidak boleh diambil tindakan, iaitu tindakan membuat cache dihalang oleh sesuatu di luar kawalan langsung halaman."
|
3238
|
+
},
|
3239
|
+
"panels/application/components/BackForwardCacheView.ts | learnMore": {
|
3240
|
+
"message": "Ketahui lebih lanjut: kelayakan cache kembali/maju"
|
3241
|
+
},
|
3242
|
+
"panels/application/components/BackForwardCacheView.ts | mainFrame": {
|
3243
|
+
"message": "Bingkai Utama"
|
3244
|
+
},
|
3245
|
+
"panels/application/components/BackForwardCacheView.ts | normalNavigation": {
|
3246
|
+
"message": "Tidak disajikan daripada cache kembali/maju: untuk mencetuskan cache kembali/maju, gunakan butang kembali/ke hadapan Chrome atau gunakan butang ujian di bawah untuk menavigasi ke luar dan kembali secara automatik."
|
3247
|
+
},
|
3248
|
+
"panels/application/components/BackForwardCacheView.ts | pageSupportNeeded": {
|
3249
|
+
"message": "Boleh Diambil Tindakan"
|
3250
|
+
},
|
3251
|
+
"panels/application/components/BackForwardCacheView.ts | pageSupportNeededExplanation": {
|
3252
|
+
"message": "Sebab ini boleh diambil tindakan, iaitu item boleh dibersihkan untuk melayakkan halaman membuat cache kembali-maju."
|
3253
|
+
},
|
3254
|
+
"panels/application/components/BackForwardCacheView.ts | restoredFromBFCache": {
|
3255
|
+
"message": "Berjaya disajikan daripada cache kembali/maju."
|
3256
|
+
},
|
3257
|
+
"panels/application/components/BackForwardCacheView.ts | runTest": {
|
3258
|
+
"message": "Uji cache kembali/maju"
|
3259
|
+
},
|
3260
|
+
"panels/application/components/BackForwardCacheView.ts | runningTest": {
|
3261
|
+
"message": "Menjalankan ujian"
|
3262
|
+
},
|
3263
|
+
"panels/application/components/BackForwardCacheView.ts | supportPending": {
|
3264
|
+
"message": "Menunggu Sokongan"
|
3265
|
+
},
|
3266
|
+
"panels/application/components/BackForwardCacheView.ts | supportPendingExplanation": {
|
3267
|
+
"message": "Menunggu sokongan Chrome untuk sebab ini iaitu item tidak akan menghalang halaman daripada layak untuk cache kembali-maju dalam versi Chrome masa hadapan."
|
3268
|
+
},
|
3269
|
+
"panels/application/components/BackForwardCacheView.ts | unavailable": {
|
3270
|
+
"message": "tidak tersedia"
|
3271
|
+
},
|
3272
|
+
"panels/application/components/BackForwardCacheView.ts | unknown": {
|
3273
|
+
"message": "Status Tidak Diketahui"
|
3274
|
+
},
|
3275
|
+
"panels/application/components/BackForwardCacheView.ts | url": {
|
3276
|
+
"message": "URL:"
|
3277
|
+
},
|
3236
3278
|
"panels/application/components/EndpointsGrid.ts | noEndpointsToDisplay": {
|
3237
3279
|
"message": "Tiada titik akhir untuk dipaparkan"
|
3238
3280
|
},
|
@@ -11540,6 +11582,9 @@
|
|
11540
11582
|
"ui/legacy/ListWidget.ts | saveString": {
|
11541
11583
|
"message": "Simpan"
|
11542
11584
|
},
|
11585
|
+
"ui/legacy/RemoteDebuggingTerminatedScreen.ts | debuggingConnectionWasClosed": {
|
11586
|
+
"message": "Debugging connection was closed. Reason: "
|
11587
|
+
},
|
11543
11588
|
"ui/legacy/RemoteDebuggingTerminatedScreen.ts | reconnectDevtools": {
|
11544
11589
|
"message": "Sambung semula DevTools"
|
11545
11590
|
},
|
@@ -12104,8 +12149,8 @@
|
|
12104
12149
|
"ui/legacy/components/quick_open/QuickInput.ts | pressEnterToConfirmOrEscapeTo": {
|
12105
12150
|
"message": "{PH1} (Tekan 'Enter' untuk membuat pengesahan atau 'Esc' untuk membuat pembatalan.)"
|
12106
12151
|
},
|
12107
|
-
"ui/legacy/components/quick_open/QuickOpen.ts |
|
12108
|
-
"message": "
|
12152
|
+
"ui/legacy/components/quick_open/QuickOpen.ts | typeToSeeAvailableCommands": {
|
12153
|
+
"message": "Taip '?' untuk melihat perintah yang tersedia"
|
12109
12154
|
},
|
12110
12155
|
"ui/legacy/components/quick_open/quick_open-meta.ts | openFile": {
|
12111
12156
|
"message": "Buka fail"
|