Skip to content

Commit 324d312

Browse files
committed
make translate
1 parent a183425 commit 324d312

File tree

12 files changed

+348
-240
lines changed

12 files changed

+348
-240
lines changed

locale/ID.po

Lines changed: 29 additions & 20 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-07-19 16:10-0700\n"
11+
"POT-Creation-Date: 2019-07-25 21:12-0500\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"
@@ -255,6 +255,7 @@ msgstr "Semua timer untuk pin ini sedang digunakan"
255255
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
256256
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
257257
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
258+
#: ports/nrf/common-hal/audiopwmio/AudioOut.c
258259
#: ports/nrf/common-hal/pulseio/PulseOut.c shared-bindings/pulseio/PWMOut.c
259260
#: shared-module/_pew/PewPew.c
260261
msgid "All timers in use"
@@ -329,6 +330,11 @@ msgstr ""
329330
msgid "Buffer incorrect size. Should be %d bytes."
330331
msgstr ""
331332

333+
#: ports/nrf/common-hal/audiopwmio/AudioOut.c
334+
#, c-format
335+
msgid "Buffer length %d too big. It must be less than %d"
336+
msgstr ""
337+
332338
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
333339
msgid "Buffer must be at least length 1"
334340
msgstr ""
@@ -472,11 +478,11 @@ msgstr ""
472478
msgid "Could not initialize UART"
473479
msgstr "Tidak dapat menginisialisasi UART"
474480

475-
#: shared-module/audioio/Mixer.c shared-module/audioio/WaveFile.c
481+
#: shared-module/audiocore/Mixer.c shared-module/audiocore/WaveFile.c
476482
msgid "Couldn't allocate first buffer"
477483
msgstr ""
478484

479-
#: shared-module/audioio/Mixer.c shared-module/audioio/WaveFile.c
485+
#: shared-module/audiocore/Mixer.c shared-module/audiocore/WaveFile.c
480486
msgid "Couldn't allocate second buffer"
481487
msgstr ""
482488

@@ -493,7 +499,7 @@ msgstr "DAC sudah digunakan"
493499
msgid "Data 0 pin must be byte aligned"
494500
msgstr ""
495501

496-
#: shared-module/audioio/WaveFile.c
502+
#: shared-module/audiocore/WaveFile.c
497503
msgid "Data chunk must follow fmt chunk"
498504
msgstr ""
499505

@@ -768,19 +774,19 @@ msgstr "Ukuran buffer tidak valid"
768774
msgid "Invalid capture period. Valid range: 1 - 500"
769775
msgstr ""
770776

771-
#: shared-bindings/audioio/Mixer.c
777+
#: shared-bindings/audiocore/Mixer.c
772778
msgid "Invalid channel count"
773779
msgstr ""
774780

775781
#: shared-bindings/digitalio/DigitalInOut.c
776782
msgid "Invalid direction."
777783
msgstr ""
778784

779-
#: shared-module/audioio/WaveFile.c
785+
#: shared-module/audiocore/WaveFile.c
780786
msgid "Invalid file"
781787
msgstr ""
782788

783-
#: shared-module/audioio/WaveFile.c
789+
#: shared-module/audiocore/WaveFile.c
784790
msgid "Invalid format chunk size"
785791
msgstr ""
786792

@@ -822,11 +828,11 @@ msgstr ""
822828
msgid "Invalid run mode."
823829
msgstr ""
824830

825-
#: shared-bindings/audioio/Mixer.c
831+
#: shared-bindings/audiocore/Mixer.c
826832
msgid "Invalid voice count"
827833
msgstr ""
828834

829-
#: shared-module/audioio/WaveFile.c
835+
#: shared-module/audiocore/WaveFile.c
830836
msgid "Invalid wave file"
831837
msgstr ""
832838

@@ -947,6 +953,7 @@ msgid "Not connected"
947953
msgstr "Tidak dapat menyambungkan ke AP"
948954

949955
#: shared-bindings/audiobusio/I2SOut.c shared-bindings/audioio/AudioOut.c
956+
#: shared-bindings/audiopwmio/AudioOut.c
950957
msgid "Not playing"
951958
msgstr ""
952959

