Update with updatelangs.php
This commit is contained in:
parent
7f5f0198b3
commit
da8c265945
|
@ -74,6 +74,8 @@ $SLANG = array(
|
||||||
'24BitColour' => '24 位彩色',
|
'24BitColour' => '24 位彩色',
|
||||||
'32BitColour' => '32 位彩色', // Added - 2011-06-15
|
'32BitColour' => '32 位彩色', // Added - 2011-06-15
|
||||||
'8BitGrey' => '8 位灰度',
|
'8BitGrey' => '8 位灰度',
|
||||||
|
'API' => 'API', // Added - 2020-04-09
|
||||||
|
'APIEnabled' => 'API Enabled', // Added - 2020-04-09
|
||||||
'Action' => '活动动作',
|
'Action' => '活动动作',
|
||||||
'Actual' => '实际',
|
'Actual' => '实际',
|
||||||
'AddNewControl' => '新建控制',
|
'AddNewControl' => '新建控制',
|
||||||
|
@ -93,6 +95,7 @@ $SLANG = array(
|
||||||
'AlarmRefImageBlendPct'=> 'Alarm Reference Image Blend %ge', // Added - 2015-04-18
|
'AlarmRefImageBlendPct'=> 'Alarm Reference Image Blend %ge', // Added - 2015-04-18
|
||||||
'Alert' => '警报',
|
'Alert' => '警报',
|
||||||
'All' => '全部',
|
'All' => '全部',
|
||||||
|
'AllTokensRevoked' => 'All Tokens Revoked', // Added - 2020-04-09
|
||||||
'AnalysisFPS' => 'Analysis FPS', // Added - 2015-07-22
|
'AnalysisFPS' => 'Analysis FPS', // Added - 2015-07-22
|
||||||
'AnalysisUpdateDelay' => 'Analysis Update Delay', // Added - 2015-07-23
|
'AnalysisUpdateDelay' => 'Analysis Update Delay', // Added - 2015-07-23
|
||||||
'Apply' => '应用',
|
'Apply' => '应用',
|
||||||
|
@ -104,6 +107,7 @@ $SLANG = array(
|
||||||
'Area' => '区域',
|
'Area' => '区域',
|
||||||
'AreaUnits' => '区域 (px/%)',
|
'AreaUnits' => '区域 (px/%)',
|
||||||
'AttrAlarmFrames' => '报警帧',
|
'AttrAlarmFrames' => '报警帧',
|
||||||
|
'AttrAlarmedZone' => 'Alarmed Zone', // Added - 2020-04-09
|
||||||
'AttrArchiveStatus' => '存档状态',
|
'AttrArchiveStatus' => '存档状态',
|
||||||
'AttrAvgScore' => '平均分数',
|
'AttrAvgScore' => '平均分数',
|
||||||
'AttrCause' => '原因',
|
'AttrCause' => '原因',
|
||||||
|
@ -124,6 +128,7 @@ $SLANG = array(
|
||||||
'AttrMonitorServer' => 'Server Monitor is Running On', // Added - 2018-08-30
|
'AttrMonitorServer' => 'Server Monitor is Running On', // Added - 2018-08-30
|
||||||
'AttrName' => '名称',
|
'AttrName' => '名称',
|
||||||
'AttrNotes' => '备注',
|
'AttrNotes' => '备注',
|
||||||
|
'AttrSecondaryStorageArea'=> 'Secondary Storage Area', // Added - 2020-04-09
|
||||||
'AttrStartDate' => 'Start Date', // Added - 2018-08-30
|
'AttrStartDate' => 'Start Date', // Added - 2018-08-30
|
||||||
'AttrStartDateTime' => 'Start Date/Time', // Added - 2018-08-30
|
'AttrStartDateTime' => 'Start Date/Time', // Added - 2018-08-30
|
||||||
'AttrStartTime' => 'Start Time', // Added - 2018-08-30
|
'AttrStartTime' => 'Start Time', // Added - 2018-08-30
|
||||||
|
@ -157,6 +162,7 @@ $SLANG = array(
|
||||||
'BadMaxFPS' => '最大帧数FPS必须设为正整数或着浮点数',
|
'BadMaxFPS' => '最大帧数FPS必须设为正整数或着浮点数',
|
||||||
'BadMotionFrameSkip' => 'Motion Frame skip count must be an integer of zero or more',
|
'BadMotionFrameSkip' => 'Motion Frame skip count must be an integer of zero or more',
|
||||||
'BadNameChars' => '名称只可以包含字母,数字,波折号和下划线',
|
'BadNameChars' => '名称只可以包含字母,数字,波折号和下划线',
|
||||||
|
'BadNoSaveJPEGsOrVideoWriter'=> 'SaveJPEGs and VideoWriter are both set to disabled. Nothing will be recorded!', // Added - 2020-04-09
|
||||||
'BadPalette' => 'Palette must be set to a valid value', // Added - 2009-03-31
|
'BadPalette' => 'Palette must be set to a valid value', // Added - 2009-03-31
|
||||||
'BadPath' => '路径必须设为有效值',
|
'BadPath' => '路径必须设为有效值',
|
||||||
'BadPort' => '端口必须设为有效数字',
|
'BadPort' => '端口必须设为有效数字',
|
||||||
|
@ -204,8 +210,8 @@ $SLANG = array(
|
||||||
'CanMoveMap' => '可以映射网格移动',
|
'CanMoveMap' => '可以映射网格移动',
|
||||||
'CanMoveRel' => '可以相对移动',
|
'CanMoveRel' => '可以相对移动',
|
||||||
'CanPan' => '可以平移' ,
|
'CanPan' => '可以平移' ,
|
||||||
'CanReset' => '可以复位',
|
|
||||||
'CanReboot' => 'Can Reboot',
|
'CanReboot' => 'Can Reboot',
|
||||||
|
'CanReset' => '可以复位',
|
||||||
'CanSetPresets' => '可以进行预设',
|
'CanSetPresets' => '可以进行预设',
|
||||||
'CanSleep' => '可以休眠',
|
'CanSleep' => '可以休眠',
|
||||||
'CanTilt' => '可以倾斜',
|
'CanTilt' => '可以倾斜',
|
||||||
|
@ -229,6 +235,7 @@ $SLANG = array(
|
||||||
'Cause' => '原因',
|
'Cause' => '原因',
|
||||||
'CheckMethod' => '报警检查方式',
|
'CheckMethod' => '报警检查方式',
|
||||||
'ChooseDetectedCamera' => 'Choose Detected Camera', // Added - 2009-03-31
|
'ChooseDetectedCamera' => 'Choose Detected Camera', // Added - 2009-03-31
|
||||||
|
'ChooseDetectedProfile'=> 'Choose Detected Profile', // Added - 2020-04-09
|
||||||
'ChooseFilter' => '选择筛选器',
|
'ChooseFilter' => '选择筛选器',
|
||||||
'ChooseLogFormat' => 'Choose a log format', // Added - 2011-06-17
|
'ChooseLogFormat' => 'Choose a log format', // Added - 2011-06-17
|
||||||
'ChooseLogSelection' => 'Choose a log selection', // Added - 2011-06-17
|
'ChooseLogSelection' => 'Choose a log selection', // Added - 2011-06-17
|
||||||
|
@ -263,6 +270,7 @@ $SLANG = array(
|
||||||
'DateTime' => 'Date/Time', // Added - 2011-06-16
|
'DateTime' => 'Date/Time', // Added - 2011-06-16
|
||||||
'Day' => '日',
|
'Day' => '日',
|
||||||
'Debug' => '调试',
|
'Debug' => '调试',
|
||||||
|
'DefaultCodec' => 'Default Method For Live View', // Added - 2020-04-09
|
||||||
'DefaultRate' => '缺省速率',
|
'DefaultRate' => '缺省速率',
|
||||||
'DefaultScale' => '缺省缩放',
|
'DefaultScale' => '缺省缩放',
|
||||||
'DefaultView' => '缺省视角',
|
'DefaultView' => '缺省视角',
|
||||||
|
@ -320,6 +328,7 @@ $SLANG = array(
|
||||||
'Execute' => '执行',
|
'Execute' => '执行',
|
||||||
'Exif' => 'Embed EXIF data into image', // Added - 2018-08-30
|
'Exif' => 'Embed EXIF data into image', // Added - 2018-08-30
|
||||||
'Export' => '导出',
|
'Export' => '导出',
|
||||||
|
'ExportCompress' => 'Use Compression', // Added - 2020-04-09
|
||||||
'ExportDetails' => '导出时间详情',
|
'ExportDetails' => '导出时间详情',
|
||||||
'ExportFailed' => '导出失败',
|
'ExportFailed' => '导出失败',
|
||||||
'ExportFormat' => '导出文件格式',
|
'ExportFormat' => '导出文件格式',
|
||||||
|
@ -328,6 +337,7 @@ $SLANG = array(
|
||||||
'ExportFrames' => '导出帧详情',
|
'ExportFrames' => '导出帧详情',
|
||||||
'ExportImageFiles' => '导出影像文件',
|
'ExportImageFiles' => '导出影像文件',
|
||||||
'ExportLog' => 'Export Log', // Added - 2011-06-17
|
'ExportLog' => 'Export Log', // Added - 2011-06-17
|
||||||
|
'ExportMatches' => 'Export Matches', // Added - 2020-04-09
|
||||||
'ExportMiscFiles' => '导出其他文件 (如果存在)',
|
'ExportMiscFiles' => '导出其他文件 (如果存在)',
|
||||||
'ExportOptions' => '导出选项',
|
'ExportOptions' => '导出选项',
|
||||||
'ExportSucceeded' => '导出成功',
|
'ExportSucceeded' => '导出成功',
|
||||||
|
@ -343,8 +353,12 @@ $SLANG = array(
|
||||||
'File' => '文件',
|
'File' => '文件',
|
||||||
'Filter' => 'Filter', // Added - 2015-04-18
|
'Filter' => 'Filter', // Added - 2015-04-18
|
||||||
'FilterArchiveEvents' => '将全部匹配项存档',
|
'FilterArchiveEvents' => '将全部匹配项存档',
|
||||||
|
'FilterCopyEvents' => 'Copy all matches', // Added - 2020-04-09
|
||||||
'FilterDeleteEvents' => '将全部匹配项删除',
|
'FilterDeleteEvents' => '将全部匹配项删除',
|
||||||
|
'FilterEmailBody' => 'Email Body', // Added - 2020-04-09
|
||||||
'FilterEmailEvents' => '将全部匹配项详情电邮出去',
|
'FilterEmailEvents' => '将全部匹配项详情电邮出去',
|
||||||
|
'FilterEmailSubject' => 'Email Subject', // Added - 2020-04-09
|
||||||
|
'FilterEmailTo' => 'Email To', // Added - 2020-04-09
|
||||||
'FilterExecuteEvents' => '执行全部匹配项命令',
|
'FilterExecuteEvents' => '执行全部匹配项命令',
|
||||||
'FilterLog' => 'Filter log', // Added - 2015-04-18
|
'FilterLog' => 'Filter log', // Added - 2015-04-18
|
||||||
'FilterMessageEvents' => '全部匹配项的信息详情',
|
'FilterMessageEvents' => '全部匹配项的信息详情',
|
||||||
|
@ -408,6 +422,7 @@ $SLANG = array(
|
||||||
'Images' => '影像',
|
'Images' => '影像',
|
||||||
'In' => '在',
|
'In' => '在',
|
||||||
'Include' => '包含',
|
'Include' => '包含',
|
||||||
|
'InvalidateTokens' => 'Invalidate all generated tokens', // Added - 2020-04-09
|
||||||
'Inverted' => '反向',
|
'Inverted' => '反向',
|
||||||
'Iris' => '光圈',
|
'Iris' => '光圈',
|
||||||
'KeyString' => '密钥字符',
|
'KeyString' => '密钥字符',
|
||||||
|
@ -534,6 +549,7 @@ $SLANG = array(
|
||||||
'NewState' => '新状态',
|
'NewState' => '新状态',
|
||||||
'NewUser' => '新用户',
|
'NewUser' => '新用户',
|
||||||
'Next' => '下一个',
|
'Next' => '下一个',
|
||||||
|
'NextMonitor' => 'Next Monitor', // Added - 2020-04-09
|
||||||
'No' => '不',
|
'No' => '不',
|
||||||
'NoDetectedCameras' => 'No Detected Cameras', // Added - 2009-03-31
|
'NoDetectedCameras' => 'No Detected Cameras', // Added - 2009-03-31
|
||||||
'NoDetectedProfiles' => 'No Detected Profiles', // Added - 2018-08-30
|
'NoDetectedProfiles' => 'No Detected Profiles', // Added - 2018-08-30
|
||||||
|
@ -557,11 +573,13 @@ $SLANG = array(
|
||||||
'OpIn' => '在集',
|
'OpIn' => '在集',
|
||||||
'OpIs' => 'is', // Added - 2018-08-30
|
'OpIs' => 'is', // Added - 2018-08-30
|
||||||
'OpIsNot' => 'is not', // Added - 2018-08-30
|
'OpIsNot' => 'is not', // Added - 2018-08-30
|
||||||
|
'OpLike' => 'contains', // Added - 2020-04-09
|
||||||
'OpLt' => '小于',
|
'OpLt' => '小于',
|
||||||
'OpLtEq' => '小于等于',
|
'OpLtEq' => '小于等于',
|
||||||
'OpMatches' => '匹配',
|
'OpMatches' => '匹配',
|
||||||
'OpNe' => '不等于',
|
'OpNe' => '不等于',
|
||||||
'OpNotIn' => '未在集',
|
'OpNotIn' => '未在集',
|
||||||
|
'OpNotLike' => 'does not contain', // Added - 2020-04-09
|
||||||
'OpNotMatches' => '不匹配',
|
'OpNotMatches' => '不匹配',
|
||||||
'Open' => '打开',
|
'Open' => '打开',
|
||||||
'OptionHelp' => '选项帮助',
|
'OptionHelp' => '选项帮助',
|
||||||
|
@ -579,10 +597,15 @@ $SLANG = array(
|
||||||
'PanRight' => '向右平移',
|
'PanRight' => '向右平移',
|
||||||
'PanTilt' => '平移/倾斜',
|
'PanTilt' => '平移/倾斜',
|
||||||
'Parameter' => '参数',
|
'Parameter' => '参数',
|
||||||
|
'ParentGroup' => 'Parent Group', // Added - 2020-04-09
|
||||||
'Password' => '密码',
|
'Password' => '密码',
|
||||||
'PasswordsDifferent' => '新建密码和确认密码不一致',
|
'PasswordsDifferent' => '新建密码和确认密码不一致',
|
||||||
|
'PathToApi' => 'Path To Api', // Added - 2020-04-09
|
||||||
|
'PathToIndex' => 'Path To Index', // Added - 2020-04-09
|
||||||
|
'PathToZMS' => 'Path To ZMS', // Added - 2020-04-09
|
||||||
'Paths' => '路径',
|
'Paths' => '路径',
|
||||||
'Pause' => '暂停',
|
'Pause' => '暂停',
|
||||||
|
'PauseCycle' => 'Pause Cycle', // Added - 2020-04-09
|
||||||
'Phone' => '电话',
|
'Phone' => '电话',
|
||||||
'PhoneBW' => '电话 B/W',
|
'PhoneBW' => '电话 B/W',
|
||||||
'Pid' => 'PID', // Added - 2011-06-16
|
'Pid' => 'PID', // Added - 2011-06-16
|
||||||
|
@ -590,6 +613,7 @@ $SLANG = array(
|
||||||
'Pixels' => '像素',
|
'Pixels' => '像素',
|
||||||
'Play' => '播放',
|
'Play' => '播放',
|
||||||
'PlayAll' => '播放全部',
|
'PlayAll' => '播放全部',
|
||||||
|
'PlayCycle' => 'Play Cycle', // Added - 2020-04-09
|
||||||
'PleaseWait' => '请等待',
|
'PleaseWait' => '请等待',
|
||||||
'Plugins' => 'Plugins',
|
'Plugins' => 'Plugins',
|
||||||
'Point' => '点',
|
'Point' => '点',
|
||||||
|
@ -599,6 +623,19 @@ $SLANG = array(
|
||||||
'Preset' => '预置',
|
'Preset' => '预置',
|
||||||
'Presets' => '预置',
|
'Presets' => '预置',
|
||||||
'Prev' => '前',
|
'Prev' => '前',
|
||||||
|
'PreviousMonitor' => 'Previous Monitor', // Added - 2020-04-09
|
||||||
|
'Privacy' => 'Privacy', // Added - 2020-04-09
|
||||||
|
'PrivacyAbout' => 'About', // Added - 2020-04-09
|
||||||
|
'PrivacyAboutText' => 'Since 2002, ZoneMinder has been the premier free and open-source Video Management System (VMS) solution for Linux platforms. ZoneMinder is supported by the community and is managed by those who choose to volunteer their spare time to the project. The best way to improve ZoneMinder is to get involved.', // Added - 2020-04-09
|
||||||
|
'PrivacyConclusionText'=> 'We are <u>NOT</u> collecting any image specific data from your cameras. We don’t know what your cameras are watching. This data will not be sold or used for any purpose not stated herein. By clicking accept, you agree to send us this data to help make ZoneMinder a better product. By clicking decline, you can still freely use ZoneMinder and all its features.', // Added - 2020-04-09
|
||||||
|
'PrivacyContact' => 'Contact', // Added - 2020-04-09
|
||||||
|
'PrivacyContactText' => 'Please contact us <a href="https://zoneminder.com/contact/">here</a> for any questions regarding our privacy policy or to have your information removed.<br><br>For support, there are three primary ways to engage with the community:<ul><li>The ZoneMinder <a href="https://forums.zoneminder.com/">user forum</a></li><li>The ZoneMinder <a href="https://zoneminder-chat.herokuapp.com/">Slack channel</a></li><li>The ZoneMinder <a href="https://github.com/ZoneMinder/zoneminder/issues">Github forum</a></li></ul><p>Our Github forum is only for bug reporting. Please use our user forum or slack channel for all other questions or comments.</p>', // Added - 2020-04-09
|
||||||
|
'PrivacyCookies' => 'Cookies', // Added - 2020-04-09
|
||||||
|
'PrivacyCookiesText' => 'Whether you use a web browser or a mobile app to communicate with the ZoneMinder server, a ZMSESSID cookie is created on the client to uniquely identify a session with the ZoneMinder server. ZmCSS and zmSkin cookies are created to remember your style and skin choices.', // Added - 2020-04-09
|
||||||
|
'PrivacyMonitorList' => 'The following configuration parameters from each monitor are collected:<ul><li>Id<li>Name<li>Type<li>Function<li>Width<li>Height<li>Colours<li>MaxFPS<li>AlarmMaxFPS</ul>', // Added - 2020-04-09
|
||||||
|
'PrivacyTelemetry' => 'Telemetry', // Added - 2020-04-09
|
||||||
|
'PrivacyTelemetryList' => 'The ZoneMinder Telemetry daemon collects the following data about your system:<ul><li>A unique identifier (UUID) <li>City based location is gathered by querying <a href="https://ipinfo.io/geo">ipinfo.io</a>. City, region, country, latitude, and longitude parameters are saved. The latitude and longitude coordinates are accurate down to the city or town level only!<li>Current time<li>Total number of monitors<li>Total number of events<li>System architecture<li>Operating system kernel, distro, and distro version<li>Version of ZoneMinder<li>Total amount of memory<li>Number of cpu cores</ul>', // Added - 2020-04-09
|
||||||
|
'PrivacyTelemetryText' => 'Because ZoneMinder is open-source, anyone can install it without registering. This makes it difficult to answer questions such as: how many systems are out there, what is the largest system out there, what kind of systems are out there, or where are these systems located? Knowing the answers to these questions, helps users who ask us these questions, and it helps us set priorities based on the majority user base.', // Added - 2020-04-09
|
||||||
'Probe' => 'Probe', // Added - 2009-03-31
|
'Probe' => 'Probe', // Added - 2009-03-31
|
||||||
'ProfileProbe' => 'Stream Probe', // Added - 2015-04-18
|
'ProfileProbe' => 'Stream Probe', // Added - 2015-04-18
|
||||||
'ProfileProbeIntro' => 'The list below shows the existing stream profiles of the selected camera .<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that ZoneMinder cannot configure additional profiles and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2015-04-18
|
'ProfileProbeIntro' => 'The list below shows the existing stream profiles of the selected camera .<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that ZoneMinder cannot configure additional profiles and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2015-04-18
|
||||||
|
@ -635,12 +672,17 @@ $SLANG = array(
|
||||||
'RestrictedMonitors' => '受限监视器',
|
'RestrictedMonitors' => '受限监视器',
|
||||||
'ReturnDelay' => '返回延时',
|
'ReturnDelay' => '返回延时',
|
||||||
'ReturnLocation' => '返回位置',
|
'ReturnLocation' => '返回位置',
|
||||||
|
'RevokeAllTokens' => 'Revoke All Tokens', // Added - 2020-04-09
|
||||||
'Rewind' => '重绕',
|
'Rewind' => '重绕',
|
||||||
'RotateLeft' => '向左旋转',
|
'RotateLeft' => '向左旋转',
|
||||||
'RotateRight' => '向右旋转',
|
'RotateRight' => '向右旋转',
|
||||||
|
'RunAudit' => 'Run Audit Process', // Added - 2020-04-09
|
||||||
|
'RunEventNotification' => 'Run Event Notification Process', // Added - 2020-04-09
|
||||||
'RunLocalUpdate' => 'Please run zmupdate.pl to update', // Added - 2011-05-25
|
'RunLocalUpdate' => 'Please run zmupdate.pl to update', // Added - 2011-05-25
|
||||||
'RunMode' => '运行模式',
|
'RunMode' => '运行模式',
|
||||||
'RunState' => '运行状态',
|
'RunState' => '运行状态',
|
||||||
|
'RunStats' => 'Run Stats Process', // Added - 2020-04-09
|
||||||
|
'RunTrigger' => 'Run Trigger Process', // Added - 2020-04-09
|
||||||
'Running' => '运行',
|
'Running' => '运行',
|
||||||
'Save' => '保存',
|
'Save' => '保存',
|
||||||
'SaveAs' => '另存为',
|
'SaveAs' => '另存为',
|
||||||
|
@ -661,6 +703,7 @@ $SLANG = array(
|
||||||
'Settings' => '设置',
|
'Settings' => '设置',
|
||||||
'ShowFilterWindow' => '显示过滤器视窗',
|
'ShowFilterWindow' => '显示过滤器视窗',
|
||||||
'ShowTimeline' => '显示时间轴',
|
'ShowTimeline' => '显示时间轴',
|
||||||
|
'Shutdown' => 'Shutdown', // Added - 2020-04-09
|
||||||
'SignalCheckColour' => '型号检查颜色',
|
'SignalCheckColour' => '型号检查颜色',
|
||||||
'SignalCheckPoints' => 'Signal Check Points', // Added - 2018-08-30
|
'SignalCheckPoints' => 'Signal Check Points', // Added - 2018-08-30
|
||||||
'Size' => '大小',
|
'Size' => '大小',
|
||||||
|
@ -697,12 +740,14 @@ $SLANG = array(
|
||||||
'Stop' => '停止',
|
'Stop' => '停止',
|
||||||
'Stopped' => '已停止',
|
'Stopped' => '已停止',
|
||||||
'StorageArea' => 'Storage Area', // Added - 2018-08-30
|
'StorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||||
|
'StorageDoDelete' => 'Do Deletes', // Added - 2020-04-09
|
||||||
'StorageScheme' => 'Scheme', // Added - 2018-08-30
|
'StorageScheme' => 'Scheme', // Added - 2018-08-30
|
||||||
'Stream' => '流',
|
'Stream' => '流',
|
||||||
'StreamReplayBuffer' => '流重放影像缓冲',
|
'StreamReplayBuffer' => '流重放影像缓冲',
|
||||||
'Submit' => '发送',
|
'Submit' => '发送',
|
||||||
'System' => '系统',
|
'System' => '系统',
|
||||||
'SystemLog' => 'System Log', // Added - 2011-06-16
|
'SystemLog' => 'System Log', // Added - 2011-06-16
|
||||||
|
'TZUnset' => 'Unset - use value in php.ini', // Added - 2020-04-09
|
||||||
'TargetColorspace' => 'Target colorspace', // Added - 2015-04-18
|
'TargetColorspace' => 'Target colorspace', // Added - 2015-04-18
|
||||||
'Tele' => 'Tele',
|
'Tele' => 'Tele',
|
||||||
'Thumbnail' => '缩略图',
|
'Thumbnail' => '缩略图',
|
||||||
|
@ -754,6 +799,7 @@ $SLANG = array(
|
||||||
'VersionIgnore' => '忽略该版本',
|
'VersionIgnore' => '忽略该版本',
|
||||||
'VersionRemindDay' => '一天内再次提醒',
|
'VersionRemindDay' => '一天内再次提醒',
|
||||||
'VersionRemindHour' => '一小时内再次提醒',
|
'VersionRemindHour' => '一小时内再次提醒',
|
||||||
|
'VersionRemindMonth' => 'Remind again in 1 month', // Added - 2020-04-09
|
||||||
'VersionRemindNever' => '不再提醒新版本',
|
'VersionRemindNever' => '不再提醒新版本',
|
||||||
'VersionRemindWeek' => '一周内再次提醒',
|
'VersionRemindWeek' => '一周内再次提醒',
|
||||||
'Video' => '视频',
|
'Video' => '视频',
|
||||||
|
@ -768,6 +814,7 @@ $SLANG = array(
|
||||||
'View' => '查看',
|
'View' => '查看',
|
||||||
'ViewAll' => '查看全部',
|
'ViewAll' => '查看全部',
|
||||||
'ViewEvent' => '查看事件',
|
'ViewEvent' => '查看事件',
|
||||||
|
'ViewMatches' => 'View Matches', // Added - 2020-04-09
|
||||||
'ViewPaged' => '查看分页',
|
'ViewPaged' => '查看分页',
|
||||||
'Wake' => '唤醒',
|
'Wake' => '唤醒',
|
||||||
'WarmupFrames' => '预热帪',
|
'WarmupFrames' => '预热帪',
|
||||||
|
|
Loading…
Reference in New Issue