Skip to content

Commit 011b53f

Browse files
authored
Merge pull request #1525 from cpforbes/cpf-1352
Add human readable text for ENOSPC.
2 parents 37b9cd5 + 62389f0 commit 011b53f

File tree

10 files changed

+397
-351
lines changed

10 files changed

+397
-351
lines changed

locale/ID.po

Lines changed: 44 additions & 39 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-02-01 00:36-0800\n"
11+
"POT-Creation-Date: 2019-02-07 09:09-0600\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -131,7 +131,7 @@ msgstr "kompresi header"
131131
msgid "invalid dupterm index"
132132
msgstr "indeks dupterm tidak valid"
133133

134-
#: extmod/vfs_fat.c:426 py/moduerrno.c:154
134+
#: extmod/vfs_fat.c:426 py/moduerrno.c:155
135135
msgid "Read-only filesystem"
136136
msgstr "sistem file (filesystem) bersifat Read-only"
137137

@@ -1394,6 +1394,10 @@ msgstr ""
13941394
msgid "Invalid argument"
13951395
msgstr ""
13961396

1397+
#: py/moduerrno.c:154
1398+
msgid "No space left on device"
1399+
msgstr ""
1400+
13971401
#: py/obj.c:92
13981402
msgid "Traceback (most recent call last):\n"
13991403
msgstr ""
@@ -1507,7 +1511,7 @@ msgstr ""
15071511
msgid "object with buffer protocol required"
15081512
msgstr ""
15091513

1510-
#: py/objarray.c:413 py/objstr.c:427 py/objstrunicode.c:191 py/objtuple.c:187
1514+
#: py/objarray.c:413 py/objstr.c:428 py/objstrunicode.c:191 py/objtuple.c:188
15111515
#: shared-bindings/nvm/ByteArray.c:85
15121516
msgid "only slices with step=1 (aka None) are supported"
15131517
msgstr ""
@@ -1585,6 +1589,7 @@ msgid "long int not supported in this build"
15851589
msgstr ""
15861590

15871591
#: py/objint.c:334 py/objint.c:340 py/objint.c:350 py/objint.c:358
1592+
#: py/sequence.c:41
15881593
msgid "small int overflow"
15891594
msgstr ""
15901595

@@ -1612,7 +1617,7 @@ msgstr ""
16121617
msgid "overflow converting long int to machine word"
16131618
msgstr ""
16141619

1615-
#: py/objlist.c:273
1620+
#: py/objlist.c:274
16161621
msgid "pop from empty list"
16171622
msgstr ""
16181623

@@ -1640,7 +1645,7 @@ msgstr ""
16401645
msgid "Length must be non-negative"
16411646
msgstr ""
16421647

1643-
#: py/objslice.c:86 py/sequence.c:57
1648+
#: py/objslice.c:86 py/sequence.c:66
16441649
msgid "slice step cannot be zero"
16451650
msgstr ""
16461651

@@ -1656,143 +1661,143 @@ msgstr ""
16561661
msgid "wrong number of arguments"
16571662
msgstr ""
16581663

1659-
#: py/objstr.c:467
1664+
#: py/objstr.c:468
16601665
msgid "join expects a list of str/bytes objects consistent with self object"
16611666
msgstr ""
16621667

1663-
#: py/objstr.c:542 py/objstr.c:647 py/objstr.c:1744
1668+
#: py/objstr.c:543 py/objstr.c:648 py/objstr.c:1745
16641669
msgid "empty separator"
16651670
msgstr ""
16661671

1667-
#: py/objstr.c:641
1672+
#: py/objstr.c:642
16681673
msgid "rsplit(None,n)"
16691674
msgstr ""
16701675

1671-
#: py/objstr.c:713
1676+
#: py/objstr.c:714
16721677
msgid "substring not found"
16731678
msgstr ""
16741679

1675-
#: py/objstr.c:770
1680+
#: py/objstr.c:771
16761681
msgid "start/end indices"
16771682
msgstr ""
16781683

1679-
#: py/objstr.c:931
1684+
#: py/objstr.c:932
16801685
msgid "bad format string"
16811686
msgstr ""
16821687

1683-
#: py/objstr.c:953
1688+
#: py/objstr.c:954
16841689
msgid "single '}' encountered in format string"
16851690
msgstr ""
16861691

1687-
#: py/objstr.c:992
1692+
#: py/objstr.c:993
16881693
msgid "bad conversion specifier"
16891694
msgstr ""
16901695

1691-
#: py/objstr.c:996
1696+
#: py/objstr.c:997
16921697
msgid "end of format while looking for conversion specifier"
16931698
msgstr ""
16941699

1695-
#: py/objstr.c:998
1700+
#: py/objstr.c:999
16961701
#, c-format
16971702
msgid "unknown conversion specifier %c"
16981703
msgstr ""
16991704

