Commit Graph

1259 Commits

Author SHA1 Message Date
root
4435cf0020 make translate 2020-05-08 17:15:50 -05:00
Sean Cross
b9f62ab14a locale: add translations for aesio
This is the result of running `make translate` after creating aesio.

Signed-off-by: Sean Cross <sean@xobs.io>
2020-05-06 17:47:44 +08:00
Jeff Epler
2e29f7f141
Translated using Weblate (French)
Currently translated at 65.1% (477 of 732 strings)

Translation: CircuitPython/master
Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/fr/
2020-05-05 22:24:11 +02:00
Jeff Epler
fdd0deb0e1 Translated using Weblate (German)
Currently translated at 67.9% (495 of 729 strings)

Translation: CircuitPython/circuitpython-master
Translate-URL: https://later.unpythonic.net/projects/circuitpython/circuitpython-master/de/
2020-05-05 15:50:28 +00:00
Tannewt
c1eb33347f Translated using Weblate (English)
Currently translated at 2.9% (21 of 723 strings)

Translation: CircuitPython/circuitpython-master
Translate-URL: https://later.unpythonic.net/projects/circuitpython/circuitpython-master/en_X@pirate/
2020-05-05 15:50:28 +00:00
Weblate Admin
e8ad37c7ea Translated using Weblate (French)
Currently translated at 65.8% (476 of 723 strings)

Translation: CircuitPython/circuitpython-master
Translate-URL: https://later.unpythonic.net/projects/circuitpython/circuitpython-master/fr/
2020-05-05 15:50:28 +00:00
Weblate Admin
a129be22b8 Translated using Weblate (French)
Currently translated at 65.8% (476 of 723 strings)

Translation: CircuitPython/circuitpython-master
Translate-URL: https://later.unpythonic.net/projects/circuitpython/circuitpython-master/fr/
2020-05-05 15:50:28 +00:00
Daniel Pollard
0ecc515544 added missing translation 2020-05-05 15:46:58 +10:00
Daniel Pollard
b43102342a Merge remote-tracking branch 'adafruit/master' into Optical-Encoder-Module 2020-05-05 15:46:13 +10:00
Daniel Pollard
bfa5cd9c13 refactor countio based on feedback 2020-05-05 15:23:38 +10:00
Dan Halbert
b23ff41606 merge from upstream and make translate again (sv.po) 2020-05-04 20:38:29 -04:00
Dan Halbert
0105acb231 Merge remote-tracking branch 'adafruit/master' into ringbuf-fixes 2020-05-04 20:37:32 -04:00
Dan Halbert
c0af9f67b5 make translate 2020-05-04 19:52:24 -04:00
Jeff Epler
6957aaf4d0 Create empty Swedish (sv) translation 2020-05-04 16:45:00 -05:00
Dan Halbert
bae7a5e433 make translate again 2020-05-04 17:26:59 -04:00
Dan Halbert
d6c6f9f4f0 add PacketBuffer .incoming_ and .outgoing_packet_length 2020-05-04 15:59:45 -04:00
Dan Halbert
b0383f4aff make translate; remove PO-Revision-Date to reduce merge changes in .po files 2020-04-30 09:18:48 -04:00
Scott Shawcroft
48a191a126
Update translations 2020-04-27 18:35:11 -07:00
Scott Shawcroft
de42e4af02
Merge remote-tracking branch 'adafruit/master' into lower_power 2020-04-27 17:43:32 -07:00
Jeff Epler
2c78a7400a make translate 2020-04-26 14:46:28 -05:00
Scott Shawcroft
bebf27e733
Merge remote-tracking branch 'adafruit/master' into lower_power
This isn't perfect and needs a bit more testing.
2020-04-20 18:25:13 -07:00
Jeff Epler
b4c1b355bb make translate 2020-04-17 18:44:35 -05:00
Lucian Copeland
00b2e6a1db Fix korea translation error, minor submodule change 2020-04-15 13:11:14 -04:00
Lucian Copeland
54abfc2e8b translations-merge 2020-04-15 10:29:05 -04:00
Lucian Copeland
0f87a75f4f translations 2020-04-15 10:24:51 -04:00
Scott Shawcroft
b580b34cbf
Merge remote-tracking branch 'adafruit/master' into lower_power 2020-04-14 17:14:44 -07:00
Jeff Epler
3c018bf7fd make translate 2020-04-14 18:26:16 -05:00
Jeff Epler
d19700e975 make translate 2020-04-13 19:23:06 -05:00
Scott Shawcroft
a6fb0beaa9
Update translations 2020-04-09 13:16:32 -07:00
Lucian Copeland
2f764ded63 merge and docs 2020-04-01 13:52:53 -04:00
Lucian Copeland
a89928c13c Implement requested changes 2020-04-01 13:02:05 -04:00
Scott Shawcroft
81139aec23
Update translations 2020-03-30 17:04:33 -07:00
Jeff Epler
9d2270a979 runtime: Improve error message when setting read-only property
Formerly, if you wrote
   SPI.frequency = 0
you would get the sightly erroneous error message
   AttributeError: 'SPI' object has no attribute 'frequency'
In this case, a better message would read
   AttributeError: 'SPI' object cannot assign attribute 'frequency'

