Quellcode durchsuchen

fix(lang) update screen reader related french translation

- settings string contained a string saying "show / hide settings", but
we should match the english string saying only "show settings" as the
button is only used to show the settings (its a dialog you can't go out of, so
there is no way to go back to the settings button to close, the "hide" case
doesn't exist)

- use "Activer" instead of "Rétablir" and "Démarrer" for toggle on states,
as this wording is used accross lots of other buttons, it makes more sense
to use the same wording

- change the unmute/mute audio/video strings to tell the user its *their*
device they toggle. There are a few spots in this app where we label stuff
as "mute microphone", sometimes its for you, sometimes its for other people.
The idea here is to say "Mute your microphone" instead of "Mute microphone"
so that screen reader users fully understand what they do.
factor2
Emmanuel Pelletier vor 1 Jahr
Ursprung
Commit
f3e4a7a9c8
1 geänderte Dateien mit 5 neuen und 5 gelöschten Zeilen
  1. 5
    5
      lang/main-fr.json

+ 5
- 5
lang/main-fr.json Datei anzeigen

@@ -1169,7 +1169,7 @@
1169 1169
     "toolbar": {
1170 1170
         "Settings": "Paramètres",
1171 1171
         "accessibilityLabel": {
1172
-            "Settings": "Afficher / Masquer le menu des paramètres",
1172
+            "Settings": "Ouvrir le menu des paramètres",
1173 1173
             "audioOnly": "Activer / Désactiver le mode voix uniquement",
1174 1174
             "audioRoute": "Sélectionner la source audio",
1175 1175
             "boo": "Hou",
@@ -1215,7 +1215,7 @@
1215 1215
             "moreActions": "Activer / Désactiver le menu d'actions supplémentaires",
1216 1216
             "moreActionsMenu": "Menu d'actions supplémentaires",
1217 1217
             "moreOptions": "Voir plus d'options",
1218
-            "mute": "Activer / Désactiver l'audio",
1218
+            "mute": "Couper votre micro",
1219 1219
             "muteEveryone": "Couper le micro de tout le monde",
1220 1220
             "muteEveryoneElse": "Couper le micro de tous les autres",
1221 1221
             "muteEveryoneElsesVideoStream": "Couper la caméra de tous les autres",
@@ -1251,11 +1251,11 @@
1251 1251
             "tileView": "Activer / Désactiver la vue mosaïque",
1252 1252
             "toggleCamera": "Changer de caméra",
1253 1253
             "toggleFilmstrip": "Afficher ou masquer les vignettes vidéo",
1254
-            "unmute": "Rétablir le son",
1254
+            "unmute": "Activer votre micro",
1255 1255
             "videoblur": "Activer / désactiver le floutage",
1256
-            "videomute": "Activer / Couper la vidéo",
1256
+            "videomute": "Couper votre vidéo",
1257 1257
             "videomuteGUMPending": "Connexion de votre caméra",
1258
-            "videounmute": "Démarrer la vidéo"
1258
+            "videounmute": "Activer votre vidéo"
1259 1259
         },
1260 1260
         "addPeople": "Ajouter des personnes à votre appel",
1261 1261
         "audioOnlyOff": "Désactiver le mode bande passante réduite",

Laden…
Abbrechen
Speichern