diff options
author | Peter Eisentraut | 2022-05-16 09:12:42 +0000 |
---|---|---|
committer | Peter Eisentraut | 2022-05-16 09:12:42 +0000 |
commit | 6a8a7b1ccbc0e92ce2b301e9aad26a4caedfd9b5 (patch) | |
tree | cf88dfe8fe5cbd602039cd097bf28d16cf32c13c /src/pl/tcl | |
parent | cd690e07fd47f245df02ab461754755956bf3e00 (diff) |
Translation updates
Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: dde45df385dab9032155c1f867b677d55695310c
Diffstat (limited to 'src/pl/tcl')
-rw-r--r-- | src/pl/tcl/po/de.po | 49 | ||||
-rw-r--r-- | src/pl/tcl/po/el.po | 20 | ||||
-rw-r--r-- | src/pl/tcl/po/es.po | 4 | ||||
-rw-r--r-- | src/pl/tcl/po/fr.po | 91 | ||||
-rw-r--r-- | src/pl/tcl/po/ja.po | 55 | ||||
-rw-r--r-- | src/pl/tcl/po/ru.po | 38 | ||||
-rw-r--r-- | src/pl/tcl/po/sv.po | 49 | ||||
-rw-r--r-- | src/pl/tcl/po/uk.po | 44 | ||||
-rw-r--r-- | src/pl/tcl/po/zh_CN.po | 48 |
9 files changed, 206 insertions, 192 deletions
diff --git a/src/pl/tcl/po/de.po b/src/pl/tcl/po/de.po index 7e4877062c5..e191a2bb4df 100644 --- a/src/pl/tcl/po/de.po +++ b/src/pl/tcl/po/de.po @@ -1,14 +1,14 @@ # German message translation file for PL/Tcl -# Peter Eisentraut <[email protected]>, 2009 - 2019. +# Peter Eisentraut <[email protected]>, 2009 - 2022. # # Use these quotes: »%s« # msgid "" msgstr "" -"Project-Id-Version: PostgreSQL 12\n" +"Project-Id-Version: PostgreSQL 15\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2019-08-28 09:07+0000\n" -"PO-Revision-Date: 2019-08-28 11:21+0200\n" +"POT-Creation-Date: 2022-04-08 12:09+0000\n" +"PO-Revision-Date: 2022-04-08 14:40+0200\n" "Last-Translator: Peter Eisentraut <[email protected]>\n" "Language-Team: German <[email protected]>\n" "Language: de\n" @@ -16,51 +16,56 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: pltcl.c:464 +#: pltcl.c:463 msgid "PL/Tcl function to call once when pltcl is first used." msgstr "PL/Tcl-Funktion, die einmal aufgerufen wird, wenn pltcl zum ersten Mal benutzt wird." -#: pltcl.c:471 +#: pltcl.c:470 msgid "PL/TclU function to call once when pltclu is first used." msgstr "PL/Tcl-Funktion, die einmal aufgerufen wird, wenn pltclu zum ersten Mal benutzt wird." -#: pltcl.c:636 +#: pltcl.c:637 #, c-format msgid "function \"%s\" is in the wrong language" msgstr "Funktion »%s« ist in der falschen Sprache" -#: pltcl.c:647 +#: pltcl.c:648 #, c-format msgid "function \"%s\" must not be SECURITY DEFINER" msgstr "Funktion »%s« darf nicht SECURITY DEFINER sein" #. translator: %s is "pltcl.start_proc" or "pltclu.start_proc" -#: pltcl.c:681 +#: pltcl.c:682 #, c-format msgid "processing %s parameter" msgstr "Verarbeiten von Parameter von %s" -#: pltcl.c:842 +#: pltcl.c:835 #, c-format msgid "set-valued function called in context that cannot accept a set" msgstr "Funktion mit Mengenergebnis in einem Zusammenhang aufgerufen, der keine Mengenergebnisse verarbeiten kann" -#: pltcl.c:1015 +#: pltcl.c:840 +#, c-format +msgid "materialize mode required, but it is not allowed in this context" +msgstr "Materialisierungsmodus wird benötigt, ist aber in diesem Zusammenhang nicht erlaubt" + +#: pltcl.c:1013 #, c-format msgid "function returning record called in context that cannot accept type record" msgstr "Funktion, die einen Record zurückgibt, in einem Zusammenhang aufgerufen, der Typ record nicht verarbeiten kann" -#: pltcl.c:1299 +#: pltcl.c:1297 #, c-format msgid "could not split return value from trigger: %s" msgstr "konnte Rückgabewert des Triggers nicht splitten: %s" -#: pltcl.c:1379 pltcl.c:1809 +#: pltcl.c:1378 pltcl.c:1808 #, c-format msgid "%s" msgstr "%s" -#: pltcl.c:1380 +#: pltcl.c:1379 #, c-format msgid "" "%s\n" @@ -69,42 +74,42 @@ msgstr "" "%s\n" "in PL/Tcl-Funktion »%s«" -#: pltcl.c:1544 +#: pltcl.c:1543 #, c-format msgid "trigger functions can only be called as triggers" msgstr "Triggerfunktionen können nur als Trigger aufgerufen werden" -#: pltcl.c:1548 +#: pltcl.c:1547 #, c-format msgid "PL/Tcl functions cannot return type %s" msgstr "PL/Tcl-Funktionen können keinen Rückgabetyp %s haben" -#: pltcl.c:1587 +#: pltcl.c:1586 #, c-format msgid "PL/Tcl functions cannot accept type %s" msgstr "PL/Tcl-Funktionen können Typ %s nicht annehmen" -#: pltcl.c:1701 +#: pltcl.c:1700 #, c-format msgid "could not create internal procedure \"%s\": %s" msgstr "konnte interne Prozedur »%s« nicht erzeugen: %s" -#: pltcl.c:3208 +#: pltcl.c:3202 #, c-format msgid "column name/value list must have even number of elements" msgstr "Liste der Spaltennamen/-werte muss gerade Anzahl Elemente haben" -#: pltcl.c:3226 +#: pltcl.c:3220 #, c-format msgid "column name/value list contains nonexistent column name \"%s\"" msgstr "Liste der Spaltennamen/-werte enthält nicht existierenden Spaltennamen »%s«" -#: pltcl.c:3233 +#: pltcl.c:3227 #, c-format msgid "cannot set system attribute \"%s\"" msgstr "Systemattribut »%s« kann nicht gesetzt werden" -#: pltcl.c:3239 +#: pltcl.c:3233 #, c-format msgid "cannot set generated column \"%s\"" msgstr "kann generierte Spalte »%s« nicht setzen" diff --git a/src/pl/tcl/po/el.po b/src/pl/tcl/po/el.po index 5891530f2d3..cd6a5e0570f 100644 --- a/src/pl/tcl/po/el.po +++ b/src/pl/tcl/po/el.po @@ -3,19 +3,21 @@ # This file is distributed under the same license as the pltcl (PostgreSQL) package. # Georgios Kokolatos <[email protected]>, 2021 # +# +# msgid "" msgstr "" "Project-Id-Version: pltcl (PostgreSQL) 14\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2021-05-25 05:38+0000\n" -"PO-Revision-Date: 2021-05-04 13:48+0200\n" +"POT-Creation-Date: 2021-07-21 05:08+0000\n" +"PO-Revision-Date: 2021-07-21 09:41+0200\n" "Last-Translator: Georgios Kokolatos <[email protected]>\n" "Language-Team: \n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.4.3\n" +"X-Generator: Poedit 3.0\n" #: pltcl.c:463 msgid "PL/Tcl function to call once when pltcl is first used." @@ -28,12 +30,12 @@ msgstr "Συνάρτηση PL/Tcl για να καλέσει μία μόνο φ� #: pltcl.c:634 #, c-format msgid "function \"%s\" is in the wrong language" -msgstr "η συνάρτηση \"%s\" βρίσκεται σε λάθος γλώσσα" +msgstr "η συνάρτηση «%s» βρίσκεται σε λάθος γλώσσα" #: pltcl.c:645 #, c-format msgid "function \"%s\" must not be SECURITY DEFINER" -msgstr "η συνάρτηση \"%s\" δεν πρέπει να είναι SECURITY DEFINER" +msgstr "η συνάρτηση «%s» δεν πρέπει να είναι SECURITY DEFINER" #. translator: %s is "pltcl.start_proc" or "pltclu.start_proc" #: pltcl.c:679 @@ -88,7 +90,7 @@ msgstr "συναρτήσεις PL/Tcl δεν είναι δυνατό να δεχ #: pltcl.c:1693 #, c-format msgid "could not create internal procedure \"%s\": %s" -msgstr "δεν ήταν δυνατή η δημιουργία εσωτερικής διαδικασίας \"%s\": %s" +msgstr "δεν ήταν δυνατή η δημιουργία εσωτερικής διαδικασίας «%s»: %s" #: pltcl.c:3197 #, c-format @@ -98,14 +100,14 @@ msgstr "λίστα ονόματος/τιμής στήλης πρέπει να έ #: pltcl.c:3215 #, c-format msgid "column name/value list contains nonexistent column name \"%s\"" -msgstr "λίστα ονόματος/τιμής στήλης περιέχει ανύπαρκτο όνομα στήλης \"%s\"" +msgstr "λίστα ονόματος/τιμής στήλης περιέχει ανύπαρκτο όνομα στήλης «%s»" #: pltcl.c:3222 #, c-format msgid "cannot set system attribute \"%s\"" -msgstr "δεν είναι δυνατός ο ορισμός του χαρακτηριστικού συστήματος \"%s\"" +msgstr "δεν είναι δυνατός ο ορισμός του χαρακτηριστικού συστήματος «%s»" #: pltcl.c:3228 #, c-format msgid "cannot set generated column \"%s\"" -msgstr "δεν είναι δυνατός ο ορισμός δημιουργημένης στήλης \"%s\"" +msgstr "δεν είναι δυνατός ο ορισμός δημιουργημένης στήλης «%s»" diff --git a/src/pl/tcl/po/es.po b/src/pl/tcl/po/es.po index 7aa76588ee3..2a5eabcea3f 100644 --- a/src/pl/tcl/po/es.po +++ b/src/pl/tcl/po/es.po @@ -1,6 +1,6 @@ # Spanish translation file for pltcl # -# Copyright (c) 2009-2019, PostgreSQL Global Development Group +# Copyright (c) 2009-2021, PostgreSQL Global Development Group # This file is distributed under the same license as the PostgreSQL package. # # Emanuel Calvo Franco <[email protected]>, 2009. @@ -8,7 +8,7 @@ # msgid "" msgstr "" -"Project-Id-Version: pltcl (PostgreSQL) 12\n" +"Project-Id-Version: pltcl (PostgreSQL) 14\n" "Report-Msgid-Bugs-To: [email protected]\n" "POT-Creation-Date: 2020-09-13 10:38+0000\n" "PO-Revision-Date: 2019-06-06 17:26-0400\n" diff --git a/src/pl/tcl/po/fr.po b/src/pl/tcl/po/fr.po index cca8823e25a..f0f2489e8af 100644 --- a/src/pl/tcl/po/fr.po +++ b/src/pl/tcl/po/fr.po @@ -1,77 +1,80 @@ -# translation of pltcl.po to fr_fr -# french message translation file for pltcl +# LANGUAGE message translation file for pltcl +# Copyright (C) 2009-2022 PostgreSQL Global Development Group +# This file is distributed under the same license as the pltcl (PostgreSQL) package. # # Use these quotes: « %s » -# Guillaume Lelarge <[email protected]>, 2009. +# +# Guillaume Lelarge <[email protected]>, 2009-2022. # msgid "" msgstr "" -"Project-Id-Version: PostgreSQL 12\n" +"Project-Id-Version: PostgreSQL 15\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2019-05-17 01:07+0000\n" -"PO-Revision-Date: 2019-05-17 14:57+0200\n" +"POT-Creation-Date: 2022-04-12 05:16+0000\n" +"PO-Revision-Date: 2022-04-12 17:29+0200\n" "Last-Translator: Guillaume Lelarge <[email protected]>\n" "Language-Team: French <[email protected]>\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.2.1\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Poedit 3.0.1\n" -#: pltcl.c:464 +#: pltcl.c:463 msgid "PL/Tcl function to call once when pltcl is first used." -msgstr "" -"Fonction PL/Tcl à appeler une fois quand pltcl est utilisé pour la\n" -"première fois" +msgstr "Fonction PL/Tcl à appeler une fois quand pltcl est utilisé pour la première fois." -#: pltcl.c:471 +#: pltcl.c:470 msgid "PL/TclU function to call once when pltclu is first used." -msgstr "" -"Fonction PL/TclU à appeler une fois quand pltcl est utilisé pour la\n" -"première fois" +msgstr "Fonction PL/TclU à appeler une fois quand pltcl est utilisé pour la première fois." -#: pltcl.c:636 +#: pltcl.c:637 #, c-format msgid "function \"%s\" is in the wrong language" msgstr "la fonction « %s » est dans le mauvais langage" -#: pltcl.c:647 +#: pltcl.c:648 #, c-format msgid "function \"%s\" must not be SECURITY DEFINER" msgstr "la fonction « %s » doit être définie en SECURITY DEFINER" #. translator: %s is "pltcl.start_proc" or "pltclu.start_proc" -#: pltcl.c:681 +#: pltcl.c:682 #, c-format msgid "processing %s parameter" msgstr "traitement du paramètre %s" -#: pltcl.c:842 +#: pltcl.c:835 #, c-format msgid "set-valued function called in context that cannot accept a set" msgstr "" -"la fonction avec set-value a été appelé dans un contexte qui n'accepte pas\n" +"la fonction renvoyant un ensemble a été appelée dans un contexte qui n'accepte pas\n" "un ensemble" -#: pltcl.c:1015 +#: pltcl.c:840 #, c-format -msgid "" -"function returning record called in context that cannot accept type record" +msgid "materialize mode required, but it is not allowed in this context" +msgstr "mode matérialisé requis mais interdit dans ce contexte" + +#: pltcl.c:1013 +#, c-format +msgid "function returning record called in context that cannot accept type record" msgstr "" "fonction renvoyant le type record appelée dans un contexte qui ne peut pas\n" "accepter le type record" -#: pltcl.c:1299 +#: pltcl.c:1297 #, c-format msgid "could not split return value from trigger: %s" msgstr "n'a pas pu séparer la valeur de retour du trigger : %s" -#: pltcl.c:1379 pltcl.c:1809 +#: pltcl.c:1378 pltcl.c:1808 #, c-format msgid "%s" msgstr "%s" -#: pltcl.c:1380 +#: pltcl.c:1379 #, c-format msgid "" "%s\n" @@ -80,62 +83,60 @@ msgstr "" "%s\n" "dans la fonction PL/Tcl « %s »" -#: pltcl.c:1544 +#: pltcl.c:1543 #, c-format msgid "trigger functions can only be called as triggers" msgstr "les fonctions trigger peuvent seulement être appelées par des triggers" -#: pltcl.c:1548 +#: pltcl.c:1547 #, c-format msgid "PL/Tcl functions cannot return type %s" msgstr "les fonctions PL/Tcl ne peuvent pas renvoyer le type %s" -#: pltcl.c:1587 +#: pltcl.c:1586 #, c-format msgid "PL/Tcl functions cannot accept type %s" msgstr "les fonctions PL/Tcl ne peuvent pas accepter le type %s" -#: pltcl.c:1701 +#: pltcl.c:1700 #, c-format msgid "could not create internal procedure \"%s\": %s" msgstr "n'a pas pu créer la procédure interne « %s » : %s" -#: pltcl.c:3208 +#: pltcl.c:3202 #, c-format msgid "column name/value list must have even number of elements" msgstr "la liste de nom de colonne/valeur doit avoir un nombre pair d'éléments" -#: pltcl.c:3226 +#: pltcl.c:3220 #, c-format msgid "column name/value list contains nonexistent column name \"%s\"" -msgstr "" -"la liste de nom de colonne/valeur contient des noms de colonne inexistantes " -"(« %s »)" +msgstr "la liste de nom de colonne/valeur contient des noms de colonne inexistantes (« %s »)" -#: pltcl.c:3233 +#: pltcl.c:3227 #, c-format msgid "cannot set system attribute \"%s\"" msgstr "ne peut pas initialiser l'attribut système « %s »" -#: pltcl.c:3239 +#: pltcl.c:3233 #, c-format msgid "cannot set generated column \"%s\"" msgstr "ne peut pas initialiser la colonne générée « %s »" -#~ msgid "module \"unknown\" not found in pltcl_modules" -#~ msgstr "module « unkown » introuvable dans pltcl_modules" +#~ msgid "PL/Tcl functions cannot return composite types" +#~ msgstr "les fonctions PL/Tcl ne peuvent pas renvoyer des types composites" #~ msgid "could not load module \"unknown\": %s" #~ msgstr "n'a pas pu charger le module « unknown » : %s" +#~ msgid "module \"unknown\" not found in pltcl_modules" +#~ msgstr "module « unkown » introuvable dans pltcl_modules" + +#~ msgid "out of memory" +#~ msgstr "mémoire épuisée" + #~ msgid "trigger's return list must have even number of elements" #~ msgstr "la liste de retour du trigger doit avoir un nombre pair d'éléments" #~ msgid "unrecognized attribute \"%s\"" #~ msgstr "attribut « %s » non reconnu" - -#~ msgid "out of memory" -#~ msgstr "mémoire épuisée" - -#~ msgid "PL/Tcl functions cannot return composite types" -#~ msgstr "les fonctions PL/Tcl ne peuvent pas renvoyer des types composites" diff --git a/src/pl/tcl/po/ja.po b/src/pl/tcl/po/ja.po index ddae7b47c9b..0c302bcd409 100644 --- a/src/pl/tcl/po/ja.po +++ b/src/pl/tcl/po/ja.po @@ -1,13 +1,13 @@ # Japanese message translation file for pltcl -# Copyright (C) 2019 PostgreSQL Global Development Group +# Copyright (C) 2022 PostgreSQL Global Development Group # This file is distributed under the same license as the pg_archivecleanup (PostgreSQL) package. # KOIZUMI Satoru <[email protected]>, 2015. # msgid "" msgstr "" -"Project-Id-Version: pltcl (PostgreSQL 12 beta 1)\n" +"Project-Id-Version: pltcl (PostgreSQL 15)\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2019-06-11 11:34+0900\n" +"POT-Creation-Date: 2022-05-11 14:17+0900\n" "PO-Revision-Date: 2019-06-11 17:26+0900\n" "Last-Translator: Kyotaro Horiguchi <[email protected]>\n" "Language-Team: Japan PostgreSQL Users Group <[email protected]>\n" @@ -18,54 +18,56 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Poedit 1.5.4\n" -#: pltcl.c:464 +#: pltcl.c:463 msgid "PL/Tcl function to call once when pltcl is first used." msgstr "pltcl が最初に使用される際に一度だけ呼び出される PL/Tcl 関数。" -#: pltcl.c:471 +#: pltcl.c:470 msgid "PL/TclU function to call once when pltclu is first used." msgstr "pltclu が最初に使用される際に一度だけ呼び出される PL/TclU 関数。" -#: pltcl.c:636 +#: pltcl.c:637 #, c-format msgid "function \"%s\" is in the wrong language" msgstr "関数\"%s\"は言語が異なります" -#: pltcl.c:647 +#: pltcl.c:648 #, c-format msgid "function \"%s\" must not be SECURITY DEFINER" msgstr "関数\"%s\"はSECURITY DEFINERであってはなりません" #. translator: %s is "pltcl.start_proc" or "pltclu.start_proc" -#: pltcl.c:681 +#: pltcl.c:682 #, c-format msgid "processing %s parameter" msgstr "%sパラメーターを処理しています" -#: pltcl.c:842 +#: pltcl.c:835 #, c-format msgid "set-valued function called in context that cannot accept a set" msgstr "このコンテキストでは、集合値の関数は集合を受け付けられません" -#: pltcl.c:1015 +#: pltcl.c:840 #, c-format -msgid "" -"function returning record called in context that cannot accept type record" -msgstr "" -"レコード型を受け付けられないコンテキストでレコードを返す関数が呼び出されまし" -"た" +msgid "materialize mode required, but it is not allowed in this context" +msgstr "マテリアライズモードが必要ですが、現在のコンテクストで禁止されています" + +#: pltcl.c:1013 +#, c-format +msgid "function returning record called in context that cannot accept type record" +msgstr "レコード型を受け付けられないコンテキストでレコードを返す関数が呼び出されました" -#: pltcl.c:1299 +#: pltcl.c:1296 #, c-format msgid "could not split return value from trigger: %s" msgstr "トリガーからの戻り値を分割できませんでした: %s" -#: pltcl.c:1379 pltcl.c:1809 +#: pltcl.c:1377 pltcl.c:1807 #, c-format msgid "%s" msgstr "%s" -#: pltcl.c:1380 +#: pltcl.c:1378 #, c-format msgid "" "%s\n" @@ -74,43 +76,42 @@ msgstr "" "%s\n" "PL/Tcl 関数 \"%s\"" -#: pltcl.c:1544 +#: pltcl.c:1542 #, c-format msgid "trigger functions can only be called as triggers" msgstr "トリガー関数はトリガーとしてのみコールできます" -#: pltcl.c:1548 +#: pltcl.c:1546 #, c-format msgid "PL/Tcl functions cannot return type %s" msgstr "PL/Tcl 関数は%s型の戻り値を返せません" -#: pltcl.c:1587 +#: pltcl.c:1585 #, c-format msgid "PL/Tcl functions cannot accept type %s" msgstr "PL/Tcl 関数は%s型を受け付けません" -#: pltcl.c:1701 +#: pltcl.c:1699 #, c-format msgid "could not create internal procedure \"%s\": %s" msgstr "内部プロシージャ\"%s\"を作成できませんでした: %s" -#: pltcl.c:3208 +#: pltcl.c:3201 #, c-format msgid "column name/value list must have even number of elements" msgstr "列名/値のリストの要素は偶数個でなければなりません" -#: pltcl.c:3226 +#: pltcl.c:3219 #, c-format msgid "column name/value list contains nonexistent column name \"%s\"" msgstr "列名/値のリストの中に、存在しない列名\"%s\"が含まれています" -#: pltcl.c:3233 +#: pltcl.c:3226 #, c-format msgid "cannot set system attribute \"%s\"" msgstr "システム属性\"%s\"は設定できません" -#: pltcl.c:3239 +#: pltcl.c:3232 #, c-format -#| msgid "cannot alter inherited column \"%s\"" msgid "cannot set generated column \"%s\"" msgstr "生成列\"%s\"を変更できません" diff --git a/src/pl/tcl/po/ru.po b/src/pl/tcl/po/ru.po index c866c071e03..f5848e4922f 100644 --- a/src/pl/tcl/po/ru.po +++ b/src/pl/tcl/po/ru.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: pltcl (PostgreSQL current)\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2020-09-03 11:22+0300\n" +"POT-Creation-Date: 2021-08-14 06:29+0300\n" "PO-Revision-Date: 2019-08-29 15:43+0300\n" "Last-Translator: Alexander Lakhin <[email protected]>\n" "Language-Team: Russian <[email protected]>\n" @@ -17,54 +17,54 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: pltcl.c:465 +#: pltcl.c:463 msgid "PL/Tcl function to call once when pltcl is first used." msgstr "Функция на PL/Tcl, вызываемая при первом использовании pltcl." -#: pltcl.c:472 +#: pltcl.c:470 msgid "PL/TclU function to call once when pltclu is first used." msgstr "Функция на PL/TclU, вызываемая при первом использовании pltclu." -#: pltcl.c:636 +#: pltcl.c:634 #, c-format msgid "function \"%s\" is in the wrong language" msgstr "Функция \"%s\" объявлена на другом языке" -#: pltcl.c:647 +#: pltcl.c:645 #, c-format msgid "function \"%s\" must not be SECURITY DEFINER" msgstr "функция \"%s\" не должна иметь характеристику SECURITY DEFINER" #. translator: %s is "pltcl.start_proc" or "pltclu.start_proc" -#: pltcl.c:681 +#: pltcl.c:679 #, c-format msgid "processing %s parameter" msgstr "обработка параметра %s" -#: pltcl.c:835 +#: pltcl.c:833 #, c-format msgid "set-valued function called in context that cannot accept a set" msgstr "" "функция, возвращающая множество, вызвана в контексте, где ему нет места" -#: pltcl.c:1008 +#: pltcl.c:1006 #, c-format msgid "" "function returning record called in context that cannot accept type record" msgstr "" "функция, возвращающая запись, вызвана в контексте, не допускающем этот тип" -#: pltcl.c:1292 +#: pltcl.c:1290 #, c-format msgid "could not split return value from trigger: %s" msgstr "разложить возвращаемое из триггера значение не удалось: %s" -#: pltcl.c:1373 pltcl.c:1803 +#: pltcl.c:1371 pltcl.c:1801 #, c-format msgid "%s" msgstr "%s" -#: pltcl.c:1374 +#: pltcl.c:1372 #, c-format msgid "" "%s\n" @@ -73,43 +73,43 @@ msgstr "" "%s\n" "в функции PL/Tcl \"%s\"" -#: pltcl.c:1538 +#: pltcl.c:1536 #, c-format msgid "trigger functions can only be called as triggers" msgstr "триггерные функции могут вызываться только в триггерах" -#: pltcl.c:1542 +#: pltcl.c:1540 #, c-format msgid "PL/Tcl functions cannot return type %s" msgstr "функции PL/Tcl не могут возвращать тип %s" -#: pltcl.c:1581 +#: pltcl.c:1579 #, c-format msgid "PL/Tcl functions cannot accept type %s" msgstr "функции PL/Tcl не могут принимать тип %s" -#: pltcl.c:1695 +#: pltcl.c:1693 #, c-format msgid "could not create internal procedure \"%s\": %s" msgstr "не удалось создать внутреннюю процедуру \"%s\": %s" -#: pltcl.c:3199 +#: pltcl.c:3197 #, c-format msgid "column name/value list must have even number of elements" msgstr "в списке имён/значений столбцов должно быть чётное число элементов" -#: pltcl.c:3217 +#: pltcl.c:3215 #, c-format msgid "column name/value list contains nonexistent column name \"%s\"" msgstr "" "список имён/значений столбцов содержит имя несуществующего столбца \"%s\"" -#: pltcl.c:3224 +#: pltcl.c:3222 #, c-format msgid "cannot set system attribute \"%s\"" msgstr "присвоить значение системному атрибуту \"%s\" нельзя" -#: pltcl.c:3230 +#: pltcl.c:3228 #, c-format msgid "cannot set generated column \"%s\"" msgstr "присвоить значение генерируемому столбцу \"%s\" нельзя" diff --git a/src/pl/tcl/po/sv.po b/src/pl/tcl/po/sv.po index bacc8e7132a..90205f638ea 100644 --- a/src/pl/tcl/po/sv.po +++ b/src/pl/tcl/po/sv.po @@ -1,14 +1,14 @@ # Swedish message translation file for pltcl # Copyright (C) 2017 PostgreSQL Global Development Group # This file is distributed under the same license as the PostgreSQL package. -# Dennis Björklund <[email protected]>, 2017, 2018, 2019, 2020. +# Dennis Björklund <[email protected]>, 2017, 2018, 2019, 2020, 2021, 2022. # msgid "" msgstr "" -"Project-Id-Version: PostgreSQL 13\n" +"Project-Id-Version: PostgreSQL 15\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2020-04-11 01:08+0000\n" -"PO-Revision-Date: 2020-04-11 08:45+0200\n" +"POT-Creation-Date: 2022-04-11 13:38+0000\n" +"PO-Revision-Date: 2022-04-11 16:11+0200\n" "Last-Translator: Dennis Björklund <[email protected]>\n" "Language-Team: Swedish <[email protected]>\n" "Language: sv\n" @@ -17,51 +17,56 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: pltcl.c:465 +#: pltcl.c:463 msgid "PL/Tcl function to call once when pltcl is first used." msgstr "PL/Tcl-funktion att anropa en gång när pltcl först används." -#: pltcl.c:472 +#: pltcl.c:470 msgid "PL/TclU function to call once when pltclu is first used." msgstr "PL/TclU-funktion att anrop en gång när pltclu först används." -#: pltcl.c:636 +#: pltcl.c:637 #, c-format msgid "function \"%s\" is in the wrong language" msgstr "funktionen \"%s\" är skriven i fel språk" -#: pltcl.c:647 +#: pltcl.c:648 #, c-format msgid "function \"%s\" must not be SECURITY DEFINER" msgstr "funktionen \"%s\" får ej vara SECURITY DEFINER" #. translator: %s is "pltcl.start_proc" or "pltclu.start_proc" -#: pltcl.c:681 +#: pltcl.c:682 #, c-format msgid "processing %s parameter" msgstr "processar parameter %s" -#: pltcl.c:832 +#: pltcl.c:835 #, c-format msgid "set-valued function called in context that cannot accept a set" msgstr "en funktion som returnerar en mängd anropades i kontext som inte godtar en mängd" -#: pltcl.c:1005 +#: pltcl.c:840 +#, c-format +msgid "materialize mode required, but it is not allowed in this context" +msgstr "materialiserat läge krävs, men stöds inte i detta kontext" + +#: pltcl.c:1013 #, c-format msgid "function returning record called in context that cannot accept type record" msgstr "en funktion med post som värde anropades i sammanhang där poster inte kan godtagas." -#: pltcl.c:1289 +#: pltcl.c:1297 #, c-format msgid "could not split return value from trigger: %s" msgstr "kunde inte dela på returvärde och utlösare: %s" -#: pltcl.c:1370 pltcl.c:1800 +#: pltcl.c:1378 pltcl.c:1808 #, c-format msgid "%s" msgstr "%s" -#: pltcl.c:1371 +#: pltcl.c:1379 #, c-format msgid "" "%s\n" @@ -70,42 +75,42 @@ msgstr "" "%s\n" "i PL/Tcl-funktion \"%s\"" -#: pltcl.c:1535 +#: pltcl.c:1543 #, c-format msgid "trigger functions can only be called as triggers" msgstr "Triggningsfunktioner kan bara anropas vid triggning." -#: pltcl.c:1539 +#: pltcl.c:1547 #, c-format msgid "PL/Tcl functions cannot return type %s" msgstr "PL/Tcl-funktioner kan inte returnera typ %s" -#: pltcl.c:1578 +#: pltcl.c:1586 #, c-format msgid "PL/Tcl functions cannot accept type %s" msgstr "PL/Tcl-funktioner kan inte ta emot typ %s" -#: pltcl.c:1692 +#: pltcl.c:1700 #, c-format msgid "could not create internal procedure \"%s\": %s" msgstr "kunde inte skapa en intern procedur \"%s\": %s" -#: pltcl.c:3197 +#: pltcl.c:3202 #, c-format msgid "column name/value list must have even number of elements" msgstr "kolumn-namn/-värde måste ha ett jämt antal element" -#: pltcl.c:3215 +#: pltcl.c:3220 #, c-format msgid "column name/value list contains nonexistent column name \"%s\"" msgstr "listan med kolumn-namn/-värde innehåller det icke existerande kolumnnamnet \"%s\"" -#: pltcl.c:3222 +#: pltcl.c:3227 #, c-format msgid "cannot set system attribute \"%s\"" msgstr "kan inte sätta systemattribut \"%s\"" -#: pltcl.c:3228 +#: pltcl.c:3233 #, c-format msgid "cannot set generated column \"%s\"" msgstr "kan inte sätta genererad kolumn \"%s\"" diff --git a/src/pl/tcl/po/uk.po b/src/pl/tcl/po/uk.po index bea5631a50b..429ad29417e 100644 --- a/src/pl/tcl/po/uk.po +++ b/src/pl/tcl/po/uk.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: postgresql\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2020-09-21 21:08+0000\n" -"PO-Revision-Date: 2020-09-22 13:43\n" +"POT-Creation-Date: 2021-06-10 08:38+0000\n" +"PO-Revision-Date: 2021-08-17 10:54\n" "Last-Translator: \n" "Language-Team: Ukrainian\n" "Language: uk_UA\n" @@ -14,96 +14,96 @@ msgstr "" "X-Crowdin-Project: postgresql\n" "X-Crowdin-Project-ID: 324573\n" "X-Crowdin-Language: uk\n" -"X-Crowdin-File: /DEV_13/pltcl.pot\n" -"X-Crowdin-File-ID: 522\n" +"X-Crowdin-File: /REL_14_DEV/pltcl.pot\n" +"X-Crowdin-File-ID: 736\n" -#: pltcl.c:465 +#: pltcl.c:463 msgid "PL/Tcl function to call once when pltcl is first used." msgstr "Функція PL/Tcl використовується для виклику коли pltcl вперше використаний." -#: pltcl.c:472 +#: pltcl.c:470 msgid "PL/TclU function to call once when pltclu is first used." msgstr "Функція PL/TclU використовується для виклику коли pltclu вперше використаний." -#: pltcl.c:636 +#: pltcl.c:634 #, c-format msgid "function \"%s\" is in the wrong language" msgstr "функція «%s» написана неправильною мовою" -#: pltcl.c:647 +#: pltcl.c:645 #, c-format msgid "function \"%s\" must not be SECURITY DEFINER" msgstr "функція \"%s\" не має бути SECURITY DEFINER" #. translator: %s is "pltcl.start_proc" or "pltclu.start_proc" -#: pltcl.c:681 +#: pltcl.c:679 #, c-format msgid "processing %s parameter" msgstr "обробляється параметр %s" -#: pltcl.c:835 +#: pltcl.c:833 #, c-format msgid "set-valued function called in context that cannot accept a set" msgstr "функція \"set-valued\" викликана в контексті, де йому немає місця" -#: pltcl.c:1008 +#: pltcl.c:1006 #, c-format msgid "function returning record called in context that cannot accept type record" msgstr "функція, що повертає набір, викликана у контексті, що не приймає тип запис" -#: pltcl.c:1292 +#: pltcl.c:1290 #, c-format msgid "could not split return value from trigger: %s" msgstr "не вдалося розділити повернене значення з тригера: %s" -#: pltcl.c:1373 pltcl.c:1803 +#: pltcl.c:1371 pltcl.c:1801 #, c-format msgid "%s" msgstr "%s" -#: pltcl.c:1374 +#: pltcl.c:1372 #, c-format msgid "%s\n" "in PL/Tcl function \"%s\"" msgstr "%s\n" "у функції PL/Tcl \"%s\"" -#: pltcl.c:1538 +#: pltcl.c:1536 #, c-format msgid "trigger functions can only be called as triggers" msgstr "тригер-функція може викликатися лише як тригер" -#: pltcl.c:1542 +#: pltcl.c:1540 #, c-format msgid "PL/Tcl functions cannot return type %s" msgstr "Функції PL/Tcl не можуть повертати тип %s" -#: pltcl.c:1581 +#: pltcl.c:1579 #, c-format msgid "PL/Tcl functions cannot accept type %s" msgstr "Функції PL/Tcl не можуть приймати тип %s" -#: pltcl.c:1695 +#: pltcl.c:1693 #, c-format msgid "could not create internal procedure \"%s\": %s" msgstr "не вдалося створити внутрішню процедуру \"%s\": %s" -#: pltcl.c:3199 +#: pltcl.c:3197 #, c-format msgid "column name/value list must have even number of elements" msgstr "список імен і значень стовпців повинен мати парну кількість елементів" -#: pltcl.c:3217 +#: pltcl.c:3215 #, c-format msgid "column name/value list contains nonexistent column name \"%s\"" msgstr "список імен і значень стовпців містить неіснуєче ім'я стовпця \"%s\"" -#: pltcl.c:3224 +#: pltcl.c:3222 #, c-format msgid "cannot set system attribute \"%s\"" msgstr "не вдалося встановити системний атрибут \"%s\"" -#: pltcl.c:3230 +#: pltcl.c:3228 #, c-format msgid "cannot set generated column \"%s\"" msgstr "неможливо оновити згенерований стовпець \"%s\"" diff --git a/src/pl/tcl/po/zh_CN.po b/src/pl/tcl/po/zh_CN.po index be25e830f81..d9e49a74ce8 100644 --- a/src/pl/tcl/po/zh_CN.po +++ b/src/pl/tcl/po/zh_CN.po @@ -5,63 +5,63 @@ # msgid "" msgstr "" -"Project-Id-Version: pltcl (PostgreSQL) 12\n" +"Project-Id-Version: pltcl (PostgreSQL) 14\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2019-05-22 17:56+0800\n" -"PO-Revision-Date: 2019-06-04 18:00+0800\n" -"Last-Translator: Jie Zhang <[email protected]>\n" -"Language-Team: Chinese (Simplified) <[email protected]>\n" +"POT-Creation-Date: 2021-08-14 05:38+0000\n" +"PO-Revision-Date: 2021-08-16 18:00+0800\n" +"Last-Translator: Jie Zhang <[email protected]>\n" +"Language-Team: Chinese (Simplified) <[email protected]>\n" +"Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: zh_CN\n" "X-Generator: Poedit 1.5.7\n" -#: pltcl.c:464 +#: pltcl.c:463 msgid "PL/Tcl function to call once when pltcl is first used." msgstr "PL/Tcl函数在首次使用pltcl时调用一次." -#: pltcl.c:471 +#: pltcl.c:470 msgid "PL/TclU function to call once when pltclu is first used." msgstr "PL/TclU函数在首次使用pltcl时调用一次." -#: pltcl.c:636 +#: pltcl.c:634 #, c-format msgid "function \"%s\" is in the wrong language" msgstr "函数\"%s\"的语言错误" -#: pltcl.c:647 +#: pltcl.c:645 #, c-format msgid "function \"%s\" must not be SECURITY DEFINER" msgstr "函数\"%s\"不能是安全定义者" #. translator: %s is "pltcl.start_proc" or "pltclu.start_proc" -#: pltcl.c:681 +#: pltcl.c:679 #, c-format msgid "processing %s parameter" msgstr "正在处理%s参数" -#: pltcl.c:842 +#: pltcl.c:833 #, c-format msgid "set-valued function called in context that cannot accept a set" msgstr "在不能接受使用集合的环境中调用set-valued函数" -#: pltcl.c:1015 +#: pltcl.c:1006 #, c-format msgid "function returning record called in context that cannot accept type record" msgstr "返回值类型是记录的函数在不接受使用记录类型的环境中调用" -#: pltcl.c:1299 +#: pltcl.c:1290 #, c-format msgid "could not split return value from trigger: %s" msgstr "无法分离来自触发器的返回值:%s" -#: pltcl.c:1379 pltcl.c:1809 +#: pltcl.c:1371 pltcl.c:1801 #, c-format msgid "%s" msgstr "%s" -#: pltcl.c:1380 +#: pltcl.c:1372 #, c-format msgid "" "%s\n" @@ -70,42 +70,42 @@ msgstr "" "%s\n" "在PL/Tcl函数\"%s\"中" -#: pltcl.c:1544 +#: pltcl.c:1536 #, c-format msgid "trigger functions can only be called as triggers" msgstr "触发器函数只能以触发器的形式调用" -#: pltcl.c:1548 +#: pltcl.c:1540 #, c-format msgid "PL/Tcl functions cannot return type %s" msgstr "PL/Tcl函数不能返回类型%s" -#: pltcl.c:1587 +#: pltcl.c:1579 #, c-format msgid "PL/Tcl functions cannot accept type %s" msgstr "PL/Tcl函数不能使用类型 %s" -#: pltcl.c:1701 +#: pltcl.c:1693 #, c-format msgid "could not create internal procedure \"%s\": %s" msgstr "无法创建内部过程\"%s\":%s" -#: pltcl.c:3208 +#: pltcl.c:3197 #, c-format msgid "column name/value list must have even number of elements" msgstr "列名/值列表必须具有偶数个元素" -#: pltcl.c:3226 +#: pltcl.c:3215 #, c-format msgid "column name/value list contains nonexistent column name \"%s\"" msgstr "列名/值列表包含不存在的列名\"%s\"" -#: pltcl.c:3233 +#: pltcl.c:3222 #, c-format msgid "cannot set system attribute \"%s\"" msgstr "不能设置系统属性\"%s\"" -#: pltcl.c:3239 +#: pltcl.c:3228 #, c-format msgid "cannot set generated column \"%s\"" msgstr "无法设置生成的列 \"%s\"" |