This new message will both be used in the case where the attribute doesn't
exist at all (and the object has no dynamic attributes; most instances of
built in types behave this way), or if the attribute exists but is
read-only.
2020-03-20 17:57:28 -05:00
Jeff Epler
38a718ff55 Translations: follow stm port rename, run 'make translate' 2020-03-17 16:42:13 -05:00
Jeff Epler
69aa010cfc objslice: take mp_obj_slice_indices from micropython 2020-03-17 08:32:52 -05:00
Lucian Copeland
2a082baa63 Add up to date translations 2020-03-11 17:53:22 -04:00
Jeff Epler
acd7b8932f locale: run 'make translate' 2020-03-09 08:19:46 -05:00
Jeff Epler
da31acfcc4 Merge remote-tracking branch 'origin/master' into ulab 2020-03-03 20:13:53 -06:00
hierophect
3178462218
Merge branch 'master' into stm32-pulseout 2020-03-03 15:03:19 -05:00
Lucian Copeland
eb71bfe9d3 Exclude SoCs without basic timers 2020-03-02 11:22:40 -05:00
Jeff Epler
402262a843 make translate 2020-03-02 09:13:06 -06:00
Lucian Copeland
6bb1649b4b Add translations 2020-02-29 14:52:49 -05:00
Jeff Epler
fa3b9eba92 ulab: Incorporate it 2020-02-27 11:03:03 -06:00
Dave Marples
4615d172c7 Addition of translation files 2020-02-19 08:45:07 +00:00
Scott Shawcroft
dd57d83926
Fix quotes and rerun make translate. 2020-02-12 11:32:36 -08:00
hexthat
a7aa74efa3
added translations
just added missing translations
2020-02-12 11:22:08 -08:00
Lucian Copeland
42ceb97f2c translation update 2020-02-12 12:12:06 -05:00
Lucian Copeland
a8f5fcc400 revised translations 2020-02-10 11:46:23 -05:00
Dan Halbert
857d8ab40a improve time.monotonic_ns() accuracy from ms to us 2020-02-07 10:02:50 -05:00
Scott Shawcroft
72a1bdab30
Add another error message for extended advertisements at the same
time as scan response. The SD can't do it.
2020-02-05 15:56:17 -08:00
Dan Halbert
66ca659709 make translate 2020-02-03 23:41:15 -05:00
Scott Shawcroft
5d24ade5c9
Tweak error messages to reduce code size. 2020-01-29 17:32:07 -08:00
Scott Shawcroft
834259a2cf
Update translations and translation sources 2020-01-18 11:57:57 -08:00
Dan Halbert
0367ba7495 fix some typos and leftovers 2020-01-13 18:29:34 -05:00
Scott Shawcroft
11a8fc726d
Update translations 2020-01-07 14:31:58 -08:00
Roy Hooper
12193913a8 move native fill to a helper to work around being unable to call a subclass show method from the native superclass 2020-01-01 17:30:17 -05:00
Roy Hooper
cc31f2d10f update translations 2019-12-13 13:46:37 -05:00
Roy Hooper
72ad2e9259 Merge branch 'master' into new-pixelbuf-api 2019-12-13 13:45:16 -05:00
Scott Shawcroft
51ba0ed250
Update translations 2019-12-12 15:33:46 -08:00
Dan Halbert
ef2ef7a6b8 merge from master 2019-12-12 15:51:13 -05:00
Dan Halbert
1b3028bed1 make translate and remove backslash-r's 2019-12-12 14:51:50 -05:00
Dan Halbert
68ae47907c merge from upstream 2019-12-10 21:04:46 -05:00
Roy Hooper
0326c98fd5 Merge branch 'master' into new-pixelbuf-api 2019-12-10 20:44:43 -05:00
Jeff Epler
a08d9e6d8e audiocore: Add MP3File using Adafruit_MP3 library 2019-12-10 14:03:06 -06:00
Jeff Epler
c38a2ac334 make translate 2019-12-06 13:25:28 -06:00
Dan Halbert
40434d6919 wip 2019-12-05 22:45:53 -05:00
Jeff Epler
e2f319fc6b Update translations 2019-12-04 09:59:00 -06:00
Roy Hooper
659dcce635 run translate 2019-12-02 14:07:46 -05:00
Roy Hooper
a4bbf35092 Merge branch 'master' into new-pixelbuf-api 2019-12-02 14:06:33 -05:00
hexthat
5a49e58fb4
Update zh_Latn_pinyin.po
Added Translations
2019-12-01 09:38:39 -08:00
Dan Halbert
ae52ec7c85 make translate again 2019-11-27 14:54:35 -05:00
Dan Halbert
778a7a73e5 make translate 2019-11-27 13:13:29 -05:00
Roy Hooper
7422f430b2 update translations 2019-11-23 13:59:44 -05:00
Roy Hooper
6108fa3766 Merge branch 'master' into new-pixelbuf-api 2019-11-23 12:22:04 -05:00
Scott Shawcroft
46cc9b934b
Update translations 2019-11-21 16:50:34 -08:00
Scott Shawcroft
5e857fdb67
Use BluetoothError in _bleio
This better differentiates errors than using OSError everywhere.
2019-11-20 14:02:15 -08:00
Jeff Epler
900e365f93 locale: Re-run "make translate" subsequent to the xargs/xgettext fix
I manually inspected the changes relative to 5.0.0-alpha.5-93-g8778f367e
and believe they are innocuous; Besides restoring some translations
that had become fuzzy, "c-format" was removed from many (all?) fuzzy
messages, and the word-wrapping of one message was changed.
2019-11-17 20:59:14 -06:00
Jeff Epler
c449748663 locale: commit results of running "make translate" 2019-11-17 20:21:18 -06:00
Jeff Epler
25273f9e87 Merge remote-tracking branch 'origin/master' into korean_trans 2019-11-17 20:10:50 -06:00
Dan Halbert
8cd2f87e99
Merge pull request #2236 from tannewt/bleio_tweaks
Refine _bleio
2019-11-04 22:27:54 -05:00
retoc
e4803a7973 added german translation 2019-11-01 00:09:43 +01:00
Scott Shawcroft
aeee15eae8
Update translations 2019-10-21 19:50:17 -07:00
Senuros
2fd8038d87 more german translations and a few fixes 2019-10-21 03:16:11 +02:00
Senuros
a0d1280853 Added more german translations and some fixes 2019-10-16 21:42:31 +02:00
Thomas Konnemann
4d8aae12b5
Update de_DE.po 2019-10-05 12:42:40 +02:00
Roy Hooper
00032619bd Update translation 2019-10-03 19:42:40 -04:00
hexthat
fbe5da4090
Update zh_Latn_pinyin.po 2019-09-17 02:31:09 -07:00
Jeff Epler
b613a50d8c run 'make translate' 2019-09-08 17:31:01 -05:00
Scott Shawcroft
321b57a5d2
Merge pull request #2080 from sommersoft/mixer_voice
Add audiocore.MixerVoice
2019-09-04 12:46:59 -07:00
hexthat
6c2dff1efd
Update zh_Latn_pinyin.po
added translations
2019-09-03 10:30:27 -07:00
sommersoft
b1c3d47413 Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer_voice 2019-09-01 21:16:12 -05:00
sommersoft
e3ccd97563 update translations 2019-08-29 22:17:28 -05:00
sommersoft
8120f5cdad Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer_voice 2019-08-29 22:14:53 -05:00
Dan Halbert
318d704887 make translate 2019-08-29 18:48:52 -04:00
Dan Halbert
b11b7916fd address minor issues: typos, make translate, and sphinx 2019-08-29 17:58:21 -04:00
Dan Halbert
19c59b41ed bleio: API change to create and connect related objects simulatenously: no orphan bleio objects 2019-08-28 16:15:09 -04:00
sommersoft
0a8c0733ad update translations 2019-08-24 23:37:42 -05:00
sommersoft
b54fd961cb Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer_voice 2019-08-24 17:14:05 -05:00
Scott Shawcroft
d2d27a01b9
Update translations 2019-08-22 14:29:51 -07:00
Dan Halbert
7cc15e56c8 make translate 2019-08-22 15:20:23 -04:00
Dave Astels
d547d59cba Merge remote-tracking branch 'adafruit/master' into displayio_fill_area 2019-08-21 15:02:51 -04:00
Dave Astels
8b2a1b9e97 Add message ids for translation 2019-08-21 14:19:42 -04:00
Dan Halbert
e00696de7f merge from upstream and make translate 2019-08-20 13:06:23 -04:00
Dan Halbert
58d29feab1 make translate 2019-08-20 13:02:01 -04:00
sommersoft
eb8f1cc1dc update translations 2019-08-19 21:40:31 -05:00
Dan Halbert
1a818c60cb make translate again; make check-translate passes 2019-08-19 10:25:36 -04:00
Jeff Epler
dc5b795647 locale: update with 'make translate' 2019-08-18 21:30:31 -05:00
Dan Halbert
af29fc3ea8 make translate and fix sphinx issues 2019-08-15 21:54:52 -04:00
Jeff Epler
a0877b3d0c
Update ko.po
This fixes two additional problems, a missing newline and an incorrect character set definition.  However, the build process still fails locally during "makeqstrdata"
2019-08-06 07:33:44 -05:00
Scott Shawcroft
c542663a33
Fix quotes 2019-08-05 18:30:53 -07:00
Scott Shawcroft
26f64dd8ec
Merge remote-tracking branch 'adafruit/4.1.x' into merge_in_410 2019-08-05 17:53:08 -07:00
Jeff Epler
b0f7c7bc4c Merge remote-tracking branch 'origin/master' into nrf-pwm-audio 2019-07-31 16:32:54 -05:00
Scott Shawcroft
366fdcce18
Merge pull request #2011 from tannewt/ssd1322
Add knobs for SSD1322 and two displayio fixes.
2019-07-30 14:15:37 -07:00
hexthat
6afb758bdc
added translations 2019-07-27 10:31:11 -07:00
Jeff Epler
324d31225c make translate 2019-07-26 07:57:21 -05:00
Scott Shawcroft
1dd4bf0280
Update translations 2019-07-25 22:48:36 -07:00
Scott Shawcroft
1d1b8703b6
Review feedback including NO_BRIGHTNESS_COMMAND macro 2019-07-19 16:11:13 -07:00
Scott Shawcroft
e4611b6e3e
Update translations 2019-07-19 16:10:25 -07:00
Scott Shawcroft
653f511792
Update translations 2019-07-19 10:38:59 -07:00
Dan Halbert
12b98be744 merge from master and make translate 2019-07-11 18:42:41 -04:00
Dan Halbert
d8a4f71ec7 translation merges 2019-07-09 09:11:04 -04:00
Dan Halbert
6a001786a9 merge from master 2019-07-09 08:58:49 -04:00
Dan Halbert
ddd4d616db make translate 2019-07-09 08:43:54 -04:00
Scott Shawcroft
0cce7fcaa3
Merge remote-tracking branch 'adafruit/4.0.x' into merge_in_402 2019-06-27 14:06:26 -07:00
Scott Shawcroft
2494bfdc86
Validate raw code and mpy read length 2019-06-25 17:54:27 -07:00
Scott Shawcroft
77355cbb2f
Update translations 2019-06-25 16:52:52 -07:00
Dan Halbert
a1b5d800f3 Update copyrights; get ready for Central 2019-06-19 10:42:36 -04:00
C47D
b11cbbaa55 [locale es.po] Fix errors 2019-06-17 21:01:22 -05:00
C47D
32462a6e83 [locale spanish] update translation with make translate 2019-06-15 09:30:25 -05:00
C47D
06f9e94ff7 [locale spanish] Update spanish translation. 2019-06-15 01:02:40 -05:00
Scott Shawcroft
6db4f45754
Update translations 2019-06-12 11:32:40 -07:00
Elvis Pfützenreuter
1da8d4b4da Add PS/2 support -- ps2io module 2019-06-04 18:05:46 -03:00
Scott Shawcroft
6756821fd9
Update translations and sort input files
This should stabilize the sort of files in the .po files.

