Skip to content

Commit f27df30

Browse files
authored
fix: align and correct translation for mute and unmute (#8226)
1 parent 214f0e7 commit f27df30

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

lang/de.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"Progress": "Status",
1212
"Fullscreen": "Vollbild",
1313
"Non-Fullscreen": "Vollbildmodus beenden",
14-
"Mute": "Ton aus",
15-
"Unmute": "Ton ein",
14+
"Mute": "Stumm schalten",
15+
"Unmute": "Ton einschalten",
1616
"Playback Rate": "Wiedergabegeschwindigkeit",
1717
"Subtitles": "Untertitel",
1818
"subtitles off": "Untertitel aus",

lang/es.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"Progress": "Progreso",
1212
"Fullscreen": "Pantalla completa",
1313
"Non-Fullscreen": "Pantalla no completa",
14-
"Mute": "Silenciar",
15-
"Unmute": "No silenciado",
14+
"Mute": "Desactivar el sonido",
15+
"Unmute": "Activar el sonido",
1616
"Playback Rate": "Velocidad de reproducción",
1717
"Subtitles": "Subtítulos",
1818
"subtitles off": "Subtítulos desactivados",

lang/fr.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"progress bar timing: currentTime={1} duration={2}": "{1} de {2}",
1818
"Fullscreen": "Plein écran",
1919
"Non-Fullscreen": "Fenêtré",
20-
"Mute": "Sourdine",
21-
"Unmute": "Son activé",
20+
"Mute": "Mettre en sourdine",
21+
"Unmute": "Activer le son",
2222
"Playback Rate": "Vitesse de lecture",
2323
"Subtitles": "Sous-titres",
2424
"subtitles off": "Sous-titres désactivés",

lang/it.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"progress bar timing: currentTime={1} duration={2}": "{1} di {2}",
1616
"Fullscreen": "Schermo intero",
1717
"Non-Fullscreen": "Chiudi Schermo intero",
18-
"Mute": "Muto",
19-
"Unmute": "Audio",
18+
"Mute": "Disattivare l’audio",
19+
"Unmute": "Attivare l’audio",
2020
"Playback Rate": "Tasso di riproduzione",
2121
"Subtitles": "Sottotitoli",
2222
"subtitles off": "Senza sottotitoli",

lang/ja.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"Fullscreen": "フルスクリーン",
1919
"Non-Fullscreen": "フルスクリーン以外",
2020
"Mute": "ミュート",
21-
"Unmute": "ミュート解除",
21+
"Unmute": "サウンドをオン",
2222
"Playback Rate": "再生レート",
2323
"Subtitles": "サブタイトル",
2424
"subtitles off": "サブタイトル オフ",

lang/ko.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"Fullscreen": "전체 화면",
1919
"Non-Fullscreen": "전체 화면 해제",
2020
"Mute": "음소거",
21-
"Unmute": "음소거 해제",
21+
"Unmute": "소리 활성화하기",
2222
"Playback Rate": "재생 속도",
2323
"Subtitles": "서브타이틀",
2424
"subtitles off": "서브타이틀 끄기",

lang/pt-BR.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"Fullscreen": "Tela Cheia",
1717
"Non-Fullscreen": "Tela Normal",
1818
"Mute": "Mudo",
19-
"Unmute": "Habilitar Som",
19+
"Unmute": "Ativar o som",
2020
"Playback Rate": "Velocidade",
2121
"Subtitles": "Legendas",
2222
"subtitles off": "Sem Legendas",

lang/zh-CN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"Picture-in-Picture": "画中画",
1414
"Exit Picture-in-Picture": "退出画中画",
1515
"Mute": "静音",
16-
"Unmute": "取消静音",
16+
"Unmute": "开启音效",
1717
"Playback Rate": "播放速度",
1818
"Subtitles": "字幕",
1919
"subtitles off": "关闭字幕",

lang/zh-TW.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"Picture-in-Picture": "子母畫面",
1414
"Exit Picture-in-Picture": "退出子母畫面",
1515
"Mute": "靜音",
16-
"Unmute": "取消靜音",
16+
"Unmute": "開啟音效",
1717
"Playback Rate": " 播放速率",
1818
"Subtitles": "字幕",
1919
"subtitles off": "關閉字幕",

0 commit comments

Comments
 (0)