Skip to content

Commit 7cc15e5

Browse files
committed
make translate
2 parents 95d728f + 18f441a commit 7cc15e5

File tree

23 files changed

+275
-59
lines changed

23 files changed

+275
-59
lines changed

locale/ID.po

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2019-08-20 13:01-0400\n"
11+
"POT-Creation-Date: 2019-08-22 15:20-0400\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -330,6 +330,14 @@ msgstr ""
330330
msgid "Buffer incorrect size. Should be %d bytes."
331331
msgstr ""
332332

333+
#: shared-bindings/displayio/Display.c
334+
msgid "Buffer is not a bytearray."
335+
msgstr ""
336+
337+
#: shared-bindings/displayio/Display.c
338+
msgid "Buffer is too small"
339+
msgstr ""
340+
333341
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
334342
#, c-format
335343
msgid "Buffer length %d too big. It must be less than %d"
@@ -520,6 +528,10 @@ msgstr ""
520528
msgid "Destination capacity is smaller than destination_length."
521529
msgstr ""
522530

531+
#: shared-bindings/displayio/Display.c
532+
msgid "Display must have a 16 bit colorspace."
533+
msgstr ""
534+
523535
#: shared-bindings/displayio/Display.c
524536
msgid "Display rotation must be in 90 degree increments"
525537
msgstr ""
@@ -1321,9 +1333,6 @@ msgid "Unsupported pull value."
13211333
msgstr ""
13221334

13231335
#: ports/nrf/common-hal/bleio/Characteristic.c
1324-
msgid "Value length required fixed length"
1325-
msgstr ""
1326-
13271336
#: ports/nrf/common-hal/bleio/Descriptor.c
13281337
msgid "Value length != required fixed length"
13291338
msgstr ""

locale/circuitpython.pot

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2019-08-20 13:06-0400\n"
11+
"POT-Creation-Date: 2019-08-22 15:20-0400\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -326,6 +326,14 @@ msgstr ""
326326
msgid "Buffer incorrect size. Should be %d bytes."
327327
msgstr ""
328328

329+
#: shared-bindings/displayio/Display.c
330+
msgid "Buffer is not a bytearray."
331+
msgstr ""
332+
333+
#: shared-bindings/displayio/Display.c
334+
msgid "Buffer is too small"
335+
msgstr ""
336+
329337
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
330338
#, c-format
331339
msgid "Buffer length %d too big. It must be less than %d"
@@ -509,6 +517,10 @@ msgstr ""
509517
msgid "Destination capacity is smaller than destination_length."
510518
msgstr ""
511519

520+
#: shared-bindings/displayio/Display.c
521+
msgid "Display must have a 16 bit colorspace."
522+
msgstr ""
523+
512524
#: shared-bindings/displayio/Display.c
513525
msgid "Display rotation must be in 90 degree increments"
514526
msgstr ""
@@ -1297,9 +1309,6 @@ msgid "Unsupported pull value."
12971309
msgstr ""
12981310

12991311
#: ports/nrf/common-hal/bleio/Characteristic.c
1300-
msgid "Value length required fixed length"
1301-
msgstr ""
1302-
13031312
#: ports/nrf/common-hal/bleio/Descriptor.c
13041313
msgid "Value length != required fixed length"
13051314
msgstr ""

locale/de_DE.po

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2019-08-20 13:01-0400\n"
10+
"POT-Creation-Date: 2019-08-22 15:20-0400\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: Pascal Deneaux\n"
1313
"Language-Team: Sebastian Plamauer, Pascal Deneaux\n"
@@ -330,6 +330,14 @@ msgstr "Die Helligkeit ist nicht einstellbar"
330330
msgid "Buffer incorrect size. Should be %d bytes."
331331
msgstr "Der Puffergröße ist inkorrekt. Sie sollte %d bytes haben."
332332

333+
#: shared-bindings/displayio/Display.c
334+
msgid "Buffer is not a bytearray."
335+
msgstr ""
336+
337+
#: shared-bindings/displayio/Display.c
338+
msgid "Buffer is too small"
339+
msgstr ""
340+
333341
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
334342
#, c-format
335343
msgid "Buffer length %d too big. It must be less than %d"
@@ -513,6 +521,10 @@ msgstr ""
513521
msgid "Destination capacity is smaller than destination_length."
514522
msgstr "Die Zielkapazität ist kleiner als destination_length."
515523

524+
#: shared-bindings/displayio/Display.c
525+
msgid "Display must have a 16 bit colorspace."
526+
msgstr ""
527+
516528
#: shared-bindings/displayio/Display.c
517529
msgid "Display rotation must be in 90 degree increments"
518530
msgstr "Die Rotation der Anzeige muss in 90-Grad-Schritten erfolgen"
@@ -1328,9 +1340,6 @@ msgid "Unsupported pull value."
13281340
msgstr "Nicht unterstützter Pull-Wert"
13291341

