Skip to content

Commit

Permalink
fix: { 數據庫 => 資料庫 }
Browse files Browse the repository at this point in the history
  • Loading branch information
ruyut committed Jan 18, 2022
1 parent da54a34 commit 89f9fc5
Show file tree
Hide file tree
Showing 45 changed files with 258 additions and 258 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ action.Github.Create.Pull.Request.text=創建拉取請求…
group.REST.text=RESTful Web 服務
group.REST.description=REST 特定操作
action.JoinCallAction.text=加入語音通話
action.ActivateDatabaseToolWindow.text=數據庫
action.ActivateDatabaseToolWindow.text=資料庫
action.ActivateDatabaseToolWindow.description=Activate Database window
action.ActivateVersionControlToolWindow.text=Git
action.ActivateVersionControlToolWindow.description=Activate Git window
Expand All @@ -722,7 +722,7 @@ action.android.emulator.create.snapshot.text=創建快照
action.android.emulator.create.snapshot.description=Create a snapshot of the Emulator state
group.newConfigurationProfileRunClass.text=Profile context configuration
group.Docker.RemoteServers.ComposeUp.text=部署
action.ActivateDatabaseChangesToolWindow.text=數據庫變更
action.ActivateDatabaseChangesToolWindow.text=資料庫變更
action.ActivateDatabaseChangesToolWindow.description=Activate Database Changes window
action.TypeHierarchy.Subtypes.description=切換到子類型層次結構
action.ByteCodeDecompiler.text=顯示反編譯的類
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<body>
<p>報告 Hibernate XML 配置數據庫相關的映射錯誤,包括:</p>
<p>報告 Hibernate XML 配置資料庫相關的映射錯誤,包括:</p>
<ul>
<li>對無法識別的目錄/架構/表的引用</li>
<li>對無法識別的列的引用</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<body>
報告無法在配置的數據源中解析的 Persistence ORM XML 描述符並建議刷新數據源或分配不同的數據源。

