summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHosted Weblate <hosted@weblate.org>2020-11-12 23:52:01 +0100
committerHosted Weblate <hosted@weblate.org>2020-11-12 23:52:01 +0100
commit1145fcaf3efa0ac073ae29e902a8dd5d48a1530d (patch)
tree54be7f7f9b7c2e897f9af2cf8917ea326a9d172a
parent281e10fff59631d2a4a4c214341ee8d66b20ce30 (diff)
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/
-rw-r--r--locale/ID.po5
-rw-r--r--locale/cs.po5
-rw-r--r--locale/de_DE.po5
-rw-r--r--locale/el.po5
-rw-r--r--locale/es.po5
-rw-r--r--locale/fil.po5
-rw-r--r--locale/fr.po5
-rw-r--r--locale/hi.po5
-rw-r--r--locale/it_IT.po5
-rw-r--r--locale/ja.po5
-rw-r--r--locale/ko.po5
-rw-r--r--locale/nl.po5
-rw-r--r--locale/pl.po5
-rw-r--r--locale/pt_BR.po5
-rw-r--r--locale/sv.po5
-rw-r--r--locale/zh_Latn_pinyin.po5
16 files changed, 80 insertions, 0 deletions
diff --git a/locale/ID.po b/locale/ID.po
index 3e47dc9a1..90e416b3b 100644
--- a/locale/ID.po
+++ b/locale/ID.po
@@ -435,6 +435,11 @@ msgstr "Di bawah frame rate minimum"
msgid "Bit clock and word select must share a clock unit"
msgstr "Bit clock dan word harus memiliki kesamaan pada clock unit"
+#: shared-bindings/rgbmatrix/RGBMatrix.c
+#, c-format
+msgid "Bit depth must be from 1 to 6 inclusive, not %d"
+msgstr ""
+
#: shared-bindings/audiobusio/PDMIn.c
msgid "Bit depth must be multiple of 8."
msgstr "Kedalaman bit harus kelipatan 8."
diff --git a/locale/cs.po b/locale/cs.po
index 428d6d1fe..f02d31e4d 100644
--- a/locale/cs.po
+++ b/locale/cs.po
@@ -433,6 +433,11 @@ msgstr ""
msgid "Bit clock and word select must share a clock unit"
msgstr ""
+#: shared-bindings/rgbmatrix/RGBMatrix.c
+#, c-format
+msgid "Bit depth must be from 1 to 6 inclusive, not %d"
+msgstr ""
+
#: shared-bindings/audiobusio/PDMIn.c
msgid "Bit depth must be multiple of 8."
msgstr ""
diff --git a/locale/de_DE.po b/locale/de_DE.po
index 059d726ca..c2cb26550 100644
--- a/locale/de_DE.po
+++ b/locale/de_DE.po
@@ -436,6 +436,11 @@ msgstr "Unterhalb der minimalen Frame Rate"
msgid "Bit clock and word select must share a clock unit"
msgstr "Bit clock und word select müssen eine clock unit teilen"
+#: shared-bindings/rgbmatrix/RGBMatrix.c
+#, c-format
+msgid "Bit depth must be from 1 to 6 inclusive, not %d"
+msgstr ""
+
#: shared-bindings/audiobusio/PDMIn.c
msgid "Bit depth must be multiple of 8."
msgstr "Bit depth muss ein Vielfaches von 8 sein."
diff --git a/locale/el.po b/locale/el.po
index 327f4dbe0..4d7bff193 100644
--- a/locale/el.po
+++ b/locale/el.po
@@ -428,6 +428,11 @@ msgstr ""
msgid "Bit clock and word select must share a clock unit"
msgstr ""
+#: shared-bindings/rgbmatrix/RGBMatrix.c
+#, c-format
+msgid "Bit depth must be from 1 to 6 inclusive, not %d"
+msgstr ""
+
#: shared-bindings/audiobusio/PDMIn.c
msgid "Bit depth must be multiple of 8."
msgstr ""
diff --git a/locale/es.po b/locale/es.po
index 95d6a92ff..ed7431eb7 100644
--- a/locale/es.po
+++ b/locale/es.po
@@ -442,6 +442,11 @@ msgstr "Por debajo de taza mínima de refrescamiento"
msgid "Bit clock and word select must share a clock unit"
msgstr "Bit clock y word select deben compartir una unidad de reloj"
+#: shared-bindings/rgbmatrix/RGBMatrix.c
+#, c-format
+msgid "Bit depth must be from 1 to 6 inclusive, not %d"
+msgstr ""
+
#: shared-bindings/audiobusio/PDMIn.c
msgid "Bit depth must be multiple of 8."
msgstr "Bits depth debe ser múltiplo de 8."
diff --git a/locale/fil.po b/locale/fil.po
index ce3b5616a..93f41a88e 100644
--- a/locale/fil.po
+++ b/locale/fil.po
@@ -433,6 +433,11 @@ msgstr ""
msgid "Bit clock and word select must share a clock unit"
msgstr "Ang bit clock at word select dapat makibahagi sa isang clock unit"
+#: shared-bindings/rgbmatrix/RGBMatrix.c
+#, c-format
+msgid "Bit depth must be from 1 to 6 inclusive, not %d"
+msgstr ""
+
#: shared-bindings/audiobusio/PDMIn.c
msgid "Bit depth must be multiple of 8."
msgstr "Bit depth ay dapat multiple ng 8."
diff --git a/locale/fr.po b/locale/fr.po
index 94ca1f21c..ff15b527e 100644
--- a/locale/fr.po
+++ b/locale/fr.po
@@ -442,6 +442,11 @@ msgstr "Inférieur à la fréquence d'images minimale"
msgid "Bit clock and word select must share a clock unit"
msgstr "'bit clock' et 'word select' doivent partager une horloge"
+#: shared-bindings/rgbmatrix/RGBMatrix.c
+#, c-format
+msgid "Bit depth must be from 1 to 6 inclusive, not %d"
+msgstr ""
+
#: shared-bindings/audiobusio/PDMIn.c
msgid "Bit depth must be multiple of 8."
msgstr "La profondeur de bit doit être un multiple de 8."
diff --git a/locale/hi.po b/locale/hi.po
index d87a1eb9c..aea2b3f0c 100644
--- a/locale/hi.po
+++ b/locale/hi.po
@@ -428,6 +428,11 @@ msgstr ""
msgid "Bit clock and word select must share a clock unit"
msgstr ""
+#: shared-bindings/rgbmatrix/RGBMatrix.c
+#, c-format
+msgid "Bit depth must be from 1 to 6 inclusive, not %d"
+msgstr ""
+
#: shared-bindings/audiobusio/PDMIn.c
msgid "Bit depth must be multiple of 8."
msgstr ""
diff --git a/locale/it_IT.po b/locale/it_IT.po
index 657c581ce..603cf9fd0 100644
--- a/locale/it_IT.po
+++ b/locale/it_IT.po
@@ -433,6 +433,11 @@ msgid "Bit clock and word select must share a clock unit"
msgstr ""
"Clock di bit e selezione parola devono condividere la stessa unità di clock"
+#: shared-bindings/rgbmatrix/RGBMatrix.c
+#, c-format
+msgid "Bit depth must be from 1 to 6 inclusive, not %d"
+msgstr ""
+
#: shared-bindings/audiobusio/PDMIn.c
msgid "Bit depth must be multiple of 8."
msgstr "La profondità di bit deve essere multipla di 8."
diff --git a/locale/ja.po b/locale/ja.po
index 443209555..80486dc21 100644
--- a/locale/ja.po
+++ b/locale/ja.po
@@ -437,6 +437,11 @@ msgstr "最低のフレームレート未満"
msgid "Bit clock and word select must share a clock unit"
msgstr "bit clockとword selectはクロックユニットを共有しなければなりません"
+#: shared-bindings/rgbmatrix/RGBMatrix.c
+#, c-format
+msgid "Bit depth must be from 1 to 6 inclusive, not %d"
+msgstr ""
+
#: shared-bindings/audiobusio/PDMIn.c
msgid "Bit depth must be multiple of 8."
msgstr "ビット深度は8の倍数でなければなりません"
diff --git a/locale/ko.po b/locale/ko.po
index 4b302f3b9..c9215fb85 100644
--- a/locale/ko.po
+++ b/locale/ko.po
@@ -433,6 +433,11 @@ msgstr ""
msgid "Bit clock and word select must share a clock unit"
msgstr ""
+#: shared-bindings/rgbmatrix/RGBMatrix.c
+#, c-format
+msgid "Bit depth must be from 1 to 6 inclusive, not %d"
+msgstr ""
+
#: shared-bindings/audiobusio/PDMIn.c
msgid "Bit depth must be multiple of 8."
msgstr ""
diff --git a/locale/nl.po b/locale/nl.po
index 6851e6ef3..cfe2193bb 100644
--- a/locale/nl.po
+++ b/locale/nl.po
@@ -435,6 +435,11 @@ msgstr "Onder de minimum frame rate"
msgid "Bit clock and word select must share a clock unit"
msgstr "Bit clock en word select moeten een clock eenheid delen"
+#: shared-bindings/rgbmatrix/RGBMatrix.c
+#, c-format
+msgid "Bit depth must be from 1 to 6 inclusive, not %d"
+msgstr ""
+
#: shared-bindings/audiobusio/PDMIn.c
msgid "Bit depth must be multiple of 8."
msgstr "Bit diepte moet een meervoud van 8 zijn."
diff --git a/locale/pl.po b/locale/pl.po
index 1b0b41fdf..623acd4c5 100644
--- a/locale/pl.po
+++ b/locale/pl.po
@@ -437,6 +437,11 @@ msgstr ""
msgid "Bit clock and word select must share a clock unit"
msgstr "Zegar bitowy i wybór słowa muszą współdzielić jednostkę zegara"
+#: shared-bindings/rgbmatrix/RGBMatrix.c
+#, c-format
+msgid "Bit depth must be from 1 to 6 inclusive, not %d"
+msgstr ""
+
#: shared-bindings/audiobusio/PDMIn.c
msgid "Bit depth must be multiple of 8."
msgstr "Głębia musi być wielokrotnością 8."
diff --git a/locale/pt_BR.po b/locale/pt_BR.po
index 99f090dbd..67b3dc8a7 100644
--- a/locale/pt_BR.po
+++ b/locale/pt_BR.po
@@ -443,6 +443,11 @@ msgstr ""
"O clock de bits e a seleção de palavras devem compartilhar uma unidade de "
"clock"
+#: shared-bindings/rgbmatrix/RGBMatrix.c
+#, c-format
+msgid "Bit depth must be from 1 to 6 inclusive, not %d"
+msgstr ""
+
#: shared-bindings/audiobusio/PDMIn.c
msgid "Bit depth must be multiple of 8."
msgstr "A profundidade de bits deve ser o múltiplo de 8."
diff --git a/locale/sv.po b/locale/sv.po
index d9639aff6..be7eb0894 100644
--- a/locale/sv.po
+++ b/locale/sv.po
@@ -435,6 +435,11 @@ msgstr "Under minsta bildfrekvens"
msgid "Bit clock and word select must share a clock unit"
msgstr "Bitklocka och ordval måste dela en klockenhet"
+#: shared-bindings/rgbmatrix/RGBMatrix.c
+#, c-format
+msgid "Bit depth must be from 1 to 6 inclusive, not %d"
+msgstr ""
+
#: shared-bindings/audiobusio/PDMIn.c
msgid "Bit depth must be multiple of 8."
msgstr "Bitdjup måste vara multipel av 8."
diff --git a/locale/zh_Latn_pinyin.po b/locale/zh_Latn_pinyin.po
index 4d45f65bd..4ac1c3e1e 100644
--- a/locale/zh_Latn_pinyin.po
+++ b/locale/zh_Latn_pinyin.po
@@ -437,6 +437,11 @@ msgstr "Dī yú zuìdī zhèng sùlǜ"
msgid "Bit clock and word select must share a clock unit"
msgstr "Bǐtè shízhōng hé dānzì xuǎnzé bìxū gòngxiǎng shízhōng dānwèi"
+#: shared-bindings/rgbmatrix/RGBMatrix.c
+#, c-format
+msgid "Bit depth must be from 1 to 6 inclusive, not %d"
+msgstr ""
+
#: shared-bindings/audiobusio/PDMIn.c
msgid "Bit depth must be multiple of 8."
msgstr "Bǐtè shēndù bìxū shì 8 bèi yǐshàng."