13301342
#: ports/nrf/common-hal/bleio/Characteristic.c
1331-
msgid "Value length required fixed length"
1332-
msgstr ""
1333-
13341343
#: ports/nrf/common-hal/bleio/Descriptor.c
13351344
msgid "Value length != required fixed length"
13361345
msgstr ""

locale/en_US.po

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2019-08-20 13:01-0400\n"
10+
"POT-Creation-Date: 2019-08-22 15:20-0400\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: \n"
1313
"Language-Team: \n"
@@ -326,6 +326,14 @@ msgstr ""
326326
msgid "Buffer incorrect size. Should be %d bytes."
327327
msgstr ""
328328

329+
#: shared-bindings/displayio/Display.c
330+
msgid "Buffer is not a bytearray."
331+
msgstr ""
332+
333+
#: shared-bindings/displayio/Display.c
334+
msgid "Buffer is too small"
335+
msgstr ""
336+
329337
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
330338
#, c-format
331339
msgid "Buffer length %d too big. It must be less than %d"
@@ -509,6 +517,10 @@ msgstr ""
509517
msgid "Destination capacity is smaller than destination_length."
510518
msgstr ""
511519

520+
#: shared-bindings/displayio/Display.c
521+
msgid "Display must have a 16 bit colorspace."
522+
msgstr ""
523+
512524
#: shared-bindings/displayio/Display.c
513525
msgid "Display rotation must be in 90 degree increments"
514526
msgstr ""
@@ -1297,9 +1309,6 @@ msgid "Unsupported pull value."
12971309
msgstr ""
12981310

12991311
#: ports/nrf/common-hal/bleio/Characteristic.c
1300-
msgid "Value length required fixed length"
1301-
msgstr ""
1302-
13031312
#: ports/nrf/common-hal/bleio/Descriptor.c
13041313
msgid "Value length != required fixed length"
13051314
msgstr ""

locale/en_x_pirate.po

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2019-08-20 13:01-0400\n"
10+
"POT-Creation-Date: 2019-08-22 15:20-0400\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: \n"
1313
"Language-Team: @sommersoft, @MrCertainly\n"
@@ -330,6 +330,14 @@ msgstr ""
330330
msgid "Buffer incorrect size. Should be %d bytes."
331331
msgstr ""
332332

333+
#: shared-bindings/displayio/Display.c
334+
msgid "Buffer is not a bytearray."
335+
msgstr ""
336+
337+
#: shared-bindings/displayio/Display.c
338+
msgid "Buffer is too small"
339+
msgstr ""
340+
333341
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
334342
#, c-format
335343
msgid "Buffer length %d too big. It must be less than %d"
@@ -513,6 +521,10 @@ msgstr ""
513521
msgid "Destination capacity is smaller than destination_length."
514522
msgstr ""
515523

524+
#: shared-bindings/displayio/Display.c
525+
msgid "Display must have a 16 bit colorspace."
526+
msgstr ""
527+
516528
#: shared-bindings/displayio/Display.c
517529
msgid "Display rotation must be in 90 degree increments"
518530
msgstr ""
@@ -1301,9 +1313,6 @@ msgid "Unsupported pull value."
13011313
msgstr ""
13021314

13031315
#: ports/nrf/common-hal/bleio/Characteristic.c
1304-
msgid "Value length required fixed length"
1305-
msgstr ""
1306-
13071316
#: ports/nrf/common-hal/bleio/Descriptor.c
13081317
msgid "Value length != required fixed length"
13091318
msgstr ""

locale/es.po

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2019-08-20 13:01-0400\n"
10+
"POT-Creation-Date: 2019-08-22 15:20-0400\n"
1111
"PO-Revision-Date: 2018-08-24 22:56-0500\n"
1212
"Last-Translator: \n"
1313
"Language-Team: \n"
@@ -334,6 +334,14 @@ msgstr "El brillo no se puede ajustar"
334334
msgid "Buffer incorrect size. Should be %d bytes."
335335
msgstr "Tamaño de buffer incorrecto. Debe ser de %d bytes."
336336

337+
#: shared-bindings/displayio/Display.c
338+
msgid "Buffer is not a bytearray."
339+
msgstr ""
340+
341+
#: shared-bindings/displayio/Display.c
342+
msgid "Buffer is too small"
343+
msgstr ""
344+
337345
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
338346
#, c-format
339347
msgid "Buffer length %d too big. It must be less than %d"
@@ -517,6 +525,10 @@ msgstr ""
517525
msgid "Destination capacity is smaller than destination_length."
518526
msgstr "Capacidad de destino es mas pequeña que destination_length."
519527

