fix tranlate
This commit is contained in:
@@ -98,7 +98,7 @@ function AudioPlayer(props) {
|
|||||||
{CalcReadableFilesizeDetail(props.playingFile.filesize)}
|
{CalcReadableFilesizeDetail(props.playingFile.filesize)}
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
{isPreparing && <button disabled>Preparing...</button>}
|
{isPreparing && <button disabled>{Tr("Preparing...")}</button>}
|
||||||
|
|
||||||
{playingURL !== "" && (
|
{playingURL !== "" && (
|
||||||
<button
|
<button
|
||||||
|
|||||||
@@ -100,6 +100,7 @@ const LANG_zh_CN = {
|
|||||||
"filename updated": "已修改文件名",
|
"filename updated": "已修改文件名",
|
||||||
"please select a tag": "请选择一个标签",
|
"please select a tag": "请选择一个标签",
|
||||||
"files in folder": "文件夹内",
|
"files in folder": "文件夹内",
|
||||||
|
"preparing...": "转码中...",
|
||||||
};
|
};
|
||||||
|
|
||||||
export default LANG_zh_CN;
|
export default LANG_zh_CN;
|
||||||
|
|||||||
Reference in New Issue
Block a user