profile-viewer 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. checksums.yaml +4 -4
  2. data/dist/{f0599659345cf76717cd.svg → 118632062f4755918dac.svg} +1 -1
  3. data/dist/{79eaad4fc0c398100809.svg → 3a829bf1fcf02598aa4b.svg} +1 -1
  4. data/dist/{874.2a087b9b5a296a9c3fcd.bundle.js → 874.ca7a11f56438ad874b9d.bundle.js} +2 -2
  5. data/dist/874.ca7a11f56438ad874b9d.bundle.js.map +1 -0
  6. data/dist/8846b19a497771fe0e9d.svg +4 -0
  7. data/dist/docs/memory-allocations.md +28 -6
  8. data/dist/index.html +1 -1
  9. data/dist/locales/de/app.ftl +11 -0
  10. data/dist/locales/el/app.ftl +2 -0
  11. data/dist/locales/en-CA/app.ftl +6 -0
  12. data/dist/locales/en-GB/app.ftl +11 -0
  13. data/dist/locales/en-US/app.ftl +10 -0
  14. data/dist/locales/es-CL/app.ftl +2 -0
  15. data/dist/locales/fr/app.ftl +46 -0
  16. data/dist/locales/fy-NL/app.ftl +11 -0
  17. data/dist/locales/ia/app.ftl +2 -0
  18. data/dist/locales/it/app.ftl +5 -0
  19. data/dist/locales/kab/app.ftl +7 -0
  20. data/dist/locales/nl/app.ftl +11 -0
  21. data/dist/locales/pt-BR/app.ftl +5 -0
  22. data/dist/locales/ru/app.ftl +11 -0
  23. data/dist/locales/sv-SE/app.ftl +2 -0
  24. data/dist/locales/tr/app.ftl +38 -0
  25. data/dist/locales/uk/app.ftl +2 -0
  26. data/dist/locales/zh-CN/app.ftl +5 -0
  27. data/dist/locales/zh-TW/app.ftl +52 -47
  28. data/dist/main.89ba95fadf0fbee4977a.bundle.js +201 -0
  29. data/dist/main.89ba95fadf0fbee4977a.bundle.js.map +1 -0
  30. data/dist/photon/{f0599659345cf76717cd.svg → 118632062f4755918dac.svg} +1 -1
  31. data/dist/photon/index.html +1 -1
  32. data/dist/photon/{main.aafbcdad3fb08c7ae5b4.bundle.js → main.fa2aec5d6b214ac1cdb3.bundle.js} +2 -2
  33. data/dist/photon/{main.aafbcdad3fb08c7ae5b4.bundle.js.map → main.fa2aec5d6b214ac1cdb3.bundle.js.map} +1 -1
  34. data/dist/sw.js +1 -1
  35. data/dist/sw.js.map +1 -1
  36. data/ruby-bin/profile-viewer-version.rb +1 -1
  37. metadata +14 -17
  38. data/dist/874.2a087b9b5a296a9c3fcd.bundle.js.map +0 -1
  39. data/dist/b805360fcc91834556c9.svg +0 -4
  40. data/dist/main.ac7130d34ce3b872712a.bundle.js +0 -201
  41. data/dist/main.ac7130d34ce3b872712a.bundle.js.map +0 -1
  42. /data/dist/{main.ac7130d34ce3b872712a.bundle.js.LICENSE.txt → main.89ba95fadf0fbee4977a.bundle.js.LICENSE.txt} +0 -0
@@ -30,6 +30,7 @@ AppHeader--github-icon =
30
30
  ## AppViewRouter
31
31
  ## This is used for displaying errors when loading the application.
32
32
 
33
+ AppViewRouter--error-from-post-message = 無法匯入效能檢測檔。
33
34
  AppViewRouter--error-unpublished = 無法從 { -firefox-brand-name } 取得效能檢測檔。
34
35
  AppViewRouter--error-from-file = 無法讀取檔案或剖析檔案當中的效能檢測資訊。
35
36
  AppViewRouter--error-local = 尚未實作。
@@ -173,8 +174,8 @@ CallTreeSidebar--self-bytes = Self 位元組
173
174
 
174
175
  CompareHome--instruction-title = 輸入您想要用來比較的檢測檔網址
175
176
  CompareHome--instruction-content = 此工具將從每個效能檢測檔當中抽出選擇的軌道與範圍相關資料,並將它們放到相同的畫面上,方便比較。
