Skip to content

Commit 693b3e7

Browse files
committed
Update translations
1 parent 07f031c commit 693b3e7

File tree

1 file changed

+30
-8
lines changed

1 file changed

+30
-8
lines changed

locale/circuitpython.pot

Lines changed: 30 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
# SPDX-FileCopyrightText: 2014 MicroPython & CircuitPython contributors (https://github.com/adafruit/circuitpython/graphs/contributors)
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3+
# This file is distributed under the same license as the PACKAGE package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
25
#
3-
# SPDX-License-Identifier: MIT
4-
6+
#, fuzzy
57
msgid ""
68
msgstr ""
79
"Project-Id-Version: PACKAGE VERSION\n"
810
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2020-07-07 14:38-0500\n"
11+
"POT-Creation-Date: 2020-07-17 18:00-0700\n"
1012
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1113
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1214
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -76,10 +78,15 @@ msgstr ""
7678
msgid "%q list must be a list"
7779
msgstr ""
7880

81+
#: shared-bindings/memorymonitor/AllocationAlarm.c
82+
msgid "%q must be >= 0"
83+
msgstr ""
84+
7985
#: shared-bindings/_bleio/CharacteristicBuffer.c
8086
#: shared-bindings/_bleio/PacketBuffer.c shared-bindings/displayio/Group.c
81-
#: shared-bindings/displayio/Shape.c shared-bindings/vectorio/Circle.c
82-
#: shared-bindings/vectorio/Rectangle.c
87+
#: shared-bindings/displayio/Shape.c
88+
#: shared-bindings/memorymonitor/AllocationAlarm.c
89+
#: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c
8390
msgid "%q must be >= 1"
8491
msgstr ""
8592

@@ -313,6 +320,11 @@ msgstr ""
313320
msgid "Already advertising."
314321
msgstr ""
315322

323+
#: shared-module/memorymonitor/AllocationAlarm.c
324+
#: shared-module/memorymonitor/AllocationSize.c
325+
msgid "Already running"
326+
msgstr ""
327+
316328
#: ports/cxd56/common-hal/analogio/AnalogIn.c
317329
msgid "AnalogIn not supported on given pin"
318330
msgstr ""
@@ -348,6 +360,11 @@ msgstr ""
348360
msgid "At most %d %q may be specified (not %d)"
349361
msgstr ""
350362

363+
#: shared-module/memorymonitor/AllocationAlarm.c
364+
#, c-format
365+
msgid "Attempt to allocate %d blocks"
366+
msgstr ""
367+
351368
#: supervisor/shared/safe_mode.c
352369
msgid "Attempted heap allocation when MicroPython VM not running."
353370
msgstr ""
@@ -467,7 +484,9 @@ msgstr ""
467484
msgid "Can't set CCCD on local Characteristic"
468485
msgstr ""
469486

470-
#: shared-bindings/displayio/Bitmap.c shared-bindings/pulseio/PulseIn.c
487+
#: shared-bindings/displayio/Bitmap.c
488+
#: shared-bindings/memorymonitor/AllocationSize.c
489+
#: shared-bindings/pulseio/PulseIn.c
471490
msgid "Cannot delete values"
472491
msgstr ""
473492

@@ -1347,6 +1366,7 @@ msgstr ""
13471366
msgid "Random number generation error"
13481367
msgstr ""
13491368

1369+
#: shared-bindings/memorymonitor/AllocationSize.c
13501370
#: shared-bindings/pulseio/PulseIn.c
13511371
msgid "Read-only"
13521372
msgstr ""
@@ -1431,7 +1451,9 @@ msgid "Slice and value different lengths."
14311451
msgstr ""
14321452

14331453
#: shared-bindings/displayio/Bitmap.c shared-bindings/displayio/Group.c
1434-
#: shared-bindings/displayio/TileGrid.c shared-bindings/pulseio/PulseIn.c
1454+
#: shared-bindings/displayio/TileGrid.c
1455+
#: shared-bindings/memorymonitor/AllocationSize.c
1456+
#: shared-bindings/pulseio/PulseIn.c
14351457
msgid "Slices not supported"
14361458
msgstr ""
14371459

0 commit comments

Comments
 (0)