Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix I/O error ru translation #1756

Merged
merged 1 commit into from Apr 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -21,7 +21,7 @@ public class messages_ru extends java.util.ResourceBundle {
t[34] = "Premature end of input stream, expected {0} bytes, but only read {1}.";
t[35] = "Раннее завершение входного потока, ожидалось байт: {0}, но считано только {1}";
t[44] = "An I/O error occurred while sending to the backend.";
t[45] = "Ошибка ввода/ввывода при отправке бэкенду";
t[45] = "Ошибка ввода/вывода при отправке бэкенду";
t[46] = "Prepare called before end. prepare xid={0}, state={1}";
t[47] = "Вызов prepare должен происходить только после вызова end. prepare xid={0}, state={1}";
t[48] = "Transaction isolation level {0} not supported.";
Expand Down
6 changes: 3 additions & 3 deletions pgjdbc/src/main/java/org/postgresql/translation/ru.po
Expand Up @@ -317,7 +317,7 @@ msgstr ""
#: org/postgresql/core/v3/QueryExecutorImpl.java:2405
#: org/postgresql/util/StreamWrapper.java:130
msgid "An I/O error occurred while sending to the backend."
msgstr "Ошибка ввода/ввывода при отправке бэкенду"
msgstr "Ошибка ввода/вывода при отправке бэкенду"

#: org/postgresql/core/v3/QueryExecutorImpl.java:390
msgid "Error releasing savepoint"
Expand All @@ -339,7 +339,7 @@ msgstr "Неожиданный статус команды: {0}."
#: org/postgresql/core/v3/QueryExecutorImpl.java:717
#, fuzzy
msgid "An error occurred while trying to get the socket timeout."
msgstr "Ошибка ввода/ввывода при отправке бэкенду"
msgstr "Ошибка ввода/вывода при отправке бэкенду"

# key: postgresql.con.type
#: org/postgresql/core/v3/QueryExecutorImpl.java:752
Expand All @@ -352,7 +352,7 @@ msgstr "Неизвестный тип ответа {0}."
#: org/postgresql/core/v3/QueryExecutorImpl.java:775
#, fuzzy
msgid "An error occurred while trying to reset the socket timeout."
msgstr "Ошибка ввода/ввывода при отправке бэкенду"
msgstr "Ошибка ввода/вывода при отправке бэкенду"

#: org/postgresql/core/v3/QueryExecutorImpl.java:873
msgid "Database connection failed when starting copy"
Expand Down