176
- CompareHome--form-label-profile1 = 檢測檔 1:
177
- CompareHome--form-label-profile2 = 檢測檔 2:
177
+ CompareHome--form-label-profile1 = 檢測檔 1
178
+ CompareHome--form-label-profile2 = 檢測檔 2
178
179
  CompareHome--submit-button =
179
180
  .value = 取得檢測檔
180
181
 
@@ -248,11 +249,11 @@ Home--enable-button-unavailable =
248
249
  Home--web-channel-unavailable = 此檢測器無法連線到 WebChannel。通常是因為執行檢測器的主機與 <code>devtools.performance.recording.ui-base-url</code> 偏好設定當中指定的主機不同。若您想要使用此檢測器捕捉新的效能檢測檔,並可程式化控制檢測器選單按鈕,可到 <code>about:config</code> 調整該偏好設定。
249
250
  Home--record-instructions = 請點擊檢測按鈕或按下鍵盤快速鍵即可開始進行檢測。進行效能紀錄時,此圖示將會顯示成藍色。按下<kbd>捕捉</kbd>即可將資料載入到 profiler.firefox.com。
250
251
  Home--instructions-content = 需要使用 <a>{ -firefox-brand-name }</a> 紀錄效能檢測檔。但可以使用任何現代瀏覽器檢視現有的檢測檔。
251
- Home--record-instructions-start-stop = 停止並開始檢測
252
+ Home--record-instructions-start-stop = 停止或開始檢測
252
253
  Home--record-instructions-capture-load = 捕捉並載入檢測檔
253
254
  Home--profiler-motto = 捕捉效能檢測檔。分析、分享、讓網站運作更快。
254
255
  Home--additional-content-title = 載入現有檢測檔
255
- Home--additional-content-content = 您可以將效能檢測檔<strong>拖曳</strong>到此處,或:
256
+ Home--additional-content-content = 您可以將效能檢測檔<strong>拖曳</strong>到此處,或:
256
257
  Home--compare-recordings-info = 您也可以比較紀錄內容。<a>開啟比較介面。</a>
257
258
  Home--your-recent-uploaded-recordings-title = 您近期上傳的紀錄
258
259
  # We replace the elements such as <perf> and <simpleperf> with links to the
@@ -260,6 +261,9 @@ Home--your-recent-uploaded-recordings-title = 您近期上傳的紀錄
260
261
  Home--load-files-from-other-tools2 =
261
262
  { -profiler-brand-name } 也可以匯入其他效能檢測器,例如 <perf>Linux perf</perf>、<simpleperf>Android SimplePerf</simpleperf>、Chrome 效能面板、<androidstudio>Android Studio</androidstudio> 所產生的效能檢測檔、任何使用 <dhat>dhat 格式</dhat> 或 <traceevent>Google 的 Trace Event
262
263
  格式</traceevent>儲存的效能檢測檔。<write>點擊此處了解如何撰寫您自己的匯入程式</write>。
264
+ Home--install-chrome-extension = 安裝 Chrome 擴充套件
265
+ Home--chrome-extension-instructions = 可使用 <a>Chrome 的 { -profiler-brand-name } 擴充套件</a>,在 Chrome 當中捕捉效能紀錄檔,再使用 { -profiler-brand-name } 進行分析。請到 Chrome 線上應用程式安裝此套件。
266
+ Home--chrome-extension-recording-instructions = 安裝完成後,即可使用擴充套件在工具列新增的圖示或快速鍵開始或停止捕捉效能紀錄。您也可以匯出檢測檔,匯入此處,進行更詳細的分析。
263
267
 
264
268
  ## IdleSearchField
265
269
  ## The component that is used for all the search inputs in the application.
@@ -338,7 +342,7 @@ MarkerFiltersContextMenu--drop-samples-outside-of-markers-matching = 丟棄不
338
342
  ## This is used in all panels related to markers.
339
343
 
340
344
  MarkerSettings--panel-search =
341
- .label = 過濾標記:
345
+ .label = 過濾標記:
342
346
  .title = 只顯示符合特定名稱的標記
343
347
  MarkerSettings--marker-filters =
344
348
  .title = 標記過濾器
@@ -378,18 +382,18 @@ MenuButtons--permalink--button =
378
382
  ## These strings are used in the panel containing the meta information about
