Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
85817580
Commit
85817580
authored
23 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Traditional Chinese error messages for JDBC.
Zhenbang Wei
parent
85801ed9
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/interfaces/jdbc/org/postgresql/errors_zh_TW.properties
+75
-0
75 additions, 0 deletions
src/interfaces/jdbc/org/postgresql/errors_zh_TW.properties
with
75 additions
and
0 deletions
src/interfaces/jdbc/org/postgresql/errors_zh_TW.properties
0 → 100644
+
75
−
0
View file @
85817580
# This is the Traditional Chinese translation of errors
# 2001-10-17 Zhenbang Wei <forth@mail.net.tw>
postgresql.arr.range
:
陣列索引超過許可範圍。
postgresql.drv.version
:
內部錯誤,請重新編譯驅動程式。
postgresql.con.auth
:
不支援 {0} 認證,請確定您已經將客戶端的 IP 位址或網路區段以及驅動程式所支援的認證類型加入 pg_hba.conf。
postgresql.con.authfail
:
讀取認證請求時發生錯誤。
postgresql.con.call
:
目前不支援 Callable Statement。
postgresql.con.creobj
:
為 {0} {1} 建立物件失敗
postgresql.con.failed
:
無法連線,因為 {0}
postgresql.con.fathom
:
無法取得更新的資料筆數 {0}
postgresql.con.garbled
:
收到無效的資料。
postgresql.con.ioerror
:
傳送資料至後端時發生 IO 錯誤 - {0}
postgresql.con.kerb4
:
驅動程式不支援 Kerberos 4 認證。
postgresql.con.kerb5
:
驅動程式不支援 Kerberos 5 認證。
postgresql.con.multres
:
無法處理多重查詢結果。
postgresql.con.pass
:
沒有 password 屬性,這項屬性是必需的。
postgresql.con.refused
:
拒絕連線,請檢查主機名稱和埠號,並確定 postmaster 啟動時使用了 -i 參數開啟 TCP/IP 網路功能。
postgresql.con.setup
:
Protocol error. Session setup failed.
postgresql.con.strobj
:
無法儲存物件,請確定已經在資料庫中建立要使用的資料表。
postgresql.con.strobjex
:
儲存物件失敗 - {0}
postgresql.con.toolong
:
SQL 敘述過長 - {0}
postgresql.con.isolevel
:
不支援交易隔絕等級 {0}。
postgresql.con.tuple
:
Tuple 在 MetaData 之前傳回。
postgresql.con.type
:
不明的回應類型 {0}
postgresql.con.user
:
沒有 user 屬性,這項屬性是必需的。
postgresql.fp.error
:
FastPath 呼叫傳回 {0}
postgresql.fp.expint
:
Fastpath 呼叫 {0} - 沒有傳回值,應該傳回一個整數。
postgresql.fp.protocol
:
FastPath 協定錯誤: {0}
postgresql.fp.send
:
傳送 fastpath 呼叫 {0} {1} 失敗
postgresql.fp.unknown
:
不明的 fastpath 函式 {0}。
postgresql.geo.box
:
轉換 box 失敗 - {0}
postgresql.geo.circle
:
轉換 circle 失敗 - {0}
postgresql.geo.line
:
轉換 line 失敗 - {0}
postgresql.geo.lseg
:
轉換 lseg 失敗 - {0}
postgresql.geo.path
:
無法得知 path 是封閉或開放。
postgresql.geo.point
:
轉換 point 失敗 - {0}
postgresql.jvm.version
:
在 postgresql.jar 中找不到正確的 JDBC 類別供 JVM 使用,請重新編譯,如果仍然發生錯誤,請在執行時用 -Djava.version=1.1 或 -Djava.version=1.2 強制指定版本
\n
產生的例外是 {0}
postgresql.lo.init
:
初始化 LargeObject API 失敗。
postgresql.metadata.unavailable
:
無法取得 Metadata。
postgresql.money
:
轉換 money 失敗 - {0}。
postgresql.noupdate
:
查詢結果不可更新。
postgresql.notsensitive
:
查詢結果不能即時反映變動的資料。
postgresql.psqlnotimp
:
後端目前不支援這項功能。
postgresql.prep.is
:
不支援以 InputStream 做為參數。
postgresql.prep.param
:
未設定參數 {0} 的內容。
postgresql.prep.range
:
參數索引超過許可範圍。
postgresql.prep.type
:
不明的型別。
postgresql.res.badbigdec
:
錯誤的 BigDecimal {0}
postgresql.res.badbyte
:
錯誤的 Byte {0}
postgresql.res.baddate
:
錯誤的 Date 格式 {1} 於 {0}
postgresql.res.baddouble
:
錯誤的 Double {0}
postgresql.res.badfloat
:
錯誤的 Float {0}
postgresql.res.badint
:
錯誤的 Integer {0}
postgresql.res.badlong
:
錯誤的 Long {0}
postgresql.res.badshort
:
錯誤的 Short {0}
postgresql.res.badtime
:
錯誤的 Time {0}
postgresql.res.badtimestamp
:
錯誤的 Timestamp 格式 {1} 於 {0}
postgresql.res.colname
:
找不到欄位名稱 {0}。
postgresql.res.colrange
:
欄位索引超過許可範圍。
postgresql.serial.interface
:
不允許將介面序列化。
postgresql.serial.namelength
:
類別和包裝的名稱,長度不能超過 32 字元,{0} 的長度是 {1} 字元。
postgresql.serial.noclass
:
找不到類別 {0}。
postgresql.serial.table
:
處理 {0} 時找不到資料表,資料庫狀態不正常,請聯絡 DBA 處理。
postgresql.serial.underscore
:
類別名稱不能使用 _ 字元,您用的名稱是 {0}。
postgresql.stat.batch.error
:
批次處理忽略 {0} {1}。
postgresql.stat.maxfieldsize
:
setMaxFieldSize() 失敗 - 使用預設值
postgresql.stat.noresult
:
沒有傳回任何查詢結果。
postgresql.stat.result
:
傳回非預期的查詢結果。
postgresql.stream.eof
:
後端結束連線,也許是因為您所執行的動作導致連線中斷。
postgresql.stream.flush
:
送出資料時發生 I/O 錯誤 - {0}
postgresql.stream.ioerror
:
從後端讀取資料時發生 I/O 錯誤 - {0}
postgresql.stream.toomuch
:
接收過多資料。
postgresql.unusual
:
不明的原因導致驅動程式發生錯誤,請回報這個例外:{0}
postgresql.unimplemented
:
這個方法尚未實作。
postgresql.unexpected
:
傳回非預期的查詢結果。
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment