de: Translation updates
authorPeter Eisentraut <peter@eisentraut.org>
Fri, 7 Nov 2025 07:38:45 +0000 (08:38 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Fri, 7 Nov 2025 07:38:45 +0000 (08:38 +0100)
de/postgres.po

index 07ea36482345da43f58698f838cbb891769cbda7..6e156e98dbbe0c4581b852d97a3ab1132ecd02f2 100644 (file)
@@ -7,8 +7,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PostgreSQL 18\n"
 "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
-"POT-Creation-Date: 2025-11-05 09:41+0000\n"
-"PO-Revision-Date: 2025-11-05 13:44+0100\n"
+"POT-Creation-Date: 2025-11-07 06:11+0000\n"
+"PO-Revision-Date: 2025-11-07 08:38+0100\n"
 "Last-Translator: Peter Eisentraut <peter@eisentraut.org>\n"
 "Language-Team: German <pgsql-translators@postgresql.org>\n"
 "Language: de\n"
@@ -4203,7 +4203,7 @@ msgstr "Klausel IN SCHEMA kann nicht verwendet werden, wenn GRANT/REVOKE ON LARG
 
 #: catalog/aclchk.c:1575 catalog/catalog.c:684 catalog/heap.c:2621
 #: catalog/heap.c:2940 catalog/objectaddress.c:1528
-#: catalog/pg_publication.c:570 commands/analyze.c:388 commands/copy.c:1000
+#: catalog/pg_publication.c:570 commands/analyze.c:388 commands/copy.c:1039
 #: commands/sequence.c:1655 commands/tablecmds.c:7751 commands/tablecmds.c:7929
 #: commands/tablecmds.c:8130 commands/tablecmds.c:8259
 #: commands/tablecmds.c:8413 commands/tablecmds.c:8507
@@ -7105,167 +7105,179 @@ msgstr "keine Berechtigung für COPY in eine Datei"
 msgid "Only roles with privileges of the \"%s\" role may COPY to a file."
 msgstr "Nur Rollen mit den Privilegien der Rolle »%s« können mit COPY in eine Datei schreiben."
 
-#: commands/copy.c:193
+#: commands/copy.c:182
+#, c-format
+msgid "generated columns are not supported in COPY FROM WHERE conditions"
+msgstr "generierte Spalten werden in COPY-FROM-WHERE-Bedingungen nicht unterstützt"
+
+#: commands/copy.c:183 commands/tablecmds.c:14418 commands/tablecmds.c:19824
+#: commands/tablecmds.c:19906 commands/trigger.c:660
+#: rewrite/rewriteHandler.c:949 rewrite/rewriteHandler.c:984
+#, c-format
+msgid "Column \"%s\" is a generated column."
+msgstr "Spalte »%s« ist eine generierte Spalte."
+
+#: commands/copy.c:232
 #, c-format
 msgid "COPY FROM not supported with row-level security"
 msgstr "COPY FROM wird nicht unterstützt mit Sicherheit auf Zeilenebene"
 
-#: commands/copy.c:194
+#: commands/copy.c:233
 #, c-format
 msgid "Use INSERT statements instead."
 msgstr "Verwenden Sie stattdessen INSERT-Anweisungen."
 
-#: commands/copy.c:375
+#: commands/copy.c:414
 #, c-format
 msgid "cannot use \"%s\" with HEADER in COPY TO"
 msgstr "»%s« kann nicht mit HEADER in COPY TO verwendet werden"
 
-#: commands/copy.c:384
+#: commands/copy.c:423
 #, c-format
 msgid "%s requires a Boolean value or \"match\""
 msgstr "%s erfordert einen Boole’schen Wert oder »match«"
 
 #. translator: first %s is the name of a COPY option, e.g. ON_ERROR,
 #. second %s is a COPY with direction, e.g. COPY TO
-#: commands/copy.c:402 commands/copy.c:818 commands/copy.c:834
-#: commands/copy.c:851 commands/copy.c:877 commands/copy.c:887
+#: commands/copy.c:441 commands/copy.c:857 commands/copy.c:873
+#: commands/copy.c:890 commands/copy.c:916 commands/copy.c:926
 #, c-format
 msgid "COPY %s cannot be used with %s"
 msgstr "COPY %s kann nicht mit %s verwendet werden"
 
 #. translator: first %s is the name of a COPY option, e.g. ON_ERROR
-#: commands/copy.c:416 commands/copy.c:474
+#: commands/copy.c:455 commands/copy.c:513
 #, c-format
 msgid "COPY %s \"%s\" not recognized"
 msgstr "COPY %s »%s« nicht erkannt"
 
-#: commands/copy.c:436 commands/define.c:73 commands/define.c:84
+#: commands/copy.c:475 commands/define.c:73 commands/define.c:84
 #: commands/define.c:178 commands/define.c:196 commands/define.c:211
 #: commands/define.c:229
 #, c-format
 msgid "%s requires a numeric value"
 msgstr "%s erfordert einen numerischen Wert"
 
-#: commands/copy.c:446
+#: commands/copy.c:485
 #, c-format
 msgid "REJECT_LIMIT (%<PRId64>) must be greater than zero"
 msgstr "REJECT_LIMIT (%<PRId64>) muss größer als null sein"
 
-#: commands/copy.c:536
+#: commands/copy.c:575
 #, c-format
 msgid "COPY format \"%s\" not recognized"
 msgstr "COPY-Format »%s« nicht erkannt"
 
-#: commands/copy.c:594 commands/copy.c:609 commands/copy.c:624
-#: commands/copy.c:643
+#: commands/copy.c:633 commands/copy.c:648 commands/copy.c:663
+#: commands/copy.c:682
 #, c-format
 msgid "argument to option \"%s\" must be a list of column names"
 msgstr "Argument von Option »%s« muss eine Liste aus Spaltennamen sein"
 
-#: commands/copy.c:655
+#: commands/copy.c:694
 #, c-format
 msgid "argument to option \"%s\" must be a valid encoding name"
 msgstr "Argument von Option »%s« muss ein gültiger Kodierungsname sein"
 
-#: commands/copy.c:683 commands/dbcommands.c:880 commands/dbcommands.c:2420
+#: commands/copy.c:722 commands/dbcommands.c:880 commands/dbcommands.c:2420
 #, c-format
 msgid "option \"%s\" not recognized"
 msgstr "Option »%s« nicht erkannt"
 
 #. translator: %s is the name of a COPY option, e.g. ON_ERROR
-#: commands/copy.c:696 commands/copy.c:701 commands/copy.c:706
-#: commands/copy.c:776
+#: commands/copy.c:735 commands/copy.c:740 commands/copy.c:745
+#: commands/copy.c:815
 #, c-format
 msgid "cannot specify %s in BINARY mode"
 msgstr "%s kann nicht im BINARY-Modus angegeben werden"
 
-#: commands/copy.c:728
+#: commands/copy.c:767
 #, c-format
 msgid "COPY delimiter must be a single one-byte character"
 msgstr "DELIMITER für COPY muss ein einzelnes Ein-Byte-Zeichen sein"
 
-#: commands/copy.c:735
+#: commands/copy.c:774
 #, c-format
 msgid "COPY delimiter cannot be newline or carriage return"
 msgstr "COPY-Trennzeichen kann nicht Newline oder Carriage Return sein"
 
-#: commands/copy.c:741
+#: commands/copy.c:780
 #, c-format
 msgid "COPY null representation cannot use newline or carriage return"
 msgstr "COPY NULL-Darstellung kann nicht Newline oder Carriage Return enthalten"
 
-#: commands/copy.c:751
+#: commands/copy.c:790
 #, c-format
 msgid "COPY default representation cannot use newline or carriage return"
 msgstr "COPY DEFAULT-Darstellung kann nicht Newline oder Carriage Return enthalten"
 
-#: commands/copy.c:769
+#: commands/copy.c:808
 #, c-format
 msgid "COPY delimiter cannot be \"%s\""
 msgstr "DELIMITER für COPY darf nicht »%s« sein"
 
 #. translator: %s is the name of a COPY option, e.g. ON_ERROR
-#: commands/copy.c:783 commands/copy.c:800 commands/copy.c:812
-#: commands/copy.c:827 commands/copy.c:843
+#: commands/copy.c:822 commands/copy.c:839 commands/copy.c:851
+#: commands/copy.c:866 commands/copy.c:882
 #, c-format
 msgid "COPY %s requires CSV mode"
 msgstr "COPY %s benötigt CSV-Modus"
 
-#: commands/copy.c:788
+#: commands/copy.c:827
 #, c-format
 msgid "COPY quote must be a single one-byte character"
 msgstr "Quote-Zeichen für COPY muss ein einzelnes Ein-Byte-Zeichen sein"
 
-#: commands/copy.c:793
+#: commands/copy.c:832
 #, c-format
 msgid "COPY delimiter and quote must be different"
 msgstr "DELIMITER und QUOTE für COPY müssen verschieden sein"
 
-#: commands/copy.c:805
+#: commands/copy.c:844
 #, c-format
 msgid "COPY escape must be a single one-byte character"
 msgstr "Escape-Zeichen für COPY muss ein einzelnes Ein-Byte-Zeichen sein"
 
 #. translator: %s is the name of a COPY option, e.g. NULL
-#: commands/copy.c:859 commands/copy.c:895
+#: commands/copy.c:898 commands/copy.c:934
 #, c-format
 msgid "COPY delimiter character must not appear in the %s specification"
 msgstr "Trennzeichen für COPY darf nicht in der %s-Darstellung erscheinen"
 
 #. translator: %s is the name of a COPY option, e.g. NULL
-#: commands/copy.c:868 commands/copy.c:904
+#: commands/copy.c:907 commands/copy.c:943
 #, c-format
 msgid "CSV quote character must not appear in the %s specification"
 msgstr "CSV-Quote-Zeichen darf nicht in der %s-Darstellung erscheinen"
 
-#: commands/copy.c:913
+#: commands/copy.c:952
 #, c-format
 msgid "NULL specification and DEFAULT specification cannot be the same"
 msgstr "NULL-Darstellung und DEFAULT-Darstellung können nicht gleich sein"
 
-#: commands/copy.c:919
+#: commands/copy.c:958
 #, c-format
 msgid "only ON_ERROR STOP is allowed in BINARY mode"
 msgstr "nur ON_ERROR STOP ist im BINARY-Modus erlaubt"
 
 #. translator: first and second %s are the names of COPY option, e.g.
 #. * ON_ERROR, third is the value of the COPY option, e.g. IGNORE
-#: commands/copy.c:926
+#: commands/copy.c:965
 #, c-format
 msgid "COPY %s requires %s to be set to %s"
 msgstr "COPY %s erfordert, dass %s auf %s gesetzt ist"
 
-#: commands/copy.c:988
+#: commands/copy.c:1027
 #, c-format
 msgid "column \"%s\" is a generated column"
 msgstr "Spalte »%s« ist eine generierte Spalte"
 
-#: commands/copy.c:990
+#: commands/copy.c:1029
 #, c-format
 msgid "Generated columns cannot be used in COPY."
 msgstr "Generierte Spalten können nicht in COPY verwendet werden."
 
-#: commands/copy.c:1005 commands/indexcmds.c:1959 commands/statscmds.c:239
+#: commands/copy.c:1044 commands/indexcmds.c:1959 commands/statscmds.c:239
 #: commands/tablecmds.c:2593 commands/tablecmds.c:3101
 #: commands/tablecmds.c:3930 parser/parse_relation.c:3798
 #: parser/parse_relation.c:3808 parser/parse_relation.c:3826
@@ -7275,7 +7287,7 @@ msgstr "Generierte Spalten können nicht in COPY verwendet werden."
 msgid "column \"%s\" does not exist"
 msgstr "Spalte »%s« existiert nicht"
 
-#: commands/copy.c:1012 commands/tablecmds.c:2619 commands/trigger.c:957
+#: commands/copy.c:1051 commands/tablecmds.c:2619 commands/trigger.c:957
 #: parser/parse_target.c:1086 parser/parse_target.c:1097
 #, c-format
 msgid "column \"%s\" specified more than once"
@@ -11678,13 +11690,6 @@ msgstr "Spaltentyp einer getypten Tabelle kann nicht geändert werden"
 msgid "cannot specify USING when altering type of generated column"
 msgstr "USING kann nicht angegeben werden, wenn der Typ einer generierten Spalte geändert wird"
 
-#: commands/tablecmds.c:14418 commands/tablecmds.c:19824
-#: commands/tablecmds.c:19906 commands/trigger.c:660
-#: rewrite/rewriteHandler.c:949 rewrite/rewriteHandler.c:984
-#, c-format
-msgid "Column \"%s\" is a generated column."
-msgstr "Spalte »%s« ist eine generierte Spalte."
-
 #: commands/tablecmds.c:14429
 #, c-format
 msgid "cannot alter inherited column \"%s\""