Diego Elio Pettenò
d7e57259f9
Add copyright and license information to translations.
...
Since these have multiple copyright lines already, preserve those in
addition to the generic 'contributors' line, but make them appear as SPDX lines.
2020-07-06 19:16:21 +01:00
Jeff Epler
66d031fc18
make translate and msgmerge
2020-06-25 11:44:42 -05:00
Jeff Epler
2a1c37cf8b
locale: Remove Language-Team lines that point nowhere
2020-06-25 11:42:23 -05:00
Jeff Epler
9f7a874d02
make translate
2020-06-01 09:02:29 -05:00
Lucian Copeland
2f6e1d85d2
more translations
2020-05-27 11:55:33 -04:00
Lucian Copeland
9f5520135c
translations
2020-05-27 11:54:52 -04:00
Scott Shawcroft
2ffd70417d
Merge remote-tracking branch 'adafruit/master' into esp32s2_digitalio
2020-05-26 13:09:57 -07:00
Lucian Copeland
75b5142954
Minor style changes and translations
2020-05-22 11:31:52 -04:00
Scott Shawcroft
ba724fffb4
Merge remote-tracking branch 'adafruit/master' into esp32s2_digitalio
2020-05-20 10:48:27 -07:00
Lucian Copeland
42baf0061b
translations
2020-05-20 13:28:17 -04:00
Scott Shawcroft
0543a64dc1
Update translations
2020-05-20 08:55:32 -07:00
Sean Cross
f56188c261
locale: regenerate translations for new bleio msg
...
There is now an adapter timeout message.
Signed-off-by: Sean Cross <sean@xobs.io>
2020-05-19 15:01:38 +08:00
warriorofwire
a78f245ea6
translations for polygon
2020-05-18 13:33:16 -07:00
Scott Shawcroft
277e8d528b
Merge branch 'master' into Optical-Encoder-Module
2020-05-12 18:22:57 -07:00
Scott Shawcroft
d274074f01
Merge remote-tracking branch 'adafruit/master' into vectorio
2020-05-12 12:29:05 -07:00
Scott Shawcroft
bc40034a08
Merge branch 'master' into Optical-Encoder-Module
2020-05-12 12:12:51 -07:00
Daniel Pollard
ee2cb703c8
merged master
2020-05-12 14:41:28 +10:00
DavePutz
ebcda59e53
Adding message for reporting of no long integers
...
Adding a message for the fix of issue #2812
2020-05-11 21:40:25 -05:00
root
f446f6c2ee
Adding message
2020-05-11 21:27:49 -05:00
warriorofwire
7697c419b4
translations for vectorio
2020-05-09 16:45:55 -07:00
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
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
Daniel Pollard
bfa5cd9c13
refactor countio based on feedback
2020-05-05 15:23:38 +10:00
Dan Halbert
c0af9f67b5
make translate
2020-05-04 19:52:24 -04: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
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