379
383
  ## the current profile.
380
384
 
381
- MenuButtons--index--profile-info-uploaded-label = 上傳於:
385
+ MenuButtons--index--profile-info-uploaded-label = 上傳於:
382
386
  MenuButtons--index--profile-info-uploaded-actions = 刪除
383
387
  MenuButtons--index--metaInfo-subtitle = 檢測檔資訊
384
- MenuButtons--metaInfo--symbols = 符號:
388
+ MenuButtons--metaInfo--symbols = 符號:
385
389
  MenuButtons--metaInfo--profile-symbolicated = 檢測檔已符號化
386
390
  MenuButtons--metaInfo--profile-not-symbolicated = 檢測檔未符號化
387
391
  MenuButtons--metaInfo--resymbolicate-profile = 重新將檢測檔符號化
388
392
  MenuButtons--metaInfo--symbolicate-profile = 符號化檢測檔
389
393
  MenuButtons--metaInfo--attempting-resymbolicate = 正在嘗試重新符號化檢測檔
390
394
  MenuButtons--metaInfo--currently-symbolicating = 目前符號化的檢測檔
391
- MenuButtons--metaInfo--cpu-model = CPU 型號:
392
- MenuButtons--metaInfo--cpu-cores = CPU 核心數:
395
+ MenuButtons--metaInfo--cpu-model = CPU 型號:
396
+ MenuButtons--metaInfo--cpu-cores = CPU 核心數:
393
397
  MenuButtons--metaInfo--main-memory = 主要記憶體:
394
398
  MenuButtons--index--show-moreInfo-button = 顯示更多
395
399
  MenuButtons--index--hide-moreInfo-button = 顯示更少
@@ -421,11 +425,11 @@ MenuButtons--metaInfo--logical-cpu =
421
425
  }
422
426
  MenuButtons--metaInfo--profiling-started = 紀錄開始於:
423
427
  MenuButtons--metaInfo--profiling-session = 紀錄長度:
424
- MenuButtons--metaInfo--main-process-started = 主處理程序開始:
428
+ MenuButtons--metaInfo--main-process-started = 主處理程序開始:
425
429
  MenuButtons--metaInfo--main-process-ended = 主要處理程序結束於:
426
- MenuButtons--metaInfo--interval = 間隔:
427
- MenuButtons--metaInfo--buffer-capacity = 緩衝容量:
428
- MenuButtons--metaInfo--buffer-duration = 緩衝間隔:
430
+ MenuButtons--metaInfo--interval = 間隔:
431
+ MenuButtons--metaInfo--buffer-capacity = 緩衝區容量:
432
+ MenuButtons--metaInfo--buffer-duration = 緩衝區長度:
429
433
  # Buffer Duration in Seconds in Meta Info Panel
430
434
  # Variable:
431
435
  # $configurationDuration (Number) - Configuration Duration in Seconds
@@ -436,11 +440,11 @@ MenuButtons--metaInfo--buffer-duration-seconds =
436
440
  # Adjective refers to the buffer duration
437
441
  MenuButtons--metaInfo--buffer-duration-unlimited = 無限制
438
442
  MenuButtons--metaInfo--application = 應用程式
439
- MenuButtons--metaInfo--name-and-version = 名稱與版本:
443
+ MenuButtons--metaInfo--name-and-version = 名稱與版本:
440
444
  MenuButtons--metaInfo--application-uptime = 運作時間:
441
- MenuButtons--metaInfo--update-channel = 更新頻道:
442
- MenuButtons--metaInfo--build-id = Build ID:
443
- MenuButtons--metaInfo--build-type = Build Type:
445
+ MenuButtons--metaInfo--update-channel = 更新頻道:
446
+ MenuButtons--metaInfo--build-id = Build ID
447
+ MenuButtons--metaInfo--build-type = Build Type
444
448
  MenuButtons--metaInfo--arguments = 參數:
445
449
 
446
450
  ## Strings refer to specific types of builds, and should be kept in English.
@@ -451,20 +455,20 @@ MenuButtons--metaInfo--build-type-opt = Opt
451
455
  ##
452
456
 
453
457
  MenuButtons--metaInfo--platform = 平台
454
- MenuButtons--metaInfo--device = 裝置:
458
+ MenuButtons--metaInfo--device = 裝置:
455
459
  # OS means Operating System. This describes the platform a profile was captured on.