<p><b>示例數據庫表</b></p>
<p><b>示例資料庫表</b></p>
<pre><code>
CREATE TABLE DATA_TABLE (
ID INTEGER,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

建議刷新數據源或分配不同的數據源。<br/>

<p><b>示例數據庫表</b></p>
<p><b>示例資料庫表</b></p>
<pre><code>
CREATE TABLE DATA_TABLE (
ID INTEGER,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<body>
報告對 `orm.xml` 配置檔案中任何數據庫對象的未解析引用
報告對 `orm.xml` 配置檔案中任何資料庫對象的未解析引用
<ul>
<li></li>
<li></li>
Expand All @@ -9,7 +9,7 @@
<li>序列</li>
</ul>

<p><b>示例數據庫表</b></p><br/>
<p><b>示例資料庫表</b></p><br/>
<pre><code>
CREATE TABLE DATA_TABLE (
ID INTEGER,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
db.non_existing_collection
db['non_existing_collection']
db['non_existing_collection'].find().hasNext()</code></pre>
<p><code>non_existing_collection</code> 集合在數據庫中不存在,將被報告。</p>
<p><code>non_existing_collection</code> 集合在資料庫中不存在,將被報告。</p>
</body>
</html>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<body>
報告 <code>find</code><code>find_by</code> 在視圖或視圖幫助程序中的用法。 數據庫交互應由控制器執行,並存儲在變量中供視圖訪問。
報告 <code>find</code><code>find_by</code> 在視圖或視圖幫助程序中的用法。 資料庫交互應由控制器執行,並存儲在變量中供視圖訪問。
<p><span style="font-size: smaller;"><a href="https://matthewpaulmoore.com/post/5190436725/ruby-on-rails-code-quality-checklist">'Ruby on Rails Code Quality Checklist'</a> 啟發</span></p>
</body>
</html>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<body>
報告當前會話中未自省的架構和數據庫
報告當前會話中未自省的架構和資料庫
<p>例如,當您嘗試在未內省的架構中創建表時,可能會出現此警告。</p>
<p>內省是一種檢查數據源的方法。 執行內省時,將從數據庫中檢索結構信息以檢測各種對象及其特性。例如,可能是表、列、函數和其他元素。</p>
<p>內省是一種檢查數據源的方法。 執行內省時,將從資料庫中檢索結構信息以檢測各種對象及其特性。例如,可能是表、列、函數和其他元素。</p>
</body>
</html>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<body>
報告可能更改整個數據庫的語句的缺失條件檢查
報告可能更改整個資料庫的語句的缺失條件檢查
<p>例如,在沒有 ON 或 WHERE 的 DELETE 語句中使用 JOIN 子句。 如果不對 JOIN 進行條件檢查,DELETE 將刪除整個表的內容。</p>
<p>示例(MySQL):</p>
<pre><code>CREATE TABLE foo (a INT,b INT,c INT);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<body>
報告<b>數據庫</b>工具視窗中缺少數據源(<b>視圖 | 工具視窗 | 數據庫</b>)。
報告<b>資料庫</b>工具視窗中缺少數據源(<b>視圖 | 工具視窗 | 資料庫</b>)。
</body>
</html>
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<html>
<body>
報告在唯讀連接期間可能會修改數據庫的語句<p>要為連接啟用唯讀模式,請在<b>數據庫</b>工具視窗(<b>視圖 | 工具視窗 | 數據庫</b>)中右鍵點擊數據源,然後選擇<b>屬性</b>
報告在唯讀連接期間可能會修改資料庫的語句<p>要為連接啟用唯讀模式,請在<b>資料庫</b>工具視窗(<b>視圖 | 工具視窗 | 資料庫</b>)中右鍵點擊數據源,然後選擇<b>屬性</b>
<b>數據源和驅動程序</b>對話框中,點擊<b>選項</b>頁籤並選中<b>唯讀</b>復選框。</p>
<p>示例(MySQL):</p>
<pre><code>CREATE TABLE foo(a INT);
INSERT INTO foo VALUES (1);</code></pre>
<p>由於 <code>CREATE TABLE</code><code>INSERT INTO</code> 語句會導致數據庫修改,因此這些語句將在唯讀連接模式中高亮顯示。</p>
<p>由於 <code>CREATE TABLE</code><code>INSERT INTO</code> 語句會導致資料庫修改,因此這些語句將在唯讀連接模式中高亮顯示。</p>
</body>
</html>
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<html>
<body>
報告數據庫對象的原始碼已更改的情況
<p>執行數據庫或對象內省時會觸發檢查。 當您打開對象的原始碼、運行語句和執行代碼重構時,就會運行內省。
報告資料庫對象的原始碼已更改的情況
<p>執行資料庫或對象內省時會觸發檢查。 當您打開對象的原始碼、運行語句和執行代碼重構時,就會運行內省。
此外,您可以通過右鍵點擊對象並選擇<b>刷新</b>來運行內省。</p>

<p>檢查包括以下幾種情況:</p>

<ul>
<li>數據庫中的對象原始碼已更改,但編輯器中的代碼未更新。 適用於 PostgreSQL、Microsoft SQL Server、Oracle 和 Sybase ASE。</li>
<li>您更改了對象原始碼,內省了數據庫,但原始碼已被其他人更改。</li>
<li>IDE 中的數據庫內省器已更新,您需要下載先前內省器版本中缺少的新對象屬性。</li>
<li>資料庫中的對象原始碼已更改,但編輯器中的代碼未更新。 適用於 PostgreSQL、Microsoft SQL Server、Oracle 和 Sybase ASE。</li>
<li>您更改了對象原始碼,內省了資料庫,但原始碼已被其他人更改。</li>
<li>IDE 中的資料庫內省器已更新,您需要下載先前內省器版本中缺少的新對象屬性。</li>
</ul>

</body>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<body>
報告使用沒有 <code>N</code> 前綴的國家字符的字符串文字。
<p>如果沒有 N 前綴,字符串將被轉換為數據庫的預設代碼頁面。 此預設代碼頁面可能無法識別某些字符。 有關更多信息,請參閱 <a href="https://docs.microsoft.com/en-us/sql/t-sql/data-types/nchar-and-nvarchar-transact-sql" target="_blank">docs.microsoft.com 上的“nchar 和 nvarchar”(Transact-SQL)</a> 頁面。</p>
<p>如果沒有 N 前綴,字符串將被轉換為資料庫的預設代碼頁面。 此預設代碼頁面可能無法識別某些字符。 有關更多信息,請參閱 <a href="https://docs.microsoft.com/en-us/sql/t-sql/data-types/nchar-and-nvarchar-transact-sql" target="_blank">docs.microsoft.com 上的“nchar 和 nvarchar”(Transact-SQL)</a> 頁面。</p>
<p>示例(Microsoft SQL 服務器):</p>
<pre><code>SELECT 'abcde' AS a;
SELECT N'abcde' AS b;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<body>
報告使用特定 JDBC 驅動程序類的情況。 使用這種類會將您的項目綁定到特定的數據庫和驅動程序,從而違背了 JDBC 的目的並導致失去可移植性。
報告使用特定 JDBC 驅動程序類的情況。 使用這種類會將您的項目綁定到特定的資料庫和驅動程序,從而違背了 JDBC 的目的並導致失去可移植性。
<p><b>示例:</b></p>
<pre><code>
import java.sql.Driver;
Expand Down
6 changes: 3 additions & 3 deletions plugin-dev-raw/zh/messages/AndroidBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ action.StatisticsViewer.text=顯示統計信息查看器
group.Internal.Android.text=Android
action.Android.DeviceExplorer.Help.text=打開設備資源管理器幫助
action.Android.DeviceExplorer.GotoSdcardFolder.text=導航到 SD 卡文件夾
action.Android.DeviceExplorer.GotoDatabaseFolder.text=導航到數據庫文件夾
action.Android.DeviceExplorer.GotoDatabaseFolder.text=導航到資料庫文件夾
action.Android.DeviceExplorer.GotoSharedPrefsFolder.text=導航到共享的偏好設定文件夾
action.Android.RunAndroidAvdManager.text=AVD 管理器
action.Android.RunAndroidAvdManager.toolbar.text=添加設備定義…
Expand Down Expand Up @@ -998,8 +998,8 @@ android.inspections.typedef=錯誤的常量或資源類型
android.inspections.on.click.missing.name=相關 Activity 中缺少 onClick 處理程序
android.inspections.on.click.missing.problem=方法 ''{0}''''{1}'' 中缺失或簽名不正確
android.inspections.on.click.missing.incorrect.signature=''{1}'' 中方法 ''{0}'' 的簽名不正確
android.db.downloading.progress.title=正在下載 Android SQLite 數據庫
android.db.uploading.progress.title=正在更新 Android SQLite 數據庫
android.db.downloading.progress.title=正在下載 Android SQLite 資料庫
android.db.uploading.progress.title=正在更新 Android SQLite 資料庫
android.gradle.project.change.added=已添加 {0}
android.gradle.project.change.removed=已移除 {0}
android.gradle.project.change.modified={0}: {1} {2}->{3}
Expand Down
18 changes: 9 additions & 9 deletions plugin-dev-raw/zh/messages/CredentialStoreBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ kee.pass.dialog.message=內部錯誤
kee.pass.dialog.request.master.title=指定主密碼
kee.pass.dialog.title.cannot.import=無法導入
kee.pass.dialog.title.set.master.password=設定主密碼
kee.pass.row.comment=如果當前密碼未知,請清除 KeePass 數據庫
kee.pass.row.comment=如果當前密碼未知,請清除 KeePass 資料庫
kee.pass.row.current.password=當前密碼:
kee.pass.row.master.password=主密碼:
kee.pass.row.new.password=新密碼:
kee.pass.top.note=數據庫位於自定義位置,因此\n需要自定義主密碼。
kee.pass.top.note=資料庫位於自定義位置,因此\n需要自定義主密碼。
kee.pass.validation.info.current.password.incorrect=當前密碼不正確。
kee.pass.validation.info.current.password.incorrect.current.empty=當前主密碼為空。
password.safe.configurable=密碼
Expand All @@ -20,26 +20,26 @@ passwordSafeConfigurable.clear.passwords=清除密碼
passwordSafeConfigurable.do.not.save=不保存,重新啟動後忘記密碼
passwordSafeConfigurable.in.keepass=在 KeePass 中
passwordSafeConfigurable.in.native.keychain=在原生密鑰鏈中
passwordSafeConfigurable.keepass.database.file=KeePass 數據庫檔案
passwordSafeConfigurable.keepass.database.file=KeePass 資料庫檔案
passwordSafeConfigurable.protect.master.password.using.pgp.key=使用 PGP 密鑰保護主密碼:
passwordSafeConfigurable.protect.master.password.using.pgp.key.no.keys=使用 PGP 密鑰保護主密碼(未配置密鑰)
passwordSafeConfigurable.remove.passwords=移除密碼
passwordSafeConfigurable.save.password=保存密碼:
passwordSafeConfigurable.weak.encryption=使用弱加密存儲。建議存儲在加密卷上,以增強安全性。
settings.password.change.master.password=更改主密碼
settings.password.database=數據庫:
settings.password.database=資料庫:
settings.password.internal.error=內部錯誤: {0}
settings.password.keepass.database.file.is.directory.=KeePass 數據庫檔案為目錄
settings.password.keepass.database.file.should.ends.with.kdbx=KeePass 數據庫檔案應以“.kdbx”結尾。
settings.password.keepass.database.path.is.empty=KeePass 數據庫路徑為空
settings.password.master.password.for.keepass.database.is.not.correct=KeePass 數據庫的主密碼不正確(可以使用“清除”來重置數據庫)。
settings.password.keepass.database.file.is.directory.=KeePass 資料庫檔案為目錄
settings.password.keepass.database.file.should.ends.with.kdbx=KeePass 資料庫檔案應以“.kdbx”結尾。
settings.password.keepass.database.path.is.empty=KeePass 資料庫路徑為空
settings.password.master.password.for.keepass.database.is.not.correct=KeePass 資料庫的主密碼不正確(可以使用“清除”來重置資料庫)。
dialog.message.master.password.not.correct=主密碼不正確。
notification.title.native.keychain.unavailable=無法訪問原生密鑰鏈
notification.content.native.keychain.unavailable=憑據會被記住,直到 {0} 關閉。
notification.content.native.keychain.unavailable.linux.addition=請安裝所需軟件包 libsecret-1-0: sudo apt-get install libsecret-1-0 gnome-keyring
notification.title.password.missing=KeePass 主密碼缺失
notification.title.password.incorrect=KeePass 主密碼錯誤
notification.title.database.error=無法打開 KeePass 數據庫
notification.title.database.error=無法打開 KeePass 資料庫
notification.title.keychain.not.available=原生密鑰鏈不可用
notification.title.cannot.use.keychain=無法使用原生密鑰鏈
notification.content.in.memory.storage=將使用內存密碼存儲。
Expand Down
Loading

0 comments on commit 89f9fc5

Please sign in to comment.