1
1
# Russian message translation file for pg_archivecleanup
2
2
# Copyright (C) 2017 PostgreSQL Global Development Group
3
3
# This file is distributed under the same license as the PostgreSQL package.
4
- # Alexander Lakhin <a.lakhin@postgrespro.ru>, 2017.
4
+ # Alexander Lakhin <a.lakhin@postgrespro.ru>, 2017, 2019 .
5
5
msgid ""
6
6
msgstr ""
7
7
"Project-Id-Version : pg_archivecleanup (PostgreSQL) 10\n "
8
- "Report-Msgid-Bugs-To : pgsql-bugs@postgresql.org\n "
9
- "POT-Creation-Date : 2017-08-23 14:45+0000 \n "
10
- "PO-Revision-Date : 2017 -08-20 14:05 +0300\n "
8
+ "Report-Msgid-Bugs-To : pgsql-bugs@lists. postgresql.org\n "
9
+ "POT-Creation-Date : 2019-09-09 12:21+0300 \n "
10
+ "PO-Revision-Date : 2019 -08-28 14:04 +0300\n "
11
11
"Last-Translator : Alexander Lakhin <exclusion@gmail.com>\n "
12
12
"Language-Team : Russian <pgsql-ru-general@postgresql.org>\n "
13
13
"Language : ru\n "
@@ -17,53 +17,58 @@ msgstr ""
17
17
"Plural-Forms : nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n "
18
18
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n "
19
19
20
- #: pg_archivecleanup.c:72
20
+ #: ../../../src/common/logging.c:188
21
21
#, c-format
22
- msgid "%s: archive location \" %s \" does not exist\n "
23
- msgstr "%s: расположение архива \" %s \" не существует\n "
22
+ msgid "fatal: "
23
+ msgstr "важно: "
24
24
25
- #: pg_archivecleanup.c:148
25
+ #: ../../../src/common/logging.c:195
26
26
#, c-format
27
- msgid "%s: file \" %s \" would be removed\n "
28
- msgstr "%s: файл \" %s \" не будет удалён\n "
27
+ msgid "error: "
28
+ msgstr "ошибка: "
29
29
30
- #: pg_archivecleanup.c:154
30
+ #: ../../../src/common/logging.c:202
31
31
#, c-format
32
- msgid "%s: removing file \" %s \" \n "
33
- msgstr "%s: удаление файла \" %s \" \n "
32
+ msgid "warning: "
33
+ msgstr "предупреждение: "
34
34
35
- #: pg_archivecleanup.c:160
35
+ #: pg_archivecleanup.c:68
36
36
#, c-format
37
- msgid "%s: ERROR: could not remove file \" %s\" : %s\n "
38
- msgstr "%s: ОШИБКА: не удалось стереть файл \" %s\" : %s\n "
37
+ msgid "archive location \" %s\" does not exist "
38
+ msgstr "расположение архива \" %s\" не существует "
39
39
40
- #: pg_archivecleanup.c:168
40
+ #: pg_archivecleanup.c:154
41
41
#, c-format
42
- msgid "%s: could not read archive location \" %s\" : %s\n "
43
- msgstr "%s: не удалось прочитать расположение архива \" %s\" : %s\n "
42
+ msgid "could not remove file \" %s\" : %m "
43
+ msgstr "не удалось стереть файл \" %s\" : %m "
44
44
45
- #: pg_archivecleanup.c:171
45
+ #: pg_archivecleanup.c:162
46
46
#, c-format
47
- msgid "%s: could not close archive location \" %s\" : %s\n "
48
- msgstr "%s: не удалось закрыть расположение архива \" %s\" : %s\n "
47
+ msgid "could not read archive location \" %s\" : %m "
48
+ msgstr "не удалось прочитать расположение архива \" %s\" : %m "
49
49
50
- #: pg_archivecleanup.c:175
50
+ #: pg_archivecleanup.c:165
51
51
#, c-format
52
- msgid "%s: could not open archive location \" %s\" : %s\n "
53
- msgstr "%s: не удалось открыть расположение архива \" %s\" : %s\n "
52
+ msgid "could not close archive location \" %s\" : %m "
53
+ msgstr "не удалось закрыть расположение архива \" %s\" : %m "
54
54
55
- #: pg_archivecleanup.c:248
55
+ #: pg_archivecleanup.c:169
56
56
#, c-format
57
- msgid "%s: invalid file name argument\n "
58
- msgstr "%s: неверный аргумент с именем файла\n "
57
+ msgid "could not open archive location \" %s \" : %m "
58
+ msgstr "не удалось открыть расположение архива \" %s \" : %m "
59
59
60
- #: pg_archivecleanup.c:249 pg_archivecleanup.c:321 pg_archivecleanup.c:342
61
- #: pg_archivecleanup.c:354 pg_archivecleanup.c:361
60
+ #: pg_archivecleanup.c:242
61
+ #, c-format
62
+ msgid "invalid file name argument"
63
+ msgstr "неверный аргумент с именем файла"
64
+
65
+ #: pg_archivecleanup.c:243 pg_archivecleanup.c:316 pg_archivecleanup.c:337
66
+ #: pg_archivecleanup.c:349 pg_archivecleanup.c:356
62
67
#, c-format
63
68
msgid "Try \" %s --help\" for more information.\n"
64
69
msgstr "Для дополнительной информации попробуйте \" %s --help\" .\n"
65
70
66
- #: pg_archivecleanup.c:262
71
+ #: pg_archivecleanup.c:256
67
72
#, c-format
68
73
msgid ""
69
74
"%s removes older WAL files from PostgreSQL archives.\n"
@@ -72,18 +77,18 @@ msgstr ""
72
77
"%s удаляет старые файлы WAL из архивов PostgreSQL.\n"
73
78
"\n"
74
79
75
- #: pg_archivecleanup.c:263
80
+ #: pg_archivecleanup.c:257
76
81
#, c-format
77
82
msgid "Usage:\n"
78
83
msgstr "Использование:\n"
79
84
80
- #: pg_archivecleanup.c:264
85
+ #: pg_archivecleanup.c:258
81
86
#, c-format
82
87
msgid " %s [OPTION]... ARCHIVELOCATION OLDESTKEPTWALFILE\n"
83
88
msgstr ""
84
89
" %s [ПАРАМЕТР]... РАСПОЛОЖЕНИЕ_АРХИВА СТАРЕЙШИЙ_СОХРАНЯЕМЫЙ_ФАЙЛ_WAL\n"
85
90
86
- #: pg_archivecleanup.c:265
91
+ #: pg_archivecleanup.c:259
87
92
#, c-format
88
93
msgid ""
89
94
"\n"
@@ -92,54 +97,53 @@ msgstr ""
92
97
"\n"
93
98
"Параметры:\n"
94
99
95
- #: pg_archivecleanup.c:266
100
+ #: pg_archivecleanup.c:260
96
101
#, c-format
97
102
msgid " -d generate debug output (verbose mode)\n"
98
103
msgstr " -d генерировать подробные сообщения (отладочный режим)\n"
99
104
100
- #: pg_archivecleanup.c:267
105
+ #: pg_archivecleanup.c:261
101
106
#, c-format
102
107
msgid ""
103
108
" -n dry run, show the names of the files that would be removed\n"
104
109
msgstr ""
105
110
" -n холостой запуск, только показать имена файлов, которые "
106
111
"будут удалены\n"
107
112
108
- #: pg_archivecleanup.c:268
113
+ #: pg_archivecleanup.c:262
109
114
#, c-format
110
115
msgid " -V, --version output version information, then exit\n"
111
116
msgstr " -V, --version показать версию и выйти\n"
112
117
113
118
# well-spelled: РСШ
114
- #: pg_archivecleanup.c:269
119
+ #: pg_archivecleanup.c:263
115
120
#, c-format
116
121
msgid " -x EXT clean up files if they have this extension\n"
117
122
msgstr " -x РСШ убрать файлы с заданным расширением\n"
118
123
119
- #: pg_archivecleanup.c:270
124
+ #: pg_archivecleanup.c:264
120
125
#, c-format
121
126
msgid " -?, --help show this help, then exit\n"
122
127
msgstr " -?, --help показать эту справку и выйти\n"
123
128
124
- #: pg_archivecleanup.c:271
129
+ #: pg_archivecleanup.c:265
125
130
#, c-format
126
131
msgid ""
127
132
"\n"
128
- "For use as archive_cleanup_command in recovery .conf when standby_mode = on :\n"
133
+ "For use as archive_cleanup_command in postgresql .conf:\n"
129
134
" archive_cleanup_command = 'pg_archivecleanup [OPTION]... ARCHIVELOCATION "
130
135
"%%r'\n"
131
136
"e.g.\n"
132
137
" archive_cleanup_command = 'pg_archivecleanup /mnt/server/archiverdir %%r'\n"
133
138
msgstr ""
134
139
"\n"
135
- "Для использования в качестве archive_cleanup_command в recovery.conf при "
136
- "standby_mode = on:\n"
140
+ "Для использования в качестве archive_cleanup_command в postgresql.conf:\n"
137
141
" archive_cleanup_command = 'pg_archivecleanup [ПАРАМЕТР]... "
138
142
"РАСПОЛОЖЕНИЕ_АРХИВА %%r'\n"
139
143
"например:\n"
140
144
" archive_cleanup_command = 'pg_archivecleanup /mnt/server/archiverdir %%r'\n"
141
145
142
- #: pg_archivecleanup.c:276
146
+ #: pg_archivecleanup.c:270
143
147
#, c-format
144
148
msgid ""
145
149
"\n"
@@ -154,31 +158,35 @@ msgstr ""
154
158
" pg_archivecleanup /mnt/server/archiverdir "
155
159
"000000010000000000000010.00000020.backup\n"
156
160
157
- #: pg_archivecleanup.c:280
161
+ #: pg_archivecleanup.c:274
158
162
#, c-format
159
163
msgid ""
160
164
"\n"
161
- "Report bugs to <pgsql-bugs@postgresql.org>.\n"
165
+ "Report bugs to <pgsql-bugs@lists. postgresql.org>.\n"
162
166
msgstr ""
163
167
"\n"
164
- "Об ошибках сообщайте по адресу <pgsql-bugs@postgresql.org>.\n"
168
+ "Об ошибках сообщайте по адресу <pgsql-bugs@lists. postgresql.org>.\n"
165
169
166
- #: pg_archivecleanup.c:341
170
+ #: pg_archivecleanup.c:336
167
171
#, c-format
168
- msgid "%s: must specify archive location\n "
169
- msgstr "%s: необходимо задать расположение архива\n "
172
+ msgid "must specify archive location"
173
+ msgstr "необходимо задать расположение архива"
170
174
171
- #: pg_archivecleanup.c:353
175
+ #: pg_archivecleanup.c:348
172
176
#, c-format
173
- msgid "%s: must specify oldest kept WAL file\n "
174
- msgstr "%s: необходимо задать имя старейшего сохраняемого файла WAL\n "
177
+ msgid "must specify oldest kept WAL file"
178
+ msgstr "необходимо задать имя старейшего сохраняемого файла WAL"
175
179
176
- #: pg_archivecleanup.c:360
180
+ #: pg_archivecleanup.c:355
177
181
#, c-format
178
- msgid "%s: too many command-line arguments\n "
179
- msgstr "%s: слишком много аргументов командной строки\n "
182
+ msgid "too many command-line arguments"
183
+ msgstr "слишком много аргументов командной строки"
180
184
181
- #: pg_archivecleanup.c:379
182
- #, c-format
183
- msgid "%s: keeping WAL file \" %s\" and later\n"
184
- msgstr "%s: будет сохранён файл WAL \" %s\" и последующие\n"
185
+ #~ msgid "%s: file \"%s\" would be removed\n"
186
+ #~ msgstr "%s: файл \"%s\" не будет удалён\n"
187
+
188
+ #~ msgid "%s: removing file \"%s\"\n"
189
+ #~ msgstr "%s: удаление файла \"%s\"\n"
190
+
191
+ #~ msgid "%s: keeping WAL file \"%s\" and later\n"
192
+ #~ msgstr "%s: будет сохранён файл WAL \"%s\" и последующие\n"
0 commit comments