Skip to content

Commit 4671658

Browse files
committed
Use ASCII apostrophe in french translation, it saves flash space
.. it makes mchar_t, the type of storage needed for all the code points in all translation messages, be an 8-bit type instead of a 16-bit type
1 parent c46e219 commit 4671658

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

locale/fr.po

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ msgstr "Les blocs CBC doivent être des multiples de 16 octets"
684684

685685
#: supervisor/shared/safe_mode.c
686686
msgid "CIRCUITPY drive could not be found or created."
687-
msgstr "Lappareil CIRCUITPY ne peut pas être trouvé ou créé."
687+
msgstr "L'appareil CIRCUITPY ne peut pas être trouvé ou créé."
688688

689689
#: ports/espressif/common-hal/espidf/__init__.c ports/espressif/esp_error.c
690690
msgid "CRC or checksum was invalid"
@@ -842,11 +842,11 @@ msgstr "Fichier .mpy corrompu"
842842

843843
#: ports/espressif/common-hal/neopixel_write/__init__.c
844844
msgid "Could not retrieve clock"
845-
msgstr "Impossible dobtenir lhorloge"
845+
msgstr "Impossible d'obtenir l'horloge"
846846

847847
#: shared-bindings/_bleio/Adapter.c
848848
msgid "Could not set address"
849-
msgstr "Impossible de définir ladresse"
849+
msgstr "Impossible de définir l'adresse"
850850

851851
#: shared-bindings/pwmio/PWMOut.c
852852
msgid "Could not start PWM"
@@ -1006,7 +1006,7 @@ msgstr "Échec d'allocation du tampon %q"
10061006

10071007
#: ports/espressif/common-hal/wifi/__init__.c
10081008
msgid "Failed to allocate Wifi memory"
1009-
msgstr "Impossible dallouer la mémoire pour Wifi"
1009+
msgstr "Impossible d'allouer la mémoire pour Wifi"
10101010

10111011
#: ports/espressif/common-hal/wifi/ScannedNetworks.c
10121012
msgid "Failed to allocate wifi scan memory"
@@ -1833,7 +1833,7 @@ msgstr "Ainsi que tout autres modules présents sur le système de fichiers\n"
18331833

18341834
#: shared-module/vectorio/Polygon.c
18351835
msgid "Polygon needs at least 3 points"
1836-
msgstr "Polygon a besoin dau moins 3 points"
1836+
msgstr "Polygon a besoin d'au moins 3 points"
18371837

18381838
#: shared-bindings/_bleio/Adapter.c
18391839
msgid "Prefix buffer must be on the heap"
@@ -2552,7 +2552,7 @@ msgstr "matrice/octets requis à la droite"
25522552

25532553
#: extmod/ulab/code/numpy/numerical.c
25542554
msgid "attempt to get (arg)min/(arg)max of empty sequence"
2555-
msgstr "tentative dobtenir (arg)min/(arg)max d'une séquence vide"
2555+
msgstr "tentative d'obtenir (arg)min/(arg)max d'une séquence vide"
25562556

25572557
#: extmod/ulab/code/numpy/numerical.c
25582558
msgid "attempt to get argmin/argmax of an empty sequence"
@@ -2620,7 +2620,7 @@ msgstr "tampon est plus petit que la taille demandée"
26202620

26212621
#: extmod/ulab/code/numpy/create.c extmod/ulab/code/utils/utils.c
26222622
msgid "buffer size must be a multiple of element size"
2623-
msgstr "taille du tampon doit être un multiple de la taille de lélément"
2623+
msgstr "taille du tampon doit être un multiple de la taille de l'élément"
26242624

26252625
#: shared-module/struct/__init__.c
26262626
msgid "buffer size must match format"
@@ -3181,7 +3181,7 @@ msgstr "la fonction a reçu plusieurs valeurs pour l'argument '%q'"
31813181

31823182
#: extmod/ulab/code/scipy/optimize/optimize.c
31833183
msgid "function has the same sign at the ends of interval"
3184-
msgstr "la fonction a le même signe aux extrémités de lintervalle"
3184+
msgstr "la fonction a le même signe aux extrémités de l'intervalle"
31853185

31863186
#: extmod/ulab/code/ndarray.c
31873187
msgid "function is defined for ndarrays only"
@@ -4186,11 +4186,11 @@ msgstr "le délai (timeout) doit être < 655.35 secondes"
41864186

41874187
#: shared-module/sdcardio/SDCard.c
41884188
msgid "timeout waiting for v1 card"
4189-
msgstr "Délai dexpiration dépassé en attendant une carte v1"
4189+
msgstr "Délai d'expiration dépassé en attendant une carte v1"
41904190

41914191
#: shared-module/sdcardio/SDCard.c
41924192
msgid "timeout waiting for v2 card"
4193-
msgstr "Délai dexpiration dépassé en attendant une carte v2"
4193+
msgstr "Délai d'expiration dépassé en attendant une carte v2"
41944194

41954195
#: ports/stm/common-hal/pwmio/PWMOut.c
41964196
msgid "timer re-init"
@@ -4390,7 +4390,7 @@ msgstr "width doit être plus que zero"
43904390
#: ports/espressif/common-hal/wifi/Radio.c
43914391
#: ports/raspberrypi/common-hal/wifi/Radio.c
43924392
msgid "wifi is not enabled"
4393-
msgstr "wifi nest pas activé"
4393+
msgstr "wifi n'est pas activé"
43944394

43954395
#: ports/raspberrypi/common-hal/wifi/Monitor.c
43964396
msgid "wifi.Monitor not available"

0 commit comments

Comments
 (0)