Fix 'placeholders are incompatible' issue in the message catalog.
Replace % with %% used in the explain module.pull/26/head
parent
75e2167165
commit
7c271d21ae
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2019-10-11 17:34+0530\n"
|
||||
"POT-Creation-Date: 2019-10-14 12:39+0530\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -8699,7 +8699,7 @@ msgstr ""
|
|||
#: pgadmin/misc/static/explain/js/explain.js:209
|
||||
#: pgadmin/misc/static/explain/js/explain.js:229
|
||||
#, python-format
|
||||
msgid "% of query"
|
||||
msgid "%% of query"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/misc/static/explain/js/explain.js:216
|
||||
|
@ -8716,7 +8716,7 @@ msgstr ""
|
|||
|
||||
#: pgadmin/misc/static/explain/js/explain.js:239
|
||||
#, python-format
|
||||
msgid "% of table"
|
||||
msgid "%% of table"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/misc/static/explain/js/explain.js:1217
|
||||
|
|
|
@ -206,7 +206,7 @@ define('pgadmin.misc.explain', [
|
|||
' <th class="renderable timings d-none"><button disabled>',
|
||||
gettext('Time spent') ,'</button></th>',
|
||||
' <th class="renderable timings d-none"><button disabled>',
|
||||
gettext('% of query') ,'</button></th>',
|
||||
gettext('%% of query') ,'</button></th>',
|
||||
' </tr>',
|
||||
' </thead>',
|
||||
' </table>',
|
||||
|
@ -226,7 +226,7 @@ define('pgadmin.misc.explain', [
|
|||
' <th class="renderable timings d-none"><button disabled>',
|
||||
gettext('Total time') ,'</button></th>',
|
||||
' <th class="renderable timings d-none"><button disabled>',
|
||||
gettext('% of query') ,'</button></th>',
|
||||
gettext('%% of query') ,'</button></th>',
|
||||
' </tr>',
|
||||
' <tr>',
|
||||
' <th class="renderable"><button disabled>',
|
||||
|
@ -236,7 +236,7 @@ define('pgadmin.misc.explain', [
|
|||
' <th class="renderable timings d-none"><button disabled>',
|
||||
gettext('Sum of times') ,'</button></th>',
|
||||
' <th class="renderable timings d-none"><button disabled>',
|
||||
gettext('% of table') ,'</button></th>',
|
||||
gettext('%% of table') ,'</button></th>',
|
||||
' </tr>',
|
||||
' </thead>',
|
||||
' </table>',
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: pgAdmin 4\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2019-10-11 17:34+0530\n"
|
||||
"POT-Creation-Date: 2019-10-14 12:39+0530\n"
|
||||
"PO-Revision-Date: 2017-04-14 22:53+0200\n"
|
||||
"Last-Translator: Jonas Thelemann\n"
|
||||
"Language: de\n"
|
||||
|
@ -8861,7 +8861,7 @@ msgstr ""
|
|||
#: pgadmin/misc/static/explain/js/explain.js:209
|
||||
#: pgadmin/misc/static/explain/js/explain.js:229
|
||||
#, python-format
|
||||
msgid "% of query"
|
||||
msgid "%% of query"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/misc/static/explain/js/explain.js:216
|
||||
|
@ -8878,7 +8878,7 @@ msgstr ""
|
|||
|
||||
#: pgadmin/misc/static/explain/js/explain.js:239
|
||||
#, python-format
|
||||
msgid "% of table"
|
||||
msgid "%% of table"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/misc/static/explain/js/explain.js:1217
|
||||
|
@ -12678,3 +12678,9 @@ msgstr "Konnte nicht die angegebene Datenbank finden."
|
|||
#~ msgid "%(title)s (accesskey + %(key)s)"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "% of query"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "% of table"
|
||||
#~ msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2019-10-11 17:34+0530\n"
|
||||
"POT-Creation-Date: 2019-10-14 12:39+0530\n"
|
||||
"PO-Revision-Date: 2018-08-08 09:29+0000\n"
|
||||
"Last-Translator: Isaias Sanchez <isaias.sanchez.l@gmail.com>\n"
|
||||
"Language: es\n"
|
||||
|
@ -8953,7 +8953,7 @@ msgstr ""
|
|||
#: pgadmin/misc/static/explain/js/explain.js:209
|
||||
#: pgadmin/misc/static/explain/js/explain.js:229
|
||||
#, python-format
|
||||
msgid "% of query"
|
||||
msgid "%% of query"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/misc/static/explain/js/explain.js:216
|
||||
|
@ -8970,7 +8970,7 @@ msgstr ""
|
|||
|
||||
#: pgadmin/misc/static/explain/js/explain.js:239
|
||||
#, python-format
|
||||
msgid "% of table"
|
||||
msgid "%% of table"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/misc/static/explain/js/explain.js:1217
|
||||
|
@ -12360,3 +12360,9 @@ msgstr "No se pudo encontrar la base de datos especificada."
|
|||
#~ msgid "%(title)s (accesskey + %(key)s)"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "% of query"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "% of table"
|
||||
#~ msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PgAdmin4 -3.4\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2019-10-11 17:34+0530\n"
|
||||
"POT-Creation-Date: 2019-10-14 12:39+0530\n"
|
||||
"PO-Revision-Date: 2019-07-22 13:09+0200\n"
|
||||
"Last-Translator: Fred Escallier <fred.escallier@free.fr>\n"
|
||||
"Language: fr\n"
|
||||
|
@ -9018,7 +9018,7 @@ msgstr ""
|
|||
#: pgadmin/misc/static/explain/js/explain.js:209
|
||||
#: pgadmin/misc/static/explain/js/explain.js:229
|
||||
#, python-format
|
||||
msgid "% of query"
|
||||
msgid "%% of query"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/misc/static/explain/js/explain.js:216
|
||||
|
@ -9035,7 +9035,7 @@ msgstr ""
|
|||
|
||||
#: pgadmin/misc/static/explain/js/explain.js:239
|
||||
#, python-format
|
||||
msgid "% of table"
|
||||
msgid "%% of table"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/misc/static/explain/js/explain.js:1217
|
||||
|
@ -12680,3 +12680,9 @@ msgstr "Impossible de trouver la base de données."
|
|||
#~ msgid "%(title)s (accesskey + %(key)s)"
|
||||
#~ msgstr "%(title)s (accesskey + %(key)s)"
|
||||
|
||||
#~ msgid "% of query"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "% of table"
|
||||
#~ msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PgAdmin 4\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2019-10-11 17:34+0530\n"
|
||||
"POT-Creation-Date: 2019-10-14 12:39+0530\n"
|
||||
"PO-Revision-Date: 2019-09-08 17:16+0200\n"
|
||||
"Last-Translator: Domenico Sgarbossa <sbraaaa@yahoo.it>\n"
|
||||
"Language: it_IT\n"
|
||||
|
@ -8967,7 +8967,7 @@ msgstr ""
|
|||
#: pgadmin/misc/static/explain/js/explain.js:209
|
||||
#: pgadmin/misc/static/explain/js/explain.js:229
|
||||
#, python-format
|
||||
msgid "% of query"
|
||||
msgid "%% of query"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/misc/static/explain/js/explain.js:216
|
||||
|
@ -8984,7 +8984,7 @@ msgstr ""
|
|||
|
||||
#: pgadmin/misc/static/explain/js/explain.js:239
|
||||
#, python-format
|
||||
msgid "% of table"
|
||||
msgid "%% of table"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/misc/static/explain/js/explain.js:1217
|
||||
|
@ -11934,3 +11934,9 @@ msgstr "Impossibile trovare il database richiesto."
|
|||
#~ msgid "%(title)s (accesskey + %(key)s)"
|
||||
#~ msgstr "%(title)s (accesskey + %(key)s)"
|
||||
|
||||
#~ msgid "% of query"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "% of table"
|
||||
#~ msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: pgAdmin 4\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-10-11 17:34+0530\n"
|
||||
"POT-Creation-Date: 2019-10-14 12:39+0530\n"
|
||||
"PO-Revision-Date: 2019-10-12 04:41+0900\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: ja\n"
|
||||
|
@ -8890,7 +8890,7 @@ msgstr "所要時間"
|
|||
#: pgadmin/misc/static/explain/js/explain.js:209
|
||||
#: pgadmin/misc/static/explain/js/explain.js:229
|
||||
#, python-format
|
||||
msgid "% of query"
|
||||
msgid "%% of query"
|
||||
msgstr "クエリ処理全体を占める割合"
|
||||
|
||||
#: pgadmin/misc/static/explain/js/explain.js:216
|
||||
|
@ -8907,7 +8907,7 @@ msgstr "時間の総和"
|
|||
|
||||
#: pgadmin/misc/static/explain/js/explain.js:239
|
||||
#, python-format
|
||||
msgid "% of table"
|
||||
msgid "%% of table"
|
||||
msgstr "テーブル処理全体を占める割合"
|
||||
|
||||
#: pgadmin/misc/static/explain/js/explain.js:1217
|
||||
|
@ -12908,7 +12908,7 @@ msgstr "指定されたデータベースが見つかりませんでした"
|
|||
#~ msgstr "長さ/精度は %(value)s 以下にしてください"
|
||||
|
||||
#~ msgid "Scale should not be less than %(value)s"
|
||||
#~ msgstr "位取りは %(value)s 以上にしてください
|
||||
#~ msgstr "位取りは %(value)s 以上にしてくださ"
|
||||
|
||||
#~ msgid "Scale should not be greater than %(value)s"
|
||||
#~ msgstr "位取りは %(value)s 以下にしてください"
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: pgAdmin 4\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2019-10-11 17:34+0530\n"
|
||||
"POT-Creation-Date: 2019-10-14 12:39+0530\n"
|
||||
"PO-Revision-Date: 2018-07-12 01:04+0900\n"
|
||||
"Last-Translator: Ioseph Kim <ioseph@uri.sarang.net>\n"
|
||||
"Language: ko\n"
|
||||
|
@ -8737,7 +8737,7 @@ msgstr ""
|
|||
#: pgadmin/misc/static/explain/js/explain.js:209
|
||||
#: pgadmin/misc/static/explain/js/explain.js:229
|
||||
#, python-format
|
||||
msgid "% of query"
|
||||
msgid "%% of query"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/misc/static/explain/js/explain.js:216
|
||||
|
@ -8754,7 +8754,7 @@ msgstr ""
|
|||
|
||||
#: pgadmin/misc/static/explain/js/explain.js:239
|
||||
#, python-format
|
||||
msgid "% of table"
|
||||
msgid "%% of table"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/misc/static/explain/js/explain.js:1217
|
||||
|
@ -12064,3 +12064,9 @@ msgstr "지정한 데이터베이스를 찾을 수 없음."
|
|||
#~ msgid "%(title)s (accesskey + %(key)s)"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "% of query"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "% of table"
|
||||
#~ msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2019-10-11 17:34+0530\n"
|
||||
"POT-Creation-Date: 2019-10-14 12:39+0530\n"
|
||||
"PO-Revision-Date: 2017-12-17 23:18+0200\n"
|
||||
"Last-Translator: grzegorz <begina.felicysym@wp.eu>\n"
|
||||
"Language: pl\n"
|
||||
|
@ -8868,7 +8868,7 @@ msgstr ""
|
|||
#: pgadmin/misc/static/explain/js/explain.js:209
|
||||
#: pgadmin/misc/static/explain/js/explain.js:229
|
||||
#, python-format
|
||||
msgid "% of query"
|
||||
msgid "%% of query"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/misc/static/explain/js/explain.js:216
|
||||
|
@ -8885,7 +8885,7 @@ msgstr ""
|
|||
|
||||
#: pgadmin/misc/static/explain/js/explain.js:239
|
||||
#, python-format
|
||||
msgid "% of table"
|
||||
msgid "%% of table"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/misc/static/explain/js/explain.js:1217
|
||||
|
@ -12860,3 +12860,9 @@ msgstr "Nie znaleziono wskazanej bazy danych."
|
|||
#~ msgid "%(title)s (accesskey + %(key)s)"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "% of query"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "% of table"
|
||||
#~ msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -5,7 +5,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2019-10-11 17:34+0530\n"
|
||||
"POT-Creation-Date: 2019-10-14 12:39+0530\n"
|
||||
"PO-Revision-Date: 2017-11-09 09:44+0300\n"
|
||||
"Last-Translator: Alexander Lakhin <a.lakhin@postgrespro.ru>\n"
|
||||
"Language: ru\n"
|
||||
|
@ -8877,7 +8877,7 @@ msgstr ""
|
|||
#: pgadmin/misc/static/explain/js/explain.js:209
|
||||
#: pgadmin/misc/static/explain/js/explain.js:229
|
||||
#, python-format
|
||||
msgid "% of query"
|
||||
msgid "%% of query"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/misc/static/explain/js/explain.js:216
|
||||
|
@ -8894,7 +8894,7 @@ msgstr ""
|
|||
|
||||
#: pgadmin/misc/static/explain/js/explain.js:239
|
||||
#, python-format
|
||||
msgid "% of table"
|
||||
msgid "%% of table"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/misc/static/explain/js/explain.js:1217
|
||||
|
@ -12428,3 +12428,9 @@ msgstr "Не удалось найти указанную базу данных.
|
|||
#~ msgid "%(title)s (accesskey + %(key)s)"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "% of query"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "% of table"
|
||||
#~ msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PgAdmin4\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2019-10-11 17:34+0530\n"
|
||||
"POT-Creation-Date: 2019-10-14 12:39+0530\n"
|
||||
"PO-Revision-Date: 2019-08-03 13:09+0800\n"
|
||||
"Last-Translator: maikebing <mysticboy@live.com>\n"
|
||||
"Language: zh\n"
|
||||
|
@ -8843,7 +8843,7 @@ msgstr ""
|
|||
#: pgadmin/misc/static/explain/js/explain.js:209
|
||||
#: pgadmin/misc/static/explain/js/explain.js:229
|
||||
#, python-format
|
||||
msgid "% of query"
|
||||
msgid "%% of query"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/misc/static/explain/js/explain.js:216
|
||||
|
@ -8860,7 +8860,7 @@ msgstr ""
|
|||
|
||||
#: pgadmin/misc/static/explain/js/explain.js:239
|
||||
#, python-format
|
||||
msgid "% of table"
|
||||
msgid "%% of table"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/misc/static/explain/js/explain.js:1217
|
||||
|
@ -11749,3 +11749,9 @@ msgstr "找不到指定的数据库。"
|
|||
#~ msgid "%(title)s (accesskey + %(key)s)"
|
||||
#~ msgstr "%(title)s (accesskey + %(key)s)"
|
||||
|
||||
#~ msgid "% of query"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "% of table"
|
||||
#~ msgstr ""
|
||||
|
||||
|
|
Loading…
Reference in New Issue