1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Remove colons from label translations

This commit is contained in:
Bill Thornton 2023-04-25 01:54:03 -04:00
parent 89158b6653
commit 24126b1574
2 changed files with 2 additions and 2 deletions

View file

@ -1707,6 +1707,6 @@
"MediaInfoBlPresentFlag": "DV bl preset flag",
"MediaInfoDvBlSignalCompatibilityId": "DV bl signal compatibility id",
"Unreleased": "Not yet released",
"LabelTonemappingMode": "Tone mapping mode:",
"LabelTonemappingMode": "Tone mapping mode",
"TonemappingModeHelp": "Select the tone mapping mode. If you experience blown out highlights try switching to the RGB mode."
}

View file

@ -1722,6 +1722,6 @@
"LabelParallelImageEncodingLimit": "并行图像编码限制",
"LabelEnableAudioVbr": "启用 VBR 音频编码",
"LabelEnableAudioVbrHelp": "可变比特率VBR相比平均比特率ABR可以提供更好的质量但在少见情况中可能造成缓冲和兼容性问题。",
"LabelTonemappingMode": "色调映射模式",
"LabelTonemappingMode": "色调映射模式",
"TonemappingModeHelp": "如果您遇到高光过曝问题,请尝试切换到 RGB 模式。"
}