Skip to content

Commit 143132c

Browse files
committed
Translation updates
Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 468bfbb8c2a61a4f396a8efdbf2b661c9afac3c2
1 parent 27a6585 commit 143132c

File tree

38 files changed

+41299
-9050
lines changed

38 files changed

+41299
-9050
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 it ko pl ru sv tr zh_CN
3+
AVAIL_LANGUAGES = de es fr it ja ko pl 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: 532 additions & 537 deletions
Large diffs are not rendered by default.

src/backend/po/fr.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10909,7 +10909,7 @@ msgstr "une valeur NULL viole la contrainte NOT NULL de la colonne « %s »"
1090910909
#: executor/execMain.c:2052
1091010910
#, c-format
1091110911
msgid "new row for relation \"%s\" violates check constraint \"%s\""
10912-
msgstr "la nouvelle ligne viole la contrainte de vérification « %s » de la relation « %s »"
10912+
msgstr "la nouvelle ligne de la relation « %s » viole la contrainte de vérification « %s »"
1091310913

1091410914
#: executor/execMain.c:2163
1091510915
#, c-format
@@ -20827,7 +20827,7 @@ msgstr "La chaîne en entrée se ferme de manière inattendue."
2082720827
#: utils/adt/json.c:1150
2082820828
#, c-format
2082920829
msgid "Expected end of input, but found \"%s\"."
20830-
msgstr "Attendait une fin de l'entrée, mais ait trouvé « %s »."
20830+
msgstr "Attendait une fin de l'entrée, mais a trouvé « %s »."
2083120831

2083220832
#: utils/adt/json.c:1161
2083320833
#, c-format

0 commit comments

Comments
 (0)