456
- MenuButtons--metaInfo--os = OS:
460
+ MenuButtons--metaInfo--os = OS
457
461
  # ABI means Application Binary Interface. This describes the platform a profile was captured on.
458
- MenuButtons--metaInfo--abi = ABI:
462
+ MenuButtons--metaInfo--abi = ABI
459
463
  MenuButtons--metaInfo--visual-metrics = 視覺指標
460
- MenuButtons--metaInfo--speed-index = Speed Index:
464
+ MenuButtons--metaInfo--speed-index = Speed Index
461
465
  # “Perceptual” is the name of an index provided by sitespeed.io, and should be kept in English.
462
- MenuButtons--metaInfo--perceptual-speed-index = Perceptual Speed Index:
466
+ MenuButtons--metaInfo--perceptual-speed-index = Perceptual Speed Index
463
467
  # “Contentful” is the name of an index provided by sitespeed.io, and should be kept in English.
464
- MenuButtons--metaInfo--contentful-speed-Index = Contentful Speed Index:
465
- MenuButtons--metaInfo-renderRowOfList-label-features = 功能:
466
- MenuButtons--metaInfo-renderRowOfList-label-threads-filter = 執行緒過濾器:
467
- MenuButtons--metaInfo-renderRowOfList-label-extensions = 擴充套件:
468
+ MenuButtons--metaInfo--contentful-speed-Index = Contentful Speed Index
469
+ MenuButtons--metaInfo-renderRowOfList-label-features = 功能:
470
+ MenuButtons--metaInfo-renderRowOfList-label-threads-filter = 執行緒過濾器:
471
+ MenuButtons--metaInfo-renderRowOfList-label-extensions = 擴充套件:
468
472
 
469
473
  ## Overhead refers to the additional resources used to run the profiler.
470
474
  ## These strings are displayed at the bottom of the "Profile Info" panel.
@@ -483,9 +487,9 @@ MenuButtons--metaOverheadStatistics-statkeys-interval = 間隔
483
487
  .title = 兩次計量間的間隔。
484
488
  MenuButtons--metaOverheadStatistics-statkeys-lockings = 鎖定
485
489
  .title = 進行計量前取得鎖定所需的時間。
486
- MenuButtons--metaOverheadStatistics-overhead-duration = 額外負荷持續時間:
487
- MenuButtons--metaOverheadStatistics-overhead-percentage = 額外負荷比例:
488
- MenuButtons--metaOverheadStatistics-profiled-duration = 檢測的持續時間:
490
+ MenuButtons--metaOverheadStatistics-overhead-duration = 額外負荷持續時間:
491
+ MenuButtons--metaOverheadStatistics-overhead-percentage = 額外負荷比例:
492
+ MenuButtons--metaOverheadStatistics-profiled-duration = 檢測的持續時間:
489
493
 
490
494
  ## Publish panel
491
495
  ## These strings are used in the publishing panel.
@@ -519,7 +523,7 @@ MenuButtons--publish--error-while-compressing = 壓縮時發生錯誤,請嘗
519
523
  ## This is used in the network chart.
520
524
 
521
525
  NetworkSettings--panel-search =
522
- .label = 過濾網路請求:
526
+ .label = 過濾網路請求:
523
527
  .title = 只顯示符合某些名稱的網路請求
524
528
 
525
529
  ## Timestamp formatting primitive
