Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
35b1fe12
Commit
35b1fe12
authored
Jan 05, 2004
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Translation updates
parent
5c74ce23
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
251 additions
and
5 deletions
+251
-5
src/bin/pg_controldata/nls.mk
src/bin/pg_controldata/nls.mk
+2
-2
src/bin/pg_controldata/po/zh_TW.po
src/bin/pg_controldata/po/zh_TW.po
+231
-0
src/interfaces/jdbc/org/postgresql/errors_zh_TW.properties
src/interfaces/jdbc/org/postgresql/errors_zh_TW.properties
+18
-3
No files found.
src/bin/pg_controldata/nls.mk
View file @
35b1fe12
# $PostgreSQL: pgsql/src/bin/pg_controldata/nls.mk,v 1.
9 2003/11/29 19:52:04 pgsql
Exp $
# $PostgreSQL: pgsql/src/bin/pg_controldata/nls.mk,v 1.
10 2004/01/05 19:15:48 petere
Exp $
CATALOG_NAME
:=
pg_controldata
AVAIL_LANGUAGES
:=
cs de es fr hu it nb pt_BR ru sl sv zh_CN
AVAIL_LANGUAGES
:=
cs de es fr hu it nb pt_BR ru sl sv zh_CN
zh_TW
GETTEXT_FILES
:=
pg_controldata.c
GETTEXT_TRIGGERS
:=
_
src/bin/pg_controldata/po/zh_TW.po
0 → 100644
View file @
35b1fe12
# Traditional Chinese translation file for pg_controldata
# 2003-11-25 Zhenbang Wei <forth@zbwei.net>
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 7.4\n"
"POT-Creation-Date: 2003-11-25 04:33-0400\n"
"PO-Revision-Date: 2003-11-25 09:26+0800\n"
"Last-Translator: Zhenbang Wei <forth@zbwei.net>\n"
"Language-Team: Zhenbang Wei <forth@zbwei.net>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=Big5\n"
"Content-Transfer-Encoding: 8bit\n"
"Report-Msgid-Bugs-To: \n"
#: pg_controldata.c:28
#, c-format
msgid ""
"%s displays control information of a PostgreSQL database cluster.\n"
"\n"
msgstr ""
"%s 顯示PostgreSQL資料庫叢集控制訊息。\n"
"\n"
#: pg_controldata.c:32
#, c-format
msgid ""
"Usage:\n"
" %s [OPTION]\n"
"\n"
"Options:\n"
" DATADIR show cluster control information for DATADIR\n"
" --help show this help, then exit\n"
" --version output version information, then exit\n"
msgstr ""
"用法:\n"
" %s [選項]\n"
"\n"
"選項:\n"
" DATADIR 顯示DATADIR的叢集控制訊息\n"
" --help 顯示說明訊息然後結束\n"
" --version 顯示版本資訊然後結束\n"
#: pg_controldata.c:41
msgid ""
"\n"
"If no data directory is specified, the environment variable PGDATA\n"
"is used.\n"
"\n"
msgstr ""
"\n"
"如果沒有指定資料存放目錄,則使用環境變數PGDATA。\n"
"\n"
#: pg_controldata.c:42
msgid "Report bugs to <pgsql-bugs@postgresql.org>.\n"
msgstr "將錯誤回報至<pgsql-bugs@postgresql.org>.\n"
#: pg_controldata.c:52
msgid "starting up"
msgstr "正在啟動"
#: pg_controldata.c:54
msgid "shut down"
msgstr "關閉"
#: pg_controldata.c:56
msgid "shutting down"
msgstr "正在關閉"
#: pg_controldata.c:58
msgid "in recovery"
msgstr "正在復原"
#: pg_controldata.c:60
msgid "in production"
msgstr "正在運作"
#: pg_controldata.c:62
msgid "unrecognized status code"
msgstr "無法識別的狀態碼"
#: pg_controldata.c:107
#, c-format
msgid "%s: no data directory specified\n"
msgstr "%s: 沒有指定資料存放目錄\n"
#: pg_controldata.c:108
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "用\"%s --help\"顯示更多訊息。\n"
#: pg_controldata.c:116
#, c-format
msgid "%s: could not open file \"%s\" for reading: %s\n"
msgstr "%s: 無法開啟檔案\"%s\"以讀取: %s\n"
#: pg_controldata.c:123
#, c-format
msgid "%s: could not read file \"%s\": %s\n"
msgstr "%s: 無法讀取檔案\"%s\": %s\n"
#: pg_controldata.c:137
msgid ""
"WARNING: Calculated CRC checksum does not match value stored in file.\n"
"Either the file is corrupt, or it has a different layout than this program\n"
"is expecting. The results below are untrustworthy.\n"
"\n"
msgstr ""
"警告:計算出來的CRC校驗值與儲存在檔案中的值不符。\n"
"可能是檔案損壞,或是與程式所預期的結構不同,下列\n"
"的結果是不可信賴的。\n"
"\n"
#: pg_controldata.c:150
#, c-format
msgid "pg_control version number: %u\n"
msgstr "pg_control 版本: %u\n"
#: pg_controldata.c:151
#, c-format
msgid "Catalog version number: %u\n"
msgstr "Catalog 版本: %u\n"
#: pg_controldata.c:152
#, c-format
msgid "Database cluster state: %s\n"
msgstr "資料庫叢集狀態: %s\n"
#: pg_controldata.c:153
#, c-format
msgid "pg_control last modified: %s\n"
msgstr "pg_control最後修改: %s\n"
#: pg_controldata.c:154
#, c-format
msgid "Current log file ID: %u\n"
msgstr "目前的日誌檔ID: %u\n"
#: pg_controldata.c:155
#, c-format
msgid "Next log file segment: %u\n"
msgstr "下一個日誌檔案區段: %u\n"
#: pg_controldata.c:156
#, c-format
msgid "Latest checkpoint location: %X/%X\n"
msgstr "最新的檢查點位置: %X/%X\n"
#: pg_controldata.c:158
#, c-format
msgid "Prior checkpoint location: %X/%X\n"
msgstr "前一個檢查點位置: %X/%X\n"
#: pg_controldata.c:160
#, c-format
msgid "Latest checkpoint's REDO location: %X/%X\n"
msgstr "最新檢查點的REDO位置: %X/%X\n"
#: pg_controldata.c:162
#, c-format
msgid "Latest checkpoint's UNDO location: %X/%X\n"
msgstr "最新檢查點的UNDO位置: %X/%X\n"
#: pg_controldata.c:164
#, c-format
msgid "Latest checkpoint's StartUpID: %u\n"
msgstr "最新檢查點的StartUpID: %u\n"
#: pg_controldata.c:165
#, c-format
msgid "Latest checkpoint's NextXID: %u\n"
msgstr "最新檢查點的NextXID: %u\n"
#: pg_controldata.c:166
#, c-format
msgid "Latest checkpoint's NextOID: %u\n"
msgstr "最新檢查點的NextOID: %u\n"
#: pg_controldata.c:167
#, c-format
msgid "Time of latest checkpoint: %s\n"
msgstr "最新檢查點的時間: %s\n"
#: pg_controldata.c:168
#, c-format
msgid "Database block size: %u\n"
msgstr "資料庫區塊大小: %u\n"
#: pg_controldata.c:169
#, c-format
msgid "Blocks per segment of large relation: %u\n"
msgstr "大型關聯每一段的區塊數: %u\n"
#: pg_controldata.c:170
#, c-format
msgid "Maximum length of identifiers: %u\n"
msgstr "識別字的最大長度: %u\n"
#: pg_controldata.c:171
#, c-format
msgid "Maximum number of function arguments: %u\n"
msgstr "函式參數的最大個數: %u\n"
#: pg_controldata.c:172
#, c-format
msgid "Date/time type storage: %s\n"
msgstr "日期/時間類型儲存: %s\n"
#: pg_controldata.c:173
msgid "64-bit integers"
msgstr "64位元整數"
#: pg_controldata.c:173
msgid "floating-point numbers"
msgstr "浮點數"
#: pg_controldata.c:174
#, c-format
msgid "Maximum length of locale name: %u\n"
msgstr "區域(locale)名稱的最大長度: %u\n"
#: pg_controldata.c:175
#, c-format
msgid "LC_COLLATE: %s\n"
msgstr "LC_COLLATE: %s\n"
#: pg_controldata.c:176
#, c-format
msgid "LC_CTYPE: %s\n"
msgstr "LC_CTYPE: %s\n"
src/interfaces/jdbc/org/postgresql/errors_zh_TW.properties
View file @
35b1fe12
# 2003-
03-1
5 Zhenbang Wei <forth@zbwei.net>
# 2003-
11-2
5 Zhenbang Wei <forth@zbwei.net>
postgresql.arr.range
:
\u9663\u5217\u
7d22
\u
5f15
\u
8d85
\u
904e
\u
8a31
\u
53ef
\u
7bc4
\u
570d
\u3002
postgresql.drv.version
:
\u5167\u
90e8
\u
932f
\u
8aa4
\u
ff0c
\u
8acb
\u
91cd
\u
65b0
\u
7de8
\u
8b6f
\u
9a45
\u
52d5
\u
7a0b
\u
5f0f
\u3002
postgresql.drv.version
:
\u
767c
\u
751f
\u
5167\u
90e8
\u
932f
\u
8aa4
\u
ff0c
\u
8acb
\u
91cd
\u
65b0
\u
7de8
\u
8b6f
\u
9a45
\u
52d5
\u
7a0b
\u
5f0f
\u3002
postgresql.con.auth
:
\u
4e0d
\u
652f
\u
63f4{0}
\u
8a8d
\u
8b49
\u
ff0c
\u
8acb
\u
78ba
\u
5b9a
\u
60a8
\u
5df2
\u
7d93
\u
5c07
\u
5ba2
\u6236\u
7aef
\u7684
IP
\u
4f4d
\u5740\u6216\u
7db2
\u
8def
\u5340\u
6bb5
\u
4ee5
\u
53ca
\u
9a45
\u
52d5
\u
7a0b
\u
5f0f
\u6240\u
652f
\u
63f4
\u7684\u
8a8d
\u
8b49
\u
985e
\u
578b
\u
52a0
\u5165
pg_hba.conf
\u3002
postgresql.con.authfail
:
\u
8b80
\u
53d6
\u
8a8d
\u
8b49
\u
8acb
\u
6c42
\u6642\u
767c
\u
751f
\u
932f
\u
8aa4
\u3002
postgresql.con.backend
:
\u
5f8c
\u
7aef
\u
555f
\u
52d5
\u5931\u6557\u
ff1a{0}
...
...
@@ -8,7 +8,9 @@ postgresql.con.call:\u76ee\u524d\u4e0d\u652f\u63f4CallableStatement\u3002
postgresql.con.invalidchar
:
\u
767c
\u
73fe
\u
4e0d
\u5408\u
6cd5
\u7684\u
5b57
\u5143\u
ff0c
\u
53ef
\u
80fd
\u7684\u
539f
\u
56e0
\u
662f
\u
6b32
\u5132\u
5b58
\u7684\u
8cc7
\u6599\u
4e2d
\u5305\u
542b
\u
8cc7
\u6599\u
5eab
\u7684\u
5b57
\u5143\u
96c6
\u
4e0d
\u
652f
\u
63f4
\u7684\u
5b57
\u
78bc
\u
ff0c
\u5176\u
4e2d
\u6700\u
5e38
\u
898b
\u
4f8b
\u
5b50
\u7684\u
5c31
\u
662f
\u
5c078
\u
4f4d
\u5143\u
8cc7
\u6599\u
5b58
\u5165\u
4f7f
\u7528
SQL_ASCII
\u7684\u
8cc7
\u6599\u
5eab
\u3002
postgresql.con.closed
:
\u9023\u
7dda
\u
5df2
\u
95dc
\u9589\u
ff0c
\u
4e0d
\u5141\u
8a31
\u
64cd
\u
4f5c
\u3002
postgresql.con.creobj
:
\u
70ba{0} {1}
\u
5efa
\u
7acb
\u7269\u
4ef6
\u5931\u6557
postgresql.con.failed
:
\u7121\u
6cd5
\u9023\u
7dda
\u
ff0c
\u
56e0
\u
70ba{0}
postgresql.con.failed
:
\u9023\u
7dda
\u5931\u6557\u
ff0c
\u
56e0
\u
70ba{0}
postgresql.con.failed.bad.encofing
:
\u9023\u
7dda
\u5931\u6557\u
ff0c
\u7121\u
6cd5
\u
53d6
\u
5f97
\u
4f3a
\u
670d
\u5668\u
4f7f
\u7528\u7684\u
7de8
\u
78bc
postgresql.con.failed.bad.autocommit
:
\u9023\u
7dda
\u5931\u6557\u
ff0c
\u7121\u
6cd5
\u
53d6
\u
5f97autocommit
\u
72c0
\u
614b
postgresql.con.fathom
:
\u7121\u
6cd5
\u
53d6
\u
5f97
\u
66f4
\u
65b0
\u7684\u
8cc7
\u6599\u
7b46
\u6578
{0}
postgresql.con.garbled
:
\u6536\u5230\u7121\u6548\u7684\u
8cc7
\u6599\u3002
postgresql.con.ioerror
:
\u
50b3
\u9001\u
8cc7
\u6599\u
81f3
\u
5f8c
\u
7aef
\u6642\u
767c
\u
751fIO
\u
932f
\u
8aa4 - {0}
...
...
@@ -18,6 +20,7 @@ postgresql.con.misc:\u767c\u751f\u9023\u7dda\u932f\u8aa4\uff1a{0}
postgresql.con.multres
:
\u7121\u
6cd5
\u8655\u7406\u
591a
\u
91cd
\u
67e5
\u
8a62
\u
7d50
\u
679c
\u3002
postgresql.con.pass
:
\u
6c92
\u6709
password
\u
5c6c
\u6027\u
ff0c
\u9019\u9805\u
5c6c
\u6027\u
662f
\u
5fc5
\u9700\u7684\u3002
postgresql.con.refused
:
\u
62d2
\u
7d55
\u9023\u
7dda
\u
ff0c
\u
8acb
\u
6aa2
\u
67e5
\u
4e3b
\u
6a5f
\u
540d
\u
7a31
\u
548c
\u
57e0
\u
865f
\u
ff0c
\u
4e26
\u
78ba
\u
5b9apostmaster
\u
555f
\u
52d5
\u6642\u
4f7f
\u7528\u
4e86-i
\u
53c3
\u6578\u
958b
\u
555fTCP/IP
\u
7db2
\u
8def
\u
529f
\u
80fd
\u3002
postgresql.con.scm
:
\u
9a45
\u
52d5
\u
7a0b
\u
5f0f
\u
4e0d
\u
652f
\u
63f4SCM
\u
8a8d
\u
8b49
\u3002
postgresql.con.setup
:
\u
901a
\u
8a0a
\u5354\u
5b9a
\u
932f
\u
8aa4
\u
ff0cSession
\u
521d
\u
59cb
\u5316\u5931\u6557\u3002
postgresql.con.sslfail
:
\u9032\u
884cSSL
\u9023\u
7dda
\u6642\u
767c
\u
751f
\u
932f
\u
8aa4
\u3002
postgresql.con.sslnotsupported
:
\u
4f3a
\u
670d
\u5668\u
4e0d
\u
652f
\u
63f4SSL
\u9023\u
7dda
\u3002
...
...
@@ -28,6 +31,11 @@ postgresql.con.isolevel:\u4e0d\u652f\u63f4\u4ea4\u6613\u9694\u7d55\u7b49\u7d1a{0
postgresql.con.tuple
:
Tuple
\u5728
MetaData
\u
4e4b
\u
524d
\u
50b3
\u
56de
\u3002
postgresql.con.type
:
\u
4e0d
\u
660e
\u7684\u
56de
\u
61c9
\u
985e
\u
578b{0}
postgresql.con.user
:
\u
6c92
\u6709
user
\u
5c6c
\u6027\u
ff0c
\u9019\u9805\u
5c6c
\u6027\u
662f
\u
5fc5
\u9700\u7684\u3002
postgresql.error.detail
:
Detail: {0}
postgresql.error.hint
:
Hint: {0}
postgresql.error.position
:
Position: {0}
postgresql.error.where
:
Where: {0}
postgresql.error.location
:
Location: {0}
postgresql.fp.error
:
FastPath
\u
547c
\u
53eb
\u
50b3
\u
56de{0}
postgresql.fp.expint
:
Fastpath
\u
547c
\u
53eb{0} -
\u
6c92
\u6709\u
50b3
\u
56de
\u
503c
\u
ff0c
\u
61c9
\u
8a72
\u
50b3
\u
56de
\u
4e00
\u
500b
\u6574\u6578\u3002
postgresql.fp.protocol
:
FastPath
\u5354\u
5b9a
\u
932f
\u
8aa4
\u
ff1a{0}
...
...
@@ -95,3 +103,10 @@ postgresql.call.funcover:\u7121\u6cd5\u57f7\u884c\u67e5\u8a62\uff0c\u547c\u53eb\
postgresql.call.wrongget
:
\u
5df2
\u
8a3b
\u
518a
\u
53c3
\u6578\u
578b
\u5225
{0}
\u
ff0c
\u
4f46
\u
662f
\u
53c8
\u
547c
\u
53eb
\u
4e86get{1}(sqltype={2})
\u3002
postgresql.call.noreturnval
:
CallableStatement
\u
57f7
\u
884c
\u
51fd
\u
5f0f
\u
5f8c
\u
6c92
\u6709\u
50b3
\u
56de
\u
503c
\u3002
postgresql.call.wrongrtntype
:
CallableStatement
\u
57f7
\u
884c
\u
51fd
\u
5f0f
\u
5f8c
\u
50b3
\u
56de
\u
503c
\u7684\u
578b
\u5225\u
662f{0}
\u
ff0c
\u
4f46
\u
662f
\u
8a3b
\u
518a
\u7684\u
578b
\u5225\u
662f{1}
\u3002
postgresql.input.fetch.gt0
:
\u
8cc7
\u6599\u
8b80
\u
53d6
\u
7b46
\u6578
(fetch size)
\u
5fc5
\u9808\u5927\u
65bc
\u6216\u
7b49
\u
65bc0
\u3002
postgresql.input.query.gt0
:
\u
67e5
\u
8a62
\u
903e
\u6642\u
7b49
\u5019\u6642\u9593\u
5fc5
\u9808\u5927\u
65bc
\u6216\u
7b49
\u
65bc0
\u3002
postgresql.input.rows.gt0
:
\u6700\u5927\u
8cc7
\u6599\u
8b80
\u
53d6
\u
7b46
\u6578\u
5fc5
\u9808\u5927\u
65bc
\u6216\u
7b49
\u
65bc0
\u3002
postgresql.format.baddate
:
\u
50b3
\u5165\u7684\u
65e5
\u
671f{0}
\u8207\u8981\u
6c42
\u7684\u
683c
\u
5f0f{1}
\u
4e0d
\u
7b26
\u3002
postgresql.format.badtime
:
\u
50b3
\u5165\u7684\u6642\u9593
{0}
\u8207\u8981\u
6c42
\u7684\u
683c
\u
5f0f{1}
\u
4e0d
\u
7b26
\u3002
postgresql.format.badtimestamp
:
\u
50b3
\u5165\u7684\u6642\u9593\u6233\u
8a18{0}
\u8207\u8981\u
6c42
\u7684\u
683c
\u
5f0f{1}
\u
4e0d
\u
7b26
\u3002
postgresql.input.field.gt0
:
\u6700\u5927\u
6b04
\u
4f4d
\u
5bb9
\u
91cf
\u
5fc5
\u9808\u5927\u
65bc
\u6216\u
7b49
\u
65bc0
\u3002
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment