From 9304d7ac8ec8f02fb88bf89f35c2c8c5efb110b5 Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Thu, 3 Aug 2023 15:29:05 +0200 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 | 11 +++++++---- locale/el.po | 8 ++++---- locale/en_GB.po | 11 +++++++---- locale/es.po | 11 +++++++---- locale/fil.po | 8 ++++---- locale/fr.po | 11 +++++++---- locale/hi.po | 8 ++++---- locale/it_IT.po | 8 ++++---- locale/ja.po | 8 ++++---- locale/ko.po | 8 ++++---- locale/nl.po | 11 +++++++---- locale/pl.po | 8 ++++---- locale/pt_BR.po | 15 +++++++++------ locale/ru.po | 8 ++++---- locale/sv.po | 11 +++++++---- locale/tr.po | 8 ++++---- locale/zh_Latn_pinyin.po | 11 +++++++---- 19 files changed, 102 insertions(+), 78 deletions(-) diff --git a/locale/ID.po b/locale/ID.po index 302186b549..795848785a 100644 --- a/locale/ID.po +++ b/locale/ID.po @@ -3287,6 +3287,10 @@ msgstr "" msgid "input dtype must be float or complex" msgstr "" +#: extmod/ulab/code/numpy/poly.c +msgid "input is not iterable" +msgstr "" + #: extmod/ulab/code/numpy/linalg/linalg.c msgid "input matrix is asymmetric" msgstr "" @@ -3332,10 +3336,6 @@ msgstr "" msgid "input vectors must be of equal length" msgstr "" -#: extmod/ulab/code/numpy/poly.c -msgid "inputs are not iterable" -msgstr "" - #: extmod/ulab/code/numpy/approx.c msgid "interp is defined for 1D iterables of equal length" msgstr "" diff --git a/locale/cs.po b/locale/cs.po index 2a23f16976..c9c6b2bd72 100644 --- a/locale/cs.po +++ b/locale/cs.po @@ -3274,6 +3274,10 @@ msgstr "" msgid "input dtype must be float or complex" msgstr "" +#: extmod/ulab/code/numpy/poly.c +msgid "input is not iterable" +msgstr "" + #: extmod/ulab/code/numpy/linalg/linalg.c msgid "input matrix is asymmetric" msgstr "" @@ -3319,10 +3323,6 @@ msgstr "" msgid "input vectors must be of equal length" msgstr "" -#: extmod/ulab/code/numpy/poly.c -msgid "inputs are not iterable" -msgstr "" - #: extmod/ulab/code/numpy/approx.c msgid "interp is defined for 1D iterables of equal length" msgstr "" diff --git a/locale/de_DE.po b/locale/de_DE.po index 349539049f..394ab6875f 100644 --- a/locale/de_DE.po +++ b/locale/de_DE.po @@ -3347,6 +3347,10 @@ msgstr "Eingabedaten müssen iterierbar sein" msgid "input dtype must be float or complex" msgstr "Eingabe dtype muss float oder complex sein" +#: extmod/ulab/code/numpy/poly.c +msgid "input is not iterable" +msgstr "" + #: extmod/ulab/code/numpy/linalg/linalg.c msgid "input matrix is asymmetric" msgstr "Eingabematrix ist asymmetrisch" @@ -3392,10 +3396,6 @@ msgstr "Die Eingabe muss Tupel, Liste, Bereich oder Ndarray sein" msgid "input vectors must be of equal length" msgstr "Eingabevektoren müssen gleich lang sein" -#: extmod/ulab/code/numpy/poly.c -msgid "inputs are not iterable" -msgstr "Eingaben sind nicht iterierbar" - #: extmod/ulab/code/numpy/approx.c msgid "interp is defined for 1D iterables of equal length" msgstr "interp ist für 1D-Iterables gleicher Länge definiert" @@ -4463,6 +4463,9 @@ msgstr "zi muss eine Gleitkommazahl sein" msgid "zi must be of shape (n_section, 2)" msgstr "zi muss die Form (n_section, 2) haben" +#~ msgid "inputs are not iterable" +#~ msgstr "Eingaben sind nicht iterierbar" + #~ msgid "Too many display busses" #~ msgstr "Zu viele Anzeigebusse" diff --git a/locale/el.po b/locale/el.po index f9b61bdeae..a6fccf1ae7 100644 --- a/locale/el.po +++ b/locale/el.po @@ -3288,6 +3288,10 @@ msgstr "" msgid "input dtype must be float or complex" msgstr "" +#: extmod/ulab/code/numpy/poly.c +msgid "input is not iterable" +msgstr "" + #: extmod/ulab/code/numpy/linalg/linalg.c msgid "input matrix is asymmetric" msgstr "" @@ -3333,10 +3337,6 @@ msgstr "" msgid "input vectors must be of equal length" msgstr "" -#: extmod/ulab/code/numpy/poly.c -msgid "inputs are not iterable" -msgstr "" - #: extmod/ulab/code/numpy/approx.c msgid "interp is defined for 1D iterables of equal length" msgstr "" diff --git a/locale/en_GB.po b/locale/en_GB.po index 0abf8ef25e..42ed734f7a 100644 --- a/locale/en_GB.po +++ b/locale/en_GB.po @@ -3302,6 +3302,10 @@ msgstr "input data must be an iterable" msgid "input dtype must be float or complex" msgstr "input dtype must be float or complex" +#: extmod/ulab/code/numpy/poly.c +msgid "input is not iterable" +msgstr "" + #: extmod/ulab/code/numpy/linalg/linalg.c msgid "input matrix is asymmetric" msgstr "input matrix is asymmetric" @@ -3347,10 +3351,6 @@ msgstr "input must be tuple, list, range, or ndarray" msgid "input vectors must be of equal length" msgstr "input vectors must be of equal length" -#: extmod/ulab/code/numpy/poly.c -msgid "inputs are not iterable" -msgstr "inputs are not iterable" - #: extmod/ulab/code/numpy/approx.c msgid "interp is defined for 1D iterables of equal length" msgstr "interp is defined for 1D iterables of equal length" @@ -4404,6 +4404,9 @@ msgstr "zi must be of float type" msgid "zi must be of shape (n_section, 2)" msgstr "zi must be of shape (n_section, 2)" +#~ msgid "inputs are not iterable" +#~ msgstr "inputs are not iterable" + #~ msgid "Too many display busses" #~ msgstr "Too many display busses" diff --git a/locale/es.po b/locale/es.po index f76b3d6534..8a6a67e02c 100644 --- a/locale/es.po +++ b/locale/es.po @@ -3350,6 +3350,10 @@ msgstr "los datos de entrada deben ser iterables" msgid "input dtype must be float or complex" msgstr "dtype de entrada debe ser float o complex" +#: extmod/ulab/code/numpy/poly.c +msgid "input is not iterable" +msgstr "" + #: extmod/ulab/code/numpy/linalg/linalg.c msgid "input matrix is asymmetric" msgstr "la matriz de entrada es asimétrica" @@ -3395,10 +3399,6 @@ msgstr "la entrada debe ser una tupla, lista, rango o ndarray" msgid "input vectors must be of equal length" msgstr "los vectores de entrada deben ser de igual tamaño" -#: extmod/ulab/code/numpy/poly.c -msgid "inputs are not iterable" -msgstr "Entradas no son iterables" - #: extmod/ulab/code/numpy/approx.c msgid "interp is defined for 1D iterables of equal length" msgstr "interp está definido para iterables 1D de igual tamaño" @@ -4460,6 +4460,9 @@ msgstr "zi debe ser de tipo flotante" msgid "zi must be of shape (n_section, 2)" msgstr "zi debe ser una forma (n_section,2)" +#~ msgid "inputs are not iterable" +#~ msgstr "Entradas no son iterables" + #~ msgid "Too many display busses" #~ msgstr "Demasiados buses de pantalla" diff --git a/locale/fil.po b/locale/fil.po index 1d7373f63e..15b2f87c02 100644 --- a/locale/fil.po +++ b/locale/fil.po @@ -3289,6 +3289,10 @@ msgstr "" msgid "input dtype must be float or complex" msgstr "" +#: extmod/ulab/code/numpy/poly.c +msgid "input is not iterable" +msgstr "" + #: extmod/ulab/code/numpy/linalg/linalg.c msgid "input matrix is asymmetric" msgstr "" @@ -3334,10 +3338,6 @@ msgstr "" msgid "input vectors must be of equal length" msgstr "" -#: extmod/ulab/code/numpy/poly.c -msgid "inputs are not iterable" -msgstr "" - #: extmod/ulab/code/numpy/approx.c msgid "interp is defined for 1D iterables of equal length" msgstr "" diff --git a/locale/fr.po b/locale/fr.po index ffddbdf6f1..f99e183c0e 100644 --- a/locale/fr.po +++ b/locale/fr.po @@ -3368,6 +3368,10 @@ msgstr "les données d'entrée doivent être un itérable" msgid "input dtype must be float or complex" msgstr "le dtype d'entrée doit être un flottant ou un complexe" +#: extmod/ulab/code/numpy/poly.c +msgid "input is not iterable" +msgstr "" + #: extmod/ulab/code/numpy/linalg/linalg.c msgid "input matrix is asymmetric" msgstr "la matrice d'entrée est asymétrique" @@ -3413,10 +3417,6 @@ msgstr "l'entrée 'input' doit être tuple, list, range ou ndarray" msgid "input vectors must be of equal length" msgstr "les vecteurs d'entrée doivent être de longueur égale" -#: extmod/ulab/code/numpy/poly.c -msgid "inputs are not iterable" -msgstr "les entrées ne sont pas itérables" - #: extmod/ulab/code/numpy/approx.c msgid "interp is defined for 1D iterables of equal length" msgstr "interp n'est défini que pour les 1D itérables de taille identique" @@ -4482,6 +4482,9 @@ msgstr "zi doit être de type float" msgid "zi must be of shape (n_section, 2)" msgstr "zi doit être de forme (n_section, 2)" +#~ msgid "inputs are not iterable" +#~ msgstr "les entrées ne sont pas itérables" + #~ msgid "Too many display busses" #~ msgstr "Trop de bus d'affichage" diff --git a/locale/hi.po b/locale/hi.po index 18ed2bf5fc..a6bd1fc756 100644 --- a/locale/hi.po +++ b/locale/hi.po @@ -3259,6 +3259,10 @@ msgstr "" msgid "input dtype must be float or complex" msgstr "" +#: extmod/ulab/code/numpy/poly.c +msgid "input is not iterable" +msgstr "" + #: extmod/ulab/code/numpy/linalg/linalg.c msgid "input matrix is asymmetric" msgstr "" @@ -3304,10 +3308,6 @@ msgstr "" msgid "input vectors must be of equal length" msgstr "" -#: extmod/ulab/code/numpy/poly.c -msgid "inputs are not iterable" -msgstr "" - #: extmod/ulab/code/numpy/approx.c msgid "interp is defined for 1D iterables of equal length" msgstr "" diff --git a/locale/it_IT.po b/locale/it_IT.po index 4a0101fc47..3a82f92b53 100644 --- a/locale/it_IT.po +++ b/locale/it_IT.po @@ -3294,6 +3294,10 @@ msgstr "" msgid "input dtype must be float or complex" msgstr "" +#: extmod/ulab/code/numpy/poly.c +msgid "input is not iterable" +msgstr "" + #: extmod/ulab/code/numpy/linalg/linalg.c msgid "input matrix is asymmetric" msgstr "" @@ -3339,10 +3343,6 @@ msgstr "" msgid "input vectors must be of equal length" msgstr "" -#: extmod/ulab/code/numpy/poly.c -msgid "inputs are not iterable" -msgstr "" - #: extmod/ulab/code/numpy/approx.c msgid "interp is defined for 1D iterables of equal length" msgstr "" diff --git a/locale/ja.po b/locale/ja.po index b3d7dd67b3..fe8a1440c4 100644 --- a/locale/ja.po +++ b/locale/ja.po @@ -3281,6 +3281,10 @@ msgstr "" msgid "input dtype must be float or complex" msgstr "" +#: extmod/ulab/code/numpy/poly.c +msgid "input is not iterable" +msgstr "" + #: extmod/ulab/code/numpy/linalg/linalg.c msgid "input matrix is asymmetric" msgstr "入力行列が非対称" @@ -3326,10 +3330,6 @@ msgstr "入力はtuple, list, range, ndarrayでなければなりません" msgid "input vectors must be of equal length" msgstr "" -#: extmod/ulab/code/numpy/poly.c -msgid "inputs are not iterable" -msgstr "" - #: extmod/ulab/code/numpy/approx.c msgid "interp is defined for 1D iterables of equal length" msgstr "" diff --git a/locale/ko.po b/locale/ko.po index 1946d9572f..a55f2a3588 100644 --- a/locale/ko.po +++ b/locale/ko.po @@ -3263,6 +3263,10 @@ msgstr "" msgid "input dtype must be float or complex" msgstr "" +#: extmod/ulab/code/numpy/poly.c +msgid "input is not iterable" +msgstr "" + #: extmod/ulab/code/numpy/linalg/linalg.c msgid "input matrix is asymmetric" msgstr "" @@ -3308,10 +3312,6 @@ msgstr "" msgid "input vectors must be of equal length" msgstr "" -#: extmod/ulab/code/numpy/poly.c -msgid "inputs are not iterable" -msgstr "" - #: extmod/ulab/code/numpy/approx.c msgid "interp is defined for 1D iterables of equal length" msgstr "" diff --git a/locale/nl.po b/locale/nl.po index ea4d0698b4..4ece57854a 100644 --- a/locale/nl.po +++ b/locale/nl.po @@ -3290,6 +3290,10 @@ msgstr "invoerdata moet itereerbaar zijn" msgid "input dtype must be float or complex" msgstr "" +#: extmod/ulab/code/numpy/poly.c +msgid "input is not iterable" +msgstr "" + #: extmod/ulab/code/numpy/linalg/linalg.c msgid "input matrix is asymmetric" msgstr "invoermatrix is asymmetrisch" @@ -3335,10 +3339,6 @@ msgstr "invoer moet een tuple, lijst, bereik of ndarray zijn" msgid "input vectors must be of equal length" msgstr "invoervectors moeten van gelijke lengte zijn" -#: extmod/ulab/code/numpy/poly.c -msgid "inputs are not iterable" -msgstr "invoer is niet itereerbaar" - #: extmod/ulab/code/numpy/approx.c msgid "interp is defined for 1D iterables of equal length" msgstr "" @@ -4395,6 +4395,9 @@ msgstr "zi moet van type float zijn" msgid "zi must be of shape (n_section, 2)" msgstr "zi moet vorm (n_section, 2) hebben" +#~ msgid "inputs are not iterable" +#~ msgstr "invoer is niet itereerbaar" + #~ msgid "Too many display busses" #~ msgstr "Teveel beeldscherm bussen" diff --git a/locale/pl.po b/locale/pl.po index 5817ac80c7..1c6c1b16d5 100644 --- a/locale/pl.po +++ b/locale/pl.po @@ -3268,6 +3268,10 @@ msgstr "" msgid "input dtype must be float or complex" msgstr "" +#: extmod/ulab/code/numpy/poly.c +msgid "input is not iterable" +msgstr "" + #: extmod/ulab/code/numpy/linalg/linalg.c msgid "input matrix is asymmetric" msgstr "" @@ -3313,10 +3317,6 @@ msgstr "" msgid "input vectors must be of equal length" msgstr "wektory wejściowe muszą być równej długości" -#: extmod/ulab/code/numpy/poly.c -msgid "inputs are not iterable" -msgstr "" - #: extmod/ulab/code/numpy/approx.c msgid "interp is defined for 1D iterables of equal length" msgstr "" diff --git a/locale/pt_BR.po b/locale/pt_BR.po index ed7b6ae9c4..c3a7acdfd6 100644 --- a/locale/pt_BR.po +++ b/locale/pt_BR.po @@ -2123,8 +2123,8 @@ msgstr "Muitos canais na amostra." #: shared-module/displayio/__init__.c msgid "Too many display busses; forgot displayio.release_displays() ?" msgstr "" -"Excesso de barramentos de exibição; esqueceu do displayio.release_displays() " -"?" +"Excesso de barramentos de exibição; esqueceu do displayio." +"release_displays() ?" #: shared-module/displayio/__init__.c msgid "Too many displays" @@ -3350,6 +3350,10 @@ msgstr "os dados da entrada devem ser iteráveis" msgid "input dtype must be float or complex" msgstr "o tipo da entrada dtype deve ser flutuante ou complexo" +#: extmod/ulab/code/numpy/poly.c +msgid "input is not iterable" +msgstr "" + #: extmod/ulab/code/numpy/linalg/linalg.c msgid "input matrix is asymmetric" msgstr "a matriz da entrada é assimétrica" @@ -3395,10 +3399,6 @@ msgstr "A entrada deve ser tupla, lista, intervalo ou matriz" msgid "input vectors must be of equal length" msgstr "os vetores da entrada devem ter o mesmo comprimento" -#: extmod/ulab/code/numpy/poly.c -msgid "inputs are not iterable" -msgstr "as entradas não são iteráveis" - #: extmod/ulab/code/numpy/approx.c msgid "interp is defined for 1D iterables of equal length" msgstr "o interp é definido para iteráveis 1D com comprimento igual" @@ -4462,6 +4462,9 @@ msgstr "zi deve ser de um tipo float" msgid "zi must be of shape (n_section, 2)" msgstr "zi deve estar na forma (n_section, 2)" +#~ msgid "inputs are not iterable" +#~ msgstr "as entradas não são iteráveis" + #~ msgid "Too many display busses" #~ msgstr "Muitos barramentos estão sendo exibidos" diff --git a/locale/ru.po b/locale/ru.po index 043d802835..8e354a4960 100644 --- a/locale/ru.po +++ b/locale/ru.po @@ -3322,6 +3322,10 @@ msgstr "" msgid "input dtype must be float or complex" msgstr "" +#: extmod/ulab/code/numpy/poly.c +msgid "input is not iterable" +msgstr "" + #: extmod/ulab/code/numpy/linalg/linalg.c msgid "input matrix is asymmetric" msgstr "" @@ -3367,10 +3371,6 @@ msgstr "" msgid "input vectors must be of equal length" msgstr "" -#: extmod/ulab/code/numpy/poly.c -msgid "inputs are not iterable" -msgstr "" - #: extmod/ulab/code/numpy/approx.c msgid "interp is defined for 1D iterables of equal length" msgstr "" diff --git a/locale/sv.po b/locale/sv.po index df519cab05..279c3fd9bc 100644 --- a/locale/sv.po +++ b/locale/sv.po @@ -3316,6 +3316,10 @@ msgstr "indata måste vara en iterable" msgid "input dtype must be float or complex" msgstr "indatatyp måste vara float eller complex" +#: extmod/ulab/code/numpy/poly.c +msgid "input is not iterable" +msgstr "" + #: extmod/ulab/code/numpy/linalg/linalg.c msgid "input matrix is asymmetric" msgstr "indatamatrisen är asymmetrisk" @@ -3361,10 +3365,6 @@ msgstr "indata måste vara tupel, lista, range, eller ndarray" msgid "input vectors must be of equal length" msgstr "indatavektorer måste ha samma längd" -#: extmod/ulab/code/numpy/poly.c -msgid "inputs are not iterable" -msgstr "indata är inte iterbara" - #: extmod/ulab/code/numpy/approx.c msgid "interp is defined for 1D iterables of equal length" msgstr "interp är definierad för 1D-iterabla med samma längd" @@ -4422,6 +4422,9 @@ msgstr "zi måste vara av typ float" msgid "zi must be of shape (n_section, 2)" msgstr "zi måste vara i formen (n_section, 2)" +#~ msgid "inputs are not iterable" +#~ msgstr "indata är inte iterbara" + #~ msgid "Too many display busses" #~ msgstr "För många display-bussar" diff --git a/locale/tr.po b/locale/tr.po index a58eb36211..c741fce473 100644 --- a/locale/tr.po +++ b/locale/tr.po @@ -3281,6 +3281,10 @@ msgstr "" msgid "input dtype must be float or complex" msgstr "" +#: extmod/ulab/code/numpy/poly.c +msgid "input is not iterable" +msgstr "" + #: extmod/ulab/code/numpy/linalg/linalg.c msgid "input matrix is asymmetric" msgstr "" @@ -3326,10 +3330,6 @@ msgstr "" msgid "input vectors must be of equal length" msgstr "" -#: extmod/ulab/code/numpy/poly.c -msgid "inputs are not iterable" -msgstr "" - #: extmod/ulab/code/numpy/approx.c msgid "interp is defined for 1D iterables of equal length" msgstr "" diff --git a/locale/zh_Latn_pinyin.po b/locale/zh_Latn_pinyin.po index f041b2e9d2..8171696471 100644 --- a/locale/zh_Latn_pinyin.po +++ b/locale/zh_Latn_pinyin.po @@ -3322,6 +3322,10 @@ msgstr "shūrù shùjù bìxū shì kě diédài de" msgid "input dtype must be float or complex" msgstr "shū rù dtype bì xū shì fú diǎn xíng huò fù shù" +#: extmod/ulab/code/numpy/poly.c +msgid "input is not iterable" +msgstr "" + #: extmod/ulab/code/numpy/linalg/linalg.c msgid "input matrix is asymmetric" msgstr "shūrù jǔzhèn bù duìchèn" @@ -3367,10 +3371,6 @@ msgstr "shūrù bìxū shì yuán zǔ, lièbiǎo, fànwéi huò ndarray" msgid "input vectors must be of equal length" msgstr "shūrù xiàngliàng de chángdù bìxū xiāngděng" -#: extmod/ulab/code/numpy/poly.c -msgid "inputs are not iterable" -msgstr "shū rù bù kě yí dòng" - #: extmod/ulab/code/numpy/approx.c msgid "interp is defined for 1D iterables of equal length" msgstr "zhōng jiān wéi cháng dù xiāng děng de 1D kě yì jiāo qì dìng yì" @@ -4428,6 +4428,9 @@ msgstr "zi bìxū wèi fú diǎn xíng" msgid "zi must be of shape (n_section, 2)" msgstr "zi bìxū jùyǒu xíngzhuàng (n_section,2)" +#~ msgid "inputs are not iterable" +#~ msgstr "shū rù bù kě yí dòng" + #~ msgid "Too many display busses" #~ msgstr "Xiǎnshì zǒngxiàn tài duōle"