Fixes #1871
2019-05-13 18:04:53 -07:00
Dan Halbert
8664a6574b use approx of original @godlygeek code for smallints; add tests 2019-05-12 11:17:29 -04:00
Scott Shawcroft
da2c88eaac
Merge pull request #1860 from godlygeek/int_to_bytes_overflow_checks
Add overflow checks for int to bytes conversions
2019-05-10 12:23:31 -07:00
Scott Shawcroft
03e000c4be
Merge pull request #1866 from rafa-gould/spanish_trans
Spanish Translation
2019-05-10 10:25:05 -07:00
Scott Shawcroft
80a752da87
Merge latest adafruit/master in. 2019-05-10 10:09:56 -07:00
Matt Wozniski
fb7bb40575 Update translations 2019-05-09 03:23:25 -04:00
Rafa Gould
a89ac96485 wording fixes 2019-05-08 21:14:35 -04:00
Scott Shawcroft
837d3f57ee
Update on_next_reset for new safe mode.
Fixes #1831
2019-05-08 15:23:40 -07:00
Rafa Gould
082cd7a64b Grammar and Translations 2019-05-08 15:10:51 -04:00
Rafa Gould
eadab914f6 Added translations and did grammar fixes 2019-05-08 15:07:44 -04:00
Rafa Gould
54b4a20ca2 added translations 2019-05-08 14:57:15 -04:00
Rafa Gould
7cfe4783ee Fixed brightness issue 2019-05-08 09:43:57 -04:00
Rafa Gould
b7a79dac5d
Created Korean Translations 2019-05-07 13:53:55 -04:00
Rafa Gould
662a98a2a6 Make Translate 2019-05-07 13:05:28 -04:00
Rafa Gould
1ad20cf69b More Debugging 2019-05-07 11:12:02 -04:00
Rafa Gould
27ab71bea5 Debugging 2019-05-07 11:08:55 -04:00
Rafa Gould
86ac94bb6e Almost done with translations, just a dfew left 2019-05-07 10:24:33 -04:00
Rafa Gould
aa0a65b197 Fixes to syntax 2019-05-07 09:53:24 -04:00
987695
a27bc6c90a Fixed spanish grammar errors 2019-05-06 16:13:44 -04:00
987695
d6f9fcc8f8 Fixed translation issues 2019-05-06 15:49:45 -04:00
987695
eaa689f477 Fixed grammatical errors involving "o" and "ó" and numbers 2019-05-06 13:55:16 -04:00
Fezthedev
b9b6f0dc4c Added newline that was causing build fails 2019-05-06 12:24:18 -04:00
Fezthedev
cfd80761a3 Added some more italian translations 2019-05-06 10:06:39 -04:00
Carlos
71c4f100de
Update translations and use same error for PDM too 2019-04-17 11:28:43 -07:00
Scott Shawcroft
2fa1bf4351
Merge remote-tracking branch 'adafruit/master' into gamepadshift 2019-04-16 11:23:41 -07:00
Scott Shawcroft
7ef3f37772
Merge pull request #1791 from hexthat/patch-1
Update zh_Latn_pinyin.po
2019-04-15 14:21:06 -07:00
Pierrick C
c57e07789d Missing '\n' 2019-04-14 23:11:05 +02:00
Pierrick C
75c7dc486a Add new translations + spell checking 2019-04-14 23:03:05 +02:00
Pierrick C
e6e76a06b7 Contributions from OlivierDev (odeevee) + some new string 2019-04-14 16:52:30 +02:00
hexthat
e3cfd1693c
Update zh_Latn_pinyin.po
add translations
2019-04-13 10:13:41 -07:00
Radomir Dopieralski
eeef5359f9 Merge branch 'master' into gamepad-shift 2019-04-13 11:54:25 +02:00
Radomir Dopieralski
9ace5c8ecf Update translations 2019-04-13 11:51:00 +02:00
Scott Shawcroft
5d205b6749
Update translations 2019-04-12 15:26:08 -07:00
hexthat
0e5385006b
Rename zh.po to zh_Latn_pinyin.po 2019-04-12 12:55:13 -07:00
hexthat
57f5284ef7
Delete zh_CN.po
too many characters needed in bdf font
2019-04-12 12:55:13 -07:00
hexthat
2056eaa49b
Update zh.po 2019-04-12 12:55:13 -07:00
hexthat
60cb6b709a
Add files via upload 2019-04-12 12:55:12 -07:00
hexthat
dbd532b8f2
Update zh.po 2019-04-12 12:55:12 -07:00
hexthat
1efe6877f4
Update zh.po 2019-04-12 12:55:12 -07:00
hexthat
6c75e40293
Update zh.po 2019-04-12 12:55:12 -07:00
hexthat
aa9a1c538c
Add files via upload 2019-04-12 12:55:12 -07:00
hexthat
f7b17f711a
Create zh.po
Chinese Hanyu Pinyin
2019-04-12 12:55:11 -07:00
Radomir Dopieralski
5915126030 Typos 2019-04-12 20:43:29 +02:00
Radomir Dopieralski
bfe63e9528 Make the polish translation smaller 2019-04-12 20:43:29 +02:00
Radomir Dopieralski
ae60968563 More refactoring 2019-04-12 20:43:29 +02:00
Radomir Dopieralski
7e89beeb31 Optimize the size of code for gamepad 2019-04-12 20:43:29 +02:00
Scott Shawcroft
5028f87b09
Tweak pybadge and fix display bugs
* Update pybadge pins and flash for rev D
* TileGrid now validates the type of the pixel_shader.
* Display actually handles incoming subclass objects.
* MicroPython will inspect native parents to see if special
  accessors are used.
