pgAdmin 4 commit: Revert "Fix a number of cases where strings werenot

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

This reverts commit 1f23838a4c2c4919499bb07f41efab7202843016 due to unintended side
effects it caused - specifically, expanding Databases on the treeview displayed
Servers again

Branch
------
WEBPACK_DEVEL2

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5ddea216129a217b1d82853b07e2fa7eea1e70f8
Author: Dave Page <dpage@pgadmin.org>

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          |   2 +-
.../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 127638 -> 126666 bytes
.../translations/de/LC_MESSAGES/messages.po        | 285 ++------
.../translations/ja/LC_MESSAGES/messages.mo        | Bin 137022 -> 136050 bytes
.../translations/ja/LC_MESSAGES/messages.po        | 284 ++------
.../translations/pl/LC_MESSAGES/messages.mo        | Bin 126394 -> 125422 bytes
.../translations/pl/LC_MESSAGES/messages.po        | 282 ++------
.../translations/ru/LC_MESSAGES/messages.mo        | Bin 165353 -> 164381 bytes
.../translations/ru/LC_MESSAGES/messages.po        | 758 ++++++++-------------
.../translations/zh/LC_MESSAGES/messages.mo        | Bin 104251 -> 103279 bytes
.../translations/zh/LC_MESSAGES/messages.po        | 284 ++------
32 files changed, 719 insertions(+), 1585 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