summaryrefslogtreecommitdiff
path: root/locale/circuitpython.pot
AgeCommit message (Collapse)Author
2020-06-01Update translationsScott Shawcroft
2020-06-01Merge remote-tracking branch 'adafruit/master' into wdt-nrfScott Shawcroft
2020-06-01Merge remote-tracking branch 'adafruit/master' into wdt-nrfScott Shawcroft
2020-06-01make translateJeff Epler
2020-05-29Merge remote-tracking branch 'adafruit/master' into wdt-nrfScott Shawcroft
2020-05-27make translateJeff Epler
2020-05-27Merge remote-tracking branch 'adafruit/master' into wdt-nrfScott Shawcroft
2020-05-27more translationsLucian Copeland
2020-05-27translationsLucian Copeland
2020-05-27locale: generate strings for watchdog timerSean Cross
Run `make translate` to generate strings for `shared-bindings/watchdog`. Signed-off-by: Sean Cross <sean@xobs.io>
2020-05-26Merge remote-tracking branch 'adafruit/master' into esp32s2_digitalioScott Shawcroft
2020-05-22Minor style changes and translationsLucian Copeland
2020-05-20Merge remote-tracking branch 'adafruit/master' into esp32s2_digitalioScott Shawcroft
2020-05-20translationsLucian Copeland
2020-05-20Update translationsScott Shawcroft
2020-05-19locale: regenerate translations for new bleio msgSean Cross
There is now an adapter timeout message. Signed-off-by: Sean Cross <sean@xobs.io>
2020-05-18translations for polygonwarriorofwire
2020-05-12Merge branch 'master' into Optical-Encoder-ModuleScott Shawcroft
2020-05-12Merge remote-tracking branch 'adafruit/master' into vectorioScott Shawcroft
2020-05-12Merge branch 'master' into Optical-Encoder-ModuleScott Shawcroft
2020-05-12merged masterDaniel Pollard
2020-05-11Adding message for reporting of no long integersDavePutz
Adding a message for the fix of issue #2812
2020-05-11Adding messageroot
2020-05-09translations for vectoriowarriorofwire
2020-05-08make translateroot
2020-05-06locale: add translations for aesioSean Cross
This is the result of running `make translate` after creating aesio. Signed-off-by: Sean Cross <sean@xobs.io>
2020-05-05added missing translationDaniel Pollard
2020-05-05refactor countio based on feedbackDaniel Pollard
2020-05-04merge from upstream and make translate again (sv.po)Dan Halbert
2020-05-04make translateDan Halbert
2020-05-04make translate againDan Halbert
2020-05-04add PacketBuffer .incoming_ and .outgoing_packet_lengthDan Halbert
2020-04-30make translate; remove PO-Revision-Date to reduce merge changes in .po filesDan Halbert
2020-04-27Update translationsScott Shawcroft
2020-04-27Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft
2020-04-26make translateJeff Epler
2020-04-20Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft
This isn't perfect and needs a bit more testing.
2020-04-17make translateJeff Epler
2020-04-15Fix korea translation error, minor submodule changeLucian Copeland
2020-04-15translations-mergeLucian Copeland
2020-04-15translationsLucian Copeland
2020-04-14Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft
2020-04-14make translateJeff Epler
2020-04-13make translateJeff Epler
2020-04-09Update translationsScott Shawcroft
2020-04-01merge and docsLucian Copeland
2020-04-01Implement requested changesLucian Copeland
2020-03-30Update translationsScott Shawcroft
2020-03-20runtime: Improve error message when setting read-only propertyJeff Epler
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-17Translations: follow stm port rename, run 'make translate'Jeff Epler