pgAdmin 4 commit: Fix a number of cases where strings were notproperly

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Fix a number of cases where strings were notproperly
Дата
Msg-id E1eMxGV-0007nq-Nw@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix a number of cases where strings were not properly marked for translation.

Branch
------
WEBPACK_DEVEL2

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d6821d373a0b2b9f33b56c1cffbf3d6ef689ee8c
Author: Alexander Lakhin <exclusion@gmail.com>

Modified Files
--------------
.../foreign_servers/static/js/foreign_server.js    |   8 +-
.../user_mapping/static/js/user_mapping.js         |   2 +-
.../static/js/foreign_data_wrapper.js              |   4 +-
.../foreign_tables/static/js/foreign_table.js      |   4 +-
.../static/js/fts_configuration.js                 |   4 +-
.../functions/static/js/trigger_function.js        |   4 +-
.../schemas/tables/column/static/js/column.js      |   4 +-
.../foreign_key/static/js/foreign_key.js           |   4 +-
.../schemas/tables/indexes/static/js/index.js      |   2 +-
.../tables/partitions/static/js/partition.js       |   4 +-
.../schemas/tables/static/js/partition.utils.js    |  14 +-
.../databases/schemas/tables/static/js/table.js    |   4 +-
.../server_groups/servers/static/js/privilege.js   |   6 +-
.../server_groups/servers/static/js/server.js      |  12 +-
.../server_groups/servers/static/js/variable.js    |   8 +-
.../servers/tablespaces/static/js/tablespace.js    |   8 +-
web/pgadmin/messages.pot                           | 275 ++++++--
web/pgadmin/misc/depends/static/js/depends.js      |   4 +-
web/pgadmin/static/js/backgrid.pgadmin.js          |  49 +-
.../tools/debugger/static/js/debugger_ui.js        |  14 +-
web/pgadmin/tools/debugger/static/js/direct.js     |  18 +-
.../tools/grant_wizard/static/js/grant_wizard.js   |   6 +-
.../translations/de/LC_MESSAGES/messages.mo        | Bin 126666 -> 127638 bytes
.../translations/de/LC_MESSAGES/messages.po        | 285 ++++++--
.../translations/ja/LC_MESSAGES/messages.mo        | Bin 136050 -> 137022 bytes
.../translations/ja/LC_MESSAGES/messages.po        | 284 ++++++--
.../translations/pl/LC_MESSAGES/messages.mo        | Bin 125422 -> 126394 bytes
.../translations/pl/LC_MESSAGES/messages.po        | 282 ++++++--
.../translations/ru/LC_MESSAGES/messages.mo        | Bin 164381 -> 165353 bytes
.../translations/ru/LC_MESSAGES/messages.po        | 758 +++++++++++++--------
.../translations/zh/LC_MESSAGES/messages.mo        | Bin 103279 -> 104251 bytes
.../translations/zh/LC_MESSAGES/messages.po        | 284 ++++++--
32 files changed, 1608 insertions(+), 743 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Correct names for the Japanese translators:
Следующее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Make the "Save Changes" prompts in the query toolopt