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
68970b3e
Commit
68970b3e
authored
Oct 18, 2004
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New translation
parent
cc32ac99
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
112 additions
and
2 deletions
+112
-2
src/bin/pg_config/nls.mk
src/bin/pg_config/nls.mk
+2
-2
src/bin/pg_config/po/zh_TW.po
src/bin/pg_config/po/zh_TW.po
+110
-0
No files found.
src/bin/pg_config/nls.mk
View file @
68970b3e
# $PostgreSQL: pgsql/src/bin/pg_config/nls.mk,v 1.
3 2004/10/17 21:12:55
petere Exp $
# $PostgreSQL: pgsql/src/bin/pg_config/nls.mk,v 1.
4 2004/10/18 17:53:40
petere Exp $
CATALOG_NAME
:=
pg_config
AVAIL_LANGUAGES
:=
pt_BR ru
tr
AVAIL_LANGUAGES
:=
pt_BR ru
tr
zh_TW
GETTEXT_FILES
:=
pg_config.c
GETTEXT_TRIGGERS
:=
_
src/bin/pg_config/po/zh_TW.po
0 → 100644
View file @
68970b3e
# 2004-10-18 Zhenbang Wei <forth@zbwei.net>
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 8.0\n"
"POT-Creation-Date: 2004-10-18 07:08+0100\n"
"PO-Revision-Date: 2004-10-18 14:45+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=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: pg_config.c:36
#, c-format
msgid ""
"\n"
"%s provides information about the installed version of PostgreSQL.\n"
"\n"
msgstr ""
"\n"
"%s 顯示已安裝的PostgreSQL資訊。\n"
"\n"
#: pg_config.c:37
msgid "Usage:\n"
msgstr "使用方法:\n"
#: pg_config.c:38
#, c-format
msgid ""
" %s OPTION...\n"
"\n"
msgstr ""
" %s 選項...\n"
"\n"
#: pg_config.c:39
msgid "Options:\n"
msgstr "選項:\n"
#: pg_config.c:40
msgid " --bindir show location of user executables\n"
msgstr " --bindir 顯示執行檔位置\n"
#: pg_config.c:41
msgid ""
" --includedir show location of C header files of the client\n"
" interfaces\n"
msgstr " --includedir 顯使用戶端介面C標頭檔位置\n"
#: pg_config.c:43
msgid " --includedir-server show location of C header files for the server\n"
msgstr " --includedir-server 顯示伺服器C標頭檔位置\n"
#: pg_config.c:44
msgid " --libdir show location of object code libraries\n"
msgstr " --libdir 顯示程式庫位置\n"
#: pg_config.c:45
msgid " --pkglibdir show location of dynamically loadable modules\n"
msgstr " --pkglibdir 顯示可動態載入模組位置\n"
#: pg_config.c:46
msgid " --pgxs show location of extension makefile\n"
msgstr " --pgxs 顯示外掛程式makefile位置\n"
#: pg_config.c:47
msgid ""
" --configure show options given to 'configure' script when\n"
" PostgreSQL was built\n"
msgstr ""
" --configure 顯示編譯PostgreSQL時'configure'命令搞\n"
" 所使用的參數\n"
#: pg_config.c:49
msgid " --version show the PostgreSQL version, then exit\n"
msgstr " --version 顯示PostgreSQL版?然後束\n"
#: pg_config.c:50
msgid ""
" --help show this help, then exit\n"
"\n"
msgstr ""
" --help 顯示這份說明然後結束\n"
"\n"
#: pg_config.c:51
msgid "Report bugs to <pgsql-bugs@postgresql.org>.\n"
msgstr "回報錯誤至<pgsql-bugs@postgresql.org>。\n"
#: pg_config.c:57
#, c-format
msgid ""
"\n"
"Try \"%s --help\" for more information\n"
msgstr ""
"\n"
"執行\"%s --help\"取得更多資訊\n"
#: pg_config.c:73
#, c-format
msgid "%s: argument required\n"
msgstr "%s:不能省略參數\n"
#: pg_config.c:102
#, c-format
msgid "%s: invalid argument: %s\n"
msgstr "%s:無效的參數:%s\n"
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