@@ -1071,11 +1078,12 @@ msgstr ""
10711078
msgid "SDA or SCL needs a pull up"
10721079
msgstr "SDA atau SCL membutuhkan pull up"
10731080

1074-
#: shared-bindings/audioio/Mixer.c
1081+
#: shared-bindings/audiocore/Mixer.c
10751082
msgid "Sample rate must be positive"
10761083
msgstr ""
10771084

10781085
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
1086+
#: ports/nrf/common-hal/audiopwmio/AudioOut.c
10791087
#, c-format
10801088
msgid "Sample rate too high. It must be less than %d"
10811089
msgstr "Nilai sampel terlalu tinggi. Nilai harus kurang dari %d"
@@ -1143,19 +1151,19 @@ msgid ""
11431151
"exit safe mode.\n"
11441152
msgstr ""
11451153

1146-
#: shared-module/audioio/Mixer.c
1154+
#: shared-module/audiocore/Mixer.c
11471155
msgid "The sample's bits_per_sample does not match the mixer's"
11481156
msgstr ""
11491157

1150-
#: shared-module/audioio/Mixer.c
1158+
#: shared-module/audiocore/Mixer.c
11511159
msgid "The sample's channel count does not match the mixer's"
11521160
msgstr ""
11531161

1154-
#: shared-module/audioio/Mixer.c
1162+
#: shared-module/audiocore/Mixer.c
11551163
msgid "The sample's sample rate does not match the mixer's"
11561164
msgstr ""
11571165

1158-
#: shared-module/audioio/Mixer.c
1166+
#: shared-module/audiocore/Mixer.c
11591167
msgid "The sample's signedness does not match the mixer's"
11601168
msgstr ""
11611169

@@ -1261,7 +1269,7 @@ msgstr "Baudrate tidak didukung"
12611269
msgid "Unsupported display bus type"
12621270
msgstr "Baudrate tidak didukung"
12631271

1264-
#: shared-module/audioio/WaveFile.c
1272+
#: shared-module/audiocore/WaveFile.c
12651273
msgid "Unsupported format"
12661274
msgstr ""
12671275

@@ -1277,7 +1285,7 @@ msgstr ""
12771285
msgid "Viper functions don't currently support more than 4 arguments"
12781286
msgstr ""
12791287

1280-
#: shared-module/audioio/Mixer.c
1288+
#: shared-module/audiocore/Mixer.c
12811289
msgid "Voice index too high"
12821290
msgstr ""
12831291

@@ -1404,7 +1412,7 @@ msgstr ""
14041412
msgid "bits must be 8"
14051413
msgstr "bits harus memilki nilai 8"
14061414

1407-
#: shared-bindings/audioio/Mixer.c
1415+
#: shared-bindings/audiocore/Mixer.c
14081416
msgid "bits_per_sample must be 8 or 16"
14091417
msgstr ""
14101418

@@ -1417,7 +1425,7 @@ msgstr ""
14171425
msgid "buf is too small. need %d bytes"
14181426
msgstr ""
14191427

1420-
#: shared-bindings/audioio/RawSample.c
1428+
#: shared-bindings/audiocore/RawSample.c
14211429
msgid "buffer must be a bytes-like object"
14221430
msgstr ""
14231431

@@ -1780,7 +1788,8 @@ msgstr "argumen keyword ekstra telah diberikan"
17801788
msgid "extra positional arguments given"
17811789
msgstr "argumen posisi ekstra telah diberikan"
17821790

1783-
#: shared-bindings/audioio/WaveFile.c shared-bindings/displayio/OnDiskBitmap.c
1791+
#: shared-bindings/audiocore/WaveFile.c
1792+
#: shared-bindings/displayio/OnDiskBitmap.c
17841793
msgid "file must be a file opened in byte mode"
17851794
msgstr ""
17861795

@@ -2325,7 +2334,7 @@ msgstr ""
23252334
msgid "rsplit(None,n)"
23262335
msgstr ""
23272336