2019-04-09 18:32:52 -07:00
Scott Shawcroft
0f003ac5b8
Reorganize board busses into shared-bindings and shared-module. 2019-04-08 16:58:50 -07:00
Scott Shawcroft
99b4913fda
Update translations 2019-04-04 13:38:05 -07:00
Nick Moore
fbcea96ec0 Update translations ... 2019-04-02 13:43:59 +11:00
Dan Halbert
0653bca323
Revert "Circuitpython nickzoic 1046 nrf rtc" 2019-03-29 16:41:29 -04:00
Radomir Dopieralski
a0ffd1717c Add Polish translation 2019-03-29 19:40:58 +01:00
F59JBP0
7fe3fb480d Merge remote-tracking branch 'yeyeto2788/master' 2019-03-29 13:48:51 +01:00
Nick Moore
5b98102677 re-run make translate 2019-03-28 14:48:46 +11:00
Nick Moore
02f1939df2 Reset translations to master 2019-03-28 14:47:58 +11:00
Nick Moore
a06ce33472 Update translations (again) 2019-03-28 09:57:35 +11:00
Nick Moore
93684737eb Fix up messages & wild stab at translations for adafruit/circuitpython#1046
The mysterious MP_WEAK linking bug still exists, thus the new message for 'set'.
2019-03-28 09:56:48 +11:00
Juan Biondi
cc2513748e (ES)Add new strings, and fix some others that where wrong. 2019-03-27 20:16:41 +01:00
Radomir Dopieralski
81fe8060d7 Properly calculate BPP for displayio.Bitmap
Fix #1669
2019-03-25 19:40:40 +01:00
Radomir Dopieralski
0698e61553 And of course forgot make translate 2019-03-25 14:08:39 +01:00
Radomir Dopieralski
bb10a8aaa1 Fix error messages in bleio 2019-03-25 09:19:48 +01:00
Scott Shawcroft
4d4b7adcd8
Fix up translation file locations 2019-03-19 18:38:16 -07:00
Dan Halbert
aff4e341f9 make translate 2019-03-18 09:56:43 -04:00
Scott Shawcroft
946790bfb5
Add better PewPew error messages and update translations 2019-03-12 17:21:15 -07:00
Scott Shawcroft
03be42ab84
Enter safe mode when an allocation is attempted on an uninitialized heap. 2019-03-12 11:18:26 -07:00
Scott Shawcroft
5c104c934f
Add translation file locations back.
Skip line numbers because they cause diff churn. Also, keep sorting
by msgid to prevent churn from adding new files.
2019-03-08 12:47:04 -08:00
sommersoft
3f5559df9e outdated .po file was outdated. oops. 2019-03-07 21:48:01 -06:00
sommersoft
3a738af510 Merge branch 'master' of https://github.com/adafruit/circuitpython into en_ARR 2019-03-07 18:51:14 -06:00
sommersoft
c4d627a877 inital commit for English Pirate translation 2019-03-07 18:50:43 -06:00
sommersoft
b7b74d1f78 update translations 2019-03-02 18:17:58 -06:00
Bryan Siepert
014595bff5 fixed whitespace, clarified variable name, and updated error messages 2019-03-01 07:17:50 -08:00
Bryan Siepert
398c7060f8 added monochrome, 8bpp indexed, and 32bpp ARGB BMPs 2019-02-28 23:08:12 -08:00
Bryan Siepert
2cb31ea546 Merge branch 'master' into bmp_bitdepths 2019-02-23 20:16:57 -08:00
Bryan Siepert
b81072e750 (fork rebuild) Initial support for 16bpp 555&565 and 8bpp grayscale bitmaps 2019-02-23 10:58:46 -08:00
Pascal Deneaux
cad97801bf
Added support for bitdepths in OnDiskBitmap
https://github.com/adafruit/circuitpython/pull/1558
2019-02-23 15:56:30 +01:00
Pascal Deneaux
66a230c1b7
new translations 2019-02-23 15:26:32 +01:00
Scott Shawcroft
785edf719e
Update translations based on git history 2019-02-22 15:28:29 -08:00
Scott Shawcroft
8cfc4ed9ca
Remove file locations 2019-02-22 13:09:10 -08:00
Scott Shawcroft
10cdf9a480
Add missing messages 2019-02-22 12:18:25 -08:00
Scott Shawcroft
1d3489fef5
Remove duplicates and English translations 2019-02-22 11:30:25 -08:00
Pascal Deneaux
d7f23c7883
Update de_DE.po 2019-02-21 13:21:18 +01:00
Pascal Deneaux
fd62ec89da
Update de_DE.po 2019-02-20 23:51:05 +01:00
Dan Halbert
97aeb1953b correct weak module links; samd module only in m4 ports; update libraries 2019-02-17 23:48:08 -05:00
Dan Halbert
5a32c88db3 merge from upstream and move ure options;make translate 2019-02-15 19:19:52 -05:00
Dan Halbert
68d39d1f3f make translate 2019-02-15 18:56:53 -05:00
Dan Halbert
cf545cd477 WIP: fix issues with remaining atmel-samd builds 2019-02-15 09:52:45 -05:00
Noralf Trønnes
0edd739609 Update translations 2019-02-14 15:43:13 +01:00
Dan Halbert
e92d90ce9c Add second UARTE to busio.UART. Init uarts on startup. 2019-02-12 22:34:05 -05:00
Scott Shawcroft
df00d74db8
Update translations 2019-02-12 15:01:52 -08:00
Scott Shawcroft
c17f147be9
A variety of displayio improvements
This changes a number of things in displayio:
* Introduces BuiltinFont and Glyph so the built in font can be used by libraries. For boards with
  a font it is available as board.TERMINAL_FONT. Fixes #1172
