Skip to content

Commit 59b95bb

Browse files
[autofix.ci] apply automated fixes
1 parent 154eec6 commit 59b95bb

2 files changed

Lines changed: 122 additions & 156 deletions

File tree

i18n/locales/zh-TW.json

Lines changed: 61 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,26 @@
146146
},
147147
"scroll_to_top": "回到頂端",
148148
"cancel": "取消",
149+
"save": "儲存",
149150
"edit": "編輯",
150-
"error": "錯誤",
151-
"save": "儲存"
151+
"error": "錯誤"
152+
},
153+
"profile": {
154+
"display_name": "顯示名稱",
155+
"description": "個人簡介",
156+
"no_description": "尚無簡介",
157+
"website": "網站",
158+
"website_placeholder": "https://example.com",
159+
"likes": "喜歡數",
160+
"seo_title": "{handle} - npmx",
161+
"seo_description": "{handle} 的 npmx 個人檔案",
162+
"not_found": "找不到個人檔案",
163+
"not_found_message": "找不到 {handle} 的個人檔案。",
164+
"invite": {
165+
"message": "看起來對方還沒在用 npmx。要不要跟他們分享一下?",
166+
"share_button": "分享到 Bluesky",
167+
"compose_text": "Hey {'@'}{handle}!你用過 npmx.dev 了嗎?它是 npm Registry 的瀏覽器,快速、現代,而且是開源的。\\nhttps://npmx.dev"
168+
}
152169
},
153170
"package": {
154171
"not_found": "找不到套件",
@@ -165,6 +182,13 @@
165182
"version": "此版本已被棄用。",
166183
"no_reason": "未提供原因"
167184
},
185+
"size_increase": {
186+
"title_size": "自 v{version} 起,安裝大小顯著增加",
187+
"title_deps": "自 v{version} 起,相依套件數量顯著增加",
188+
"title_both": "自 v{version} 起,安裝大小與相依套件數量皆顯著增加",
189+
"size": "安裝大小增加了 {percent}(多出 {size})",
190+
"deps": "增加了 {count} 個相依套件"
191+
},
168192
"replacement": {
169193
"title": "你可能不需要這個相依套件。",
170194
"native": "此功能自 Node.js {nodeVersion} 起已內建,可直接使用 {replacement} 取代。",
@@ -322,8 +346,8 @@
322346
"filter_tooltip_link": "語義化版本範圍",
323347
"no_matches": "沒有符合此範圍的版本",
324348
"copy_alt": {
325-
"general_description": "長條圖呈現 {package_name} 套件在 {date_range_label} 期間、從 {first_version} 到 {last_version} 的 {versions_count} 個 {semver_grouping_mode} 版本下載量。下載量最高的版本是 {max_downloaded_version},共 {max_version_downloads} 次下載。{per_version_analysis}。{watermark}。",
326-
"per_version_analysis": "{version} 版本下載了 {downloads} 次"
349+
"per_version_analysis": "{version} 版本下載了 {downloads} 次",
350+
"general_description": "長條圖呈現 {package_name} 套件在 {date_range_label} 期間、從 {first_version} 到 {last_version} 的 {versions_count} 個 {semver_grouping_mode} 版本下載量。下載量最高的版本是 {max_downloaded_version},共 {max_version_downloads} 次下載。{per_version_analysis}。{watermark}。"
327351
}
328352
},
329353
"dependencies": {
@@ -374,6 +398,7 @@
374398
"date_range_multiline": "{start}\n到 {end}",
375399
"download_file": "下載 {fileType}",
376400
"toggle_annotator": "切換標註工具",
401+
"toggle_stack_mode": "切換堆疊模式",
377402
"legend_estimation": "估計值",
378403
"no_data": "無可用資料",
379404
"y_axis_label": "{granularity} {facet}",
@@ -387,6 +412,17 @@
387412
},
388413
"play_animation": "播放動畫",
389414
"pause_animation": "停止播放",
415+
"data_correction": "資料修正",
416+
"average_window": "平均視窗",
417+
"smoothing": "平滑化",
418+
"known_anomalies": "已知異常",
419+
"known_anomalies_description": "針對由機器人或 CI 問題造成的已知下載尖峰進行內插修正。",
420+
"known_anomalies_ranges": "異常區間",
421+
"known_anomalies_range": "從 {start} 到 {end}",
422+
"known_anomalies_range_named": "{packageName}:從 {start} 到 {end}",
423+
"known_anomalies_none": "此套件沒有已知異常。 | 這些套件沒有已知異常。",
424+
"known_anomalies_contribute": "回報異常資料",
425+
"apply_correction": "套用修正",
390426
"copy_alt": {
391427
"trend_none": "平穩",
392428
"trend_strong": "強勁",
@@ -400,19 +436,7 @@
400436
"compare": "套件下載量比較折線圖:{package_name}。",
401437
"single_package": "下載 {package} 套件下載量的折線圖。",
402438
"general_description": "Y 軸代表下載次數。X 軸代表日期範圍,從 {start_date} 至 {end_date},以 {granularity} 為時間單位。 {estimation_notice} {packages_analysis}. {watermark}."
403-
},
404-
"apply_correction": "套用修正",
405-
"average_window": "平均視窗",
406-
"data_correction": "資料修正",
407-
"known_anomalies": "已知異常",
408-
"known_anomalies_contribute": "回報異常資料",
409-
"known_anomalies_description": "針對由機器人或 CI 問題造成的已知下載尖峰進行內插修正。",
410-
"known_anomalies_none": "此套件沒有已知異常。 | 這些套件沒有已知異常。",
411-
"known_anomalies_range": "從 {start} 到 {end}",
412-
"known_anomalies_range_named": "{packageName}:從 {start} 到 {end}",
413-
"known_anomalies_ranges": "異常區間",
414-
"smoothing": "平滑化",
415-
"toggle_stack_mode": "切換堆疊模式"
439+
}
416440
},
417441
"downloads": {
418442
"title": "每週下載量",
@@ -505,13 +529,6 @@
505529
"b": "{size} B",
506530
"kb": "{size} kB",
507531
"mb": "{size} MB"
508-
},
509-
"size_increase": {
510-
"deps": "增加了 {count} 個相依套件",
511-
"size": "安裝大小增加了 {percent}(多出 {size})",
512-
"title_both": "自 v{version} 起,安裝大小與相依套件數量皆顯著增加",
513-
"title_deps": "自 v{version} 起,相依套件數量顯著增加",
514-
"title_size": "自 v{version} 起,安裝大小顯著增加"
515532
}
516533
},
517534
"connector": {
@@ -1080,36 +1097,36 @@
10801097
"title": "每週下載"
10811098
}
10821099
},
1083-
"close_files_panel": "關閉檔案面板",
1100+
"file_changes": "檔案變更",
1101+
"files_count": "{count} 個檔案",
1102+
"lines_hidden": "已隱藏 {count} 行",
10841103
"compare_versions": "差異",
1085-
"dependencies": "相依套件",
1104+
"summary": "摘要",
10861105
"deps_count": "{count} 個相依套件",
1106+
"dependencies": "相依套件",
10871107
"dev_dependencies": "開發相依套件",
1088-
"file_changes": "檔案變更",
1108+
"peer_dependencies": "peer 相依套件",
1109+
"optional_dependencies": "選用相依套件",
1110+
"no_dependency_changes": "相依套件沒有變更",
10891111
"file_filter_option": {
1090-
"added": "新增({count})",
10911112
"all": "全部({count})",
1092-
"modified": "修改({count})",
1093-
"removed": "刪除({count})"
1113+
"added": "新增({count})",
1114+
"removed": "刪除({count})",
1115+
"modified": "修改({count})"
10941116
},
1095-
"files_button": "檔案",
1096-
"files_count": "{count} 個檔案",
1117+
"search_files_placeholder": "搜尋檔案…",
1118+
"no_files_all": "沒有檔案",
1119+
"no_files_search": "找不到符合「{query}」的檔案",
1120+
"no_files_filtered": "沒有{filter}檔案",
10971121
"filter": {
10981122
"added": "新增",
1099-
"modified": "修改",
1100-
"removed": "刪除"
1123+
"removed": "刪除",
1124+
"modified": "修改"
11011125
},
1102-
"filter_files_label": "依變更類型篩選檔案",
1103-
"lines_hidden": "已隱藏 {count} 行",
1104-
"no_dependency_changes": "相依套件沒有變更",
1105-
"no_files_all": "沒有檔案",
1106-
"no_files_filtered": "沒有{filter}檔案",
1107-
"no_files_search": "找不到符合「{query}」的檔案",
1108-
"optional_dependencies": "選用相依套件",
1109-
"peer_dependencies": "peer 相依套件",
1110-
"search_files_placeholder": "搜尋檔案…",
1126+
"files_button": "檔案",
11111127
"select_file_prompt": "請先從側邊欄選擇檔案以檢視差異",
1112-
"summary": "摘要"
1128+
"close_files_panel": "關閉檔案面板",
1129+
"filter_files_label": "依變更類型篩選檔案"
11131130
},
11141131
"privacy_policy": {
11151132
"title": "隱私權政策",
@@ -1220,56 +1237,5 @@
12201237
"p1": "如果您在 {app} 遇到無障礙障礙,請在我們的 {link} 提交 Issue 告知我們。我們非常重視這些報告,並會盡力解決問題。",
12211238
"link": "GitHub 儲存庫"
12221239
}
1223-
},
1224-
"profile": {
1225-
"description": "個人簡介",
1226-
"display_name": "顯示名稱",
1227-
"invite": {
1228-
"compose_text": "Hey {'@'}{handle}!你用過 npmx.dev 了嗎?它是 npm Registry 的瀏覽器,快速、現代,而且是開源的。\\nhttps://npmx.dev",
1229-
"message": "看起來對方還沒在用 npmx。要不要跟他們分享一下?",
1230-
"share_button": "分享到 Bluesky"
1231-
},
1232-
"likes": "喜歡數",
1233-
"no_description": "尚無簡介",
1234-
"not_found": "找不到個人檔案",
1235-
"not_found_message": "找不到 {handle} 的個人檔案。",
1236-
"seo_description": "{handle} 的 npmx 個人檔案",
1237-
"seo_title": "{handle} - npmx",
1238-
"website": "網站",
1239-
"website_placeholder": "https://example.com"
1240-
},
1241-
"vacations": {
1242-
"heading": "充電中",
1243-
"illustration_alt": "一排溫馨的小圖示",
1244-
"meantime": {
1245-
"p1": "{site} 和 {repo} 仍保持開放,大家還是持續深入研究、回報一些 issue、也開了幾個 PR,不過大多數時間都在舒服的壁爐旁休息。",
1246-
"repo_link": "程式碼儲存庫",
1247-
"title": "這段期間"
1248-
},
1249-
"meta_description": "npmx 團隊去充電了一下。Discord 在一週後重新開放。",
1250-
"poke_log": "戳一下營火",
1251-
"return": {
1252-
"p1": "我們補滿電回來了,也準備好朝 3 月 3 日做最後衝刺。最新消息請看 {social}。",
1253-
"social_link": "在 Bluesky 追蹤我們",
1254-
"title": "我們回來了!"
1255-
},
1256-
"stats": {
1257-
"commits": "提交",
1258-
"contributors": "貢獻者",
1259-
"pr": "已合併 PR",
1260-
"subtitle": {
1261-
"all": "全部",
1262-
"some": "部分"
1263-
}
1264-
},
1265-
"subtitle": "我們開發 npmx 的節奏快到讓 {some} 人睡眠不足。這不該成為常態!所以我們一起放了一週假。",
1266-
"title": "休假中",
1267-
"what": {
1268-
"dates": "2 月 14 日至 21 日",
1269-
"garden": "#garden",
1270-
"p1": "Discord 在 {dates} 期間關閉。",
1271-
"p2": "所有邀請連結都暫停、頻道也都鎖定了,只有 {garden} 保持開放,讓想聊天的人還是能聚在一起。",
1272-
"title": "發生了什麼事"
1273-
}
12741240
}
12751241
}

0 commit comments

Comments
 (0)