528+
#: shared-bindings/displayio/Display.c
529+
msgid "Display must have a 16 bit colorspace."
530+
msgstr ""
531+
520532
#: shared-bindings/displayio/Display.c
521533
msgid "Display rotation must be in 90 degree increments"
522534
msgstr "Rotación de display debe ser en incrementos de 90 grados"
@@ -1338,9 +1350,6 @@ msgid "Unsupported pull value."
13381350
msgstr "valor pull no soportado."
13391351

13401352
#: ports/nrf/common-hal/bleio/Characteristic.c
1341-
msgid "Value length required fixed length"
1342-
msgstr ""
1343-
13441353
#: ports/nrf/common-hal/bleio/Descriptor.c
13451354
msgid "Value length != required fixed length"
13461355
msgstr ""

locale/fil.po

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2019-08-20 13:01-0400\n"
10+
"POT-Creation-Date: 2019-08-22 15:20-0400\n"
1111
"PO-Revision-Date: 2018-12-20 22:15-0800\n"
1212
"Last-Translator: Timothy <[email protected]>\n"
1313
"Language-Team: fil\n"
@@ -332,6 +332,14 @@ msgstr ""
332332
msgid "Buffer incorrect size. Should be %d bytes."
333333
msgstr "Mali ang size ng buffer. Dapat %d bytes."
334334

335+
#: shared-bindings/displayio/Display.c
336+
msgid "Buffer is not a bytearray."
337+
msgstr ""
338+
339+
#: shared-bindings/displayio/Display.c
340+
msgid "Buffer is too small"
341+
msgstr ""
342+
335343
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
336344
#, c-format
337345
msgid "Buffer length %d too big. It must be less than %d"
@@ -521,6 +529,10 @@ msgid "Destination capacity is smaller than destination_length."
521529
msgstr ""
522530
"Ang kapasidad ng destinasyon ay mas maliit kaysa sa destination_length."
523531

532+
#: shared-bindings/displayio/Display.c
533+
msgid "Display must have a 16 bit colorspace."
534+
msgstr ""
535+
524536
#: shared-bindings/displayio/Display.c
525537
msgid "Display rotation must be in 90 degree increments"
526538
msgstr ""
@@ -1342,9 +1354,6 @@ msgid "Unsupported pull value."
13421354
msgstr "Hindi suportado ang pull value."
13431355

13441356
#: ports/nrf/common-hal/bleio/Characteristic.c
1345-
msgid "Value length required fixed length"
1346-
msgstr ""
1347-
13481357
#: ports/nrf/common-hal/bleio/Descriptor.c
13491358
msgid "Value length != required fixed length"
13501359
msgstr ""

locale/fr.po

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: 0.1\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2019-08-20 13:01-0400\n"
11+
"POT-Creation-Date: 2019-08-22 15:20-0400\n"
1212
"PO-Revision-Date: 2019-04-14 20:05+0100\n"
1313
"Last-Translator: Pierrick Couturier <[email protected]>\n"
1414
"Language-Team: fr\n"
@@ -337,6 +337,14 @@ msgstr "Luminosité non-ajustable"
337337
msgid "Buffer incorrect size. Should be %d bytes."
338338
msgstr "Tampon de taille incorrect. Devrait être de %d octets."
339339

340+
#: shared-bindings/displayio/Display.c
341+
msgid "Buffer is not a bytearray."
342+
msgstr ""
343+
344+
#: shared-bindings/displayio/Display.c
345+
msgid "Buffer is too small"
346+
msgstr ""
347+
340348
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
341349
#, c-format
342350
msgid "Buffer length %d too big. It must be less than %d"
@@ -525,6 +533,10 @@ msgstr ""
525533
msgid "Destination capacity is smaller than destination_length."
526534
msgstr "La capacité de destination est plus petite que 'destination_length'."
527535

536+
#: shared-bindings/displayio/Display.c
537+
msgid "Display must have a 16 bit colorspace."
538+
msgstr ""
539+
528540
#: shared-bindings/displayio/Display.c
529541
msgid "Display rotation must be in 90 degree increments"
530542
msgstr "La rotation d'affichage doit se faire par incréments de 90 degrés"
@@ -1367,9 +1379,6 @@ msgid "Unsupported pull value."
13671379
msgstr "Valeur de tirage 'pull' non supportée."
13681380

13691381
#: ports/nrf/common-hal/bleio/Characteristic.c
1370-
msgid "Value length required fixed length"
1371-
msgstr ""
1372-
13731382
#: ports/nrf/common-hal/bleio/Descriptor.c
13741383
msgid "Value length != required fixed length"
13751384
msgstr ""

0 commit comments

Comments
 (0)