2328-
#: shared-bindings/audioio/RawSample.c
2337+
#: shared-bindings/audiocore/RawSample.c
23292338
msgid ""
23302339
"sample_source buffer must be a bytearray or array of type 'h', 'H', 'b' or "
23312340
"'B'"

locale/circuitpython.pot

Lines changed: 29 additions & 20 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-07-19 16:10-0700\n"
11+
"POT-Creation-Date: 2019-07-25 21:13-0500\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"
@@ -253,6 +253,7 @@ msgstr ""
253253
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
254254
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
255255
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
256+
#: ports/nrf/common-hal/audiopwmio/AudioOut.c
256257
#: ports/nrf/common-hal/pulseio/PulseOut.c shared-bindings/pulseio/PWMOut.c
257258
#: shared-module/_pew/PewPew.c
258259
msgid "All timers in use"
@@ -325,6 +326,11 @@ msgstr ""
325326
msgid "Buffer incorrect size. Should be %d bytes."
326327
msgstr ""
327328

329+
#: ports/nrf/common-hal/audiopwmio/AudioOut.c
330+
#, c-format
331+
msgid "Buffer length %d too big. It must be less than %d"
332+
msgstr ""
333+
328334
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
329335
msgid "Buffer must be at least length 1"
330336
msgstr ""
@@ -462,11 +468,11 @@ msgstr ""
462468
msgid "Could not initialize UART"
463469
msgstr ""
464470

465-
#: shared-module/audioio/Mixer.c shared-module/audioio/WaveFile.c
471+
#: shared-module/audiocore/Mixer.c shared-module/audiocore/WaveFile.c
466472
msgid "Couldn't allocate first buffer"
467473
msgstr ""
468474

469-
#: shared-module/audioio/Mixer.c shared-module/audioio/WaveFile.c
475+
#: shared-module/audiocore/Mixer.c shared-module/audiocore/WaveFile.c
470476
msgid "Couldn't allocate second buffer"
471477
msgstr ""
472478

@@ -483,7 +489,7 @@ msgstr ""
483489
msgid "Data 0 pin must be byte aligned"
484490
msgstr ""
485491

486-
#: shared-module/audioio/WaveFile.c
492+
#: shared-module/audiocore/WaveFile.c
487493
msgid "Data chunk must follow fmt chunk"
488494
msgstr ""
489495

@@ -753,19 +759,19 @@ msgstr ""
753759
msgid "Invalid capture period. Valid range: 1 - 500"
754760
msgstr ""
755761

756-
#: shared-bindings/audioio/Mixer.c
762+
#: shared-bindings/audiocore/Mixer.c
757763
msgid "Invalid channel count"
758764
msgstr ""
759765

760766
#: shared-bindings/digitalio/DigitalInOut.c
761767
msgid "Invalid direction."
762768
msgstr ""
763769

764-
#: shared-module/audioio/WaveFile.c
770+
#: shared-module/audiocore/WaveFile.c
765771
msgid "Invalid file"
766772
msgstr ""
767773

768-
#: shared-module/audioio/WaveFile.c
774+
#: shared-module/audiocore/WaveFile.c
769775
msgid "Invalid format chunk size"
770776
msgstr ""
771777

@@ -807,11 +813,11 @@ msgstr ""
807813
msgid "Invalid run mode."
808814
msgstr ""
809815

810-
#: shared-bindings/audioio/Mixer.c
816+
#: shared-bindings/audiocore/Mixer.c
811817
msgid "Invalid voice count"
812818
msgstr ""
813819

814-
#: shared-module/audioio/WaveFile.c
820+
#: shared-module/audiocore/WaveFile.c
815821
msgid "Invalid wave file"
816822
msgstr ""
817823

@@ -931,6 +937,7 @@ msgid "Not connected"
931937
msgstr ""
932938

933939
#: shared-bindings/audiobusio/I2SOut.c shared-bindings/audioio/AudioOut.c
940+
#: shared-bindings/audiopwmio/AudioOut.c
934941
msgid "Not playing"
935942
msgstr ""
936943