@@ -586,6 +590,7 @@ ProfileFilterNavigator--full-range-with-duration = 完整範圍({ $fullRangeDu
586
590
 
587
591
  ## Profile Loader Animation
588
592
 
593
+ ProfileLoaderAnimation--loading-from-post-message = 正在匯入與處理效能檢測檔…
589
594
  ProfileLoaderAnimation--loading-unpublished = 直接從 { -firefox-brand-name } 匯入檢測檔…
590
595
  ProfileLoaderAnimation--loading-from-file = 正在讀取檔案並處理檢測檔…
591
596
  ProfileLoaderAnimation--loading-local = 尚未實作。
@@ -631,8 +636,8 @@ StackSettings--implementation-javascript2 = JavaScript
631
636
  StackSettings--implementation-native2 = 原生
632
637
  .title = 僅顯示原生程式碼相關的堆疊框
633
638
  # This label is displayed in the marker chart and marker table panels only.
634
- StackSettings--stack-implementation-label = 過濾堆疊:
635
- StackSettings--use-data-source-label = 資料來源:
639
+ StackSettings--stack-implementation-label = 過濾堆疊:
640
+ StackSettings--use-data-source-label = 資料來源:
636
641
  StackSettings--call-tree-strategy-timing = 計時
637
642
  .title = 使用紀錄到已執行的程式碼顯示摘要
638
643
  StackSettings--call-tree-strategy-js-allocations = JavaScript 分配
@@ -649,7 +654,7 @@ StackSettings--invert-call-stack = 反轉呼叫堆疊
649
654
  .title = 依照呼叫節點當中花費的時間排序,並忽略其 children。
650
655
  StackSettings--show-user-timing = 顯示使用者計時
651
656
  StackSettings--panel-search =
652
- .label = 過濾堆疊:
657
+ .label = 過濾堆疊:
653
658
  .title = 只顯示包含符合的子字串的函數名稱的相關堆疊
654
659
 
655
660
  ## Tab Bar for the bottom half of the analysis UI.
@@ -714,7 +719,7 @@ TrackNameButton--hide-process =
714
719
 
715
720
  TrackMemoryGraph--relative-memory-at-this-time = 此時的相對記憶體用量
716
721
  TrackMemoryGraph--memory-range-in-graph = 圖表中的記憶體範圍
717
- TrackMemoryGraph--allocations-and-deallocations-since-the-previous-sample = 上次取樣以來的分配予取消分配
722
+ TrackMemoryGraph--allocations-and-deallocations-since-the-previous-sample = 上次取樣以來的分配與取消分配
718
723
 
719
724
  ## TrackPower
720
725
  ## This is used to show the power used by the CPU and other chips in a computer,
@@ -879,37 +884,37 @@ TransformNavigator--complete = 完成「{ $item }」
879
884
  # See: https://profiler.firefox.com/docs/#/./guide-filtering-call-trees?id=collapse
880
885
  # Variables:
881
886
  # $item (String) - Name of the resource that collapsed. E.g.: libxul.so.
882
- TransformNavigator--collapse-resource = 摺疊: { $item }
887
+ TransformNavigator--collapse-resource = 摺疊:{ $item }
883
888
  # "Focus subtree" transform.
884
889
  # See: https://profiler.firefox.com/docs/#/./guide-filtering-call-trees?id=focus
885
890
  # Variables:
886
891
  # $item (String) - Name of the function that transform applied to.
887
- TransformNavigator--focus-subtree = 聚焦節點: { $item }
892
+ TransformNavigator--focus-subtree = 聚焦節點:{ $item }
888
893
  # "Focus function" transform.
889
894
  # See: https://profiler.firefox.com/docs/#/./guide-filtering-call-trees?id=focus
890
895
  # Variables:
891
896
  # $item (String) - Name of the function that transform applied to.
892
- TransformNavigator--focus-function = 聚焦: { $item }
897
+ TransformNavigator--focus-function = 聚焦:{ $item }
893
898
  # "Focus category" transform. The word "Focus" has the meaning of an adjective here.
894
899
  # See: https://profiler.firefox.com/docs/#/./guide-filtering-call-trees?id=focus-category
895
900
  # Variables:
896
901
  # $item (String) - Name of the category that transform applied to.
897
- TransformNavigator--focus-category = 聚焦於分類: { $item }
902
+ TransformNavigator--focus-category = 聚焦於分類:{ $item }
898
903
  # "Merge call node" transform.
899
904
  # See: https://profiler.firefox.com/docs/#/./guide-filtering-call-trees?id=merge
900
905
  # Variables:
901
906
  # $item (String) - Name of the function that transform applied to.
902
- TransformNavigator--merge-call-node = 合併節點: { $item }
907
+ TransformNavigator--merge-call-node = 合併節點:{ $item }
903
908
  # "Merge function" transform.
904
909
  # See: https://profiler.firefox.com/docs/#/./guide-filtering-call-trees?id=merge
905
910
  # Variables:
906
911
  # $item (String) - Name of the function that transform applied to.
907
- TransformNavigator--merge-function = 合併: { $item }
912
+ TransformNavigator--merge-function = 合併:{ $item }
908
913
  # "Drop function" transform.
909
914
  # See: https://profiler.firefox.com/docs/#/./guide-filtering-call-trees?id=drop
910
915
  # Variables:
911
916
  # $item (String) - Name of the function that transform applied to.
912
- TransformNavigator--drop-function = 丟棄: { $item }
917
+ TransformNavigator--drop-function = 丟棄:{ $item }
913
918
  # "Collapse recursion" transform.
914
919
  # See: https://profiler.firefox.com/docs/#/./guide-filtering-call-trees?id=collapse
915
920
  # Variables:
@@ -924,7 +929,7 @@ TransformNavigator--collapse-direct-recursion-only = 僅摺疊直接遞迴:{ $
924
929
  # See: https://profiler.firefox.com/docs/#/./guide-filtering-call-trees?id=collapse
925
930
  # Variables:
926
931
  # $item (String) - Name of the function that transform applied to.
927
- TransformNavigator--collapse-function-subtree = 摺疊子樹: { $item }
932
+ TransformNavigator--collapse-function-subtree = 摺疊子樹:{ $item }
928
933
  # "Drop samples outside of markers matching ..." transform.
929
934
  # Variables:
930
935
  # $item (String) - Search filter of the markers that transform will apply to.
@@ -976,23 +981,23 @@ SourceView--no-known-cors-url = 這個檔案沒有已知的 cross-origin-accessi
976
981
  # Variables:
977
982
  # $url (String) - The URL which we tried to get the source code from
978
983
  # $networkErrorMessage (String) - The raw internal error message that was encountered by the network request, not localized
979
- SourceView--network-error-when-obtaining-source = 取得網址 { $url } 時發生網路錯誤: { $networkErrorMessage }
984
+ SourceView--network-error-when-obtaining-source = 取得網址 { $url } 時發生網路錯誤:{ $networkErrorMessage }
980
985
  # Displayed below SourceView--cannot-obtain-source, if the browser could not
981
986
  # be queried for source code using the symbolication API.
982
987
  # Variables:
983
988
  # $browserConnectionErrorMessage (String) - The raw internal error message, not localized
984
- SourceView--browser-connection-error-when-obtaining-source = 無法查詢瀏覽器的符號化 API: { $browserConnectionErrorMessage }
989
+ SourceView--browser-connection-error-when-obtaining-source = 無法查詢瀏覽器的符號化 API{ $browserConnectionErrorMessage }
985
990
  # Displayed below SourceView--cannot-obtain-source, if the browser was queried
986
991
  # for source code using the symbolication API, and this query returned an error.
987
992
  # Variables:
988
993
  # $apiErrorMessage (String) - The raw internal error message from the API, not localized
989
- SourceView--browser-api-error-when-obtaining-source = 瀏覽器的符號化 API 回傳錯誤: { $apiErrorMessage }
994
+ SourceView--browser-api-error-when-obtaining-source = 瀏覽器的符號化 API 回傳錯誤:{ $apiErrorMessage }
990
995
  # Displayed below SourceView--cannot-obtain-source, if a symbol server which is
991
996
  # running locally was queried for source code using the symbolication API, and
992
997
  # this query returned an error.
993
998
  # Variables:
994
999
  # $apiErrorMessage (String) - The raw internal error message from the API, not localized
995
- SourceView--local-symbol-server-api-error-when-obtaining-source = 本機符號伺服器的符號化 API 回傳錯誤: { $apiErrorMessage }
1000
+ SourceView--local-symbol-server-api-error-when-obtaining-source = 本機符號伺服器的符號化 API 回傳錯誤:{ $apiErrorMessage }
996
1001
  # Displayed below SourceView--cannot-obtain-source, if the browser was queried
997
1002
  # for source code using the symbolication API, and this query returned a malformed response.
998
1003
  # Variables:
@@ -1016,7 +1021,7 @@ SourceView--not-in-archive-error-when-obtaining-source = 下載自 { $url } 的
1016
1021
  # Variables:
1017
1022
  # $url (String) - The URL from which the "archive" file was downloaded.
1018
1023
  # $parsingErrorMessage (String) - The raw internal error message during parsing, not localized
1019
- SourceView--archive-parsing-error-when-obtaining-source = 無法剖析下載自 { $url } 的封存檔: { $parsingErrorMessage }
1024
+ SourceView--archive-parsing-error-when-obtaining-source = 無法剖析下載自 { $url } 的封存檔:{ $parsingErrorMessage }
1020
1025
 
1021
1026
  ## Toggle buttons in the top right corner of the bottom box
1022
1027