浏览代码

Merge pull request #4369 from jitsi/quality-text-change

Changes call quality strings to video quality.
master
yanas 6 年前
父节点
当前提交
760885437a
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4
    4
      lang/main.json

+ 4
- 4
lang/main.json 查看文件

617
         "accessibilityLabel": {
617
         "accessibilityLabel": {
618
             "audioOnly": "Toggle audio only",
618
             "audioOnly": "Toggle audio only",
619
             "audioRoute": "Select the sound device",
619
             "audioRoute": "Select the sound device",
620
-            "callQuality": "Manage call quality",
620
+            "callQuality": "Manage video quality",
621
             "cc": "Toggle subtitles",
621
             "cc": "Toggle subtitles",
622
             "chat": "Toggle chat window",
622
             "chat": "Toggle chat window",
623
             "document": "Toggle shared document",
623
             "document": "Toggle shared document",
653
         "audioOnlyOn": "Enable audio only mode",
653
         "audioOnlyOn": "Enable audio only mode",
654
         "audioRoute": "Select the sound device",
654
         "audioRoute": "Select the sound device",
655
         "authenticate": "Authenticate",
655
         "authenticate": "Authenticate",
656
-        "callQuality": "Manage call quality",
656
+        "callQuality": "Manage video quality",
657
         "cameraDisabled": "Camera is not available",
657
         "cameraDisabled": "Camera is not available",
658
         "chat": "Open / Close chat",
658
         "chat": "Open / Close chat",
659
         "closeChat": "Close chat",
659
         "closeChat": "Close chat",
739
     "videoStatus": {
739
     "videoStatus": {
740
         "audioOnly": "AUD",
740
         "audioOnly": "AUD",
741
         "audioOnlyExpanded": "You are in audio only mode. This mode saves bandwidth but you won't see videos of others.",
741
         "audioOnlyExpanded": "You are in audio only mode. This mode saves bandwidth but you won't see videos of others.",
742
-        "callQuality": "Call Quality",
742
+        "callQuality": "Video Quality",
743
         "hd": "HD",
743
         "hd": "HD",
744
         "hdTooltip": "Viewing high definition video",
744
         "hdTooltip": "Viewing high definition video",
745
         "highDefinition": "High definition",
745
         "highDefinition": "High definition",
752
         "onlyAudioAvailable": "Only audio is available",
752
         "onlyAudioAvailable": "Only audio is available",
753
         "onlyAudioSupported": "We only support audio in this browser.",
753
         "onlyAudioSupported": "We only support audio in this browser.",
754
         "p2pEnabled": "Peer to Peer Enabled",
754
         "p2pEnabled": "Peer to Peer Enabled",
755
-        "p2pVideoQualityDescription": "In peer to peer mode, received call quality can only be toggled between high and audio only. Other settings will not be honored until peer to peer is exited.",
755
+        "p2pVideoQualityDescription": "In peer to peer mode, received video quality can only be toggled between high and audio only. Other settings will not be honored until peer to peer is exited.",
756
         "qualityButtonTip": "Change received video quality",
756
         "qualityButtonTip": "Change received video quality",
757
         "recHighDefinitionOnly": "Will prefer high definition.",
757
         "recHighDefinitionOnly": "Will prefer high definition.",
758
         "sd": "SD",
758
         "sd": "SD",

正在加载...
取消
保存