chrome-devtools-frontend 1.0.952784 → 1.0.953776
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/devtools_grd_files.gni +4 -0
- package/config/gni/devtools_image_files.gni +1 -0
- package/front_end/.eslintrc.js +1 -0
- package/front_end/Images/src/info-icon.svg +1 -0
- package/front_end/core/common/ParsedURL.ts +31 -0
- package/front_end/core/host/UserMetrics.ts +515 -481
- package/front_end/core/i18n/i18nImpl.ts +8 -30
- package/front_end/core/i18n/locales/af.json +158 -176
- package/front_end/core/i18n/locales/am.json +163 -181
- package/front_end/core/i18n/locales/ar.json +162 -180
- package/front_end/core/i18n/locales/as.json +163 -181
- package/front_end/core/i18n/locales/az.json +161 -179
- package/front_end/core/i18n/locales/be.json +160 -178
- package/front_end/core/i18n/locales/bg.json +159 -177
- package/front_end/core/i18n/locales/bn.json +166 -184
- package/front_end/core/i18n/locales/bs.json +161 -179
- package/front_end/core/i18n/locales/ca.json +159 -177
- package/front_end/core/i18n/locales/cs.json +159 -177
- package/front_end/core/i18n/locales/cy.json +164 -182
- package/front_end/core/i18n/locales/da.json +158 -176
- package/front_end/core/i18n/locales/de.json +160 -178
- package/front_end/core/i18n/locales/el.json +158 -176
- package/front_end/core/i18n/locales/en-GB.json +158 -176
- package/front_end/core/i18n/locales/en-US.json +48 -0
- package/front_end/core/i18n/locales/en-XL.json +48 -0
- package/front_end/core/i18n/locales/es-419.json +160 -178
- package/front_end/core/i18n/locales/es.json +156 -174
- package/front_end/core/i18n/locales/et.json +161 -179
- package/front_end/core/i18n/locales/eu.json +159 -177
- package/front_end/core/i18n/locales/fa.json +166 -184
- package/front_end/core/i18n/locales/fi.json +161 -179
- package/front_end/core/i18n/locales/fil.json +162 -180
- package/front_end/core/i18n/locales/fr-CA.json +159 -177
- package/front_end/core/i18n/locales/fr.json +158 -176
- package/front_end/core/i18n/locales/gl.json +160 -178
- package/front_end/core/i18n/locales/gu.json +179 -197
- package/front_end/core/i18n/locales/he.json +160 -178
- package/front_end/core/i18n/locales/hi.json +166 -184
- package/front_end/core/i18n/locales/hr.json +161 -179
- package/front_end/core/i18n/locales/hu.json +161 -179
- package/front_end/core/i18n/locales/hy.json +157 -175
- package/front_end/core/i18n/locales/id.json +160 -178
- package/front_end/core/i18n/locales/is.json +163 -181
- package/front_end/core/i18n/locales/it.json +162 -180
- package/front_end/core/i18n/locales/ja.json +160 -178
- package/front_end/core/i18n/locales/ka.json +161 -179
- package/front_end/core/i18n/locales/kk.json +164 -182
- package/front_end/core/i18n/locales/km.json +160 -178
- package/front_end/core/i18n/locales/kn.json +162 -180
- package/front_end/core/i18n/locales/ko.json +162 -180
- package/front_end/core/i18n/locales/ky.json +160 -178
- package/front_end/core/i18n/locales/lo.json +159 -177
- package/front_end/core/i18n/locales/lt.json +159 -177
- package/front_end/core/i18n/locales/lv.json +162 -180
- package/front_end/core/i18n/locales/mk.json +162 -180
- package/front_end/core/i18n/locales/ml.json +160 -178
- package/front_end/core/i18n/locales/mn.json +164 -182
- package/front_end/core/i18n/locales/mr.json +163 -181
- package/front_end/core/i18n/locales/ms.json +163 -181
- package/front_end/core/i18n/locales/my.json +164 -182
- package/front_end/core/i18n/locales/ne.json +160 -178
- package/front_end/core/i18n/locales/nl.json +160 -178
- package/front_end/core/i18n/locales/no.json +281 -299
- package/front_end/core/i18n/locales/or.json +165 -183
- package/front_end/core/i18n/locales/pa.json +159 -177
- package/front_end/core/i18n/locales/pl.json +163 -181
- package/front_end/core/i18n/locales/pt-PT.json +160 -178
- package/front_end/core/i18n/locales/pt.json +159 -177
- package/front_end/core/i18n/locales/ro.json +161 -179
- package/front_end/core/i18n/locales/ru.json +159 -177
- package/front_end/core/i18n/locales/si.json +161 -179
- package/front_end/core/i18n/locales/sk.json +158 -176
- package/front_end/core/i18n/locales/sl.json +160 -178
- package/front_end/core/i18n/locales/sq.json +279 -297
- package/front_end/core/i18n/locales/sr-Latn.json +160 -178
- package/front_end/core/i18n/locales/sr.json +160 -178
- package/front_end/core/i18n/locales/sv.json +159 -177
- package/front_end/core/i18n/locales/sw.json +164 -182
- package/front_end/core/i18n/locales/ta.json +160 -178
- package/front_end/core/i18n/locales/te.json +165 -183
- package/front_end/core/i18n/locales/th.json +158 -176
- package/front_end/core/i18n/locales/tr.json +162 -180
- package/front_end/core/i18n/locales/uk.json +160 -178
- package/front_end/core/i18n/locales/ur.json +160 -178
- package/front_end/core/i18n/locales/uz.json +160 -178
- package/front_end/core/i18n/locales/vi.json +162 -180
- package/front_end/core/i18n/locales/zh-HK.json +160 -178
- package/front_end/core/i18n/locales/zh-TW.json +161 -179
- package/front_end/core/i18n/locales/zh.json +162 -180
- package/front_end/core/i18n/locales/zu.json +164 -182
- package/front_end/core/sdk/ChildTargetManager.ts +1 -0
- package/front_end/core/sdk/PageResourceLoader.ts +1 -2
- package/front_end/panels/application/components/BackForwardCacheStrings.ts +93 -15
- package/front_end/panels/application/components/EndpointsGrid.ts +1 -1
- package/front_end/panels/elements/components/elementsBreadcrumbs.css +2 -0
- package/front_end/panels/emulation/components/DeviceSizeInputElement.ts +2 -0
- package/front_end/panels/network/NetworkDataGridNode.ts +0 -2
- package/front_end/panels/network/components/WebBundleInfoView.ts +1 -1
- package/front_end/third_party/lighthouse/lighthouse-dt-bundle.js +188 -185
- package/front_end/third_party/lighthouse/locales/en-US.json +1 -1
- package/front_end/third_party/lighthouse/locales/en-XL.json +1 -1
- package/front_end/third_party/lighthouse/report/bundle.js +3 -3
- package/front_end/third_party/lighthouse/report-assets/report-generator.js +1 -1
- package/front_end/third_party/puppeteer/package/README.md +11 -11
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/AriaQueryHandler.js +2 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/AriaQueryHandler.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/DOMWorld.d.ts +2 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/DOMWorld.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/DOMWorld.js +20 -11
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/DOMWorld.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/JSHandle.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/JSHandle.js +13 -3
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/JSHandle.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/AriaQueryHandler.js +2 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/AriaQueryHandler.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/DOMWorld.d.ts +2 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/DOMWorld.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/DOMWorld.js +20 -11
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/DOMWorld.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/JSHandle.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/JSHandle.js +13 -3
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/JSHandle.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/types.d.ts +2 -0
- package/front_end/third_party/puppeteer/package/package.json +1 -1
- package/front_end/ui/components/docs/component_docs.ts +4 -4
- package/front_end/ui/components/docs/component_docs_styles.css +51 -0
- package/front_end/ui/components/input/checkbox.css +11 -0
- package/front_end/ui/components/input/input.ts +3 -3
- package/front_end/ui/components/markdown_view/MarkdownView.ts +1 -1
- package/front_end/ui/components/panel_feedback/PreviewToggle.ts +2 -1
- package/front_end/ui/components/settings/SettingCheckbox.ts +2 -1
- package/front_end/ui/components/settings/settingCheckbox.css +0 -5
- package/front_end/ui/legacy/RemoteDebuggingTerminatedScreen.ts +10 -3
- package/front_end/ui/legacy/UIUtils.ts +0 -12
- package/front_end/ui/legacy/themeColors.css +1 -0
- package/inspector_overlay/main.ts +2 -16
- package/package.json +1 -1
- package/scripts/check_experiments.js +3 -6
- package/scripts/component_server/server.js +4 -12
- package/scripts/eslint_rules/lib/check_enumerated_histograms.js +32 -0
- package/scripts/eslint_rules/lib/lit_html_host_this.js +1 -10
- package/scripts/eslint_rules/lib/utils.js +20 -1
- package/scripts/eslint_rules/tests/check_enumerated_histograms_test.js +32 -0
- package/scripts/eslint_rules/tests/utils_test.js +30 -0
|
@@ -401,6 +401,21 @@
|
|
|
401
401
|
"core/sdk/DebuggerModel.ts | withBlock": {
|
|
402
402
|
"message": "With ବ୍ଲକ୍"
|
|
403
403
|
},
|
|
404
|
+
"core/sdk/EventBreakpointsModel.ts | auctionWorklet": {
|
|
405
|
+
"message": "ବିଜ୍ଞାପନ ନିଲାମ ୱାର୍କଲେଟ"
|
|
406
|
+
},
|
|
407
|
+
"core/sdk/EventBreakpointsModel.ts | beforeBidderWorkletBiddingStart": {
|
|
408
|
+
"message": "ବିଡର ବିଡିଂ ଫେଜର ଆରମ୍ଭ"
|
|
409
|
+
},
|
|
410
|
+
"core/sdk/EventBreakpointsModel.ts | beforeBidderWorkletReportingStart": {
|
|
411
|
+
"message": "ବିଡର ରିପୋର୍ଟିଂ ଫେଜର ଆରମ୍ଭ"
|
|
412
|
+
},
|
|
413
|
+
"core/sdk/EventBreakpointsModel.ts | beforeSellerWorkletReportingStart": {
|
|
414
|
+
"message": "ବିକ୍ରେତା ରିପୋର୍ଟିଂ ଫେଜର ଆରମ୍ଭ"
|
|
415
|
+
},
|
|
416
|
+
"core/sdk/EventBreakpointsModel.ts | beforeSellerWorkletScoringStart": {
|
|
417
|
+
"message": "ବିକ୍ରେତା ସ୍କୋରିଂ ଫେଜର ଆରମ୍ଭ"
|
|
418
|
+
},
|
|
404
419
|
"core/sdk/NetworkManager.ts | crossoriginReadBlockingCorb": {
|
|
405
420
|
"message": "କ୍ରସ୍-ଅରିଜିନ୍ ରିଡ୍ ବ୍ଲକିଂ (CORB) ଦ୍ୱାରା କ୍ରସ୍-ଅରିଜିନ୍ ଉତ୍ତର {PH1} ସହ MIMEର ପ୍ରକାର {PH2}କୁ ବ୍ଲକ୍ କରାଯାଇଛି। ଅଧିକ ବିବରଣୀ ପାଇଁ https://www.chromestatus.com/feature/5629709824032768 ଦେଖନ୍ତୁ।"
|
|
406
421
|
},
|
|
@@ -629,6 +644,9 @@
|
|
|
629
644
|
"core/sdk/sdk-meta.ts | disableCache": {
|
|
630
645
|
"message": "କ୍ୟାଶକୁ ଅକ୍ଷମ କରନ୍ତୁ (DevTools ଖୋଲା ଥିବା ସମୟରେ)"
|
|
631
646
|
},
|
|
647
|
+
"core/sdk/sdk-meta.ts | disableEmulateAutoDarkMode": {
|
|
648
|
+
"message": "ସ୍ୱତଃ ଡାର୍କ ମୋଡକୁ ଅକ୍ଷମ କରନ୍ତୁ"
|
|
649
|
+
},
|
|
632
650
|
"core/sdk/sdk-meta.ts | disableJavascript": {
|
|
633
651
|
"message": "JavaScriptକୁ ଅକ୍ଷମ କରନ୍ତୁ"
|
|
634
652
|
},
|
|
@@ -662,6 +680,9 @@
|
|
|
662
680
|
"core/sdk/sdk-meta.ts | doNotEmulateCssMediaType": {
|
|
663
681
|
"message": "CSS ମିଡିଆ ପ୍ରକାରକୁ ଏମ୍ୟୁଲେଟ୍ କରନ୍ତୁ ନାହିଁ"
|
|
664
682
|
},
|
|
683
|
+
"core/sdk/sdk-meta.ts | doNotEmulateDarkMode": {
|
|
684
|
+
"message": "ସ୍ୱତଃ ଡାର୍କ ମୋଡକୁ ଏମ୍ୟୁଲେଟ କରନ୍ତୁ ନାହିଁ"
|
|
685
|
+
},
|
|
665
686
|
"core/sdk/sdk-meta.ts | doNotExtendGridLines": {
|
|
666
687
|
"message": "ଗ୍ରିଡ୍ ଲାଇନଗୁଡ଼ିକୁ ବିସ୍ତାର କରନ୍ତୁ ନାହିଁ"
|
|
667
688
|
},
|
|
@@ -680,6 +701,9 @@
|
|
|
680
701
|
"core/sdk/sdk-meta.ts | doNotShowGridTrackSizes": {
|
|
681
702
|
"message": "ଗ୍ରିଡ୍ ଟ୍ରାକ୍ ସାଇଜଗୁଡ଼ିକୁ ଦେଖାନ୍ତୁ ନାହିଁ"
|
|
682
703
|
},
|
|
704
|
+
"core/sdk/sdk-meta.ts | doNotShowRulersOnHover": {
|
|
705
|
+
"message": "ହୋଭର କଲେ ରୁଲରଗୁଡ଼ିକୁ ଦେଖାନ୍ତୁ ନାହିଁ"
|
|
706
|
+
},
|
|
683
707
|
"core/sdk/sdk-meta.ts | emulateAFocusedPage": {
|
|
684
708
|
"message": "ଏକ ଫୋକସ୍ କରାଯାଇଥିବା ପୃଷ୍ଠାକୁ ଏମ୍ୟୁଲେଟ୍ କରନ୍ତୁ"
|
|
685
709
|
},
|
|
@@ -728,6 +752,9 @@
|
|
|
728
752
|
"core/sdk/sdk-meta.ts | enableCustomFormatters": {
|
|
729
753
|
"message": "କଷ୍ଟମ୍ ଫର୍ମାଟରଗୁଡ଼ିକୁ ସକ୍ଷମ କରନ୍ତୁ"
|
|
730
754
|
},
|
|
755
|
+
"core/sdk/sdk-meta.ts | enableEmulateAutoDarkMode": {
|
|
756
|
+
"message": "ସ୍ୱତଃ ଡାର୍କ ମୋଡକୁ ସକ୍ଷମ କରନ୍ତୁ"
|
|
757
|
+
},
|
|
731
758
|
"core/sdk/sdk-meta.ts | enableJavascript": {
|
|
732
759
|
"message": "JavaScript ସକ୍ଷମ କରନ୍ତୁ"
|
|
733
760
|
},
|
|
@@ -755,9 +782,6 @@
|
|
|
755
782
|
"core/sdk/sdk-meta.ts | hideFramesPerSecondFpsMeter": {
|
|
756
783
|
"message": "ପ୍ରତି ସେକେଣ୍ଡ ଫ୍ରେମ୍ (FPS) ମିଟର୍ ଲୁଚାନ୍ତୁ"
|
|
757
784
|
},
|
|
758
|
-
"core/sdk/sdk-meta.ts | hideHittestBorders": {
|
|
759
|
-
"message": "ହିଟ୍-ଟେଷ୍ଟ ବର୍ଡରକୁ ଲୁଚାନ୍ତୁ"
|
|
760
|
-
},
|
|
761
785
|
"core/sdk/sdk-meta.ts | hideLayerBorders": {
|
|
762
786
|
"message": "ଲେୟାର୍ ବର୍ଡରଗୁଡ଼ିକୁ ଲୁଚାନ୍ତୁ"
|
|
763
787
|
},
|
|
@@ -812,9 +836,6 @@
|
|
|
812
836
|
"core/sdk/sdk-meta.ts | showGridTrackSizes": {
|
|
813
837
|
"message": "ଗ୍ରିଡ୍ ଟ୍ରାକ୍ ଆକାର ଦେଖାନ୍ତୁ"
|
|
814
838
|
},
|
|
815
|
-
"core/sdk/sdk-meta.ts | showHittestBorders": {
|
|
816
|
-
"message": "ହିଟ୍-ଟେଷ୍ଟ ବର୍ଡରକୁ ଦେଖାନ୍ତୁ"
|
|
817
|
-
},
|
|
818
839
|
"core/sdk/sdk-meta.ts | showLayerBorders": {
|
|
819
840
|
"message": "ଲେୟର୍ ବର୍ଡର୍ ଦେଖାନ୍ତୁ"
|
|
820
841
|
},
|
|
@@ -833,8 +854,8 @@
|
|
|
833
854
|
"core/sdk/sdk-meta.ts | showPaintFlashingRectangles": {
|
|
834
855
|
"message": "ପେଣ୍ଟ୍ ଫ୍ଲାସିଂ ଆୟତକ୍ଷେତ୍ରଗୁଡ଼ିକୁ ଦେଖାନ୍ତୁ"
|
|
835
856
|
},
|
|
836
|
-
"core/sdk/sdk-meta.ts |
|
|
837
|
-
"message": "ରୁଲରଗୁଡ଼ିକୁ ଦେଖାନ୍ତୁ"
|
|
857
|
+
"core/sdk/sdk-meta.ts | showRulersOnHover": {
|
|
858
|
+
"message": "ହୋଭର କଲେ ରୁଲରଗୁଡ଼ିକୁ ଦେଖାନ୍ତୁ"
|
|
838
859
|
},
|
|
839
860
|
"core/sdk/sdk-meta.ts | showScrollPerformanceBottlenecks": {
|
|
840
861
|
"message": "ସ୍କ୍ରୋଲ୍ ପରଫରମାନ୍ସ ବୋଟଲନେକ୍ ଦେଖାନ୍ତୁ"
|
|
@@ -884,6 +905,9 @@
|
|
|
884
905
|
"entrypoints/inspector_main/RenderingOptions.ts | forcesCssColorgamutMediaFeature": {
|
|
885
906
|
"message": "CSS color-gamut ମିଡିଆ ଫିଚରକୁ ଲାଗୁ କରେ"
|
|
886
907
|
},
|
|
908
|
+
"entrypoints/inspector_main/RenderingOptions.ts | forcesCssForcedColors": {
|
|
909
|
+
"message": "CSS ବାଧ୍ୟତାମୂଳକ-ରଙ୍ଗ ମିଡିଆ ଫିଚରକୁ ଲାଗୁ କରେ"
|
|
910
|
+
},
|
|
887
911
|
"entrypoints/inspector_main/RenderingOptions.ts | forcesCssPreferscolorschemeMedia": {
|
|
888
912
|
"message": "CSS prefers-color-scheme ମିଡିଆ ଫିଚରକୁ ଲାଗୁ କରେ"
|
|
889
913
|
},
|
|
@@ -920,9 +944,6 @@
|
|
|
920
944
|
"entrypoints/inspector_main/RenderingOptions.ts | highlightsFramesRedDetectedToBe": {
|
|
921
945
|
"message": "ହାଇଲାଇଟ୍ ହୋଇଥିବା ଫ୍ରେମଗୁଡ଼ିକ (ଲାଲ ରଙ୍ଗର) ବିଜ୍ଞାପନ ବୋଲି ଚିହ୍ନିତ କରାଯାଇଛି।"
|
|
922
946
|
},
|
|
923
|
-
"entrypoints/inspector_main/RenderingOptions.ts | hittestBorders": {
|
|
924
|
-
"message": "ହିଟ୍-ଟେଷ୍ଟ ବର୍ଡରଗୁଡ଼ିକ"
|
|
925
|
-
},
|
|
926
947
|
"entrypoints/inspector_main/RenderingOptions.ts | layerBorders": {
|
|
927
948
|
"message": "ଲେୟାର୍ ବୋର୍ଡରଗୁଡ଼ିକ"
|
|
928
949
|
},
|
|
@@ -944,9 +965,6 @@
|
|
|
944
965
|
"entrypoints/inspector_main/RenderingOptions.ts | showsAnOverlayWithCoreWebVitals": {
|
|
945
966
|
"message": "କୋର୍ ୱେବ୍ ଭାଇଟାଲ୍ସ ସହ ଏକ ଓଭରଲେ ଦେଖାଏ।"
|
|
946
967
|
},
|
|
947
|
-
"entrypoints/inspector_main/RenderingOptions.ts | showsBordersAroundHittestRegions": {
|
|
948
|
-
"message": "ହିଟ୍-ଟେଷ୍ଟ ଅଞ୍ଚଳଗୁଡ଼ିକର ବୋର୍ଡରକୁ ଦେଖାଏ।"
|
|
949
|
-
},
|
|
950
968
|
"entrypoints/inspector_main/RenderingOptions.ts | showsLayerBordersOrangeoliveAnd": {
|
|
951
969
|
"message": "ଲେୟାର୍ ବର୍ଡର୍ (କମଳା/ଅଲିଭ୍) ଏବଂ ଟାଇଲ୍ସ (ସିଆନ୍) ଦେଖାଏ।"
|
|
952
970
|
},
|
|
@@ -1001,7 +1019,7 @@
|
|
|
1001
1019
|
"entrypoints/inspector_main/inspector_main-meta.ts | visionDeficiency": {
|
|
1002
1020
|
"message": "ଦୃଷ୍ଟିଶକ୍ତିର ଅଭାବ"
|
|
1003
1021
|
},
|
|
1004
|
-
"entrypoints/js_app/
|
|
1022
|
+
"entrypoints/js_app/js_app.ts | main": {
|
|
1005
1023
|
"message": "ମୁଖ୍ୟ"
|
|
1006
1024
|
},
|
|
1007
1025
|
"entrypoints/main/MainImpl.ts | customizeAndControlDevtools": {
|
|
@@ -1190,42 +1208,42 @@
|
|
|
1190
1208
|
"entrypoints/main/main-meta.ts | zoomOut": {
|
|
1191
1209
|
"message": "ଜୁମ୍ ଆଉଟ୍ କରନ୍ତୁ"
|
|
1192
1210
|
},
|
|
1193
|
-
"entrypoints/node_app/
|
|
1194
|
-
"message": "ନୋଡ୍"
|
|
1195
|
-
},
|
|
1196
|
-
"entrypoints/node_app/node_app-meta.ts | showNode": {
|
|
1197
|
-
"message": "ନୋଡ୍"
|
|
1198
|
-
},
|
|
1199
|
-
"entrypoints/node_main/NodeConnectionsPanel.ts | addConnection": {
|
|
1211
|
+
"entrypoints/node_app/NodeConnectionsPanel.ts | addConnection": {
|
|
1200
1212
|
"message": "ସଂଯୋଗ ଯୋଗ କରନ୍ତୁ"
|
|
1201
1213
|
},
|
|
1202
|
-
"entrypoints/
|
|
1214
|
+
"entrypoints/node_app/NodeConnectionsPanel.ts | networkAddressEgLocalhost": {
|
|
1203
1215
|
"message": "ନେଟୱାର୍କ ଠିକଣା (ଉ.ଦା. localhost:9229)"
|
|
1204
1216
|
},
|
|
1205
|
-
"entrypoints/
|
|
1217
|
+
"entrypoints/node_app/NodeConnectionsPanel.ts | noConnectionsSpecified": {
|
|
1206
1218
|
"message": "କୌଣସି ସଂଯୋଗ ନିର୍ଦ୍ଦିଷ୍ଟ କରାଯାଇନାହିଁ"
|
|
1207
1219
|
},
|
|
1208
|
-
"entrypoints/
|
|
1220
|
+
"entrypoints/node_app/NodeConnectionsPanel.ts | nodejsDebuggingGuide": {
|
|
1209
1221
|
"message": "Node.jsର ଡିବଗିଂ ଗାଇଡ୍"
|
|
1210
1222
|
},
|
|
1211
|
-
"entrypoints/
|
|
1223
|
+
"entrypoints/node_app/NodeConnectionsPanel.ts | specifyNetworkEndpointAnd": {
|
|
1212
1224
|
"message": "ନେଟୱାର୍କ ଏଣ୍ଡପଏଣ୍ଟ ନିର୍ଦ୍ଦିଷ୍ଟ କରନ୍ତୁ ଏବଂ ସ୍ୱଚାଳିତ ଭାବରେ DevTools ଏହା ସହିତ ସଂଯୋଗ ହେବ। ଅଧିକ ଜାଣିବାକୁ {PH1}କୁ ପଢ଼ନ୍ତୁ।"
|
|
1213
1225
|
},
|
|
1214
|
-
"entrypoints/
|
|
1226
|
+
"entrypoints/node_app/NodeMain.ts | main": {
|
|
1215
1227
|
"message": "ମୁଖ୍ୟ"
|
|
1216
1228
|
},
|
|
1217
|
-
"entrypoints/
|
|
1229
|
+
"entrypoints/node_app/NodeMain.ts | nodejsS": {
|
|
1218
1230
|
"message": "Node.js: {PH1}"
|
|
1219
1231
|
},
|
|
1220
|
-
"entrypoints/
|
|
1232
|
+
"entrypoints/node_app/node_app.ts | connection": {
|
|
1221
1233
|
"message": "ସଂଯୋଗ"
|
|
1222
1234
|
},
|
|
1223
|
-
"entrypoints/
|
|
1235
|
+
"entrypoints/node_app/node_app.ts | networkTitle": {
|
|
1224
1236
|
"message": "ନୋଡ୍"
|
|
1225
1237
|
},
|
|
1226
|
-
"entrypoints/
|
|
1238
|
+
"entrypoints/node_app/node_app.ts | node": {
|
|
1239
|
+
"message": "ନୋଡ୍"
|
|
1240
|
+
},
|
|
1241
|
+
"entrypoints/node_app/node_app.ts | showConnection": {
|
|
1227
1242
|
"message": "ସଂଯୋଗ ଦେଖାନ୍ତୁ"
|
|
1228
1243
|
},
|
|
1244
|
+
"entrypoints/node_app/node_app.ts | showNode": {
|
|
1245
|
+
"message": "ନୋଡ୍"
|
|
1246
|
+
},
|
|
1229
1247
|
"entrypoints/worker_app/WorkerMain.ts | main": {
|
|
1230
1248
|
"message": "ମୁଖ୍ୟ"
|
|
1231
1249
|
},
|
|
@@ -1322,8 +1340,8 @@
|
|
|
1322
1340
|
"models/issues_manager/CorsIssue.ts | CORS": {
|
|
1323
1341
|
"message": "କ୍ରସ୍-ଅରିଜିନ୍ ରିସୋର୍ସ ସେୟାରିଂ (CORS)"
|
|
1324
1342
|
},
|
|
1325
|
-
"models/issues_manager/CorsIssue.ts |
|
|
1326
|
-
"message": "ବ୍ୟକ୍ତିଗତ
|
|
1343
|
+
"models/issues_manager/CorsIssue.ts | corsPrivateNetworkAccess": {
|
|
1344
|
+
"message": "ବ୍ୟକ୍ତିଗତ ନେଟୱାର୍କକୁ ଆକ୍ସେସ"
|
|
1327
1345
|
},
|
|
1328
1346
|
"models/issues_manager/CrossOriginEmbedderPolicyIssue.ts | coopAndCoep": {
|
|
1329
1347
|
"message": "COOP ଏବଂ COEP"
|
|
@@ -1559,9 +1577,18 @@
|
|
|
1559
1577
|
"panels/accessibility/AXBreadcrumbsPane.ts | accessibilityTree": {
|
|
1560
1578
|
"message": "ଆକ୍ସେସିବିଲିଟୀ ଟ୍ରି"
|
|
1561
1579
|
},
|
|
1580
|
+
"panels/accessibility/AXBreadcrumbsPane.ts | fullTreeExperimentDescription": {
|
|
1581
|
+
"message": "ଆକ୍ସେସିବିଲିଟୀ ଟ୍ରି, DOM ଟ୍ରିର ଶୀର୍ଷ ଡାହାଣପଟ କୋଣକୁ ମୁଭ କରାଯାଇଛି।"
|
|
1582
|
+
},
|
|
1583
|
+
"panels/accessibility/AXBreadcrumbsPane.ts | fullTreeExperimentName": {
|
|
1584
|
+
"message": "ସମ୍ପୂର୍ଣ୍ଣ-ପୃଷ୍ଠାର ଆକ୍ସେସିବିଲିଟୀ ଟ୍ରି ସକ୍ଷମ କରନ୍ତୁ"
|
|
1585
|
+
},
|
|
1562
1586
|
"panels/accessibility/AXBreadcrumbsPane.ts | ignored": {
|
|
1563
1587
|
"message": "ଅଣଦେଖା କରାଯାଇଛି"
|
|
1564
1588
|
},
|
|
1589
|
+
"panels/accessibility/AXBreadcrumbsPane.ts | reloadRequired": {
|
|
1590
|
+
"message": "ପରିବର୍ତ୍ତନ କାର୍ଯ୍ୟକାରୀ ହେବା ପୂର୍ବରୁ ପୁଣି ଲୋଡ କରିବା ଆବଶ୍ୟକ।"
|
|
1591
|
+
},
|
|
1565
1592
|
"panels/accessibility/AXBreadcrumbsPane.ts | scrollIntoView": {
|
|
1566
1593
|
"message": "ଦେଖାଯିବା ପର୍ଯ୍ୟନ୍ତ ସ୍କ୍ରୋଲ୍ କରନ୍ତୁ"
|
|
1567
1594
|
},
|
|
@@ -2232,7 +2259,7 @@
|
|
|
2232
2259
|
"message": "ଥିମ୍ ରଙ୍ଗ"
|
|
2233
2260
|
},
|
|
2234
2261
|
"panels/application/ApplicationPanelCacheSection.ts | backForwardCache": {
|
|
2235
|
-
"message": "
|
|
2262
|
+
"message": "ବ୍ୟାକ/ଫରୱାର୍ଡ କ୍ୟାଶ"
|
|
2236
2263
|
},
|
|
2237
2264
|
"panels/application/ApplicationPanelCacheSection.ts | cacheStorage": {
|
|
2238
2265
|
"message": "କ୍ୟାଶ୍ ଷ୍ଟୋରେଜ୍"
|
|
@@ -2396,51 +2423,6 @@
|
|
|
2396
2423
|
"panels/application/BackForwardCacheStrings.ts | documentLoaded": {
|
|
2397
2424
|
"message": "ନାଭିଗେଟ କରିବା ପୂର୍ବରୁ ଡକ୍ୟୁମେଣ୍ଟଟିକୁ ସମ୍ପୂର୍ଣ୍ଣ ଭାବରେ ଲୋଡ କରାଯାଇନଥିଲା।"
|
|
2398
2425
|
},
|
|
2399
|
-
"panels/application/BackForwardCacheStrings.ts | embedderAppBannerManager": {
|
|
2400
|
-
"message": "EmbedderAppBannerManager"
|
|
2401
|
-
},
|
|
2402
|
-
"panels/application/BackForwardCacheStrings.ts | embedderChromePasswordManagerClientBindCredentialManager": {
|
|
2403
|
-
"message": "EmbedderChromePasswordManagerClientBindCredentialManager"
|
|
2404
|
-
},
|
|
2405
|
-
"panels/application/BackForwardCacheStrings.ts | embedderDomDistillerSelfDeletingRequestDelegate": {
|
|
2406
|
-
"message": "EmbedderDomDistillerSelfDeletingRequestDelegate"
|
|
2407
|
-
},
|
|
2408
|
-
"panels/application/BackForwardCacheStrings.ts | embedderDomDistillerViewerSource": {
|
|
2409
|
-
"message": "EmbedderDomDistillerViewerSource"
|
|
2410
|
-
},
|
|
2411
|
-
"panels/application/BackForwardCacheStrings.ts | embedderExtensionMessaging": {
|
|
2412
|
-
"message": "EmbedderExtensionMessaging"
|
|
2413
|
-
},
|
|
2414
|
-
"panels/application/BackForwardCacheStrings.ts | embedderExtensionMessagingForOpenPort": {
|
|
2415
|
-
"message": "EmbedderExtensionMessagingForOpenPort"
|
|
2416
|
-
},
|
|
2417
|
-
"panels/application/BackForwardCacheStrings.ts | embedderExtensionSentMessageToCachedFrame": {
|
|
2418
|
-
"message": "EmbedderExtensionSentMessageToCachedFrame"
|
|
2419
|
-
},
|
|
2420
|
-
"panels/application/BackForwardCacheStrings.ts | embedderExtensions": {
|
|
2421
|
-
"message": "EmbedderExtensions"
|
|
2422
|
-
},
|
|
2423
|
-
"panels/application/BackForwardCacheStrings.ts | embedderModalDialog": {
|
|
2424
|
-
"message": "EmbedderModalDialog"
|
|
2425
|
-
},
|
|
2426
|
-
"panels/application/BackForwardCacheStrings.ts | embedderOfflinePage": {
|
|
2427
|
-
"message": "EmbedderOfflinePage"
|
|
2428
|
-
},
|
|
2429
|
-
"panels/application/BackForwardCacheStrings.ts | embedderOomInterventionTabHelper": {
|
|
2430
|
-
"message": "EmbedderOomInterventionTabHelper"
|
|
2431
|
-
},
|
|
2432
|
-
"panels/application/BackForwardCacheStrings.ts | embedderPermissionRequestManager": {
|
|
2433
|
-
"message": "EmbedderPermissionRequestManager"
|
|
2434
|
-
},
|
|
2435
|
-
"panels/application/BackForwardCacheStrings.ts | embedderPopupBlockerTabHelper": {
|
|
2436
|
-
"message": "EmbedderPopupBlockerTabHelper"
|
|
2437
|
-
},
|
|
2438
|
-
"panels/application/BackForwardCacheStrings.ts | embedderSafeBrowsingThreatDetails": {
|
|
2439
|
-
"message": "EmbedderSafeBrowsingThreatDetails"
|
|
2440
|
-
},
|
|
2441
|
-
"panels/application/BackForwardCacheStrings.ts | embedderSafeBrowsingTriggeredPopupBlocker": {
|
|
2442
|
-
"message": "EmbedderSafeBrowsingTriggeredPopupBlocker"
|
|
2443
|
-
},
|
|
2444
2426
|
"panels/application/BackForwardCacheStrings.ts | enteredBackForwardCacheBeforeServiceWorkerHostAdded": {
|
|
2445
2427
|
"message": "ପୃଷ୍ଠାଟି ବ୍ୟାକ/ଫରୱାର୍ଡ କ୍ୟାଶରେ ଥିବା ସମୟରେ ଜଣେ ସର୍ଭିସ ୱାର୍କର ସକ୍ରିୟ ଥିଲେ।"
|
|
2446
2428
|
},
|
|
@@ -2504,9 +2486,6 @@
|
|
|
2504
2486
|
"panels/application/BackForwardCacheStrings.ts | notMainFrame": {
|
|
2505
2487
|
"message": "ମୁଖ୍ୟ ଫ୍ରେମ ବ୍ୟତୀତ ଅନ୍ୟ ଏକ ଫ୍ରେମରେ ନାଭିଗେସନ ହୋଇଛି।"
|
|
2506
2488
|
},
|
|
2507
|
-
"panels/application/BackForwardCacheStrings.ts | optInUnloadHeaderNotPresent": {
|
|
2508
|
-
"message": "ବ୍ୟାକ/ଫରୱାର୍ଡ କ୍ୟାଶ ଅପ୍ଟ-ଇନ ହେଡର ବିନା ପୃଷ୍ଠାର ଅନଲୋଡ ହ୍ୟାଣ୍ଡଲର କ୍ଷମତା ଅଛି।"
|
|
2509
|
-
},
|
|
2510
2489
|
"panels/application/BackForwardCacheStrings.ts | outstandingIndexedDBTransaction": {
|
|
2511
2490
|
"message": "ଇଣ୍ଡେକ୍ସ କରାଯାଇଥିବା ଅନଗୋଇଂ DB ଟ୍ରାଞ୍ଜେକସନ ବ୍ୟବହାର କରୁଥିବା ପୃଷ୍ଠା ବର୍ତ୍ତମାନ ବ୍ୟାକ/ଫରୱାର୍ଡ କ୍ୟାଶ ପାଇଁ ଯୋଗ୍ୟ ନୁହେଁ।"
|
|
2512
2491
|
},
|
|
@@ -2535,7 +2514,7 @@
|
|
|
2535
2514
|
"message": "ପ୍ରିଣ୍ଟିଂ UI ଦେଖାଉଥିବା ପୃଷ୍ଠାଗୁଡ଼ିକ ବର୍ତ୍ତମାନ ବ୍ୟାକ/ଫରୱାର୍ଡ କ୍ୟାଶ ପାଇଁ ଯୋଗ୍ୟ ନୁହେଁ।"
|
|
2536
2515
|
},
|
|
2537
2516
|
"panels/application/BackForwardCacheStrings.ts | relatedActiveContentsExist": {
|
|
2538
|
-
"message": "ପୃଷ୍ଠାଟି window.open() ବ୍ୟବହାର କରି ଖୋଲାଯାଇଛି ଏବଂ ଅନ୍ୟ ଏକ ଟାବରେ ଏହାର ରେଫରେନ୍ସ ଅଛି କିମ୍ବା ସେହି ପୃଷ୍ଠାଟି ଏକ ୱିଣ୍ଡୋ ଖୋଲିଛି।"
|
|
2517
|
+
"message": "ପୃଷ୍ଠାଟି 'window.open()' ବ୍ୟବହାର କରି ଖୋଲାଯାଇଛି ଏବଂ ଅନ୍ୟ ଏକ ଟାବରେ ଏହାର ରେଫରେନ୍ସ ଅଛି କିମ୍ବା ସେହି ପୃଷ୍ଠାଟି ଏକ ୱିଣ୍ଡୋ ଖୋଲିଛି।"
|
|
2539
2518
|
},
|
|
2540
2519
|
"panels/application/BackForwardCacheStrings.ts | rendererProcessCrashed": {
|
|
2541
2520
|
"message": "ବ୍ୟାକ/ଫରୱାର୍ଡ କ୍ୟାଶରେ ଥିବା ପୃଷ୍ଠା ପାଇଁ ରେଣ୍ଡରର ପ୍ରକ୍ରିୟା କ୍ରାସ ହୋଇଯାଇଛି।"
|
|
@@ -2649,10 +2628,7 @@
|
|
|
2649
2628
|
"message": "WebXR ବ୍ୟବହାର କରୁଥିବା ପୃଷ୍ଠାଗୁଡ଼ିକ ବର୍ତ୍ତମାନ ବ୍ୟାକ/ଫରୱାର୍ଡ କ୍ୟାଶ ପାଇଁ ଯୋଗ୍ୟ ନୁହେଁ।"
|
|
2650
2629
|
},
|
|
2651
2630
|
"panels/application/BackForwardCacheView.ts | backForwardCacheTitle": {
|
|
2652
|
-
"message": "
|
|
2653
|
-
},
|
|
2654
|
-
"panels/application/BackForwardCacheView.ts | bfcacheStatus": {
|
|
2655
|
-
"message": "ବ୍ୟାକ୍-ଫରୱାର୍ଡ୍ କ୍ୟାଶ୍ ସ୍ଥିତି"
|
|
2631
|
+
"message": "ବ୍ୟାକ/ଫରୱାର୍ଡ କ୍ୟାଶ"
|
|
2656
2632
|
},
|
|
2657
2633
|
"panels/application/BackForwardCacheView.ts | circumstantial": {
|
|
2658
2634
|
"message": "କାର୍ଯ୍ୟାନୁଷ୍ଠାନ ନେବାର ଯୋଗ୍ୟ ନୁହେଁ"
|
|
@@ -2660,38 +2636,44 @@
|
|
|
2660
2636
|
"panels/application/BackForwardCacheView.ts | circumstantialExplanation": {
|
|
2661
2637
|
"message": "ଏହି କାରଣଗୁଡ଼ିକ ପଦକ୍ଷେପ ନେବା ଯୋଗ୍ୟ ନୁହେଁ ଅର୍ଥାତ୍ ପୃଷ୍ଠାର ପ୍ରତ୍ୟକ୍ଷ ନିୟନ୍ତ୍ରଣ ବାହାରେ କୌଣସି କାରଣ ଯୋଗୁଁ କ୍ୟାଶିଂକୁ ପ୍ରତିରୋଧ କରାଯାଇଛି।"
|
|
2662
2638
|
},
|
|
2639
|
+
"panels/application/BackForwardCacheView.ts | learnMore": {
|
|
2640
|
+
"message": "ଅଧିକ ଜାଣନ୍ତୁ: ବ୍ୟାକ/ଫରୱାର୍ଡ କ୍ୟାଶ ପାଇଁ ଯୋଗ୍ୟତା"
|
|
2641
|
+
},
|
|
2663
2642
|
"panels/application/BackForwardCacheView.ts | mainFrame": {
|
|
2664
2643
|
"message": "ମୁଖ୍ୟ ଫ୍ରେମ୍"
|
|
2665
2644
|
},
|
|
2666
2645
|
"panels/application/BackForwardCacheView.ts | normalNavigation": {
|
|
2667
|
-
"message": "
|
|
2646
|
+
"message": "ବ୍ୟାକ/ଫରୱାର୍ଡ କ୍ୟାଶରୁ ପ୍ରଦାନ କରାଯାଇନାହିଁ: ବ୍ୟାକ/ଫରୱାର୍ଡ କ୍ୟାଶକୁ ଟ୍ରିଗର କରିବା ପାଇଁ, Chromeର \"ପଛକୁ ଫେରନ୍ତୁ/\nଆଗକୁ ଯାଆନ୍ତୁ\" ବଟନକୁ ବ୍ୟବହାର କରନ୍ତୁ କିମ୍ବା ସ୍ୱଚାଳିତ ଭାବେ ଅନ୍ୟ ପୃଷ୍ଠାକୁ ଏବଂ ପଛକୁ ନାଭିଗେଟ କରିବା ପାଇଁ ତଳେ ଥିବା \"ପରୀକ୍ଷା କରନ୍ତୁ\" ବଟନକୁ ବ୍ୟବହାର କରନ୍ତୁ।"
|
|
2668
2647
|
},
|
|
2669
2648
|
"panels/application/BackForwardCacheView.ts | pageSupportNeeded": {
|
|
2670
2649
|
"message": "କାର୍ଯ୍ୟାନୁଷ୍ଠାନ ନେବାର ଯୋଗ୍ୟ"
|
|
2671
2650
|
},
|
|
2672
2651
|
"panels/application/BackForwardCacheView.ts | pageSupportNeededExplanation": {
|
|
2673
|
-
"message": "ଏହି କାରଣଗୁଡ଼ିକ ପଦକ୍ଷେପ ନେବା ନିମନ୍ତେ ଯୋଗ୍ୟ ଅଟେ ଅର୍ଥାତ୍ ପୃଷ୍ଠାକୁ
|
|
2652
|
+
"message": "ଏହି କାରଣଗୁଡ଼ିକ ପଦକ୍ଷେପ ନେବା ନିମନ୍ତେ ଯୋଗ୍ୟ ଅଟେ ଅର୍ଥାତ୍ ପୃଷ୍ଠାକୁ ବ୍ୟାକ/ଫରୱାର୍ଡ କ୍ୟାଶ ପାଇଁ ଯୋଗ୍ୟ କରିବାକୁ ସେଗୁଡ଼ିକୁ ସମାଧାନ କରାଯାଇପାରିବ।"
|
|
2674
2653
|
},
|
|
2675
2654
|
"panels/application/BackForwardCacheView.ts | restoredFromBFCache": {
|
|
2676
|
-
"message": "
|
|
2655
|
+
"message": "ବ୍ୟାକ/ଫରୱାର୍ଡ କ୍ୟାଶରୁ ସଫଳତାର ସହ ପ୍ରଦାନ କରାଯାଇଛି।"
|
|
2677
2656
|
},
|
|
2678
2657
|
"panels/application/BackForwardCacheView.ts | runTest": {
|
|
2679
|
-
"message": "
|
|
2658
|
+
"message": "ବ୍ୟାକ/ଫରୱାର୍ଡ କ୍ୟାଶକୁ ପରୀକ୍ଷା କରନ୍ତୁ"
|
|
2659
|
+
},
|
|
2660
|
+
"panels/application/BackForwardCacheView.ts | runningTest": {
|
|
2661
|
+
"message": "ପରୀକ୍ଷା ଚାଲିଛି"
|
|
2680
2662
|
},
|
|
2681
2663
|
"panels/application/BackForwardCacheView.ts | supportPending": {
|
|
2682
2664
|
"message": "ସମର୍ଥନ ବାକି ଅଛି"
|
|
2683
2665
|
},
|
|
2684
2666
|
"panels/application/BackForwardCacheView.ts | supportPendingExplanation": {
|
|
2685
|
-
"message": "ଏହି କାରଣଗୁଡ଼ିକ ପାଇଁ Chrome ସମର୍ଥନ ପେଣ୍ଡିଂ ଅଛି ଅର୍ଥାତ୍ ସେଗୁଡ଼ିକ ପୃଷ୍ଠାଟିକୁ Chromeର ଏକ ଭବିଷ୍ୟତ ସଂସ୍କରଣରେ
|
|
2667
|
+
"message": "ଏହି କାରଣଗୁଡ଼ିକ ପାଇଁ Chrome ସମର୍ଥନ ପେଣ୍ଡିଂ ଅଛି ଅର୍ଥାତ୍ ସେଗୁଡ଼ିକ ପୃଷ୍ଠାଟିକୁ Chromeର ଏକ ଭବିଷ୍ୟତ ସଂସ୍କରଣରେ ବ୍ୟାକ/ଫରୱାର୍ଡ କ୍ୟାଶ ପାଇଁ ଯୋଗ୍ୟ କରିବାରୁ ପ୍ରତିରୋଧ କରିବ ନାହିଁ।"
|
|
2686
2668
|
},
|
|
2687
2669
|
"panels/application/BackForwardCacheView.ts | unavailable": {
|
|
2688
2670
|
"message": "ଉପଲବ୍ଧ ନାହିଁ"
|
|
2689
2671
|
},
|
|
2690
2672
|
"panels/application/BackForwardCacheView.ts | unknown": {
|
|
2691
|
-
"message": "ଅଜଣା"
|
|
2673
|
+
"message": "ଅଜଣା ସ୍ଥିତି"
|
|
2692
2674
|
},
|
|
2693
2675
|
"panels/application/BackForwardCacheView.ts | url": {
|
|
2694
|
-
"message": "URL"
|
|
2676
|
+
"message": "URL:"
|
|
2695
2677
|
},
|
|
2696
2678
|
"panels/application/BackgroundServiceView.ts | backgroundFetch": {
|
|
2697
2679
|
"message": "ପୃଷ୍ଟପଟ ଫେଚ୍"
|
|
@@ -2922,7 +2904,7 @@
|
|
|
2922
2904
|
"message": "ବନ୍ଦ ହୋଇଯାଇଛି"
|
|
2923
2905
|
},
|
|
2924
2906
|
"panels/application/OpenedWindowDetailsView.ts | crossoriginEmbedderPolicy": {
|
|
2925
|
-
"message": "
|
|
2907
|
+
"message": "କ୍ରସ-ଅରିଜିନ ଏମ୍ବେଡର ନୀତି"
|
|
2926
2908
|
},
|
|
2927
2909
|
"panels/application/OpenedWindowDetailsView.ts | document": {
|
|
2928
2910
|
"message": "ଡକ୍ୟୁମେଣ୍ଟ"
|
|
@@ -3297,23 +3279,17 @@
|
|
|
3297
3279
|
"message": "ସୋର୍ସ ପ୍ୟାନେଲରେ ଦେଖାଇବାକୁ କ୍ଲିକ୍ କରନ୍ତୁ"
|
|
3298
3280
|
},
|
|
3299
3281
|
"panels/application/components/FrameDetailsView.ts | createdByAdScriptExplanation": {
|
|
3300
|
-
"message": "ଏହି ଫ୍ରେମକୁ ତିଆରି କରାଯିବା ବେଳେ (
|
|
3282
|
+
"message": "ଏହି ଫ୍ରେମକୁ ତିଆରି କରାଯିବା ବେଳେ (async) stackରେ ଏକ ବିଜ୍ଞାପନ ସ୍କ୍ରିପ୍ଟ ଥିଲା। ଏହି ଫ୍ରେମର stack trace କ୍ରିଏସନ ପରୀକ୍ଷା କରି ଅଧିକ ଇନସାଇଟ ପ୍ରଦାନ କରାଯାଇପାରେ।"
|
|
3301
3283
|
},
|
|
3302
3284
|
"panels/application/components/FrameDetailsView.ts | creationStackTrace": {
|
|
3303
|
-
"message": "
|
|
3285
|
+
"message": "ଫ୍ରେମ କ୍ରିଏସନ Stack Trace"
|
|
3304
3286
|
},
|
|
3305
3287
|
"panels/application/components/FrameDetailsView.ts | creationStackTraceExplanation": {
|
|
3306
|
-
"message": "ଏହି ଫ୍ରେମକୁ
|
|
3307
|
-
},
|
|
3308
|
-
"panels/application/components/FrameDetailsView.ts | crossoriginEmbedderPolicy": {
|
|
3309
|
-
"message": "କ୍ରସ-ଅରିଜିନ୍ ଏମ୍ବେଡର୍ ନୀତି"
|
|
3288
|
+
"message": "ଏହି ଫ୍ରେମକୁ ପ୍ରୋଗ୍ରାମ ସାହାଯ୍ୟରେ ତିଆରି କରାଯାଇଛି। ଏହା କେଉଁଠାରେ ହୋଇଛି, ତାହାstack trace ଦେଖାଏ।"
|
|
3310
3289
|
},
|
|
3311
3290
|
"panels/application/components/FrameDetailsView.ts | crossoriginIsolated": {
|
|
3312
3291
|
"message": "କ୍ରସ୍-ଅରିଜିନ୍ ଆଇସୋଲେଟେଡ୍"
|
|
3313
3292
|
},
|
|
3314
|
-
"panels/application/components/FrameDetailsView.ts | crossoriginOpenerPolicy": {
|
|
3315
|
-
"message": "କ୍ରସ-ଅରିଜିନ୍ ଓପନର୍ ନୀତି"
|
|
3316
|
-
},
|
|
3317
3293
|
"panels/application/components/FrameDetailsView.ts | document": {
|
|
3318
3294
|
"message": "ଡକ୍ୟୁମେଣ୍ଟ"
|
|
3319
3295
|
},
|
|
@@ -3336,10 +3312,7 @@
|
|
|
3336
3312
|
"message": "ନା"
|
|
3337
3313
|
},
|
|
3338
3314
|
"panels/application/components/FrameDetailsView.ts | origin": {
|
|
3339
|
-
"message": "
|
|
3340
|
-
},
|
|
3341
|
-
"panels/application/components/FrameDetailsView.ts | originTrials": {
|
|
3342
|
-
"message": "ଅରିଜିନ୍ ଟ୍ରାଏଲ୍"
|
|
3315
|
+
"message": "ଅରିଜିନ"
|
|
3343
3316
|
},
|
|
3344
3317
|
"panels/application/components/FrameDetailsView.ts | ownerElement": {
|
|
3345
3318
|
"message": "ମାଲିକ ଉପାଦାନ"
|
|
@@ -3366,10 +3339,10 @@
|
|
|
3366
3339
|
"message": "ସୁରକ୍ଷା ଓ ଆଇସୋଲେସନ୍"
|
|
3367
3340
|
},
|
|
3368
3341
|
"panels/application/components/FrameDetailsView.ts | sharedarraybufferConstructorIs": {
|
|
3369
|
-
"message": "SharedArrayBuffer
|
|
3342
|
+
"message": "SharedArrayBuffer କନଷ୍ଟ୍ରକ୍ଟର ଉପଲବ୍ଧ ଅଛି ଏବଂ SABsକୁ postMessage ମାଧ୍ୟମରେ ଟ୍ରାନ୍ସଫର କରାଯାଇପାରିବ"
|
|
3370
3343
|
},
|
|
3371
3344
|
"panels/application/components/FrameDetailsView.ts | sharedarraybufferConstructorIsAvailable": {
|
|
3372
|
-
"message": "SharedArrayBuffer
|
|
3345
|
+
"message": "SharedArrayBuffer କନଷ୍ଟ୍ରକ୍ଟର ଉପଲବ୍ଧ ଅଛି କିନ୍ତୁ SABsକୁ postMessage ମାଧ୍ୟମରେ ଟ୍ରାନ୍ସଫର କରାଯାଇପାରିବ ନାହିଁ"
|
|
3373
3346
|
},
|
|
3374
3347
|
"panels/application/components/FrameDetailsView.ts | theFramesSchemeIsInsecure": {
|
|
3375
3348
|
"message": "ଫ୍ରେମର ସ୍କିମ୍ ଅସୁରକ୍ଷିତ ଅଟେ"
|
|
@@ -4229,21 +4202,12 @@
|
|
|
4229
4202
|
"panels/css_overview/CSSOverviewUnusedDeclarations.ts | widthAppliedToAnInlineElement": {
|
|
4230
4203
|
"message": "Widthକୁ ଏକ ଇନଲାଇନ୍ ଉପାଦାନ ପାଇଁ ଲାଗୁ କରାଯାଇଛି"
|
|
4231
4204
|
},
|
|
4232
|
-
"panels/css_overview/components/CSSOverviewStartView.ts | activelyWorkingAndLookingForS": {
|
|
4233
|
-
"message": "ଆମ ଟିମ ଏହି ଫିଚର ଉପରେ ସକ୍ରିୟ ଭାବେ କାମ କରୁଛନ୍ତି ଏବଂ ଆମେ ଆପଣଙ୍କର {PH1} ଚାହୁଁଛୁ!"
|
|
4234
|
-
},
|
|
4235
4205
|
"panels/css_overview/components/CSSOverviewStartView.ts | captureOverview": {
|
|
4236
4206
|
"message": "ଓଭରଭିଉ କ୍ୟାପଚର୍ କରନ୍ତୁ"
|
|
4237
4207
|
},
|
|
4238
4208
|
"panels/css_overview/components/CSSOverviewStartView.ts | capturePageCSSOverview": {
|
|
4239
4209
|
"message": "ଆପଣଙ୍କ ପୃଷ୍ଠାର CSSର ଏକ ଓଭରଭିଉ କ୍ୟାପଚର କରନ୍ତୁ"
|
|
4240
4210
|
},
|
|
4241
|
-
"panels/css_overview/components/CSSOverviewStartView.ts | feedbackInline": {
|
|
4242
|
-
"message": "ମତାମତ"
|
|
4243
|
-
},
|
|
4244
|
-
"panels/css_overview/components/CSSOverviewStartView.ts | feedbackStandalone": {
|
|
4245
|
-
"message": "Feedback"
|
|
4246
|
-
},
|
|
4247
4211
|
"panels/css_overview/components/CSSOverviewStartView.ts | identifyCSSImprovements": {
|
|
4248
4212
|
"message": "ସମ୍ଭାବ୍ୟ CSS ଉନ୍ନତିଗୁଡ଼ିକୁ ଚିହ୍ନଟ କରନ୍ତୁ"
|
|
4249
4213
|
},
|
|
@@ -4253,15 +4217,9 @@
|
|
|
4253
4217
|
"panels/css_overview/components/CSSOverviewStartView.ts | locateAffectedElements": {
|
|
4254
4218
|
"message": "ଉପାଦାନ ପ୍ୟାନେଲରେ ପ୍ରଭାବିତ ଉପାଦାନଗୁଡ଼ିକର ଅବସ୍ଥିତି ଜାଣେ"
|
|
4255
4219
|
},
|
|
4256
|
-
"panels/css_overview/components/CSSOverviewStartView.ts | previewFeature": {
|
|
4257
|
-
"message": "ପ୍ରିଭ୍ୟୁ ଫିଚର"
|
|
4258
|
-
},
|
|
4259
4220
|
"panels/css_overview/components/CSSOverviewStartView.ts | quickStartWithCSSOverview": {
|
|
4260
4221
|
"message": "ଶୀଘ୍ର ଆରମ୍ଭ କରନ୍ତୁ: ନୂଆ CSS ଓଭରଭିଉ ପ୍ୟାନେଲ ସହ ଆରମ୍ଭ କରନ୍ତୁ"
|
|
4261
4222
|
},
|
|
4262
|
-
"panels/css_overview/components/CSSOverviewStartView.ts | videoAndDocumentation": {
|
|
4263
|
-
"message": "ଭିଡିଓ ଓ ଡକ୍ୟୁମେଣ୍ଟେସନ"
|
|
4264
|
-
},
|
|
4265
4223
|
"panels/css_overview/css_overview-meta.ts | cssOverview": {
|
|
4266
4224
|
"message": "CSS ଓଭରଭିଉ"
|
|
4267
4225
|
},
|
|
@@ -4359,7 +4317,7 @@
|
|
|
4359
4317
|
"message": "ଷ୍ଟାଇଲକୁ ନାଭିଗେଟ୍ କରନ୍ତୁ"
|
|
4360
4318
|
},
|
|
4361
4319
|
"panels/elements/ComputedStyleWidget.ts | noMatchingProperty": {
|
|
4362
|
-
"message": "ମେଳ ହେଉଥିବା କୌଣସି
|
|
4320
|
+
"message": "ମେଳ ହେଉଥିବା କୌଣସି ପ୍ରପର୍ଟି ନାହିଁ"
|
|
4363
4321
|
},
|
|
4364
4322
|
"panels/elements/ComputedStyleWidget.ts | showAll": {
|
|
4365
4323
|
"message": "ସବୁ ଦେଖାନ୍ତୁ"
|
|
@@ -4592,6 +4550,21 @@
|
|
|
4592
4550
|
"panels/elements/PlatformFontsWidget.ts | renderedFonts": {
|
|
4593
4551
|
"message": "ରେଣ୍ଡର୍ କରାଯାଇଥିବା ଫଣ୍ଟଗୁଡ଼ିକ"
|
|
4594
4552
|
},
|
|
4553
|
+
"panels/elements/PropertiesWidget.ts | filter": {
|
|
4554
|
+
"message": "ଫିଲ୍ଟର"
|
|
4555
|
+
},
|
|
4556
|
+
"panels/elements/PropertiesWidget.ts | filterProperties": {
|
|
4557
|
+
"message": "ପ୍ରପର୍ଟିଗୁଡ଼ିକୁ ଫିଲ୍ଟର କରନ୍ତୁ"
|
|
4558
|
+
},
|
|
4559
|
+
"panels/elements/PropertiesWidget.ts | noMatchingProperty": {
|
|
4560
|
+
"message": "ମେଳ ହେଉଥିବା କୌଣସି ପ୍ରପର୍ଟି ନାହିଁ"
|
|
4561
|
+
},
|
|
4562
|
+
"panels/elements/PropertiesWidget.ts | showAll": {
|
|
4563
|
+
"message": "ସବୁ ଦେଖାନ୍ତୁ"
|
|
4564
|
+
},
|
|
4565
|
+
"panels/elements/PropertiesWidget.ts | showAllTooltip": {
|
|
4566
|
+
"message": "ଚେକ କରାଯାଇନଥିଲେ, କେବଳ ସେହି ପ୍ରପର୍ଟିଗୁଡ଼ିକ ଦେଖାଯିବ ଯାହାର ମୂଲ୍ୟ ଖାଲି କିମ୍ବା ଅପରିଭାଷିତ ନୁହେଁ"
|
|
4567
|
+
},
|
|
4595
4568
|
"panels/elements/StylePropertyTreeElement.ts | copyAllCssDeclarationsAsJs": {
|
|
4596
4569
|
"message": "JS ଭାବେ ସମସ୍ତ ଘୋଷଣା କପି କରନ୍ତୁ"
|
|
4597
4570
|
},
|
|
@@ -4980,7 +4953,7 @@
|
|
|
4980
4953
|
"message": "ମିଡିଆ କ୍ୱେରୀଗୁଡ଼ିକୁ ଲୁଚାନ୍ତୁ"
|
|
4981
4954
|
},
|
|
4982
4955
|
"panels/emulation/emulation-meta.ts | hideRulers": {
|
|
4983
|
-
"message": "ରୁଲରଗୁଡ଼ିକୁ ଲୁଚାନ୍ତୁ"
|
|
4956
|
+
"message": "ଡିଭାଇସ ମୋଡ ଟୁଲବାରରେ ରୁଲରଗୁଡ଼ିକୁ ଲୁଚାନ୍ତୁ"
|
|
4984
4957
|
},
|
|
4985
4958
|
"panels/emulation/emulation-meta.ts | showDeviceFrame": {
|
|
4986
4959
|
"message": "ଡିଭାଇସ୍ ଫ୍ରେମ୍ ଦେଖାନ୍ତୁ"
|
|
@@ -4989,7 +4962,7 @@
|
|
|
4989
4962
|
"message": "ମିଡିଆ କ୍ୱେରୀଗୁଡ଼ିକ ଦେଖାନ୍ତୁ"
|
|
4990
4963
|
},
|
|
4991
4964
|
"panels/emulation/emulation-meta.ts | showRulers": {
|
|
4992
|
-
"message": "ରୁଲରଗୁଡ଼ିକୁ ଦେଖାନ୍ତୁ"
|
|
4965
|
+
"message": "ଡିଭାଇସ ମୋଡ ଟୁଲବାରରେ ରୁଲରଗୁଡ଼ିକୁ ଦେଖାନ୍ତୁ"
|
|
4993
4966
|
},
|
|
4994
4967
|
"panels/emulation/emulation-meta.ts | toggleDeviceToolbar": {
|
|
4995
4968
|
"message": "ଡିଭାଇସ୍ ଟୁଲବାର୍ ଟୋଗଲ୍ କରନ୍ତୁ"
|
|
@@ -5015,36 +4988,6 @@
|
|
|
5015
4988
|
"panels/event_listeners/EventListenersView.ts | toggleWhetherEventListenerIs": {
|
|
5016
4989
|
"message": "ଇଭେଣ୍ଟ ଲିସନର୍ ପ୍ୟାସିଭ୍ ଅଛନ୍ତି ନା ବ୍ଲକ୍ କରିଛନ୍ତି ତାହା ଟୋଗଲ୍ କରନ୍ତୁ"
|
|
5017
4990
|
},
|
|
5018
|
-
"panels/help/ReleaseNoteView.ts | close": {
|
|
5019
|
-
"message": "ବନ୍ଦ କରନ୍ତୁ"
|
|
5020
|
-
},
|
|
5021
|
-
"panels/help/ReleaseNoteView.ts | learnMore": {
|
|
5022
|
-
"message": "ଅଧିକ ଜାଣନ୍ତୁ"
|
|
5023
|
-
},
|
|
5024
|
-
"panels/help/help-meta.ts | bug": {
|
|
5025
|
-
"message": "ବଗ୍"
|
|
5026
|
-
},
|
|
5027
|
-
"panels/help/help-meta.ts | doNotShowWhatsNewAfterEachUpdate": {
|
|
5028
|
-
"message": "ପ୍ରତ୍ୟେକ ଅପଡେଟ୍ ପରେ କଣ ନୂଆ ଅଛି ଦେଖାନ୍ତୁ ନାହିଁ"
|
|
5029
|
-
},
|
|
5030
|
-
"panels/help/help-meta.ts | releaseNotes": {
|
|
5031
|
-
"message": "ରିଲିଜ୍ ନୋଟ୍"
|
|
5032
|
-
},
|
|
5033
|
-
"panels/help/help-meta.ts | reportADevtoolsIssue": {
|
|
5034
|
-
"message": "ଏକ DevTools ସମସ୍ୟାର ରିପୋର୍ଟ କରନ୍ତୁ"
|
|
5035
|
-
},
|
|
5036
|
-
"panels/help/help-meta.ts | reportTranslationIssue": {
|
|
5037
|
-
"message": "ଏକ ଅନୁବାଦ ସମ୍ବନ୍ଧିତ ସମସ୍ୟାର ରିପୋର୍ଟ କରନ୍ତୁ"
|
|
5038
|
-
},
|
|
5039
|
-
"panels/help/help-meta.ts | showWhatsNew": {
|
|
5040
|
-
"message": "ନୂଆ କଣ ଅଛି ତାହା ଦେଖାନ୍ତୁ"
|
|
5041
|
-
},
|
|
5042
|
-
"panels/help/help-meta.ts | showWhatsNewAfterEachUpdate": {
|
|
5043
|
-
"message": "ପ୍ରତ୍ୟେକ ଅପଡେଟ୍ ପରେ କ'ଣ ନୂଆ ଅଛି ତାହା ଦେଖାନ୍ତୁ"
|
|
5044
|
-
},
|
|
5045
|
-
"panels/help/help-meta.ts | whatsNew": {
|
|
5046
|
-
"message": "ନୂଆ କଣ ଅଛି"
|
|
5047
|
-
},
|
|
5048
4991
|
"panels/input/InputTimeline.ts | clearAll": {
|
|
5049
4992
|
"message": "ସବୁ ଖାଲି କରନ୍ତୁ"
|
|
5050
4993
|
},
|
|
@@ -5261,9 +5204,21 @@
|
|
|
5261
5204
|
"panels/issues/AttributionReportingIssueDetailsView.ts | invalidSourceEventId": {
|
|
5262
5205
|
"message": "ଅବୈଧ attributionsourceeventid"
|
|
5263
5206
|
},
|
|
5207
|
+
"panels/issues/AttributionReportingIssueDetailsView.ts | invalidSourceExpiry": {
|
|
5208
|
+
"message": "ଅବୈଧ attributionexpiry"
|
|
5209
|
+
},
|
|
5210
|
+
"panels/issues/AttributionReportingIssueDetailsView.ts | invalidSourcePriority": {
|
|
5211
|
+
"message": "ଅବୈଧ attributionsourcepriority"
|
|
5212
|
+
},
|
|
5264
5213
|
"panels/issues/AttributionReportingIssueDetailsView.ts | invalidTriggerData": {
|
|
5265
5214
|
"message": "ଅବୈଧ trigger-data"
|
|
5266
5215
|
},
|
|
5216
|
+
"panels/issues/AttributionReportingIssueDetailsView.ts | invalidTriggerDedupKey": {
|
|
5217
|
+
"message": "ଅବୈଧ dedup-key"
|
|
5218
|
+
},
|
|
5219
|
+
"panels/issues/AttributionReportingIssueDetailsView.ts | invalidTriggerPriority": {
|
|
5220
|
+
"message": "ଅବୈଧ priority"
|
|
5221
|
+
},
|
|
5267
5222
|
"panels/issues/AttributionReportingIssueDetailsView.ts | nViolations": {
|
|
5268
5223
|
"message": "{n,plural, =1{#ଟି ଉଲ୍ଲଙ୍ଘନ}other{#ଟି ଉଲ୍ଲଙ୍ଘନ}}"
|
|
5269
5224
|
},
|
|
@@ -5291,6 +5246,9 @@
|
|
|
5291
5246
|
"panels/issues/CorsIssueDetailsView.ts | disallowedRequestMethod": {
|
|
5292
5247
|
"message": "ଅନୁମତି ଦିଆଯାଇନଥିବା ଅନୁରୋଧ ପଦ୍ଧତି"
|
|
5293
5248
|
},
|
|
5249
|
+
"panels/issues/CorsIssueDetailsView.ts | failedRequest": {
|
|
5250
|
+
"message": "ବିଫଳ ହୋଇଥିବା ଅନୁରୋଧ"
|
|
5251
|
+
},
|
|
5294
5252
|
"panels/issues/CorsIssueDetailsView.ts | header": {
|
|
5295
5253
|
"message": "ହେଡର୍"
|
|
5296
5254
|
},
|
|
@@ -5366,8 +5324,14 @@
|
|
|
5366
5324
|
"panels/issues/HiddenIssuesRow.ts | unhideAll": {
|
|
5367
5325
|
"message": "ସମସ୍ତ ଦେଖାନ୍ତୁ"
|
|
5368
5326
|
},
|
|
5369
|
-
"panels/issues/IssueKindView.ts |
|
|
5370
|
-
"message": "ବର୍ତ୍ତମାନର ସମସ୍ତ
|
|
5327
|
+
"panels/issues/IssueKindView.ts | hideAllCurrentBreakingChanges": {
|
|
5328
|
+
"message": "ବର୍ତ୍ତମାନର ସମସ୍ତ ବ୍ରେକିଂ ପରିବର୍ତ୍ତନକୁ ଲୁଚାନ୍ତୁ"
|
|
5329
|
+
},
|
|
5330
|
+
"panels/issues/IssueKindView.ts | hideAllCurrentImprovements": {
|
|
5331
|
+
"message": "ବର୍ତ୍ତମାନର ସମସ୍ତ ଉନ୍ନତିକୁ ଲୁଚାନ୍ତୁ"
|
|
5332
|
+
},
|
|
5333
|
+
"panels/issues/IssueKindView.ts | hideAllCurrentPageErrors": {
|
|
5334
|
+
"message": "ବର୍ତ୍ତମାନର ପୃଷ୍ଠାରେ ଥିବା ସମସ୍ତ ତ୍ରୁଟିକୁ ଲୁଚାନ୍ତୁ"
|
|
5371
5335
|
},
|
|
5372
5336
|
"panels/issues/IssueView.ts | affectedResources": {
|
|
5373
5337
|
"message": "ପ୍ରଭାବିତ ରିସୋର୍ସଗୁଡ଼ିକ"
|
|
@@ -6308,6 +6272,9 @@
|
|
|
6308
6272
|
"panels/network/NetworkConfigView.ts | caching": {
|
|
6309
6273
|
"message": "କ୍ୟାଶ୍ କରାଯାଉଛି"
|
|
6310
6274
|
},
|
|
6275
|
+
"panels/network/NetworkConfigView.ts | clientHintsStatusText": {
|
|
6276
|
+
"message": "ଉପଯୋଗକର୍ତ୍ତା ଏଜେଣ୍ଟକୁ ଅପଡେଟ କରାଯାଇଛି।"
|
|
6277
|
+
},
|
|
6311
6278
|
"panels/network/NetworkConfigView.ts | custom": {
|
|
6312
6279
|
"message": "କଷ୍ଟମ୍..."
|
|
6313
6280
|
},
|
|
@@ -9153,7 +9120,7 @@
|
|
|
9153
9120
|
"message": "କଭରେଜ୍: n/a"
|
|
9154
9121
|
},
|
|
9155
9122
|
"panels/sources/CoveragePlugin.ts | coverageS": {
|
|
9156
|
-
"message": "
|
|
9123
|
+
"message": "କଭରେଜ: {PH1}"
|
|
9157
9124
|
},
|
|
9158
9125
|
"panels/sources/CoveragePlugin.ts | showDetails": {
|
|
9159
9126
|
"message": "ବିବରଣୀ ଦେଖାନ୍ତୁ"
|
|
@@ -9413,6 +9380,15 @@
|
|
|
9413
9380
|
"panels/sources/OutlineQuickOpen.ts | openAJavascriptOrCssFileToSee": {
|
|
9414
9381
|
"message": "ପ୍ରତୀକଗୁଡ଼ିକୁ ଦେଖିବାକୁ ଏକ JavaScript କିମ୍ବା CSS ଫାଇଲକୁ ଖୋଲନ୍ତୁ"
|
|
9415
9382
|
},
|
|
9383
|
+
"panels/sources/ProfilePlugin.ts | kb": {
|
|
9384
|
+
"message": "kB"
|
|
9385
|
+
},
|
|
9386
|
+
"panels/sources/ProfilePlugin.ts | mb": {
|
|
9387
|
+
"message": "MB"
|
|
9388
|
+
},
|
|
9389
|
+
"panels/sources/ProfilePlugin.ts | ms": {
|
|
9390
|
+
"message": "ମିଲିସେକେଣ୍ଡ"
|
|
9391
|
+
},
|
|
9416
9392
|
"panels/sources/ScopeChainSidebarPane.ts | closure": {
|
|
9417
9393
|
"message": "କ୍ଲୋଜର୍"
|
|
9418
9394
|
},
|
|
@@ -11429,6 +11405,24 @@
|
|
|
11429
11405
|
"ui/components/linear_memory_inspector/linear_memory_inspector-meta.ts | showMemoryInspector": {
|
|
11430
11406
|
"message": "ମେମୋରୀ ଇନ୍ସପେକ୍ଟର୍ ଦେଖାନ୍ତୁ"
|
|
11431
11407
|
},
|
|
11408
|
+
"ui/components/panel_feedback/FeedbackButton.ts | feedback": {
|
|
11409
|
+
"message": "Feedback"
|
|
11410
|
+
},
|
|
11411
|
+
"ui/components/panel_feedback/PanelFeedback.ts | previewFeature": {
|
|
11412
|
+
"message": "ପ୍ରିଭ୍ୟୁ ଫିଚର"
|
|
11413
|
+
},
|
|
11414
|
+
"ui/components/panel_feedback/PanelFeedback.ts | previewText": {
|
|
11415
|
+
"message": "ଆମ ଟିମ ଏହି ଫିଚର ଉପରେ ସକ୍ରିୟ ଭାବେ କାମ କରୁଛି ଏବଂ ଆପଣ କଣ ଭାବୁଛନ୍ତି ଆମେ ତାହା ଜାଣିବାକୁ ଚାହିଁବୁ।"
|
|
11416
|
+
},
|
|
11417
|
+
"ui/components/panel_feedback/PanelFeedback.ts | previewTextFeedbackLink": {
|
|
11418
|
+
"message": "ଆମକୁ ଆପଣଙ୍କ ମତାମତ ପଠାନ୍ତୁ।"
|
|
11419
|
+
},
|
|
11420
|
+
"ui/components/panel_feedback/PanelFeedback.ts | videoAndDocumentation": {
|
|
11421
|
+
"message": "ଭିଡିଓ ଓ ଡକ୍ୟୁମେଣ୍ଟେସନ"
|
|
11422
|
+
},
|
|
11423
|
+
"ui/components/panel_feedback/PreviewToggle.ts | previewTextFeedbackLink": {
|
|
11424
|
+
"message": "ଆମକୁ ଆପଣଙ୍କ ମତାମତ ପଠାନ୍ତୁ।"
|
|
11425
|
+
},
|
|
11432
11426
|
"ui/components/request_link_icon/RequestLinkIcon.ts | clickToShowRequestInTheNetwork": {
|
|
11433
11427
|
"message": "ନେଟୱାର୍କ ପ୍ୟାନେଲ୍ ଖୋଲିବାକୁ କ୍ଲିକ୍ କରନ୍ତୁ ଏବଂ ଏହି URL ପାଇଁ ଅନୁରୋଧକୁ ଦେଖାନ୍ତୁ: {url}"
|
|
11434
11428
|
},
|
|
@@ -11448,7 +11442,7 @@
|
|
|
11448
11442
|
"message": "ଆପଣଙ୍କ ମତାମତ ପାଇଁ ଧନ୍ୟବାଦ"
|
|
11449
11443
|
},
|
|
11450
11444
|
"ui/components/text_editor/config.ts | codeEditor": {
|
|
11451
|
-
"message": "
|
|
11445
|
+
"message": "କୋଡ୍ ଏଡିଟର୍"
|
|
11452
11446
|
},
|
|
11453
11447
|
"ui/legacy/DockController.ts | close": {
|
|
11454
11448
|
"message": "ବନ୍ଦ କରନ୍ତୁ"
|
|
@@ -11501,6 +11495,12 @@
|
|
|
11501
11495
|
"ui/legacy/InspectorView.ts | drawer": {
|
|
11502
11496
|
"message": "ଟୁଲ ଡ୍ରୟର"
|
|
11503
11497
|
},
|
|
11498
|
+
"ui/legacy/InspectorView.ts | drawerHidden": {
|
|
11499
|
+
"message": "ଡ୍ରୟର ଲୁଚାଯାଇଛି"
|
|
11500
|
+
},
|
|
11501
|
+
"ui/legacy/InspectorView.ts | drawerShown": {
|
|
11502
|
+
"message": "ଡ୍ରୟର ଦେଖାଯାଇଛି"
|
|
11503
|
+
},
|
|
11504
11504
|
"ui/legacy/InspectorView.ts | mainToolbar": {
|
|
11505
11505
|
"message": "ମୁଖ୍ୟ ଟୁଲବାର"
|
|
11506
11506
|
},
|
|
@@ -11774,6 +11774,9 @@
|
|
|
11774
11774
|
"ui/legacy/components/cookie_table/CookiesTable.ts | name": {
|
|
11775
11775
|
"message": "ନାମ"
|
|
11776
11776
|
},
|
|
11777
|
+
"ui/legacy/components/cookie_table/CookiesTable.ts | opaquePartitionKey": {
|
|
11778
|
+
"message": "(ଅସ୍ପଷ୍ଟ)"
|
|
11779
|
+
},
|
|
11777
11780
|
"ui/legacy/components/cookie_table/CookiesTable.ts | session": {
|
|
11778
11781
|
"message": "ସେସନ୍"
|
|
11779
11782
|
},
|
|
@@ -11942,15 +11945,6 @@
|
|
|
11942
11945
|
"ui/legacy/components/object_ui/CustomPreviewComponent.ts | showAsJavascriptObject": {
|
|
11943
11946
|
"message": "JavaScript ଅବଜେକ୍ଟ ଭାବରେ ଦେଖାନ୍ତୁ"
|
|
11944
11947
|
},
|
|
11945
|
-
"ui/legacy/components/object_ui/JavaScriptAutocomplete.ts | keys": {
|
|
11946
|
-
"message": "କୀ'ଗୁଡ଼ିକ"
|
|
11947
|
-
},
|
|
11948
|
-
"ui/legacy/components/object_ui/JavaScriptAutocomplete.ts | keywords": {
|
|
11949
|
-
"message": "କୀୱାର୍ଡଗୁଡ଼ିକ"
|
|
11950
|
-
},
|
|
11951
|
-
"ui/legacy/components/object_ui/JavaScriptAutocomplete.ts | lexicalScopeVariables": {
|
|
11952
|
-
"message": "ଲେକସିକାଲ୍ ସ୍କୋପ୍ ଭେରିଏବୁଲ୍"
|
|
11953
|
-
},
|
|
11954
11948
|
"ui/legacy/components/object_ui/ObjectPropertiesSection.ts | collapseChildren": {
|
|
11955
11949
|
"message": "ଚିଲଡ୍ରେନଗୁଡ଼ିକ ସଙ୍କୁଚିତ କରନ୍ତୁ"
|
|
11956
11950
|
},
|
|
@@ -12038,15 +12032,6 @@
|
|
|
12038
12032
|
"ui/legacy/components/perf_ui/FlameChart.ts | sSelected": {
|
|
12039
12033
|
"message": "{PH1}କୁ ଚୟନ କରାଯାଇଛି"
|
|
12040
12034
|
},
|
|
12041
|
-
"ui/legacy/components/perf_ui/LineLevelProfile.ts | kb": {
|
|
12042
|
-
"message": "kB"
|
|
12043
|
-
},
|
|
12044
|
-
"ui/legacy/components/perf_ui/LineLevelProfile.ts | mb": {
|
|
12045
|
-
"message": "MB"
|
|
12046
|
-
},
|
|
12047
|
-
"ui/legacy/components/perf_ui/LineLevelProfile.ts | ms": {
|
|
12048
|
-
"message": "ମିଲିସେକେଣ୍ଡ"
|
|
12049
|
-
},
|
|
12050
12035
|
"ui/legacy/components/perf_ui/NetworkPriorities.ts | high": {
|
|
12051
12036
|
"message": "ଉଚ୍ଚ"
|
|
12052
12037
|
},
|
|
@@ -12224,9 +12209,6 @@
|
|
|
12224
12209
|
"ui/legacy/components/source_frame/source_frame-meta.ts | tabCharacter": {
|
|
12225
12210
|
"message": "ଟାବ୍ ଅକ୍ଷର"
|
|
12226
12211
|
},
|
|
12227
|
-
"ui/legacy/components/text_editor/CodeMirrorTextEditor.ts | codeEditor": {
|
|
12228
|
-
"message": "କୋଡ ଏଡିଟର"
|
|
12229
|
-
},
|
|
12230
12212
|
"ui/legacy/components/utils/ImagePreview.ts | currentSource": {
|
|
12231
12213
|
"message": "ବର୍ତ୍ତମାନର ସୋର୍ସ:"
|
|
12232
12214
|
},
|