Skip to content

Commit d275672

Browse files
committed
Translation updates
Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 439efc0cb9779c62ae569c397267d7bc55c6ef4f
1 parent 3fd77b1 commit d275672

File tree

71 files changed

+85384
-6831
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+85384
-6831
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 tr 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/de.po

Lines changed: 745 additions & 729 deletions
Large diffs are not rendered by default.

src/backend/po/fr.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12255,7 +12255,7 @@ msgstr "%s n'est pas autorisé avec UNION/INTERSECT/EXCEPT"
1225512255
#: optimizer/plan/planner.c:3803
1225612256
#, c-format
1225712257
msgid "could not implement GROUP BY"
12258-
msgstr "n'a pas pu implanté GROUP BY"
12258+
msgstr "n'a pas pu implanter GROUP BY"
1225912259

1226012260
#: optimizer/plan/planner.c:3804 optimizer/plan/planner.c:4197 optimizer/prep/prepunion.c:949
1226112261
#, c-format
@@ -12267,7 +12267,7 @@ msgstr ""
1226712267
#: optimizer/plan/planner.c:4196
1226812268
#, c-format
1226912269
msgid "could not implement DISTINCT"
12270-
msgstr "n'a pas pu implanté DISTINCT"
12270+
msgstr "n'a pas pu implanter DISTINCT"
1227112271

1227212272
#: optimizer/plan/planner.c:4826
1227312273
#, c-format
@@ -12299,7 +12299,7 @@ msgstr "trop d'enregistrements dans la table range"
1229912299
#: optimizer/prep/prepunion.c:497
1230012300
#, c-format
1230112301
msgid "could not implement recursive UNION"
12302-
msgstr "n'a pas pu implanté le UNION récursif"
12302+
msgstr "n'a pas pu implanter le UNION récursif"
1230312303

1230412304
#: optimizer/prep/prepunion.c:498
1230512305
#, c-format
@@ -12316,7 +12316,7 @@ msgstr "%s sur aucune colonne n'est pas supportée"
1231612316
#: optimizer/prep/prepunion.c:948
1231712317
#, c-format
1231812318
msgid "could not implement %s"
12319-
msgstr "n'a pas pu implanté %s"
12319+
msgstr "n'a pas pu implanter %s"
1232012320

1232112321
#: optimizer/util/clauses.c:4634
1232212322
#, c-format

src/backend/po/it.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ msgstr ""
1818
"Project-Id-Version: postgres (PostgreSQL) 9.6\n"
1919
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
2020
"POT-Creation-Date: 2017-11-07 19:17+0000\n"
21-
"PO-Revision-Date: 2017-11-07 22:06+0100\n"
21+
"PO-Revision-Date: 2018-06-25 08:50+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"
@@ -16513,9 +16513,9 @@ msgid "bind message has %d parameter formats but %d parameters"
1651316513
msgstr "il messaggio di bind ha %d formati di parametri ma %d parametri"
1651416514

1651516515
#: tcop/postgres.c:1535
16516-
#, c-format
16516+
#, c-format, fuzzy
1651716517
msgid "bind message supplies %d parameters, but prepared statement \"%s\" requires %d"
16518-
msgstr "il messaggio di bind fornisce %d paramatri, ma l'istruzione preparata \"%s\" ne richiede %d"
16518+
msgstr "il messaggio di bind fornisce %d parametri, ma l'istruzione preparata \"%s\" ne richiede %d"
1651916519

1652016520
#: tcop/postgres.c:1704
1652116521
#, c-format

0 commit comments

Comments
 (0)