Skip to content

Commit 299addd

Browse files
committed
Translation updates
Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 884f33d735870f94357820800840af3e93ff4628
1 parent 6cb3372 commit 299addd

File tree

12 files changed

+26424
-312
lines changed

12 files changed

+26424
-312
lines changed

src/backend/nls.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# src/backend/nls.mk
22
CATALOG_NAME = postgres
3-
AVAIL_LANGUAGES = de es fr id it ja ko pl pt_BR ru zh_CN
3+
AVAIL_LANGUAGES = de es fr id it ja ko pl pt_BR ru sv zh_CN
44
GETTEXT_FILES = + gettext-files
55
GETTEXT_TRIGGERS = $(BACKEND_COMMON_GETTEXT_TRIGGERS) \
66
GUC_check_errmsg GUC_check_errdetail GUC_check_errhint \

src/backend/po/fr.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13546,7 +13546,7 @@ msgstr "%s n'est pas autorisé avec UNION/INTERSECT/EXCEPT"
1354613546
#: optimizer/plan/planner.c:2166 optimizer/plan/planner.c:4124
1354713547
#, c-format
1354813548
msgid "could not implement GROUP BY"
13549-
msgstr "n'a pas pu implanté GROUP BY"
13549+
msgstr "n'a pas pu implanter GROUP BY"
1355013550

1355113551
#: optimizer/plan/planner.c:2167 optimizer/plan/planner.c:4125 optimizer/plan/planner.c:4865 optimizer/prep/prepunion.c:935
1355213552
#, c-format
@@ -13558,7 +13558,7 @@ msgstr ""
1355813558
#: optimizer/plan/planner.c:4864
1355913559
#, c-format
1356013560
msgid "could not implement DISTINCT"
13561-
msgstr "n'a pas pu implanté DISTINCT"
13561+
msgstr "n'a pas pu implanter DISTINCT"
1356213562

1356313563
#: optimizer/plan/planner.c:5544
1356413564
#, c-format
@@ -13590,7 +13590,7 @@ msgstr "trop d'enregistrements dans la table range"
1359013590
#: optimizer/prep/prepunion.c:496
1359113591
#, c-format
1359213592
msgid "could not implement recursive UNION"
13593-
msgstr "n'a pas pu implanté le UNION récursif"
13593+
msgstr "n'a pas pu implanter le UNION récursif"
1359413594

1359513595
#: optimizer/prep/prepunion.c:497
1359613596
#, c-format
@@ -13601,7 +13601,7 @@ msgstr "Tous les types de données colonnes doivent être hachables."
1360113601
#: optimizer/prep/prepunion.c:934
1360213602
#, c-format
1360313603
msgid "could not implement %s"
13604-
msgstr "n'a pas pu implanté %s"
13604+
msgstr "n'a pas pu implanter %s"
1360513605

1360613606
#: optimizer/util/clauses.c:4693
1360713607
#, c-format

src/backend/po/it.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ msgstr ""
1818
"Project-Id-Version: postgres (PostgreSQL) 10\n"
1919
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
2020
"POT-Creation-Date: 2017-11-07 19:08+0000\n"
21-
"PO-Revision-Date: 2017-11-07 22:06+0100\n"
21+
"PO-Revision-Date: 2018-06-25 08:51+0200\n"
2222
"Last-Translator: Daniele Varrazzo <daniele.varrazzo@gmail.com>\n"
2323
"Language-Team: https://github.com/dvarrazzo/postgresql-it\n"
2424
"Language: it\n"
@@ -18378,7 +18378,7 @@ msgstr "il messaggio di bind ha %d formati di parametri ma %d parametri"
1837818378
#: tcop/postgres.c:1549
1837918379
#, c-format
1838018380
msgid "bind message supplies %d parameters, but prepared statement \"%s\" requires %d"
18381-
msgstr "il messaggio di bind fornisce %d paramatri, ma l'istruzione preparata \"%s\" ne richiede %d"
18381+
msgstr "il messaggio di bind fornisce %d parametri, ma l'istruzione preparata \"%s\" ne richiede %d"
1838218382

1838318383
#: tcop/postgres.c:1719
1838418384
#, c-format

0 commit comments

Comments
 (0)