Skip to content

Commit

Permalink
fix: { 插件 => 套件 }
Browse files Browse the repository at this point in the history
修正`lazy.properties`裡的用詞
  • Loading branch information
benebsiny committed Apr 5, 2022
1 parent c24f3a5 commit d834798
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/static/lazy.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ group.Git.Menu.text=&Git
install.package.dialog.message.are.you.sure.you.wish.to.uninstall.package=確定要解除安裝 ''{0}'' 軟件包嗎?
install.package.dialog.title.uninstall=解除安裝 {0}
install.package.dialog.title.uninstall.packages.failed=解除安裝軟件包失敗
install.uninstall.plugins.dialog.title=安裝/解除安裝插件
install.uninstall.plugins.dialog.title=安裝/解除安裝`套件`
label.welcome.to.0=歡迎來到 {0}
login.dialog.welcome.to.eap=歡迎來到 {0} EAP
memory.snapshot.captured.text=插件解除安裝失敗時捕獲內存快照
memory.snapshot.captured.text=套件解除安裝失敗時捕獲內存快照
notification.telephonyPrejoinScreenShowing.title=自定義語音/視訊設定
package.successfully.uninstalled=已成功解除安裝軟件包 ''{0}''
package.task.manager.uninstall.title=解除安裝軟件包
Expand All @@ -23,11 +23,11 @@ plugin.sync.state.uninstall.everywhere=隨處解除安裝
plugins.configurable.uninstall=解除安裝
plugins.configurable.uninstalled=已解除安裝
progress.title.uninstalling.yeoman.generator=正在解除安裝 Yeoman 生成器…
prompt.uninstall.plugin=確定要解除安裝插件 ''{0}'' 嗎?
prompt.uninstall.several.plugins=確定要解除安裝這 {0} 個插件嗎
status.bar.text.no.plugins=沒有要安裝或解除安裝的插件
prompt.uninstall.plugin=確定要解除安裝套件 ''{0}'' 嗎?
prompt.uninstall.several.plugins=確定要解除安裝這 {0} 個套件嗎
status.bar.text.no.plugins=沒有要安裝或解除安裝的套件
swift.rdt.test.more=就是這樣! 對於某些框架(例如 <strong>Quick</strong>),<ide/> 對測試結果提供了進一步增強的呈現效果。有關 <ide/> 支援的所有測試框架的概述,請觀看<a href="https://www.youtube.com/watch?v=DXvx6xNG_jc">這段影片</a>。
title.plugin.uninstall=解除安裝插件
title.plugin.uninstall=解除安裝套件
uninstall.air.runtime.title=解除安裝 AIR 運行時
uninstall.old.pods=解除安裝舊 pod
uninstall.packages.failed=無法解除安裝軟件包。<a href="xxx">詳細信息…</a>
Expand Down
2 changes: 2 additions & 0 deletions test/__snapshots__/segment.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ exports[`segment 掩碼 - 文件掩码(&F) 1`] = `"檔案遮罩(&F)"`;
exports[`segment 插件 - Kotlin 插件有可用的新版本 {0}。<b><a href="#">安裝</a></b> 1`] = `"Kotlin 套件有可用的新版本 {0}。<b><a href=\\"#\\">安裝</a></b>"`;
exports[`segment 插件 - 支援 依赖项 'java:com.google.inject:guice' 的套件当前尚未安装。 1`] = `"支援 依賴項 'java:com.google.inject:guice' 的套件當前尚未安裝。"`;
exports[`segment 搜索 - 正在搜索受影響的檔案路徑… 1`] = `"正在搜尋受影響的檔案路徑…"`;
exports[`segment 數據 - 刷新測試管理數據 1`] = `"刷新測試管理資料"`;
Expand Down
1 change: 1 addition & 0 deletions test/segment.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ describe(`segment`, () =>
[`調試`, `调试 'Project'`],
[`常規`, `常规设定`],
[`優化`, `优化 import`],
[`插件`, `支援 依赖项 'java:com.google.inject:guice' 的套件当前尚未安装。`],

]).sort((a, b) =>
{
Expand Down

0 comments on commit d834798

Please sign in to comment.