Skip to content

Commit 570ac05

Browse files
committed
Add Mixer strings to Italian translation
1 parent a647ab8 commit 570ac05

File tree

3 files changed

+56
-16
lines changed

3 files changed

+56
-16
lines changed

locale/circuitpython.pot

Lines changed: 1 addition & 1 deletion
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: 2018-10-07 02:07+0300\n"
11+
"POT-Creation-Date: 2018-10-09 13:56-0700\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"

locale/fr.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: 0.1\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2018-10-07 02:07+0300\n"
10+
"POT-Creation-Date: 2018-10-09 13:56-0700\n"
1111
"PO-Revision-Date: 2018-08-14 11:01+0200\n"
1212
"Last-Translator: Pierrick Couturier <[email protected]>\n"
1313
"Language-Team: fr\n"
@@ -2510,10 +2510,10 @@ msgstr "'S' et 'O' ne sont pas des types de format supportés"
25102510
msgid "too many arguments provided with the given format"
25112511
msgstr "trop d'arguments fournis avec ce format"
25122512

2513-
#, fuzzy
2514-
#~ msgid "palette must be displayio.Palette"
2515-
#~ msgstr "la palette doit être longue de 32 octets"
2516-
25172513
#, fuzzy
25182514
#~ msgid "value_size must be power of two"
25192515
#~ msgstr "'len' doit être un multiple de 4"
2516+
2517+
#, fuzzy
2518+
#~ msgid "palette must be displayio.Palette"
2519+
#~ msgstr "la palette doit être longue de 32 octets"

locale/it_IT.po

Lines changed: 50 additions & 10 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: 2018-10-07 10:54+0200\n"
11+
"POT-Creation-Date: 2018-10-09 13:56-0700\n"
1212
"PO-Revision-Date: 2018-10-02 16:27+0200\n"
1313
"Last-Translator: Enrico Paganin <[email protected]>\n"
1414
"Language-Team: \n"
@@ -231,7 +231,7 @@ msgstr ""
231231
msgid "soft reboot\n"
232232
msgstr "soft reboot\n"
233233

234-
#: ports/atmel-samd/audio_dma.c:285
234+
#: ports/atmel-samd/audio_dma.c:209
235235
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:361
236236
msgid "All sync event channels in use"
237237
msgstr "Tutti i canali di eventi sincronizzati in uso"
@@ -2064,6 +2064,26 @@ msgstr ""
20642064
"il buffer di destinazione deve essere un bytearray o un array di tipo 'B' "
20652065
"con bit_depth = 8"
20662066

2067+
#: shared-bindings/audioio/Mixer.c:94
2068+
#, fuzzy
2069+
msgid "Invalid voice count"
2070+
msgstr "Tipo di servizio non valido"
2071+
2072+
#: shared-bindings/audioio/Mixer.c:99
2073+
#, fuzzy
2074+
msgid "Invalid channel count"
2075+
msgstr "Argomento non valido"
2076+
2077+
#: shared-bindings/audioio/Mixer.c:103
2078+
#, fuzzy
2079+
msgid "Sample rate must be positive"
2080+
msgstr "STA deve essere attiva"
2081+
2082+
#: shared-bindings/audioio/Mixer.c:107
2083+
#, fuzzy
2084+
msgid "bits_per_sample must be 8 or 16"
2085+
msgstr "i bit devono essere 7, 8 o 9"
2086+
20672087
#: shared-bindings/audioio/RawSample.c:98
20682088
msgid ""
20692089
"sample_source buffer must be a bytearray or array of type 'h', 'H', 'b' or "
@@ -2364,6 +2384,34 @@ msgstr ""
23642384
"L'oggetto è stato deinizializzato e non può essere più usato. Crea un nuovo "
23652385
"oggetto."
23662386

2387+
#: shared-module/audioio/Mixer.c:47 shared-module/audioio/WaveFile.c:117
2388+
msgid "Couldn't allocate first buffer"
2389+
msgstr "Impossibile allocare il primo buffer"
2390+
2391+
#: shared-module/audioio/Mixer.c:53 shared-module/audioio/WaveFile.c:123
2392+
msgid "Couldn't allocate second buffer"
2393+
msgstr "Impossibile allocare il secondo buffer"
2394+
2395+
#: shared-module/audioio/Mixer.c:82
2396+
msgid "Voice index too high"
2397+
msgstr ""
2398+
2399+
#: shared-module/audioio/Mixer.c:85
2400+
msgid "The sample's sample rate does not match the mixer's"
2401+
msgstr ""
2402+
2403+
#: shared-module/audioio/Mixer.c:88
2404+
msgid "The sample's channel count does not match the mixer's"
2405+
msgstr ""
2406+
2407+
#: shared-module/audioio/Mixer.c:91
2408+
msgid "The sample's bits_per_sample does not match the mixer's"
2409+
msgstr ""
2410+
2411+
#: shared-module/audioio/Mixer.c:100
2412+
msgid "The sample's signedness does not match the mixer's"
2413+
msgstr ""
2414+
23672415
#: shared-module/audioio/WaveFile.c:61
23682416
msgid "Invalid wave file"
23692417
msgstr "File wave non valido"
@@ -2384,14 +2432,6 @@ msgstr ""
23842432
msgid "Invalid file"
23852433
msgstr "File non valido"
23862434

2387-
#: shared-module/audioio/WaveFile.c:117
2388-
msgid "Couldn't allocate first buffer"
2389-
msgstr "Impossibile allocare il primo buffer"
2390-
2391-
#: shared-module/audioio/WaveFile.c:123
2392-
msgid "Couldn't allocate second buffer"
2393-
msgstr "Impossibile allocare il secondo buffer"
2394-
23952435
#: shared-module/bitbangio/I2C.c:58
23962436
msgid "Clock stretch too long"
23972437
msgstr ""

0 commit comments

Comments
 (0)