pgAdmin 4 commit: Further missing translation fixes. Stats now:

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Further missing translation fixes. Stats now:
Date: 2017-11-07 00:49:28
Message-ID: E1eBs52-000637-SU@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Further missing translation fixes. Stats now:

1481 of 1831 messages (80%) translated in pgadmin/translations/de/LC_MESSAGES/messages.po
1694 of 1831 messages (92%) translated in pgadmin/translations/ja/LC_MESSAGES/messages.po
1748 of 1831 messages (95%) translated in pgadmin/translations/pl/LC_MESSAGES/messages.po
1750 of 1831 messages (95%) translated in pgadmin/translations/ru/LC_MESSAGES/messages.po
1436 of 1831 messages (78%) translated in pgadmin/translations/zh/LC_MESSAGES/messages.po

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=187ab22d907292e794f5630a39cbc30d7619ccb5
Author: Alexander Lakhin <exclusion(at)gmail(dot)com>

Modified Files
--------------
.../servers/databases/casts/static/js/cast.js | 2 +-
.../databases/extensions/static/js/extension.js | 2 +-
.../databases/languages/static/js/language.js | 2 +-
.../databases/schemas/domains/static/js/domain.js | 4 +-
.../schemas/functions/static/js/function.js | 2 +-
.../functions/static/js/trigger_function.js | 2 +-
.../schemas/sequences/static/js/sequence.js | 2 +-
.../schemas/synonyms/static/js/synonym.js | 2 +-
.../schemas/tables/column/static/js/column.js | 2 +-
.../tables/partitions/static/js/partition.js | 4 +-
.../schemas/tables/static/js/partition.utils.js | 2 +-
.../databases/schemas/tables/static/js/table.js | 4 +-
.../databases/schemas/views/static/js/mview.js | 6 +-
.../servers/databases/static/js/database.js | 2 +-
.../server_groups/servers/roles/static/js/role.js | 2 +-
.../server_groups/servers/static/js/server.js | 6 +-
web/pgadmin/browser/static/js/node.js | 4 +-
web/pgadmin/messages.pot | 414 ++++++++++-
web/pgadmin/misc/depends/static/js/depends.js | 14 +-
web/pgadmin/static/js/backform.pgadmin.js | 4 +-
web/pgadmin/static/js/backgrid.pgadmin.js | 8 +-
web/pgadmin/tools/datagrid/static/js/datagrid.js | 18 +-
web/pgadmin/tools/debugger/static/js/debugger.js | 4 +-
.../tools/debugger/static/js/debugger_ui.js | 10 +-
web/pgadmin/tools/debugger/static/js/direct.js | 128 ++--
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 70 +-
.../user_management/static/js/user_management.js | 8 +-
.../translations/de/LC_MESSAGES/messages.mo | Bin 127638 -> 132000 bytes
.../translations/de/LC_MESSAGES/messages.po | 414 ++++++++++-
.../translations/ja/LC_MESSAGES/messages.mo | Bin 137022 -> 141384 bytes
.../translations/ja/LC_MESSAGES/messages.po | 414 ++++++++++-
.../translations/pl/LC_MESSAGES/messages.mo | Bin 126626 -> 131960 bytes
.../translations/pl/LC_MESSAGES/messages.po | 800 ++++++++++++++++-----
.../translations/ru/LC_MESSAGES/messages.mo | Bin 165353 -> 169715 bytes
.../translations/ru/LC_MESSAGES/messages.po | 414 ++++++++++-
.../translations/zh/LC_MESSAGES/messages.mo | Bin 104251 -> 108613 bytes
.../translations/zh/LC_MESSAGES/messages.po | 414 ++++++++++-
37 files changed, 2676 insertions(+), 508 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-11-07 00:49:43 Re: Fixes for pgAdmin4 messages
Previous Message Alexander Lakhin 2017-11-06 14:13:48 Re: Fixes for pgAdmin4 messages