1700-
#: py/objstr.c:1029
1705+
#: py/objstr.c:1030
17011706
msgid "unmatched '{' in format"
17021707
msgstr ""
17031708

1704-
#: py/objstr.c:1036
1709+
#: py/objstr.c:1037
17051710
msgid "expected ':' after format specifier"
17061711
msgstr ""
17071712

1708-
#: py/objstr.c:1050
1713+
#: py/objstr.c:1051
17091714
msgid ""
17101715
"can't switch from automatic field numbering to manual field specification"
17111716
msgstr ""
17121717

1713-
#: py/objstr.c:1055 py/objstr.c:1083
1718+
#: py/objstr.c:1056 py/objstr.c:1084
17141719
msgid "tuple index out of range"
17151720
msgstr ""
17161721

1717-
#: py/objstr.c:1071
1722+
#: py/objstr.c:1072
17181723
msgid "attributes not supported yet"
17191724
msgstr ""
17201725

1721-
#: py/objstr.c:1079
1726+
#: py/objstr.c:1080
17221727
msgid ""
17231728
"can't switch from manual field specification to automatic field numbering"
17241729
msgstr ""
17251730

1726-
#: py/objstr.c:1171
1731+
#: py/objstr.c:1172
17271732
msgid "invalid format specifier"
17281733
msgstr ""
17291734

1730-
#: py/objstr.c:1192
1735+
#: py/objstr.c:1193
17311736
msgid "sign not allowed in string format specifier"
17321737
msgstr ""
17331738

1734-
#: py/objstr.c:1200
1739+
#: py/objstr.c:1201
17351740
msgid "sign not allowed with integer format specifier 'c'"
17361741
msgstr ""
17371742

1738-
#: py/objstr.c:1259
1743+
#: py/objstr.c:1260
17391744
#, c-format
17401745
msgid "unknown format code '%c' for object of type '%s'"
17411746
msgstr ""
17421747

1743-
#: py/objstr.c:1331
1748+
#: py/objstr.c:1332
17441749
#, c-format
17451750
msgid "unknown format code '%c' for object of type 'float'"
17461751
msgstr ""
17471752

1748-
#: py/objstr.c:1343
1753+
#: py/objstr.c:1344
17491754
msgid "'=' alignment not allowed in string format specifier"
17501755
msgstr ""
17511756

1752-
#: py/objstr.c:1367
1757+
#: py/objstr.c:1368
17531758
#, c-format
17541759
msgid "unknown format code '%c' for object of type 'str'"
17551760
msgstr ""
17561761

1757-
#: py/objstr.c:1415
1762+
#: py/objstr.c:1416
17581763
msgid "format requires a dict"
17591764
msgstr ""
17601765

1761-
#: py/objstr.c:1424
1766+
#: py/objstr.c:1425
17621767
msgid "incomplete format key"
17631768
msgstr ""
17641769

1765-
#: py/objstr.c:1482
1770+
#: py/objstr.c:1483
17661771
msgid "incomplete format"
17671772
msgstr ""
17681773

1769-
#: py/objstr.c:1490
1774+
#: py/objstr.c:1491
17701775
msgid "not enough arguments for format string"
17711776
msgstr ""
17721777

1773-
#: py/objstr.c:1500
1778+
#: py/objstr.c:1501
17741779
#, c-format
17751780
msgid "%%c requires int or char"
17761781
msgstr ""
17771782

1778-
#: py/objstr.c:1507
1783+
#: py/objstr.c:1508
17791784
msgid "integer required"
17801785
msgstr ""
17811786

1782-
#: py/objstr.c:1570
1787+
#: py/objstr.c:1571
17831788
#, c-format
17841789
msgid "unsupported format character '%c' (0x%x) at index %d"
17851790
msgstr ""
17861791

1787-
#: py/objstr.c:1577
1792+
#: py/objstr.c:1578
17881793
msgid "not all arguments converted during string formatting"
17891794
msgstr ""
17901795

1791-
#: py/objstr.c:2102
1796+
#: py/objstr.c:2103
17921797
msgid "can't convert to str implicitly"
17931798
msgstr ""
17941799

1795-
#: py/objstr.c:2106
1800+
#: py/objstr.c:2107
17961801
msgid "can't convert '%q' object to %q implicitly"
17971802
msgstr ""
17981803

@@ -2011,7 +2016,7 @@ msgstr ""
20112016
msgid "maximum recursion depth exceeded"
20122017
msgstr ""
20132018

2014-
#: py/sequence.c:264
2019+
#: py/sequence.c:273
20152020
msgid "object not in sequence"
20162021
msgstr ""
20172022

0 commit comments

Comments
 (0)