-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(release): update dev build files ( 241.105 )
- Loading branch information
1 parent
2022ee8
commit 55484a6
Showing
1,748 changed files
with
48,886 additions
and
31,278 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
#Thu Jan 11 15:31:37 MSK 2024 | ||
action.build.and.refresh.title=建置並重新整理 | ||
action.view.problems=檢視問題 | ||
event.log.refresh.title=Glance 預覽重新整理 | ||
event.log.refresh.total.elapsed.time=重新整理 Glance 預覽總用時為 {0} | ||
glance.preview.appwidget.title=Glance 套用小工具 | ||
glance.preview.tile.title=Glance 磁貼服務 | ||
glance.preview.tile.title=Glance 磁貼服務 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
#Thu Jan 11 15:31:37 MSK 2024 | ||
event.log.refresh.title=Wear 預覽重新整理 | ||
event.log.refresh.total.elapsed.time=重新整理 Wear 預覽總用時為 {0} | ||
wear.tile.preview.title=Wear 磁貼服務 | ||
wear.tile.preview.title=Wear 磁貼服務 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
plugin-dev-raw/zh/com/intellij/codeInsight/intention/impl/config/after.java.template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
此處將顯示意圖呼叫結果。 |
2 changes: 2 additions & 0 deletions
2
plugin-dev-raw/zh/com/intellij/codeInsight/intention/impl/config/before.java.template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
此處將顯示採用所選意圖的範例程式碼。 | ||
<spot>閃爍的矩形</spot>顯示意圖適用的位置。 |
5 changes: 3 additions & 2 deletions
5
plugin-dev-raw/zh/com/jetbrains/webstorm/WebstormBundle.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
#Thu Jan 11 15:31:37 MSK 2024 | ||
action.WebStormMigrationGuide.text=WebStorm 遷移指南 | ||
newUiOnboarding.toolbar.customization.header=工具列自訂 | ||
newUiOnboarding.toolbar.customization.text=Right-click the toolbar and add the actions to which you need quick access, such as Run, Git, or General actions. | ||
newUiOnboarding.toolbar.customization.text=右鍵點擊工具列並新增您需要快速存取的動作,例如“執行”、“Git”或“一般”動作。 | ||
webstorm.migration.guide.action=探索遷移指南 | ||
webstorm.migration.guide.description=來自其他 JetBrains IDE、VS Code 或者 Sublime Text? 請參閱我們的指南以更快上手。 | ||
webstorm.migration.guide.title=從另一個 IDE 或程式碼編輯器轉移 | ||
webstorm.migration.guide.title=從另一個 IDE 或程式碼編輯器轉移 |
53 changes: 53 additions & 0 deletions
53
plugin-dev-raw/zh/fileTemplates/code/Ktor HTTP Test Method.kt.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<html> | ||
<body> | ||
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111"> | ||
<tr> | ||
<td colspan="3"><font face="verdana" size="-1"> | ||
這是用於在 JUnit 4 測試類別中為 Ktor 建立 HTTP 測試方法的模板。</font> | ||
</td> | ||
</tr> | ||
</table> | ||
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111"> | ||
<tr> | ||
<td colspan="3"><font face="verdana" size="-1">預定義變數接收以下值:</font></td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${NAME}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">建立的方法的名稱</font></td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${HTTP_METHOD}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">所使用的 HTTP 方法(GET、POST 等)。</font></td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${ROUTE}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">相對於需要測試的當前服務的路由</font> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${CONFIGURE_SERVER}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">一種路由擴展方法,用於為需要測試的伺服器部分組態路由樹</font> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${BODY}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">生成的方法體</font></td> | ||
</tr> | ||
</table> | ||
</body> | ||
</html> |
53 changes: 53 additions & 0 deletions
53
plugin-dev-raw/zh/fileTemplates/code/Ktor Test Method.kt.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<html> | ||
<body> | ||
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111"> | ||
<tr> | ||
<td colspan="3"><font face="verdana" size="-1"> | ||
這是用於在 JUnit 4 測試類別中為 Ktor 建立測試方法的模板。</font> | ||
</td> | ||
</tr> | ||
</table> | ||
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111"> | ||
<tr> | ||
<td colspan="3"><font face="verdana" size="-1">預定義變數接收以下值:</font></td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${NAME}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">建立的方法的名稱。</font></td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${HTTP_METHOD}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">所使用的 HTTP 方法(Get、Post 等)。</font></td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${ROUTE}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">需要測試並相對於當前服務的路由。</font> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${CONFIGURE_SERVER}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">一種路由擴展方法,用於為需要測試的伺服器部件組態路由樹。</font> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${BODY}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">生成的方法體。</font></td> | ||
</tr> | ||
</table> | ||
</body> | ||
</html> |
46 changes: 46 additions & 0 deletions
46
plugin-dev-raw/zh/fileTemplates/code/Ktor WebSocket Test Method.kt.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<html> | ||
<body> | ||
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111"> | ||
<tr> | ||
<td colspan="3"><font face="verdana" size="-1"> | ||
這是用於在 JUnit 4 測試類別中為 Ktor 建立 WebSocket 測試方法的模板。</font> | ||
</td> | ||
</tr> | ||
</table> | ||
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111"> | ||
<tr> | ||
<td colspan="3"><font face="verdana" size="-1">預定義變數接收以下值:</font></td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${NAME}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">建立的方法的名稱</font></td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${ROUTE}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">相對於需要測試的當前服務的路由</font> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${CONFIGURE_SERVER}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">一種路由擴展方法,用於為需要測試的伺服器部分組態路由樹</font> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${BODY}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">生成的方法體</font></td> | ||
</tr> | ||
</table> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.