Skip to content

Commit

Permalink
fix: align and correct translation for mute and unmute (#8226)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine-Cap authored Apr 4, 2023
1 parent 214f0e7 commit f27df30
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions lang/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"Progress": "Status",
"Fullscreen": "Vollbild",
"Non-Fullscreen": "Vollbildmodus beenden",
"Mute": "Ton aus",
"Unmute": "Ton ein",
"Mute": "Stumm schalten",
"Unmute": "Ton einschalten",
"Playback Rate": "Wiedergabegeschwindigkeit",
"Subtitles": "Untertitel",
"subtitles off": "Untertitel aus",
Expand Down
4 changes: 2 additions & 2 deletions lang/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"Progress": "Progreso",
"Fullscreen": "Pantalla completa",
"Non-Fullscreen": "Pantalla no completa",
"Mute": "Silenciar",
"Unmute": "No silenciado",
"Mute": "Desactivar el sonido",
"Unmute": "Activar el sonido",
"Playback Rate": "Velocidad de reproducción",
"Subtitles": "Subtítulos",
"subtitles off": "Subtítulos desactivados",
Expand Down
4 changes: 2 additions & 2 deletions lang/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"progress bar timing: currentTime={1} duration={2}": "{1} de {2}",
"Fullscreen": "Plein écran",
"Non-Fullscreen": "Fenêtré",
"Mute": "Sourdine",
"Unmute": "Son activé",
"Mute": "Mettre en sourdine",
"Unmute": "Activer le son",
"Playback Rate": "Vitesse de lecture",
"Subtitles": "Sous-titres",
"subtitles off": "Sous-titres désactivés",
Expand Down
4 changes: 2 additions & 2 deletions lang/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"progress bar timing: currentTime={1} duration={2}": "{1} di {2}",
"Fullscreen": "Schermo intero",
"Non-Fullscreen": "Chiudi Schermo intero",
"Mute": "Muto",
"Unmute": "Audio",
"Mute": "Disattivare l’audio",
"Unmute": "Attivare l’audio",
"Playback Rate": "Tasso di riproduzione",
"Subtitles": "Sottotitoli",
"subtitles off": "Senza sottotitoli",
Expand Down
2 changes: 1 addition & 1 deletion lang/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"Fullscreen": "フルスクリーン",
"Non-Fullscreen": "フルスクリーン以外",
"Mute": "ミュート",
"Unmute": "ミュート解除",
"Unmute": "サウンドをオン",
"Playback Rate": "再生レート",
"Subtitles": "サブタイトル",
"subtitles off": "サブタイトル オフ",
Expand Down
2 changes: 1 addition & 1 deletion lang/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"Fullscreen": "전체 화면",
"Non-Fullscreen": "전체 화면 해제",
"Mute": "음소거",
"Unmute": "음소거 해제",
"Unmute": "소리 활성화하기",
"Playback Rate": "재생 속도",
"Subtitles": "서브타이틀",
"subtitles off": "서브타이틀 끄기",
Expand Down
2 changes: 1 addition & 1 deletion lang/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Fullscreen": "Tela Cheia",
"Non-Fullscreen": "Tela Normal",
"Mute": "Mudo",
"Unmute": "Habilitar Som",
"Unmute": "Ativar o som",
"Playback Rate": "Velocidade",
"Subtitles": "Legendas",
"subtitles off": "Sem Legendas",
Expand Down
2 changes: 1 addition & 1 deletion lang/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"Picture-in-Picture": "画中画",
"Exit Picture-in-Picture": "退出画中画",
"Mute": "静音",
"Unmute": "取消静音",
"Unmute": "开启音效",
"Playback Rate": "播放速度",
"Subtitles": "字幕",
"subtitles off": "关闭字幕",
Expand Down
2 changes: 1 addition & 1 deletion lang/zh-TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"Picture-in-Picture": "子母畫面",
"Exit Picture-in-Picture": "退出子母畫面",
"Mute": "靜音",
"Unmute": "取消靜音",
"Unmute": "開啟音效",
"Playback Rate": " 播放速率",
"Subtitles": "字幕",
"subtitles off": "關閉字幕",
Expand Down

0 comments on commit f27df30

Please sign in to comment.