mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-09 06:17:32 +08:00
Escape backslashes from translation message rather than removing them.
This commit is contained in:
@ -197,7 +197,7 @@ msgstr "
|
||||
|
||||
#: initdb.c:1864
|
||||
msgid "ok\n"
|
||||
msgstr "���\n"
|
||||
msgstr "���\\\n"
|
||||
|
||||
#: initdb.c:1894
|
||||
#, c-format
|
||||
@ -257,7 +257,7 @@ msgstr ""
|
||||
|
||||
#: initdb.c:1973
|
||||
msgid " --no-locale equivalent to --locale=C\n"
|
||||
msgstr " --no-locale ����P --locale=C\n"
|
||||
msgstr " --no-locale �\\���P --locale=C\n"
|
||||
|
||||
#: initdb.c:1974
|
||||
msgid " -U, --username=NAME database superuser name\n"
|
||||
@ -468,7 +468,7 @@ msgid ""
|
||||
"\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"���榨��A�{�b�A�i�H�ΤU�C�R�O�Ұʸ��Ʈw���A��:\n"
|
||||
"���榨�\\�A�{�b�A�i�H�ΤU�C�R�O�Ұʸ��Ʈw���A��:\n"
|
||||
"\n"
|
||||
" %s%s%s/postmaster -D %s%s%s\n"
|
||||
"��\n"
|
||||
|
||||
Reference in New Issue
Block a user