From 1faf13ea8e2ecf957b3780fa4884126b99908090 Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Mon, 30 Oct 2023 21:45:50 +0100 Subject: [PATCH] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/ --- locale/ID.po | 8 ++++++++ locale/cs.po | 8 ++++++++ locale/de_DE.po | 8 ++++++++ locale/el.po | 8 ++++++++ locale/en_GB.po | 8 ++++++++ locale/es.po | 8 ++++++++ locale/fil.po | 8 ++++++++ locale/fr.po | 8 ++++++++ locale/hi.po | 8 ++++++++ locale/it_IT.po | 8 ++++++++ locale/ja.po | 8 ++++++++ locale/ko.po | 8 ++++++++ locale/nl.po | 8 ++++++++ locale/pl.po | 8 ++++++++ locale/pt_BR.po | 8 ++++++++ locale/ru.po | 8 ++++++++ locale/sv.po | 8 ++++++++ locale/tr.po | 8 ++++++++ locale/zh_Latn_pinyin.po | 8 ++++++++ 19 files changed, 152 insertions(+) diff --git a/locale/ID.po b/locale/ID.po index 8cbf607f3a..55e1c3e121 100644 --- a/locale/ID.po +++ b/locale/ID.po @@ -2984,6 +2984,10 @@ msgstr "" msgid "dtype must be float, or complex" msgstr "" +#: extmod/ulab/code/ndarray_operators.c +msgid "dtype of int32 is not supported" +msgstr "" + #: py/objdeque.c msgid "empty" msgstr "" @@ -3848,6 +3852,10 @@ msgstr "" msgid "operation is not supported for given type" msgstr "" +#: extmod/ulab/code/ndarray_operators.c +msgid "operation not supported for the input types" +msgstr "" + #: py/modbuiltins.c msgid "ord expects a character" msgstr "" diff --git a/locale/cs.po b/locale/cs.po index 506b69dbfa..e6e862771a 100644 --- a/locale/cs.po +++ b/locale/cs.po @@ -2991,6 +2991,10 @@ msgstr "" msgid "dtype must be float, or complex" msgstr "dtype musí být float nebo complex" +#: extmod/ulab/code/ndarray_operators.c +msgid "dtype of int32 is not supported" +msgstr "" + #: py/objdeque.c msgid "empty" msgstr "" @@ -3857,6 +3861,10 @@ msgstr "" msgid "operation is not supported for given type" msgstr "" +#: extmod/ulab/code/ndarray_operators.c +msgid "operation not supported for the input types" +msgstr "" + #: py/modbuiltins.c msgid "ord expects a character" msgstr "" diff --git a/locale/de_DE.po b/locale/de_DE.po index e4bf3000c6..73cbecfdad 100644 --- a/locale/de_DE.po +++ b/locale/de_DE.po @@ -3033,6 +3033,10 @@ msgstr "Division durch Null" msgid "dtype must be float, or complex" msgstr "dtype muss Float oder komplex sein" +#: extmod/ulab/code/ndarray_operators.c +msgid "dtype of int32 is not supported" +msgstr "" + #: py/objdeque.c msgid "empty" msgstr "leer" @@ -3909,6 +3913,10 @@ msgstr "Operation ist auf ndarrays nicht implementiert" msgid "operation is not supported for given type" msgstr "Die Operation wird für den angegebenen Typ nicht unterstützt" +#: extmod/ulab/code/ndarray_operators.c +msgid "operation not supported for the input types" +msgstr "" + #: py/modbuiltins.c msgid "ord expects a character" msgstr "ord erwartet ein Zeichen" diff --git a/locale/el.po b/locale/el.po index d68d70b691..a6a317ee23 100644 --- a/locale/el.po +++ b/locale/el.po @@ -2984,6 +2984,10 @@ msgstr "" msgid "dtype must be float, or complex" msgstr "" +#: extmod/ulab/code/ndarray_operators.c +msgid "dtype of int32 is not supported" +msgstr "" + #: py/objdeque.c msgid "empty" msgstr "" @@ -3848,6 +3852,10 @@ msgstr "" msgid "operation is not supported for given type" msgstr "" +#: extmod/ulab/code/ndarray_operators.c +msgid "operation not supported for the input types" +msgstr "" + #: py/modbuiltins.c msgid "ord expects a character" msgstr "" diff --git a/locale/en_GB.po b/locale/en_GB.po index f377bf5874..26733f272e 100644 --- a/locale/en_GB.po +++ b/locale/en_GB.po @@ -2997,6 +2997,10 @@ msgstr "division by zero" msgid "dtype must be float, or complex" msgstr "dtype must be float, or complex" +#: extmod/ulab/code/ndarray_operators.c +msgid "dtype of int32 is not supported" +msgstr "" + #: py/objdeque.c msgid "empty" msgstr "empty" @@ -3863,6 +3867,10 @@ msgstr "operation is not implemented on ndarrays" msgid "operation is not supported for given type" msgstr "operation is not supported for given type" +#: extmod/ulab/code/ndarray_operators.c +msgid "operation not supported for the input types" +msgstr "" + #: py/modbuiltins.c msgid "ord expects a character" msgstr "ord expects a character" diff --git a/locale/es.po b/locale/es.po index fbec79555c..18994d489b 100644 --- a/locale/es.po +++ b/locale/es.po @@ -3038,6 +3038,10 @@ msgstr "división por cero" msgid "dtype must be float, or complex" msgstr "dtype debe ser float, o complex" +#: extmod/ulab/code/ndarray_operators.c +msgid "dtype of int32 is not supported" +msgstr "" + #: py/objdeque.c msgid "empty" msgstr "vacío" @@ -3907,6 +3911,10 @@ msgstr "la operación no está implementada para ndarrays" msgid "operation is not supported for given type" msgstr "la operación no es compatible para un tipo dado" +#: extmod/ulab/code/ndarray_operators.c +msgid "operation not supported for the input types" +msgstr "" + #: py/modbuiltins.c msgid "ord expects a character" msgstr "ord espera un carácter" diff --git a/locale/fil.po b/locale/fil.po index 83d4efe739..e369f55346 100644 --- a/locale/fil.po +++ b/locale/fil.po @@ -2984,6 +2984,10 @@ msgstr "dibisyon ng zero" msgid "dtype must be float, or complex" msgstr "" +#: extmod/ulab/code/ndarray_operators.c +msgid "dtype of int32 is not supported" +msgstr "" + #: py/objdeque.c msgid "empty" msgstr "walang laman" @@ -3851,6 +3855,10 @@ msgstr "" msgid "operation is not supported for given type" msgstr "" +#: extmod/ulab/code/ndarray_operators.c +msgid "operation not supported for the input types" +msgstr "" + #: py/modbuiltins.c msgid "ord expects a character" msgstr "ord umaasa ng character" diff --git a/locale/fr.po b/locale/fr.po index 26a0a53366..a41a6d2b9f 100644 --- a/locale/fr.po +++ b/locale/fr.po @@ -3051,6 +3051,10 @@ msgstr "division par zéro" msgid "dtype must be float, or complex" msgstr "le dtype doit être un flottant, ou un complexe" +#: extmod/ulab/code/ndarray_operators.c +msgid "dtype of int32 is not supported" +msgstr "" + #: py/objdeque.c msgid "empty" msgstr "vide" @@ -3925,6 +3929,10 @@ msgstr "l'opération n'est pas implémentée pour les ndarrays" msgid "operation is not supported for given type" msgstr "l'opération n'est pas prise en charge pour un type donné" +#: extmod/ulab/code/ndarray_operators.c +msgid "operation not supported for the input types" +msgstr "" + #: py/modbuiltins.c msgid "ord expects a character" msgstr "ord attend un caractère" diff --git a/locale/hi.po b/locale/hi.po index 1cabf4cb3e..655b70fcb1 100644 --- a/locale/hi.po +++ b/locale/hi.po @@ -2958,6 +2958,10 @@ msgstr "" msgid "dtype must be float, or complex" msgstr "" +#: extmod/ulab/code/ndarray_operators.c +msgid "dtype of int32 is not supported" +msgstr "" + #: py/objdeque.c msgid "empty" msgstr "" @@ -3822,6 +3826,10 @@ msgstr "" msgid "operation is not supported for given type" msgstr "" +#: extmod/ulab/code/ndarray_operators.c +msgid "operation not supported for the input types" +msgstr "" + #: py/modbuiltins.c msgid "ord expects a character" msgstr "" diff --git a/locale/it_IT.po b/locale/it_IT.po index a1027260da..6d7698559e 100644 --- a/locale/it_IT.po +++ b/locale/it_IT.po @@ -2989,6 +2989,10 @@ msgstr "divisione per zero" msgid "dtype must be float, or complex" msgstr "" +#: extmod/ulab/code/ndarray_operators.c +msgid "dtype of int32 is not supported" +msgstr "" + #: py/objdeque.c msgid "empty" msgstr "vuoto" @@ -3859,6 +3863,10 @@ msgstr "" msgid "operation is not supported for given type" msgstr "" +#: extmod/ulab/code/ndarray_operators.c +msgid "operation not supported for the input types" +msgstr "" + #: py/modbuiltins.c msgid "ord expects a character" msgstr "ord() aspetta un carattere" diff --git a/locale/ja.po b/locale/ja.po index d330361197..9e9469b211 100644 --- a/locale/ja.po +++ b/locale/ja.po @@ -2977,6 +2977,10 @@ msgstr "ゼロ除算 (division by zero)" msgid "dtype must be float, or complex" msgstr "" +#: extmod/ulab/code/ndarray_operators.c +msgid "dtype of int32 is not supported" +msgstr "" + #: py/objdeque.c msgid "empty" msgstr "" @@ -3842,6 +3846,10 @@ msgstr "この演算はndarray上で実装されていません" msgid "operation is not supported for given type" msgstr "演算は与えられた型に対応していません" +#: extmod/ulab/code/ndarray_operators.c +msgid "operation not supported for the input types" +msgstr "" + #: py/modbuiltins.c msgid "ord expects a character" msgstr "ord()は1文字を受け取ります" diff --git a/locale/ko.po b/locale/ko.po index e5be395e58..bf1e99f0b1 100644 --- a/locale/ko.po +++ b/locale/ko.po @@ -2962,6 +2962,10 @@ msgstr "" msgid "dtype must be float, or complex" msgstr "" +#: extmod/ulab/code/ndarray_operators.c +msgid "dtype of int32 is not supported" +msgstr "" + #: py/objdeque.c msgid "empty" msgstr "" @@ -3826,6 +3830,10 @@ msgstr "" msgid "operation is not supported for given type" msgstr "" +#: extmod/ulab/code/ndarray_operators.c +msgid "operation not supported for the input types" +msgstr "" + #: py/modbuiltins.c msgid "ord expects a character" msgstr "" diff --git a/locale/nl.po b/locale/nl.po index 5d046728ce..78f8379475 100644 --- a/locale/nl.po +++ b/locale/nl.po @@ -2984,6 +2984,10 @@ msgstr "deling door nul" msgid "dtype must be float, or complex" msgstr "" +#: extmod/ulab/code/ndarray_operators.c +msgid "dtype of int32 is not supported" +msgstr "" + #: py/objdeque.c msgid "empty" msgstr "leeg" @@ -3851,6 +3855,10 @@ msgstr "bewerking is voor ndarrays niet geïmplementeerd" msgid "operation is not supported for given type" msgstr "bewerking wordt niet ondersteund voor dit type" +#: extmod/ulab/code/ndarray_operators.c +msgid "operation not supported for the input types" +msgstr "" + #: py/modbuiltins.c msgid "ord expects a character" msgstr "ord verwacht een teken (char)" diff --git a/locale/pl.po b/locale/pl.po index 1be82f75ee..8c8666af6f 100644 --- a/locale/pl.po +++ b/locale/pl.po @@ -2965,6 +2965,10 @@ msgstr "dzielenie przez zero" msgid "dtype must be float, or complex" msgstr "" +#: extmod/ulab/code/ndarray_operators.c +msgid "dtype of int32 is not supported" +msgstr "" + #: py/objdeque.c msgid "empty" msgstr "puste" @@ -3829,6 +3833,10 @@ msgstr "" msgid "operation is not supported for given type" msgstr "operacja nie jest obsługiwana dla danego typu" +#: extmod/ulab/code/ndarray_operators.c +msgid "operation not supported for the input types" +msgstr "" + #: py/modbuiltins.c msgid "ord expects a character" msgstr "ord oczekuje znaku" diff --git a/locale/pt_BR.po b/locale/pt_BR.po index eadd316314..605c169cfc 100644 --- a/locale/pt_BR.po +++ b/locale/pt_BR.po @@ -3040,6 +3040,10 @@ msgstr "divisão por zero" msgid "dtype must be float, or complex" msgstr "dtype deve ser flutuante ou complexo" +#: extmod/ulab/code/ndarray_operators.c +msgid "dtype of int32 is not supported" +msgstr "" + #: py/objdeque.c msgid "empty" msgstr "vazio" @@ -3913,6 +3917,10 @@ msgstr "a operação não foi implementada nos ndarrays" msgid "operation is not supported for given type" msgstr "operação não é compatível com o tipo informado" +#: extmod/ulab/code/ndarray_operators.c +msgid "operation not supported for the input types" +msgstr "" + #: py/modbuiltins.c msgid "ord expects a character" msgstr "o ord espera um caractere" diff --git a/locale/ru.po b/locale/ru.po index ccfaa91464..41a59f6c14 100644 --- a/locale/ru.po +++ b/locale/ru.po @@ -3049,6 +3049,10 @@ msgstr "Деление на ноль" msgid "dtype must be float, or complex" msgstr "Тип d должен быть плавающим или сложным" +#: extmod/ulab/code/ndarray_operators.c +msgid "dtype of int32 is not supported" +msgstr "" + #: py/objdeque.c msgid "empty" msgstr "пусто" @@ -3921,6 +3925,10 @@ msgstr "операция не реализована на массивах ndarr msgid "operation is not supported for given type" msgstr "Операция не поддерживается для данного типа" +#: extmod/ulab/code/ndarray_operators.c +msgid "operation not supported for the input types" +msgstr "" + #: py/modbuiltins.c msgid "ord expects a character" msgstr "Орд ожидает персонажа" diff --git a/locale/sv.po b/locale/sv.po index c691f7fb93..587d50ceaa 100644 --- a/locale/sv.po +++ b/locale/sv.po @@ -3010,6 +3010,10 @@ msgstr "division med noll" msgid "dtype must be float, or complex" msgstr "dtype måste vara float eller complex" +#: extmod/ulab/code/ndarray_operators.c +msgid "dtype of int32 is not supported" +msgstr "" + #: py/objdeque.c msgid "empty" msgstr "tom" @@ -3878,6 +3882,10 @@ msgstr "åtgärden är inte implementerad för ndarray:er" msgid "operation is not supported for given type" msgstr "åtgärden stöds inte för given typ" +#: extmod/ulab/code/ndarray_operators.c +msgid "operation not supported for the input types" +msgstr "" + #: py/modbuiltins.c msgid "ord expects a character" msgstr "ord förväntar sig ett tecken" diff --git a/locale/tr.po b/locale/tr.po index 8e1462e7af..3466c019e6 100644 --- a/locale/tr.po +++ b/locale/tr.po @@ -2977,6 +2977,10 @@ msgstr "" msgid "dtype must be float, or complex" msgstr "" +#: extmod/ulab/code/ndarray_operators.c +msgid "dtype of int32 is not supported" +msgstr "" + #: py/objdeque.c msgid "empty" msgstr "" @@ -3841,6 +3845,10 @@ msgstr "" msgid "operation is not supported for given type" msgstr "" +#: extmod/ulab/code/ndarray_operators.c +msgid "operation not supported for the input types" +msgstr "" + #: py/modbuiltins.c msgid "ord expects a character" msgstr "" diff --git a/locale/zh_Latn_pinyin.po b/locale/zh_Latn_pinyin.po index 52c7fefa4e..6c793f9af6 100644 --- a/locale/zh_Latn_pinyin.po +++ b/locale/zh_Latn_pinyin.po @@ -3014,6 +3014,10 @@ msgstr "bèi líng chú" msgid "dtype must be float, or complex" msgstr "dtype bì xū shì fú diǎn xíng huò fù shù" +#: extmod/ulab/code/ndarray_operators.c +msgid "dtype of int32 is not supported" +msgstr "" + #: py/objdeque.c msgid "empty" msgstr "kòngxián" @@ -3881,6 +3885,10 @@ msgstr "cāozuò wèi zài ndarrays shàng shíxiàn" msgid "operation is not supported for given type" msgstr "gěi dìng lèixíng bù zhīchí gāi cāozuò" +#: extmod/ulab/code/ndarray_operators.c +msgid "operation not supported for the input types" +msgstr "" + #: py/modbuiltins.c msgid "ord expects a character" msgstr "ord yùqí zìfú"