* Remove _load_row from Bitmap in favor of bitmap[] access. Index can be x/y tuple or overall index. Fixes #1191
* Add width and height properties to Bitmap.
* Add insert and [] access to Group. Fixes #1518
* Add index param to pop on Group.
* Terminal no longer takes unicode character info. It takes a BuiltinFont instead.
* Fix Terminal's handling of [###D vt100 commands used when up arrowing into repl history.
* Add x and y positions to Group plus scale as well.
* Add bitmap accessor for BuiltinFont
2019-02-11 20:55:05 -08:00
Pascal Deneaux
b8856c71d1
Update de_DE.po 2019-02-10 21:11:42 +01:00
Craig Forbes
62389f07b8 Update translations. 2019-02-07 09:10:00 -06:00
Scott Shawcroft
9a9d85fadc
Update translations for display rotation 2019-02-01 00:36:21 -08:00
Scott Shawcroft
da206012e2
Update translations 2019-01-31 11:42:15 -08:00
Pascal Deneaux
f6fd65b41c
another " was missing 2019-01-23 22:42:38 +01:00
Pascal Deneaux
e82334942a
Update de_DE.po 2019-01-23 20:49:57 +01:00
Pascal Deneaux
be3df58ca4
Update de_DE.po 2019-01-23 19:36:21 +01:00
Pascal Deneaux
2ff3b84452
new translations 2019-01-23 15:35:23 +01:00
Scott Shawcroft
0a3f62d8d4
Merge remote-tracking branch 'adafruit/master' into patch-2 2019-01-22 15:57:59 -08:00
Pascal Deneaux
603f64d731
Corrected incorrect translations and added some
Should the error messages from files in the py folder also be translated?
2019-01-22 23:05:38 +01:00
Scott Shawcroft
a380865655
Merge remote-tracking branch 'adafruit/master' into HEAD 2019-01-22 14:02:07 -08:00
Dan Halbert
6aa9f69b19 make translateimgrofybeepboopbop 2019-01-21 21:51:22 -05:00
Scott Shawcroft
92dd9072cd
Merge pull request #1477 from Tasm-Devil/patch-1
Update de_DE.po
2019-01-21 00:34:02 -08:00
Dan Halbert
9558b3afa7 make translate 2019-01-20 22:46:32 -05:00
Scott Shawcroft
3d11dd077c
Update translations 2019-01-20 17:33:18 -08:00
Pascal Deneaux
e44ba8b9c4
Update de_DE.po
changed and inserted some translations and fixed typos.
2019-01-20 02:17:53 +01:00
Scott Shawcroft
427766ac69
Update translations 2019-01-18 11:44:53 -08:00
Roy Hooper
be9caeb915 update translations 2019-01-13 23:52:05 -05:00
Dan Halbert
42e95e2877
Merge pull request #1455 from yeyeto2788/master
Spanish translations
2019-01-12 11:32:15 -05:00
Juan Biondi
948cc03031
Update es.po 2019-01-11 17:12:01 +01:00
Juan Biondi
135b50a650
Update es.po 2019-01-11 09:53:51 +01:00
Dan Halbert
c863ad442f Remove duplicate msg from pt_BR.po 2019-01-10 21:32:21 -05:00
Dan Halbert
50ee5ef24c merge translations; add bleio comments; fix minor sphinx issues in midi 2019-01-10 21:12:17 -05:00
Dan Halbert
c80b5f4f4c make translate 2019-01-10 20:56:48 -05:00
Scott Shawcroft
41d3ea231b
Add new translation messages 2019-01-10 11:06:45 -08:00
Dan Halbert
617c23618b make translate 2019-01-09 14:00:17 -05:00
Hendra Kusumah
1c47cb24af
Create ID.po 2019-01-09 02:21:20 +07:00
Hendra Kusumah
dda139a557
Delete ID.po 2019-01-09 02:19:18 +07:00
Hendra Kusumah
ea7791f66e
Create ID.po
try to merge
2019-01-09 02:00:45 +07:00
Pierrick C
5c776db9b1 make translate 2018-12-26 20:50:24 +01:00
Pierrick C
0b35227bf5 Updated fr.po 2018-12-26 18:54:37 +01:00
eighthree
9c26c5829e Update fil.po
Minor word change
2018-12-20 22:16:42 -08:00
eighthree
e312b93cb0 Update Tagalog translations
- Modified changed strings
- Added new translations
2018-12-20 22:12:38 -08:00
Scott Shawcroft
288ec84c21
Update translations 2018-12-06 17:04:22 -08:00
Dan Halbert
8b034b8d1d update translations 2018-12-04 16:17:31 -05:00
Scott Shawcroft
1b4359eaec
Merge pull request #1372 from dhalbert/pyserial-compat-for-uart
UART changes: timeout in secs, write bytes, etc.
2018-12-03 14:20:44 -08:00
Dan Halbert
963a9a7428 update translations 2018-12-03 15:57:27 -05:00
Juan Biondi
e7fda9c4be
Fix error on line 1901 2018-11-30 16:17:56 +01:00
Juan Biondi
e26fcd15db
Fix error on line 1900 2018-11-30 16:12:47 +01:00
Juan Biondi
99c1f4f375 Add other strings. 2018-11-30 07:35:48 +01:00
Juan Biondi
2eb4fe6469 Missing typo fixed 2018-11-30 07:20:35 +01:00
Juan Biondi
dcd1e419c0 Fix typos found on PR 2018-11-30 07:17:37 +01:00
Juan Biondi
fa041bddc2 Add other msgstr translated. 2018-11-29 16:32:06 +01:00
Juan Biondi
7d8e63c05b Add some msgstr translations 2018-11-29 15:23:42 +01:00
Scott Shawcroft
355abc835e
Fix output overflow and make help translatable 2018-11-09 16:41:08 -08:00
Dan Halbert
64d457dad9 bring bleio PR up to date 2018-11-07 14:12:22 -05:00
Retoc
1a3d467ba4 added more german translations 2018-10-31 00:41:11 +01:00
MCHobby
c7deb37d36
update fr.po
Add some French translation
2018-10-28 14:46:33 +01:00
Nick Moore
c9279e8d3a Update translations 2018-10-25 12:54:39 +11:00
Nick Moore
f6482699a0 Merge remote-tracking branch 'origin/master' into circuitpython/nickzoic/703-wiznet-5500-native 2018-10-25 12:20:50 +11:00
Senuros
fbadfd5998 added more german translation strings, fixed some existing translation strings 2018-10-24 11:39:16 +02:00
Scott Shawcroft
74e01423eb
Merge pull request #1256 from C47D/es_lang_unix
[Spanish - WIP] Translation of Unix/py directories
2018-10-22 17:45:14 -07:00
Carlos
71ac9d16a7 [locale\es.po] Add missing \n 2018-10-21 11:56:05 -05:00
Carlos
c16ef428ab [locale\es.po] Address @sabas1080 recommendations 2018-10-21 11:38:16 -05:00
arturo182
4bc24c4f60 bleio: Fix errors after rebase 2018-10-21 17:15:27 +02:00
Carlos
aeb5385217 [locale\es] Keep already translated strings up to date 2018-10-20 19:46:17 -05:00
Carlos
f6c0a23fa8 Translate strings on Mixer module 2018-10-15 21:41:05 -05:00
Nick Moore
5bb12793a0 update documentation and translations again 2018-10-11 22:19:46 +11:00
Nick Moore
a4a0cf826b fix doc comments, translations again 2018-10-11 17:02:29 +11:00
Nick Moore
a580e870c3 update locale info 2018-10-11 16:27:43 +11:00
Nick Moore
aab28748bb Merge remote-tracking branch 'origin/master' into circuitpython/nickzoic/703-wiznet-5500-native 2018-10-11 14:19:10 +11:00
Nick Moore
09e6127435 update translations? 2018-10-11 14:12:47 +11:00
Dan Halbert
91a88cf568 Allow variable freq PWMOut; use multiple channels if same freq 2018-10-09 20:52:55 -04:00
Scott Shawcroft
570ac05145
Add Mixer strings to Italian translation 2018-10-09 13:57:45 -07:00
Scott Shawcroft
a647ab83df
Merge remote-tracking branch 'adafruit/master' into mixer 2018-10-09 13:31:17 -07:00
Enrico Paganin
ae47c23aa6 Add Italian translation
Adding first draft, it needs to be reviewed
2018-10-09 10:43:08 +02:00
Carlos
a1d539941d Translation of strings on Unix directory 2018-10-08 22:05:30 -05:00
Uri Shaked
cea079a022
fix compilation errors in emitinlinethumb.c 2018-10-07 02:09:44 +03:00
Dan Halbert
4745dda9e6
Merge pull request #1230 from C47D/es_lang
Translate strings in nrf directory
2018-10-06 17:10:26 -04:00
Scott Shawcroft
2ec7f98c90
Update translations 2018-10-05 15:19:05 -07:00
Carlos
bd2044fb39 Update translation 2018-10-04 22:22:17 -05:00
Carlos
22f6869bdf Address suggestions @carlosperate 2018-10-04 21:57:09 -05:00
Carlos
14f52c52cb Translate strings in nrf directory 2018-10-04 21:57:06 -05:00
Pedro Filipe
661743ebff String internationalization for Brazilian Portuguese 2018-10-04 22:55:28 -03:00
Dan Halbert
6049776b26
Merge branch 'master' into nrf52_uart_io 2018-10-03 13:31:48 -04:00
Scott Shawcroft
86ae707b08
Merge pull request #1223 from dhalbert/spi-baudrate
nrf: remove error check for SPI baudrate too high; round to nearest baudrate
2018-10-03 10:11:44 -07:00
hathach
a47eaa521b update translate 2018-10-03 23:16:02 +07:00
hathach
b8884ccc8b Merge branch 'master' into nrf52_uart_io 2018-10-03 23:13:56 +07:00
Dan Halbert
b95865939f
Merge pull request #1231 from furlaneto/master
String internationalization for Brazilian Portuguese
2018-10-03 09:15:17 -04:00
Dan Halbert
d79b0a6b17
Merge pull request #1232 from platipo/master
Fix 'advertisement' typo
2018-10-03 09:14:28 -04:00
Enrico Paganin
4b9099358f Fix 'advertisement' typo 2018-10-03 09:56:30 +02:00
hathach
f543c8415d "busio.UART not yet implemented -> not available 2018-10-03 11:30:31 +07:00
Lucas Furlaneto
67d9aef4c7
Update pt_BR.po 2018-10-03 01:01:11 -03:00
Dan Halbert
da48fc9d45
Merge pull request #1228 from xpecex/pt_BR
String internationalization for Brazilian Portuguese
2018-10-02 23:37:11 -04:00
Pedro Filipe
ddd2a90eee String internationalization for Brazilian Portuguese 2018-10-02 23:20:15 -03:00
Gabriel Vasconcelos
1d287d066b
Added new portuguese translations 2018-10-02 22:16:37 -03:00
Scott Shawcroft
cc68964d13
Fix the build 2018-10-01 22:20:27 -07:00
Lucas Furlaneto
5cfd28b78a
Update pt_BR.po 2018-10-02 01:36:24 -03:00
Lucas Furlaneto
6c7195b130
Start Brazilian Portuguese translation 2018-10-02 01:15:13 -03:00
Dan Halbert
aa95526428 nrf: remove error check for SPI baudrate too high; round to nearest baudrate 2018-10-01 18:54:13 -04:00
Carlos
1ae4616ee2 Finish translation of strings on the ESP port 2018-09-30 12:04:22 -05:00
Carlos
f3f549b455 Start with translation of ESP strings. 2018-09-29 21:32:57 -05:00
hathach
eba80f7a99 update translate string 2018-09-26 02:10:44 +07:00
Carlos
fa11a4294a locale/es.po Continue with the Spanish translation 2018-09-22 12:52:56 -05:00
Scott Shawcroft
a9d094ab74
Fix translations 2018-09-21 12:24:04 -04:00
Dan Halbert
48e558b2d6 update translations 2018-09-20 21:53:07 -04:00
Dan Halbert
cf3b40207e add pca10059 properly to build_adafruit_bins.sh; modernize that script; update translations (again) 2018-09-18 22:21:29 -04:00
Dan Halbert
b5373978d8 translate update 2018-09-18 15:40:04 -04:00
Scott Shawcroft
fb833b25d5
Update translations and limit Sphinx to <1.8.0 2018-09-12 16:25:35 -07:00
Scott Shawcroft
86288f14f1
Merge translations and update title underline 2018-09-06 14:56:26 -07:00
Scott Shawcroft
c2e49dc87f
Merge remote-tracking branch 'adafruit/master' into hallowing 2018-09-06 14:54:55 -07:00
Scott Shawcroft
1683eb913d
Minor tweaks based on feedback 2018-09-06 14:49:49 -07:00
Scott Shawcroft
7654106a2c
Merge pull request #1114 from turbinenreiter/translate-german
WIP: Add German translations
2018-09-04 10:22:08 -07:00
Sebastian Plamauer
11906370c9 Fix missing newlines in msgstr 2018-09-04 11:17:49 +02:00
Scott Shawcroft
6697544cdf
Introduce displayio to render graphics to displays.
It's designed to minimize RAM footprint by using Sprites to
represent objects on the screen. The object model also facilitates
partial screen updating which reduces the bandwidth needed to display.

