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
d0a6cf21
Commit
d0a6cf21
authored
Sep 16, 2001
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update from Serguei Mokhov
parent
d3215af7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
177 additions
and
127 deletions
+177
-127
src/bin/psql/ru.po
src/bin/psql/ru.po
+177
-127
No files found.
src/bin/psql/ru.po
View file @
d0a6cf21
# PSQL Translated Messages in Russian Language (KOI8-R)
# Serguei A. Mokhov <stgunya@yahoo.com>, August-September 2001.
#
# $Header: /cvsroot/pgsql/src/bin/psql/Attic/ru.po,v 1.
3 2001/09/10 19:34:18
petere Exp $
# $Header: /cvsroot/pgsql/src/bin/psql/Attic/ru.po,v 1.
4 2001/09/16 23:06:33
petere Exp $
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 7.2\n"
"POT-Creation-Date: 2001-09-
06 13:10
+0200\n"
"PO-Revision-Date: 2001-09-
08 03:45
-0500\n"
"POT-Creation-Date: 2001-09-
17 01:09
+0200\n"
"PO-Revision-Date: 2001-09-
15 18:34
-0500\n"
"Last-Translator: Serguei A. Mokhov <stgunya@yahoo.com>\n"
"Language-Team: Serguei A. Mokhov <stgunya@yahoo.com>\n"
"MIME-Version: 1.0\n"
...
...
@@ -16,7 +16,7 @@ msgstr ""
#: command.c:152
msgid "Warning: This syntax is deprecated.\n"
msgstr ": .\n"
msgstr ": .\n"
#: command.c:159
#, c-format
...
...
@@ -146,7 +146,7 @@ msgstr "
#: command.c:1670
msgid "\\pset: allowed formats are unaligned, aligned, html, latex\n"
msgstr "\\pset: : unaligned, aligned, html
,
latex\n"
msgstr "\\pset: : unaligned, aligned, html
latex\n"
#: command.c:1675
#, c-format
...
...
@@ -239,7 +239,9 @@ msgstr "\\!:
#: common.c:50
#, c-format
msgid "%s: xstrdup: cannot duplicate null pointer (internal error)\n"
msgstr "%s: xstrdup: ( )\n"
msgstr ""
"%s: xstrdup: ( "
")\n"
#: common.c:299 common.c:385
msgid "You are currently not connected to a database.\n"
...
...
@@ -281,13 +283,15 @@ msgid ""
"Enter data to be copied followed by a newline.\n"
"End with a backslash and a period on a line by itself."
msgstr ""
" (newline).\n"
" "
"(newline).\n"
" ."
#: common.c:531
#, c-format
msgid "Asynchronous NOTIFY '%s' from backend with pid %d received.\n"
msgstr " NOTIFY '%s' - (backend) pid %d.\n"
msgstr ""
" NOTIFY '%s' - (backend) pid %d.\n"
#: copy.c:81
msgid "\\copy: arguments required\n"
...
...
@@ -343,20 +347,23 @@ msgstr "
#: help.c:83
msgid " -a Echo all input from script"
msgstr " -a "
msgstr " -a "
#: help.c:84
msgid " -A Unaligned table output mode (-P format=unaligned)"
msgstr " -A (-P format=unaligned)"
msgstr ""
" -A (-P format=unaligned)"
#: help.c:85
msgid " -c COMMAND Run only single command (SQL or internal) and exit"
msgstr " -c (SQL ) "
msgstr ""
" -c (SQL ) "
#: help.c:91
#, c-format
msgid " -d DBNAME Specify database name to connect to (default: %s)\n"
msgstr " -d ( : %s)\n"
msgstr ""
" -d ( : %s)\n"
#: help.c:93
msgid " -e Echo commands sent to server"
...
...
@@ -364,7 +371,8 @@ msgstr " -e
#: help.c:94
msgid " -E Display queries that internal commands generate"
msgstr " -E "
msgstr ""
" -E "
#: help.c:95
msgid " -f FILENAME Execute commands from file, then exit"
...
...
@@ -375,7 +383,8 @@ msgstr " -f
msgid ""
" -F STRING Set field separator (default: \"%s\") (-P fieldsep=)\n"
msgstr ""
" -F ( : \"%s\") (-P fieldsep=)\n"
" -F ( : \"%s\") (-P "
"fieldsep=)\n"
#: help.c:101
#, c-format
...
...
@@ -396,7 +405,8 @@ msgstr " -l
#: help.c:106
msgid " -n Disable enhanced command line editing (readline)"
msgstr " -n (readline)"
msgstr ""
" -n (readline)"
#: help.c:107
msgid " -o FILENAME Send query results to file (or |pipe)"
...
...
@@ -411,17 +421,21 @@ msgstr " -p
msgid ""
" -P VAR[=ARG] Set printing option 'VAR' to 'ARG' (see \\pset command)"
msgstr ""
" -P VAR[=ARG] 'ARG' 'VAR' (. \\pset)"
" -P VAR[=ARG] 'ARG' 'VAR' (. "
"\\pset)"
#: help.c:115
msgid " -q Run quietly (no messages, only query output)"
msgstr " -q \"\" ( , )"
msgstr ""
" -q \"\" ( , "
")"
#: help.c:116
msgid ""
" -R STRING Set record separator (default: newline) (-P recordsep=)"
msgstr ""
" -R ( : ) (-P recordsep=)"
" -R ( : "
") (-P recordsep=)"
#: help.c:117
msgid " -s Single step mode (confirm each query)"
...
...
@@ -429,7 +443,8 @@ msgstr " -s
#: help.c:118
msgid " -S Single line mode (end of line terminates SQL command)"
msgstr " -S ( SQL)"
msgstr ""
" -S ( SQL)"
#: help.c:119
msgid " -t Print rows only (-P tuples_only)"
...
...
@@ -440,17 +455,20 @@ msgid ""
" -T TEXT Set HTML table tag attributes (width, border) (-P "
"tableattr=)"
msgstr ""
" -T HTML
<table> (width, border) (-P "
" -T HTML
-
<table> (width, border) (-P "
"tableattr=)"
#: help.c:126
#, c-format
msgid " -U NAME Specify database user name (default: %s)\n"
msgstr " -U ( : %s)\n"
msgstr ""
" -U ( : %s)\n"
#: help.c:128
msgid " -v NAME=VALUE Set psql variable 'NAME' to 'VALUE'"
msgstr " -v NAME=VALUE psql 'NAME' 'VALUE'"
msgstr ""
" -v NAME=VALUE psql 'NAME' "
"'VALUE'"
#: help.c:129
msgid " -V Show version information and exit"
...
...
@@ -458,7 +476,8 @@ msgstr " -V
#: help.c:130
msgid " -W Prompt for password (should happen automatically)"
msgstr " -W ( )"
msgstr ""
" -W ( )"
#: help.c:131
msgid " -x Turn on expanded table output (-P expanded)"
...
...
@@ -478,7 +497,8 @@ msgid ""
"Report bugs to <pgsql-bugs@postgresql.org>."
msgstr ""
"\n"
" \"\\?\" ( ) \"\\help\"\n"
" \"\\?\" ( ) "
"\"\\help\"\n"
"( SQL) psql, psql\n"
" PostgreSQL.\n"
"\n"
...
...
@@ -486,7 +506,9 @@ msgstr ""
#: help.c:194
msgid " \\a toggle between unaligned and aligned output mode\n"
msgstr " \\a \n"
msgstr ""
" \\a "
"\n"
#: help.c:195
#, c-format
...
...
@@ -507,15 +529,17 @@ msgstr " \\cd [
#: help.c:200
msgid " \\copy ... perform SQL COPY with data stream to the client host\n"
msgstr " \\copy ... SQL COPY \n"
msgstr " \\copy ... SQL COPY \n"
#: help.c:201
msgid " \\copyright show PostgreSQL usage and distribution terms\n"
msgstr " \\copyright PostgreSQL\n"
msgstr ""
" \\copyright PostgreSQL\n"
#: help.c:202
msgid " \\d TABLE describe table (or view, index, sequence)\n"
msgstr " \\d (, , )\n"
msgstr ""
" \\d (, , )\n"
#: help.c:203
msgid " \\d{t|i|s|v}... list tables/indexes/sequences/views\n"
...
...
@@ -525,7 +549,8 @@ msgstr " \\d{t|i|s|v}...
msgid ""
" \\d{p|S|l} list access privileges, system tables, or large objects\n"
msgstr ""
" \\d{p|S|l} , , (LO)\n"
" \\d{p|S|l} , , "
" (LO)\n"
#: help.c:205
msgid " \\da list aggregate functions\n"
...
...
@@ -533,7 +558,8 @@ msgstr " \\da
#: help.c:206
msgid " \\dd NAME show comment for table, type, function, or operator\n"
msgstr " \\dd , , , \n"
msgstr ""
" \\dd , , \n"
#: help.c:207
msgid " \\df list functions\n"
...
...
@@ -551,7 +577,8 @@ msgstr " \\dT
msgid ""
" \\e FILENAME edit the current query buffer or file with external editor\n"
msgstr ""
" \\e \n"
" \\e "
" \n"
#: help.c:211
msgid " \\echo TEXT write text to standard output\n"
...
...
@@ -570,17 +597,20 @@ msgid ""
" \\g FILENAME send SQL command to server (and write results to file or |"
"pipe)\n"
msgstr ""
" \\g SQL (
|
"
")\n"
" \\g SQL ( "
"
|
)\n"
#: help.c:215
msgid " \\h NAME help on syntax of SQL commands, * for all commands\n"
msgstr " \\h SQL ; * \n"
msgstr ""
" \\h SQL ; * \n"
#: help.c:216
#, c-format
msgid " \\H toggle HTML output mode (currently %s)\n"
msgstr " \\H HTML ( : %s)\n"
msgstr ""
" \\H HTML ( "
": %s)\n"
#: help.c:218
msgid " \\i FILENAME execute commands from file\n"
...
...
@@ -611,7 +641,8 @@ msgid ""
" \\pset VAR set table output option (VAR := {format|border|expanded|\n"
" fieldsep|null|recordsep|tuples_only|title|tableattr|pager})\n"
msgstr ""
" \\pset VAR (VAR := {format|border|expanded|\n"
" \\pset VAR (VAR := {format|border|"
"expanded|\n"
" fieldsep|null|recordsep|tuples_only|title|tableattr|pager})\n"
#: help.c:226
...
...
@@ -654,7 +685,8 @@ msgstr " \\w
#: help.c:236
#, c-format
msgid " \\x toggle expanded output (currently %s)\n"
msgstr " \\x (: %s)\n"
msgstr ""
" \\x (: %s)\n"
#: help.c:238
msgid " \\z list table access privileges\n"
...
...
@@ -662,11 +694,13 @@ msgstr " \\z
#: help.c:239
msgid " \\! [COMMAND] execute command in shell or start interactive shell\n"
msgstr " \\! [] \n"
msgstr ""
" \\! [] "
"\n"
#: help.c:266
msgid "Available help:"
msgstr " :"
msgstr " :"
#: help.c:297
#, c-format
...
...
@@ -692,30 +726,30 @@ msgstr ""
" '%-.*s'.\n"
" \\h .\n"
#: input.c:17
1
#: input.c:17
8
#, c-format
msgid "could not save history to %s: %s\n"
msgstr " %s: %s\n"
#: large_obj.c:66
msgid "Warning: Your transaction in progress has been committed."
msgstr ": ."
msgstr ": ."
#: large_obj.c:68
msgid "Warning: Your transaction in progress has been rolled back."
msgstr ": ."
msgstr ": ."
#: large_obj.c:95
msgid "\\lo_export: not connected to a database\n"
msgstr "\\lo_export: \n"
msgstr "\\lo_export: \n"
#: large_obj.c:162
msgid "\\lo_import: not connected to a database\n"
msgstr "\\lo_import: \n"
msgstr "\\lo_import: \n"
#: large_obj.c:276
msgid "\\lo_unlink: not connected to a database\n"
msgstr "\\lo_unlink: \n"
msgstr "\\lo_unlink: \n"
#: describe.c:57 describe.c:110 describe.c:169 describe.c:221 describe.c:269
#: describe.c:401 describe.c:530 describe.c:1034 large_obj.c:353
...
...
@@ -733,16 +767,16 @@ msgstr "
#: print.c:370
msgid "(No rows)\n"
msgstr "( )\n"
msgstr "( )\n"
#: print.c:1075
msgid "(1 row)"
msgstr "(1 )"
msgstr "(1 )"
#: print.c:1077
#, c-format
msgid "(%d )"
msgstr ""
msgid "(%d
rows
)"
msgstr "
(: %d)
"
#: startup.c:141 startup.c:615
#, c-format
...
...
@@ -765,26 +799,34 @@ msgid ""
" \\q to quit\n"
"\n"
msgstr ""
" %s - PostgreSQL.\n"
"\n"
": \\copyright \n"
" \\h SQL \n"
" \\? slash- (\\)\n"
" \\g \";\" \n"
" \\q \n"
"\n"
#: startup.c:461
#, c-format
msgid "%s: couldn't set printing parameter %s\n"
msgstr ""
msgstr "
%s: %s\n
"
#: startup.c:507
#, c-format
msgid "%s: could not delete variable %s\n"
msgstr ""
msgstr "
%s: %s\n
"
#: startup.c:517
#, c-format
msgid "%s: could not set variable %s\n"
msgstr ""
msgstr "
%s: %s\n
"
#: startup.c:548 startup.c:563
#, c-format
msgid "Try '%s --help' for more information.\n"
msgstr ""
msgstr "
'%s --help' .\n
"
#: startup.c:556
#, c-format
...
...
@@ -792,32 +834,34 @@ msgid ""
"%s was compiled without support for long options.\n"
"Use --help for help on invocation options.\n"
msgstr ""
" %s .\n"
" --help .\n"
#: startup.c:581
#, c-format
msgid "%s: warning: extra option %s ignored\n"
msgstr ""
msgstr "
%s: : %s \n
"
#: startup.c:588
#, c-format
msgid "%s: Warning: The -u option is deprecated. Use -U.\n"
msgstr ""
msgstr "
%s: : -u . -U.\n
"
#: startup.c:644
msgid "contains support for: "
msgstr ""
msgstr "
:
"
#: startup.c:647
msgid "readline"
msgstr ""
msgstr "
readline
"
#: startup.c:657
msgid "history"
msgstr ""
msgstr "
history
"
#: startup.c:666
msgid "multibyte"
msgstr ""
msgstr "
multibyte
"
#: startup.c:674
msgid ""
...
...
@@ -826,6 +870,10 @@ msgid ""
"Read the file COPYRIGHT or use the command \\copyright to see the\n"
"usage and distribution terms."
msgstr ""
"Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group\n"
"Portions Copyright (c) 1996, Regents of the University of California\n"
" COPYRIGHT \\copyright \n"
" ."
#: startup.c:699
#, c-format
...
...
@@ -833,289 +881,291 @@ msgid ""
"SSL connection (cipher: %s, bits: %i)\n"
"\n"
msgstr ""
"SSL (: %s, : %i)\n"
"\n"
#: describe.c:56 describe.c:100 describe.c:158 describe.c:220 describe.c:260
#: describe.c:401 describe.c:1028
msgid "Name"
msgstr ""
msgstr ""
#: describe.c:56
msgid "(all types)"
msgstr ""
msgstr "
( )
"
#: describe.c:57
msgid "Data type"
msgstr ""
msgstr "
"
#: describe.c:73
msgid "List of aggregate functions"
msgstr ""
msgstr "
"
#: describe.c:100
msgid "Result data type"
msgstr ""
msgstr "
"
#: describe.c:101
msgid "Argument data types"
msgstr ""
msgstr "
"
#: describe.c:109 describe.c:260 describe.c:1029
msgid "Owner"
msgstr ""
msgstr ""
#: describe.c:109
msgid "Language"
msgstr ""
msgstr ""
#: describe.c:110
msgid "Source code"
msgstr ""
msgstr "
"
#: describe.c:135
msgid "List of functions"
msgstr ""
msgstr "
"
#: describe.c:166
msgid "Internal name"
msgstr ""
msgstr "
"
#: describe.c:166
msgid "Size"
msgstr ""
msgstr ""
#: describe.c:193
msgid "List of data types"
msgstr ""
msgstr "
"
#: describe.c:220
msgid "Left arg type"
msgstr ""
msgstr "
"
#: describe.c:220
msgid "Right arg type"
msgstr ""
msgstr "
"
#: describe.c:221
msgid "Result type"
msgstr ""
msgstr "
"
#: describe.c:236
msgid "List of operators"
msgstr ""
msgstr "
"
#: describe.c:264
msgid "Encoding"
msgstr ""
msgstr ""
#: describe.c:279
msgid "List of databases"
msgstr ""
msgstr "
"
#: describe.c:306
msgid "Table"
msgstr ""
msgstr ""
#: describe.c:306
msgid "Access privileges"
msgstr ""
msgstr "
"
#: describe.c:320
#, c-format
msgid "Access privileges for database \"%s\""
msgstr ""
msgstr "
\"%s\"
"
#: describe.c:401
msgid "Object"
msgstr ""
msgstr ""
#: describe.c:402
msgid "aggregate"
msgstr ""
msgstr ""
#: describe.c:402
msgid "function"
msgstr ""
msgstr ""
#: describe.c:402
msgid "operator"
msgstr ""
msgstr ""
#: describe.c:403
msgid "data type"
msgstr ""
msgstr "
"
#: describe.c:403 describe.c:1028
msgid "table"
msgstr ""
msgstr ""
#: describe.c:403 describe.c:1028
msgid "view"
msgstr ""
msgstr ""
#: describe.c:404 describe.c:1028
msgid "index"
msgstr ""
msgstr ""
#: describe.c:404 describe.c:1028
msgid "sequence"
msgstr ""
msgstr ""
#: describe.c:404
msgid "rule"
msgstr ""
msgstr ""
#: describe.c:405
msgid "trigger"
msgstr ""
msgstr ""
#: describe.c:422
msgid "Object descriptions"
msgstr ""
msgstr "
"
#: describe.c:503
#, c-format
msgid "Did not find any relation named \"%s\".\n"
msgstr ""
msgstr "
\"%s\" .\n
"
#: describe.c:517
msgid "Column"
msgstr ""
msgstr ""
#: describe.c:518 describe.c:1029
msgid "Type"
msgstr ""
msgstr ""
#: describe.c:524
msgid "Modifiers"
msgstr ""
msgstr ""
#: describe.c:628
#, c-format
msgid "Table \"%s\""
msgstr ""
msgstr "
\"%s\"
"
#: describe.c:631
#, c-format
msgid "View \"%s\""
msgstr ""
msgstr "
\"%s\"
"
#: describe.c:634
#, c-format
msgid "Sequence \"%s\""
msgstr ""
msgstr "
\"%s\"
"
#: describe.c:637
#, c-format
msgid "Index \"%s\""
msgstr ""
msgstr "
\"%s\"
"
#: describe.c:640
#, c-format
msgid "Special relation \"%s\""
msgstr ""
msgstr "
\"%s\"
"
#: describe.c:643
#, c-format
msgid "TOAST table \"%s\""
msgstr ""
msgstr "
TOAST \"%s\"
"
#: describe.c:646
#, c-format
msgid "?%c? \"%s\""
msgstr ""
msgstr "
?%c? \"%s\"
"
#: describe.c:676
msgid "unique "
msgstr ""
msgstr "
unique
"
#: describe.c:681
msgid " (primary key)"
msgstr ""
msgstr "
( )
"
#: describe.c:686
#, c-format
msgid "Index predicate: %s"
msgstr ""
msgstr "
: %s
"
#: describe.c:701
#, c-format
msgid "View definition: %s"
msgstr ""
msgstr "
: %s
"
#: describe.c:817
msgid "Indexes"
msgstr ""
msgstr ""
#: describe.c:832
msgid "Primary key"
msgstr ""
msgstr "
()
"
#: describe.c:847
msgid "Unique keys"
msgstr ""
msgstr "
"
#: describe.c:862
msgid "Check constraints"
msgstr ""
msgstr "
Check-
"
#: describe.c:865
#, c-format
msgid "%s: \"%s\" %s"
msgstr ""
msgstr "
%s: \"%s\" %s
"
#: describe.c:868
#, c-format
msgid "%*s \"%s\" %s"
msgstr ""
msgstr "
%*s \"%s\" %s
"
#: describe.c:876
msgid "Rules"
msgstr ""
msgstr ""
#: describe.c:891
msgid "Triggers"
msgstr ""
msgstr ""
#: describe.c:962
msgid "User name"
msgstr ""
msgstr "
"
#: describe.c:962
msgid "User ID"
msgstr ""
msgstr "
ID
"
#: describe.c:963
msgid "superuser, create database"
msgstr ""
msgstr "
superuser:
"
#: describe.c:964
msgid "superuser"
msgstr ""
msgstr "
superuser
"
#: describe.c:964
msgid "create database"
msgstr ""
msgstr "
"
#: describe.c:965
msgid "Attributes"
msgstr ""
msgstr ""
#: describe.c:979
msgid "List of database users"
msgstr ""
msgstr "
"
#: describe.c:1029
msgid "special"
msgstr ""
msgstr ""
#: describe.c:1072
msgid "No matching relations found.\n"
msgstr ""
msgstr "
.\n
"
#: describe.c:1074
msgid "No relations found.\n"
msgstr ""
msgstr "
.\n
"
#: describe.c:1079
msgid "List of relations"
msgstr ""
msgstr "
"
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