@@ -1051,11 +1058,12 @@ msgstr ""
10511058
msgid "SDA or SCL needs a pull up"
10521059
msgstr ""
10531060

1054-
#: shared-bindings/audioio/Mixer.c
1061+
#: shared-bindings/audiocore/Mixer.c
10551062
msgid "Sample rate must be positive"
10561063
msgstr ""
10571064

10581065
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
1066+
#: ports/nrf/common-hal/audiopwmio/AudioOut.c
10591067
#, c-format
10601068
msgid "Sample rate too high. It must be less than %d"
10611069
msgstr ""
@@ -1120,19 +1128,19 @@ msgid ""
11201128
"exit safe mode.\n"
11211129
msgstr ""
11221130

1123-
#: shared-module/audioio/Mixer.c
1131+
#: shared-module/audiocore/Mixer.c
11241132
msgid "The sample's bits_per_sample does not match the mixer's"
11251133
msgstr ""
11261134

1127-
#: shared-module/audioio/Mixer.c
1135+
#: shared-module/audiocore/Mixer.c
11281136
msgid "The sample's channel count does not match the mixer's"
11291137
msgstr ""
11301138

1131-
#: shared-module/audioio/Mixer.c
1139+
#: shared-module/audiocore/Mixer.c
11321140
msgid "The sample's sample rate does not match the mixer's"
11331141
msgstr ""
11341142

1135-
#: shared-module/audioio/Mixer.c
1143+
#: shared-module/audiocore/Mixer.c
11361144
msgid "The sample's signedness does not match the mixer's"
11371145
msgstr ""
11381146

@@ -1237,7 +1245,7 @@ msgstr ""
12371245
msgid "Unsupported display bus type"
12381246
msgstr ""
12391247

1240-
#: shared-module/audioio/WaveFile.c
1248+
#: shared-module/audiocore/WaveFile.c
12411249
msgid "Unsupported format"
12421250
msgstr ""
12431251

@@ -1253,7 +1261,7 @@ msgstr ""
12531261
msgid "Viper functions don't currently support more than 4 arguments"
12541262
msgstr ""
12551263

1256-
#: shared-module/audioio/Mixer.c
1264+
#: shared-module/audiocore/Mixer.c
12571265
msgid "Voice index too high"
12581266
msgstr ""
12591267

@@ -1371,7 +1379,7 @@ msgstr ""
13711379
msgid "bits must be 8"
13721380
msgstr ""
13731381

1374-
#: shared-bindings/audioio/Mixer.c
1382+
#: shared-bindings/audiocore/Mixer.c
13751383
msgid "bits_per_sample must be 8 or 16"
13761384
msgstr ""
13771385

@@ -1384,7 +1392,7 @@ msgstr ""
13841392
msgid "buf is too small. need %d bytes"
13851393
msgstr ""
13861394

1387-
#: shared-bindings/audioio/RawSample.c
1395+
#: shared-bindings/audiocore/RawSample.c
13881396
msgid "buffer must be a bytes-like object"
13891397
msgstr ""
13901398

@@ -1746,7 +1754,8 @@ msgstr ""
17461754
msgid "extra positional arguments given"
17471755
msgstr ""
17481756

1749-
#: shared-bindings/audioio/WaveFile.c shared-bindings/displayio/OnDiskBitmap.c
1757+
#: shared-bindings/audiocore/WaveFile.c
1758+
#: shared-bindings/displayio/OnDiskBitmap.c
17501759
msgid "file must be a file opened in byte mode"
17511760
msgstr ""
17521761

@@ -2289,7 +2298,7 @@ msgstr ""
22892298
msgid "rsplit(None,n)"
22902299
msgstr ""
22912300

2292-
#: shared-bindings/audioio/RawSample.c
2301+
#: shared-bindings/audiocore/RawSample.c
22932302
msgid ""
22942303
"sample_source buffer must be a bytearray or array of type 'h', 'H', 'b' or "
22952304
"'B'"

0 commit comments

Comments
 (0)