This is all handled in C. Python simply manipulates the objects with
the ability to synchronize to frame timing.
2018-08-31 12:31:52 -07:00
eighthree
f7bb3803af Grammar error on line 180
- Also removed fuzzy, "needs work" marker on random element
2018-08-30 23:07:11 -07:00
eighthree
245e995392 Tagalog translation 2018-08-30 18:30:16 -07:00
Scott Shawcroft
836d5c2eac
Update string locations. 2018-08-30 16:14:58 -07:00
Scott Shawcroft
64a333eeaf
Clean up duplicates and have make translate produce a stable ordering. 2018-08-30 16:12:20 -07:00
Sebastian Plamauer
b02ac1267a Add more translations 2018-08-26 13:36:27 +02:00
Sebastian Plamauer
7d18d0c1ed Fix and add more translations 2018-08-26 13:33:27 +02:00
Sebastian Plamauer
361f057927 Merge branch 'master' of github.com:adafruit/circuitpython into translate-german 2018-08-26 12:47:21 +02:00
Carlos
2a2699bef6 main.c strings translated, and recovered some translations from a backup es.po file 2018-08-25 10:39:09 -05:00
Carlos
0aef043867 Markers cleanup 2018-08-24 22:24:59 -05:00
Carlos
9353385aa9 Update es.po strings, still a lot of review to do 2018-08-23 22:20:41 -05:00
Carlos
e6d79103ae Finished the translation of string on the main.c file 2018-08-23 22:17:15 -05:00
Scott Shawcroft
4c5a2380d0
Update translations 2018-08-20 09:39:11 -07:00
Pierrick C
d622ab480f Better translation for some strings 2018-08-18 09:02:30 +02:00
Pierrick C
35df2a0ac7 Updated fr.po 2018-08-18 09:02:30 +02:00
arofarn
f8b5bf55a0 Update fr.po
One more typo...
2018-08-18 09:02:30 +02:00
arofarn
4d7989a9c0 Update fr.po
Lots of corrections (thanks to @Anton-2 ) + utf8 => utf-8
2018-08-18 09:02:30 +02:00
arofarn
9770d122fb Update fr.po
Add misssing space at the end of line #40
2018-08-18 09:02:30 +02:00
arofarn
ef87941235 Update fr.po
Add charset=utf8
2018-08-18 09:02:30 +02:00
arofarn
db62fe679a Update fr.po
'step' and 'slices' consistency (thanks to @dglaude)
2018-08-18 09:02:30 +02:00
arofarn
3a4eb6514f Update fr.po
Some corrections (thanks to @dglaude !)
2018-08-18 09:02:30 +02:00
arofarn
f47484c266 Update fr.po
Add some translation (thanks to @dglaude) + small corrections
2018-08-18 09:02:30 +02:00
arofarn
a2a1cfac30 Update fr.po
Header update
2018-08-18 09:02:30 +02:00
arofarn
c8311f911b Update fr.po
Quelques corrections + ajout de traductions manquantes
2018-08-18 09:02:30 +02:00
arofarn
d12ea41614 Update fr.po
Quelques corrections (surtout pin = broche plutôt qu'entrée/sortie) + ajout de nouvelles traductions
2018-08-18 09:02:30 +02:00
arofarn
93c7f85c80 Update fr.po
Quelques corrections rapides
2018-08-18 09:02:30 +02:00
arofarn
493de0f988 Create fr.po
French translation for CircuitPython. Work-in-progress...
2018-08-18 09:02:30 +02:00
Scott Shawcroft
96534e598e
Fix unix coverage and update translations. 2018-08-16 17:41:53 -07:00
Scott Shawcroft
2cd166b573
Fix esp and samd 2018-08-16 17:41:35 -07:00
Sebastian Plamauer
3e97d3e710 Add first translations to German 2018-08-14 18:01:43 +02:00
Scott Shawcroft
3123cc69c4
More strings 2018-08-09 14:15:18 -07:00
Scott Shawcroft
96ebf5bc3f
Two fixes and translate more strings.
* Fix finding translations with escaped characters.
* Add back \r to translations since its needed by screen.
2018-08-09 13:29:30 -07:00
Scott Shawcroft
933add6cd8
Support internationalisation. 2018-08-07 14:58:57 -07:00