Skip to content

Commit

Permalink
Add extra Chinese locales
Browse files Browse the repository at this point in the history
  • Loading branch information
alexballas committed Aug 27, 2024
1 parent 79c7e79 commit f4b3b5a
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 0 deletions.
53 changes: 53 additions & 0 deletions internal/gui/translations/zhHans.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"Play": "播放",
"Pause": "暂停",
"Stop": "停止",
"No Embedded Subs": "无嵌入字幕",
"Embedded Subs": "嵌入字幕",
"Select Device": "选择设备",
"Select Media File": "选择媒体文件",
"Select Subtitles File": "选择字幕文件",
"File": "文件",
"URL": "网址",
"Subtitles": "字幕",
"Enter URL here": "在此输入网址",
"Open": "打开",
"Cancel": "取消",
"Manual Subtitles": "手动字幕",
"Media from URL": "来自网址的媒体",
"Loop Selected": "循环选定",
"Auto-Play Next File": "自动播放下一个文件",
"Transcode": "转码",
"Settings": "设置",
"Theme": "主题",
"Gapless Playback": "无缝播放",
"Debug logs are empty": "调试日志为空",
"Debug": "调试",
"Path": "小路",
"Export Debug Logs": "导出调试日志",
"Not all devices support gapless playback. If 'Auto-Play Next File' is not working correctly, please disable it.": "如果“自动播放下一个文件”无法正常工作,请禁用此功能。并非所有设备都支持无缝播放",
"About": "关于",
"Version": "版本",
"Author": "作者",
"License": "执照",
"Cast your media files to UPnP/DLNA Media Renderers and Smart TVs": "将您的媒体文件投射到UPnP/DLNA媒体渲染器和智能电视上。",
"Check version": "检查版本",
"Github page": "Github页面",
"Version checker": "版本检查器",
"New version": "新版本",
"No new version": "没有新版本",
"Error": "错误",
"file.parent": "文件",
"OK": "确定",
"Light": "浅色主题",
"Dark": "黑暗主题",
"you're using a development or a non-compiled version": "您正在使用开发版或未编译版本。",
"check your internet connection": "检查您的互联网连接",
"failed to get version info": "获取版本信息失败",
"please select a device": "请选择一个设备",
"could not get the volume levels": "无法获取音量级别",
"could not send volume action": "无法发送音量操作",
"please select a media file or enter a media URL": "请选择一个媒体文件或输入一个媒体网址",
"Save": "保存",
"Enter filename": "输入文件名"
}
53 changes: 53 additions & 0 deletions internal/gui/translations/zhHant.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"Play": "播放",
"Pause": "暂停",
"Stop": "停止",
"No Embedded Subs": "无嵌入字幕",
"Embedded Subs": "嵌入字幕",
"Select Device": "选择设备",
"Select Media File": "选择媒体文件",
"Select Subtitles File": "选择字幕文件",
"File": "文件",
"URL": "网址",
"Subtitles": "字幕",
"Enter URL here": "在此输入网址",
"Open": "打开",
"Cancel": "取消",
"Manual Subtitles": "手动字幕",
"Media from URL": "来自网址的媒体",
"Loop Selected": "循环选定",
"Auto-Play Next File": "自动播放下一个文件",
"Transcode": "转码",
"Settings": "设置",
"Theme": "主题",
"Gapless Playback": "无缝播放",
"Debug logs are empty": "调试日志为空",
"Debug": "调试",
"Path": "小路",
"Export Debug Logs": "导出调试日志",
"Not all devices support gapless playback. If 'Auto-Play Next File' is not working correctly, please disable it.": "如果“自动播放下一个文件”无法正常工作,请禁用此功能。并非所有设备都支持无缝播放",
"About": "关于",
"Version": "版本",
"Author": "作者",
"License": "执照",
"Cast your media files to UPnP/DLNA Media Renderers and Smart TVs": "将您的媒体文件投射到UPnP/DLNA媒体渲染器和智能电视上。",
"Check version": "检查版本",
"Github page": "Github页面",
"Version checker": "版本检查器",
"New version": "新版本",
"No new version": "没有新版本",
"Error": "错误",
"file.parent": "文件",
"OK": "确定",
"Light": "浅色主题",
"Dark": "黑暗主题",
"you're using a development or a non-compiled version": "您正在使用开发版或未编译版本。",
"check your internet connection": "检查您的互联网连接",
"failed to get version info": "获取版本信息失败",
"please select a device": "请选择一个设备",
"could not get the volume levels": "无法获取音量级别",
"could not send volume action": "无法发送音量操作",
"please select a media file or enter a media URL": "请选择一个媒体文件或输入一个媒体网址",
"Save": "保存",
"Enter filename": "输入文件名"
}

0 comments on commit f4b3b5a

Please sign in to comment.