1<?php
2//
3// ZoneMinder web UK English language file, $Date$, $Revision$
4// Copyright (C) 2001-2008 Philip Coombes
5//
6// This program is free software; you can redistribute it and/or
7// modify it under the terms of the GNU General Public License
8// as published by the Free Software Foundation; either version 2
9// of the License, or (at your option) any later version.
10//
11// This program is distributed in the hope that it will be useful,
12// but WITHOUT ANY WARRANTY; without even the implied warranty of
13// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14// GNU General Public License for more details.
15//
16// You should have received a copy of the GNU General Public License
17// along with this program; if not, write to the Free Software
18// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19//
20
21// ZoneMinder <your language> Translation by <your name>
22
23// Notes for Translators
24// 0. Get some credit, put your name in the line above (optional)
25// 1. When composing the language tokens in your language you should try and keep to roughly the
26//   same length text if possible. Abbreviate where necessary as spacing is quite close in a number of places.
27// 2. There are four types of string replacement
28//   a) Simple replacements are words or short phrases that are static and used directly. This type of
29//     replacement can be used 'as is'.
30//   b) Complex replacements involve some dynamic element being included and so may require substitution
31//     or changing into a different order. The token listed in this file will be passed through sprintf as
32//     a formatting string. If the dynamic element is a number you will usually need to use a variable
33//     replacement also as described below.
34//   c) Variable replacements are used in conjunction with complex replacements and involve the generation
35//     of a singular or plural noun depending on the number passed into the zmVlang function. See the
36//     the zmVlang section below for a further description of this.
37//   d) Optional strings which can be used to replace the prompts and/or help text for the Options section
38//     of the web interface. These are not listed below as they are quite large and held in the database
39//     so that they can also be used by the zmconfig.pl script. However you can build up your own list
40//     quite easily from the Config table in the database if necessary.
41// 3. The tokens listed below are not used to build up phrases or sentences from single words. Therefore
42//   you can safely assume that a single word token will only be used in that context.
43// 4. In new language files, or if you are changing only a few words or phrases it makes sense from a
44//   maintenance point of view to include the original language file and override the old definitions rather
45//   than copy all the language tokens across. To do this change the line below to whatever your base language
46//   is and uncomment it.
47// require_once( 'zm_lang_en_gb.php' );
48
49// You may need to change the character set here, if your web server does not already
50// do this by default, uncomment this if required.
51//
52// Example
53// header( "Content-Type: text/html; charset=iso-8859-1" );
54
55// You may need to change your locale here if your default one is incorrect for the
56// language described in this file, or if you have multiple languages supported.
57// If you do need to change your locale, be aware that the format of this function
58// is subtlely different in versions of PHP before and after 4.3.0, see
59// http://uk2.php.net/manual/en/function.setlocale.php for details.
60// Also be aware that changing the whole locale may affect some floating point or decimal
61// arithmetic in the database, if this is the case change only the individual locale areas
62// that don't affect this rather than all at once. See the examples below.
63// Finally, depending on your setup, PHP may not enjoy have multiple locales in a shared
64// threaded environment, if you get funny errors it may be this.
65//
66// Examples
67// setlocale( 'LC_ALL', 'en_GB' ); All locale settings pre-4.3.0
68// setlocale( LC_ALL,   'zh_TW' ); All locale settings 4.3.0 and after
69// setlocale( LC_CTYPE, 'zh_TW' ); Character class settings 4.3.0 and after
70// setlocale( LC_TIME,  'zh_TW' ); Date and time formatting 4.3.0 and after
71
72// Simple String Replacements
73$SLANG = array(
74    'SystemLog'             => '系統日誌',
75    'DateTime'              => '日期/時間',
76    'Component'             => '元件',
77    'Pid'                   => 'PID',
78    'Level'                 => '等級',
79    'Message'               => '訊息',
80    'Line'                  => 'Line',
81    'More'                  => 'More',
82    'Clear'                 => '清除',
83    '24BitColour'           => '24 bit 彩色',
84    '32BitColour'           => '32 bit 彩色',
85    '8BitGrey'              => '8 bit 灰階',
86    'Action'                => 'Action',
87    'Actual'                => '實際',
88    'AddNewControl'         => '增加新控制',
89    'AddNewMonitor'         => '新增',
90    'AddMonitorDisabled'    => 'Your user is not allowed to add a new monitor',
91    'AddNewServer'          => '增加新伺服器',
92    'AddNewStorage'         => '增加新儲存',
93    'AddNewUser'            => '增加新使用者',
94    'AddNewZone'            => '增加新區域',
95    'Alarm'                 => '警報',
96    'AlarmBrFrames'         => '警報<br/>Frames',
97    'AlarmFrame'            => '警報 Frame',
98    'AlarmFrameCount'       => '警報 Frame Count',
99    'AlarmLimits'           => '警報 Limits',
100    'AlarmMaximumFPS'       => '警報最大 FPS',
101    'AlarmPx'               => '警報 Px',
102    'AlarmRefImageBlendPct' => '警報 Reference Image Blend %ge',
103    'AlarmRGBUnset'         => '你必須設定警報的 RGB 顏色',
104    'Alert'                 => '警告',
105    'All'                   => '全部',
106    'AllTokensRevoked'      => '全部 Tokens 已撤銷',
107    'AnalysisFPS'           => 'Analysis FPS',
108    'AnalysisUpdateDelay'   => 'Analysis Update Delay',
109    'API'                   => 'API',
110    'APIEnabled'            => 'API 已啟用',
111    'Apply'                 => '確定',
112    'ApplyingStateChange'   => 'Applying State Change',
113    'ArchArchived'          => 'Archived Only',
114    'Archive'               => '封存',
115    'Archived'              => '已封存',
116    'ArchUnarchived'        => 'Unarchived Only',
117    'Area'                  => '區域',
118    'AreaUnits'             => '區域 (px/%)',
119    'AttrAlarmFrames'       => 'Alarm Frames',
120    'AttrArchiveStatus'     => 'Archive Status',
121    'AttrAvgScore'          => '平均分數',
122    'AttrCause'             => 'Cause',
123    'AttrStartDate'         => '開始日期',
124    'AttrEndDate'           => '結束日期',
125    'AttrStartDateTime'     => '開始 Date/Time',
126    'AttrEndDateTime'       => '結束 Date/Time',
127    'AttrDiskSpace'         => '磁碟空間',
128    'AttrDiskBlocks'        => '磁碟 Blocks',
129    'AttrDiskPercent'       => '磁碟 Percent',
130    'AttrDuration'          => '歷時',
131    'AttrFrames'            => 'Frames',
132    'AttrId'                => 'Id',
133    'AttrMaxScore'          => '最高分數',
134    'AttrMonitorId'         => '監視器 Id',
135    'AttrMonitorName'       => '監視器名稱',
136    'AttrSecondaryStorageArea' => '次要儲存區',
137    'AttrStorageArea'       => '儲存區',
138    'AttrFilterServer'      => 'Server Filter is Running On',
139    'AttrMonitorServer'     => 'Server Monitor is Running On',
140    'AttrStorageServer'     => 'Server Hosting Storage',
141    'AttrStateId'           => '運行狀態',
142    'AttrName'              => '名稱',
143    'AttrNotes'             => '備註',
144    'AttrSystemLoad'        => '系統負載',
145    'AttrStartTime'         => '開始時間',
146    'AttrEndTime'           => '結束時間',
147    'AttrTotalScore'        => '總分數',
148    'AttrStartWeekday'      => '開始 Weekday',
149    'AttrEndWeekday'        => '結束 Weekday',
150    'Auto'                  => '自動',
151    'AutoStopTimeout'       => '超時自動停止',
152    'Available'             => 'Available',
153    'AvgBrScore'            => '平均<br/>分數',
154    'Available'             => 'Available',
155    'Background'            => '背景',
156    'BackgroundFilter'      => 'Run filter in background',
157    'BadAlarmFrameCount'    => '警報 frame count must be an integer of one or more',
158    'BadAlarmMaxFPS'        => '警報最大 FPS must be a positive integer or floating point value',
159    'BadAnalysisFPS'        => 'Analysis FPS must be a positive integer or floating point value',
160    'BadAnalysisUpdateDelay'=> 'Analysis update delay must be set to an integer of zero or more',
161    'BadChannel'            => 'Channel must be set to an integer of zero or more',
162    'BadDevice'             => 'Device must be set to a valid value',
163    'BadFormat'             => 'Format must be set to a valid value',
164    'BadFPSReportInterval'  => 'FPS report interval buffer count must be an integer of 0 or more',
165    'BadFrameSkip'          => 'Frame skip count must be an integer of zero or more',
166    'BadMotionFrameSkip'    => 'Motion Frame skip count must be an integer of zero or more',
167    'BadHeight'             => '高度必須設定正確的值',
168    'BadHost'               => 'Host must be set to a valid ip address or hostname, do not include http://',
169    'BadImageBufferCount'   => 'Image buffer size must be an integer of 10 or more',
170    'BadLabelX'             => 'Label X co-ordinate must be set to an integer of zero or more',
171    'BadLabelY'             => 'Label Y co-ordinate must be set to an integer of zero or more',
172    'BadMaxFPS'             => 'Maximum FPS must be a positive integer or floating point value',
173    'BadNameChars'          => 'Names may only contain alphanumeric characters plus spaces, hyphen and underscore',
174    'BadPalette'            => 'Palette must be set to a valid value',
175    'BadColours'            => 'Target colour must be set to a valid value',
176    'BadPath'               => 'Path must be set to a valid value',
177    'BadPort'               => 'Port must be set to a valid number',
178    'BadPostEventCount'     => 'Post event image count must be an integer of zero or more',
179    'BadPreEventCount'      => 'Pre event image count must be at least zero, and less than image buffer size',
180    'BadRefBlendPerc'       => 'Reference blend percentage must be a positive integer',
181    'BadNoSaveJPEGsOrVideoWriter' => 'SaveJPEGs and VideoWriter are both set to disabled.  Nothing will be recorded!',
182    'BadSectionLength'      => 'Section length must be an integer of 30 or more',
183    'BadSignalCheckColour'  => 'Signal check colour must be a valid RGB colour string',
184    'BadStreamReplayBuffer' => 'Stream replay buffer must be an integer of zero or more',
185    'BadSourceType'         => 'Source Type \"Web Site\" requires the Function to be set to \"Monitor\"',
186    'BadWarmupCount'        => 'Warmup frames must be an integer of zero or more',
187    'BadWebColour'          => 'Web colour must be a valid web colour string',
188    'BadWebSitePath'        => '請輸入完整的網站 url, 包含 http://https:// 開頭.',
189    'BadWidth'              => '寬度必須設定正確的值',
190    'Bandwidth'             => '頻寬',
191    'BandwidthHead'         => '頻寬',	// This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
192    'BlobPx'                => 'Blob Px',
193    'Blobs'                 => 'Blobs',
194    'BlobSizes'             => 'Blob Sizes',
195    'Brightness'            => '亮度',
196    'Buffer'                => '緩衝',
197    'Buffers'               => '緩衝',
198    'CanAutoFocus'          => '可自動對焦',
199    'CanAutoGain'           => '可自動 Gain',
200    'CanAutoIris'           => '可自動 Iris',
201    'CanAutoWhite'          => '可自動白平衡',
202    'CanAutoZoom'           => '可自動縮放',
203    'Cancel'                => '取消',
204    'CancelForcedAlarm'     => '取消強制警報',
205    'CanFocusAbs'           => 'Can Focus Absolute',
206    'CanFocus'              => 'Can Focus',
207    'CanFocusCon'           => 'Can Focus Continuous',
208    'CanFocusRel'           => 'Can Focus Relative',
209    'CanGainAbs'            => 'Can Gain Absolute',
210    'CanGain'               => 'Can Gain ',
211    'CanGainCon'            => 'Can Gain Continuous',
212    'CanGainRel'            => 'Can Gain Relative',
213    'CanIrisAbs'            => 'Can Iris Absolute',
214    'CanIris'               => 'Can Iris',
215    'CanIrisCon'            => 'Can Iris Continuous',
216    'CanIrisRel'            => 'Can Iris Relative',
217    'CanMoveAbs'            => 'Can Move Absolute',
218    'CanMove'               => 'Can Move',
219    'CanMoveCon'            => 'Can Move Continuous',
220    'CanMoveDiag'           => 'Can Move Diagonally',
221    'CanMoveMap'            => 'Can Move Mapped',
222    'CanMoveRel'            => 'Can Move Relative',
223    'CanPan'                => '可平移' ,
224    'CanReset'              => 'Can Reset',
225    'CanReboot'             => 'Can Reboot',
226    'CanSetPresets'         => 'Can Set Presets',
227    'CanSleep'              => '可睡眠',
228    'CanTilt'               => 'Can Tilt',
229    'CanWake'               => 'Can Wake',
230    'CanWhiteAbs'           => 'Can White Bal. Absolute',
231    'CanWhiteBal'           => 'Can White Bal.',
232    'CanWhite'              => 'Can White Balance',
233    'CanWhiteCon'           => 'Can White Bal. Continuous',
234    'CanWhiteRel'           => 'Can White Bal. Relative',
235    'CanZoomAbs'            => 'Can Zoom Absolute',
236    'CanZoom'               => 'Can Zoom',
237    'CanZoomCon'            => 'Can Zoom Continuous',
238    'CanZoomRel'            => 'Can Zoom Relative',
239    'CaptureHeight'         => 'Capture 高度',
240    'CaptureMethod'         => 'Capture Method',
241    'CaptureResolution'     => 'Capture Resolution',
242    'CapturePalette'        => 'Capture Palette',
243    'CaptureWidth'          => 'Capture 寬度',
244    'Cause'                 => 'Cause',
245    'CheckMethod'           => 'Alarm Check Method',
246    'ChooseDetectedCamera'  => 'Choose Detected Camera',
247    'ChooseDetectedProfile' => 'Choose Detected Profile',
248    'ChooseFilter'          => 'Choose Filter',
249    'ChooseLogFormat'       => 'Choose a log format',
250    'ChooseLogSelection'    => 'Choose a log selection',
251    'ChoosePreset'          => 'Choose Preset',
252    'CloneMonitor'          => '複製',
253    'Close'                 => '關閉',
254    'Colour'                => '顏色',
255    'Command'               => 'Command',
256    'ConcurrentFilter'      => 'Run filter concurrently',
257    'Config'                => '設定',
258    'ConfiguredFor'         => 'Configured for',
259    'ConfirmDeleteEvents'   => 'Are you sure you wish to delete the selected events?',
260    'ConfirmPassword'       => '確認密碼',
261    'ConjAnd'               => '且',
262    'ConjOr'                => '或',
263    'Console'               => '主控台',
264    'ContactAdmin'          => '詳細情形請聯繫管理員.',
265    'Continue'              => '繼續',
266    'Contrast'              => 'Contrast',
267    'ControlAddress'        => 'Control Address',
268    'ControlCap'            => 'Control Capability',
269    'ControlCaps'           => 'Control Capabilities',
270    'Control'               => '控制',
271    'ControlDevice'         => 'Control Device',
272    'Controllable'          => 'Controllable',
273    'ControlType'           => 'Control Type',
274    'Current'               => '目前',
275    'Cycle'                 => '循環',
276    'CycleWatch'            => 'Cycle Watch',
277    'Day'                   => '天',
278    'Debug'                 => '除錯',
279    'DefaultRate'           => '預設 Rate',
280    'DefaultScale'          => '預設 Scale',
281    'DefaultCodec'          => '預設 Method For Live View',
282    'DefaultView'           => '預設 View',
283    'Deinterlacing'         => 'Deinterlacing',
284    'RTSPDescribe'          => 'Use RTSP Response Media URL',
285    'Delay'                 => 'Delay',
286    'DeleteAndNext'         => 'Delete &amp; Next',
287    'DeleteAndPrev'         => 'Delete &amp; Prev',
288    'Delete'                => '刪除',
289    'DeleteSavedFilter'     => 'Delete saved filter',
290    'Description'           => '描述',
291    'DetectedCameras'       => 'Detected Cameras',
292    'DetectedProfiles'      => 'Detected Profiles',
293    'DeviceChannel'         => 'Device Channel',
294    'DeviceFormat'          => 'Device Format',
295    'DeviceNumber'          => 'Device Number',
296    'DevicePath'            => 'Device Path',
297    'Device'                => '設備',
298    'Devices'               => '設備',
299    'Dimensions'            => 'Dimensions',
300    'DisableAlarms'         => '關閉報警',
301    'Disk'                  => '磁碟',
302    'Display'               => '顯示',
303    'Displaying'            => 'Displaying',
304    'DonateAlready'         => '否, 我已贊助過了',
305    'DonateEnticement'      => 'You\'ve been running ZoneMinder for a while now and hopefully are finding it a useful addition to your home or workplace security. Although ZoneMinder is, and will remain, free and open source, it costs money to develop and support. If you would like to help support future development and new features then please consider donating. Donating is, of course, optional but very much appreciated and you can donate as much or as little as you like.<br/><br/>If you would like to donate please select the option below or go to <a href="https://zoneminder.com/donate/" target="_blank">https://zoneminder.com/donate/</a> in your browser.<br/><br/>Thank you for using ZoneMinder and don\'t forget to visit the forums on <a href="https://forums.zoneminder.com">ZoneMinder.com</a> for support or suggestions about how to make your ZoneMinder experience even better.',
306    'Donate'                => '請贊助',
307    'DonateRemindDay'       => '考慮中, 一天之後再提示',
308    'DonateRemindHour'      => '考慮中, 一小時之後再提示',
309    'DonateRemindMonth'     => '考慮中, 一個月後再提示',
310    'DonateRemindNever'     => '否, 我不想贊助, 不要再提示',
311    'DonateRemindWeek'      => '考慮中, 一週後再提示',
312    'DonateYes'             => '好, 我想贊助',
313    'DoNativeMotionDetection'=> 'Do Native Motion Detection',
314    'Download'              => '下載',
315    'DuplicateMonitorName'  => '監視器名稱重複',
316    'Duration'              => '歷時',
317    'Edit'                  => '編輯',
318    'EditLayout'            => '編輯布局',
319    'Email'                 => 'Email',
320    'EnableAlarms'          => '啟用警報',
321    'Enabled'               => '已啟用',
322    'EnterNewFilterName'    => '輸入新的 filter 名稱',
323    'ErrorBrackets'         => '錯誤, please check you have an equal number of opening and closing brackets',
324    'Error'                 => '錯誤',
325    'ErrorValidValue'       => '錯誤, please check that all terms have a valid value',
326    'Etc'                   => 'etc',
327    'Event'                 => '事件',
328    'EventFilter'           => '事件 Filter',
329    'EventId'               => '事件 Id',
330    'EventName'             => '事件名稱',
331    'EventPrefix'           => '事件 Prefix',
332    'Events'                => '事件',
333    'Exclude'               => '排除',
334    'Execute'               => '執行',
335    'ExportCompress'        => '使用壓縮',
336    'ExportDetails'         => '匯出事件 Details',
337    'ExportMatches'         => '匯出 Matches',
338    'Exif'                  => '嵌入 EXIF 資料到圖片',
339    'Export'                => '匯出',
340    'DownloadVideo'         => '下載影片',
341    'GenerateDownload'      => 'Generate Download',
342    'ExportFailed'          => '匯出失敗',
343    'ExportFormat'          => '匯出檔案格式',
344    'ExportFormatTar'       => 'Tar',
345    'ExportFormatZip'       => 'Zip',
346    'ExportFrames'          => '匯出 Frame Details',
347    'ExportImageFiles'      => '匯出圖片檔案',
348    'ExportLog'             => '匯出日誌',
349    'Exporting'             => '匯出中',
350    'ExportMiscFiles'       => '匯出其他檔案 (如果存在)',
351    'ExportOptions'         => '匯出選項',
352    'ExportSucceeded'       => '匯出已成功',
353    'ExportVideoFiles'      => '匯出影片檔案 (如果存在)',
354    'Far'                   => 'Far',
355    'FastForward'           => '快速前進',
356    'Feed'                  => 'Feed',
357    'Ffmpeg'                => 'FFmpeg',
358    'File'                  => '檔案',
359    'FilterArchiveEvents'   => 'Archive all matches',
360    'FilterUpdateDiskSpace' => '更新磁碟已使用空間',
361    'FilterDeleteEvents'    => 'Delete all matches',
362    'FilterCopyEvents'      => 'Copy all matches',
363    'FilterMoveEvents'      => 'Move all matches',
364    'FilterEmailEvents'     => 'Email details of all matches',
365    'FilterExecuteEvents'   => 'Execute command on all matches',
366    'FilterLog'             => '過濾器日誌',
367    'FilterMessageEvents'   => 'Message details of all matches',
368    'FilterPx'              => '過濾器 Px',
369    'Filter'                => '過濾器',
370    'Filters'               => '過濾器',
371    'FilterUnset'           => 'You must specify a filter 寬度與高度',
372    'FilterUploadEvents'    => 'Upload all matches',
373    'FilterVideoEvents'     => 'Create video for all matches',
374    'First'                 => '開頭',
375    'FlippedHori'           => '水平翻轉',
376    'FlippedVert'           => '垂直翻轉',
377    'FnNone'                => '無',
378    'FnMonitor'             => '監視器',
379    'FnModect'              => '運動偵測', // Motion Detection
380    'FnRecord'              => '錄影',
381    'FnMocord'              => '運動偵測與錄影', // Modect + Record
382    'FnNodect'              => 'Nodect',
383    'Focus'                 => '對焦',
384    'ForceAlarm'            => '強制警報',
385    'Format'                => '格式',
386    'FPS'                   => 'fps',
387    'FPSReportInterval'     => 'FPS Report Interval',
388    'Frame'                 => 'Frame',
389    'FrameId'               => 'Frame Id',
390    'FrameRate'             => 'Frame Rate',
391    'Frames'                => 'Frames',
392    'FrameSkip'             => 'Frame Skip',
393    'MotionFrameSkip'       => 'Motion Frame Skip',
394    'FTP'                   => 'FTP',
395    'Func'                  => '功能',
396    'Function'              => '功能',
397    'Gain'                  => '增益',
398    'General'               => '一般',
399    'GenerateVideo'         => '產製影片',
400    'GeneratingVideo'       => '正在產製影片',
401    'GoToZoneMinder'        => '前往 ZoneMinder.com',
402    'Grey'                  => 'Grey',
403    'Group'                 => '群組',
404    'Groups'                => '群組',
405    'HasFocusSpeed'         => '有對焦速度',
406    'HasGainSpeed'          => '有增益速度',
407    'HasHomePreset'         => 'Has Home Preset',
408    'HasIrisSpeed'          => '有光圈速度',
409    'HasPanSpeed'           => '有平移速度',
410    'HasPresets'            => '有預設值',
411    'HasTiltSpeed'          => '有傾斜速度',
412    'HasTurboPan'           => '有快速平移',
413    'HasTurboTilt'          => '有快速傾斜',
414    'HasWhiteSpeed'         => '有白平衡速度',
415    'HasZoomSpeed'          => '有縮放速度',
416    'HighBW'                => '高&nbsp;B/W',
417    'High'                  => '高',
418    'Home'                  => 'Home',
419    'Hostname'              => '主機名稱',
420    'Hour'                  => '小時',
421    'Hue'                   => '色調',
422    'Id'                    => 'Id',
423    'Idle'                  => 'Idle',
424    'Ignore'                => '忽略',
425    'ImageBufferSize'       => '圖片緩衝大小 (frames)',
426    'Image'                 => '圖片',
427    'Images'                => '圖片',
428    'Include'               => '包含',
429    'In'                    => 'In',
430    'InvalidateTokens'      => 'Invalidate all generated tokens',
431    'Inverted'              => 'Inverted',
432    'Iris'                  => '光圈',
433    'KeyString'             => 'Key String',
434    'Label'                 => '標籤',
435    'Language'              => '語言',
436    'Last'                  => '最後',
437    'Layout'                => '布局',
438    'Libvlc'                => 'Libvlc',
439    'LimitResultsPost'      => 'results only', // This is used at the end of the phrase 'Limit to first N results only'
440    'LimitResultsPre'       => 'Limit to first', // This is used at the beginning of the phrase 'Limit to first N results only'
441    'LinkedMonitors'        => 'Linked Monitors',
442    'List'                  => 'List',
443    'ListMatches'           => 'List Matches',
444    'Load'                  => '負載',
445    'Local'                 => '本機',
446    'Log'                   => '日誌',
447    'Logs'                  => '日誌',
448    'Logging'               => '日誌',
449    'LoggedInAs'            => '已登入為',
450    'LoggingIn'             => '登入中',
451    'Login'                 => '登入',
452    'Logout'                => '登出',
453    'LowBW'                 => '低&nbsp;B/W',
454    'Low'                   => '低',
455    'Main'                  => '主要',
456    'Man'                   => '人',
457    'Manual'                => '手動',
458    'Mark'                  => '勾選',
459    'MaxBandwidth'          => '最大頻寬',
460    'MaxBrScore'            => '最高<br/>分數',
461    'MaxFocusRange'         => '最大對焦範圍',
462    'MaxFocusSpeed'         => '最大對焦速度',
463    'MaxFocusStep'          => '最大對焦步進',
464    'MaxGainRange'          => '最大增益範圍',
465    'MaxGainSpeed'          => '最大增益速度',
466    'MaxGainStep'           => '最大增益步進',
467    'MaximumFPS'            => '最大 FPS',
468    'MaxIrisRange'          => '最大光圈範圍',
469    'MaxIrisSpeed'          => '最大光圈速度',
470    'MaxIrisStep'           => '最大光圈步進',
471    'Max'                   => '最大',
472    'MaxPanRange'           => '最大平移範圍',
473    'MaxPanSpeed'           => '最大平移速度',
474    'MaxPanStep'            => '最大平移步進',
475    'MaxTiltRange'          => '最大傾斜範圍',
476    'MaxTiltSpeed'          => '最大傾斜速度',
477    'MaxTiltStep'           => '最大傾斜步進',
478    'MaxWhiteRange'         => '最大白平衡範圍',
479    'MaxWhiteSpeed'         => '最大白平衡速度',
480    'MaxWhiteStep'          => '最大白平衡步進',
481    'MaxZoomRange'          => '最大縮放範圍',
482    'MaxZoomSpeed'          => '最大縮放速度',
483    'MaxZoomStep'           => '最大縮放步進',
484    'MediumBW'              => '中&nbsp;B/W',
485    'Medium'                => '中',
486    'MinAlarmAreaLtMax'     => 'Minimum alarm area should be less than maximum',
487    'MinAlarmAreaUnset'     => 'You must specify the minimum alarm pixel count',
488    'MinBlobAreaLtMax'      => 'Minimum blob area should be less than maximum',
489    'MinBlobAreaUnset'      => 'You must specify the minimum blob pixel count',
490    'MinBlobLtMinFilter'    => 'Minimum blob area should be less than or equal to minimum filter area',
491    'MinBlobsLtMax'         => 'Minimum blobs should be less than maximum',
492    'MinBlobsUnset'         => 'You must specify the minimum blob count',
493    'MinFilterAreaLtMax'    => 'Minimum filter area should be less than maximum',
494    'MinFilterAreaUnset'    => 'You must specify the minimum filter pixel count',
495    'MinFilterLtMinAlarm'   => 'Minimum filter area should be less than or equal to minimum alarm area',
496    'MinFocusRange'         => '最小對焦範圍',
497    'MinFocusSpeed'         => '最小對焦速度',
498    'MinFocusStep'          => '最小對焦步進',
499    'MinGainRange'          => '最小增益範圍',
500    'MinGainSpeed'          => '最小增益速度',
501    'MinGainStep'           => '最小增益步進',
502    'MinIrisRange'          => '最小光圈範圍',
503    'MinIrisSpeed'          => '最小光圈速度',
504    'MinIrisStep'           => '最小光圈步進',
505    'MinPanRange'           => '最小平移範圍',
506    'MinPanSpeed'           => '最小平移速度',
507    'MinPanStep'            => '最小平移步進',
508    'MinPixelThresLtMax'    => 'Minimum pixel threshold should be less than maximum',
509    'MinPixelThresUnset'    => 'You must specify a minimum pixel threshold',
510    'MinTiltRange'          => '最小傾斜範圍',
511    'MinTiltSpeed'          => '最小傾斜速度',
512    'MinTiltStep'           => '最小傾斜步進',
513    'MinWhiteRange'         => '最小白平衡範圍',
514    'MinWhiteSpeed'         => '最小白平衡速度',
515    'MinWhiteStep'          => '最小白平衡步進',
516    'MinZoomRange'          => '最小縮放範圍',
517    'MinZoomSpeed'          => '最小縮放速度',
518    'MinZoomStep'           => '最小縮放步進',
519    'Misc'                  => '雜項',
520    'Mode'                  => 'Mode',
521    'MonitorIds'            => '監視器&nbsp;Ids',
522    'Monitor'               => '監視器',
523    'MonitorPresetIntro'    => 'Select an appropriate preset from the list below.<br/><br/>Please note that this may overwrite any values you already have configured for the current monitor.<br/><br/>',
524    'MonitorPreset'         => '監視器 Preset',
525    'MonitorProbeIntro'     => 'The list below shows detected analog and network cameras and whether they are already being used or available for selection.<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that not all cameras may be detected and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>',
526    'MonitorProbe'          => '監視器探測',
527    'Monitors'              => '監視器',
528    'Montage'               => 'Montage',
529    'MontageReview'         => 'Montage Review',
530    'Month'                 => '月',
531    'Move'                  => '移動',
532    'MtgDefault'            => '預設',              // Added 2013.08.15.
533    'Mtg2widgrd'            => '2-wide grid',              // Added 2013.08.15.
534    'Mtg3widgrd'            => '3-wide grid',              // Added 2013.08.15.
535    'Mtg4widgrd'            => '4-wide grid',              // Added 2013.08.15.
536    'Mtg3widgrx'            => '3-wide grid, scaled, enlarge on alarm',              // Added 2013.08.15.
537    'MustBeGe'              => '必須是大於或等於',
538    'MustBeLe'              => '必須是小於或等於',
539    'MustConfirmPassword'   => '你必須確認密碼',
540    'MustSupplyPassword'    => '你必須提供密碼',
541    'MustSupplyUsername'    => '你必須提供使用者名稱',
542    'Name'                  => '名稱',
543    'Near'                  => '接近',
544    'Network'               => '網路',
545    'NewGroup'              => '新群組',
546    'NewLabel'              => '新標籤',
547    'New'                   => '新增',
548    'NewPassword'           => '新密碼',
549    'NewState'              => '新狀態',
550    'NewUser'               => '新使用者',
551    'Next'                  => '下一個',
552    'NextMonitor'           => '下一個監視器',
553    'NoDetectedCameras'     => 'No Detected Cameras',
554    'NoDetectedProfiles'    => 'No Detected Profiles',
555    'NoFramesRecorded'      => 'There are no frames recorded for this event',
556    'NoGroup'               => 'No Group',
557    'NoneAvailable'         => 'None available',
558    'None'                  => 'None',
559    'No'                    => 'No',
560    'Normal'                => '正常',
561    'NoSavedFilters'        => 'NoSavedFilters',
562    'NoStatisticsRecorded'  => 'There are no statistics recorded for this event/frame',
563    'Notes'                 => '備註',
564    'NumPresets'            => 'Num Presets',
565    'Off'                   => 'Off',
566    'On'                    => 'On',
567    'OnvifProbe'            => 'ONVIF',
568    'OnvifProbeIntro'       => 'The list below shows detected ONVIF cameras and whether they are already being used or available for selection.<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that not all cameras may be detected and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>',
569    'OnvifCredentialsIntro' => 'Please supply user name and password for the selected camera.<br/>If no user has been created for the camera then the user given here will be created with the given password.<br/><br/>',
570    'Open'                  => '開啟',
571    'OpEq'                  => '等於',
572    'OpGtEq'                => '大於或等於',
573    'OpGt'                  => '大於',
574    'OpIn'                  => '在列表中',
575    'OpLtEq'                => '小於或等於',
576    'OpLt'                  => '小於',
577    'OpMatches'             => '符合',
578    'OpNe'                  => '不等於',
579    'OpNotIn'               => '不在列表中',
580    'OpNotMatches'          => '不符合',
581    'OpIs'                  => '是',
582    'OpIsNot'               => '不是',
583    'OpLike'                => '包含',
584    'OpNotLike'             => '不包含',
585    'OptionalEncoderParam'  => 'Optional Encoder Parameters',
586    'OptionHelp'            => 'Option Help',
587    'OptionRestartWarning'  => 'These changes may not come into effect fully\nwhile the system is running. When you have\nfinished making your changes please ensure that\nyou restart ZoneMinder.',
588    'Options'               => '選項',
589    'Order'                 => '排序',
590    'OrEnterNewName'        => '或輸入新名稱',
591    'Orientation'           => '方向',
592    'Out'                   => 'Out',
593    'OverwriteExisting'     => 'Overwrite Existing',
594    'Paged'                 => 'Paged',
595    'PanLeft'               => 'Pan Left',
596    'Pan'                   => 'Pan',
597    'PanRight'              => 'Pan Right',
598    'PanTilt'               => 'Pan/Tilt',
599    'Parameter'             => '參數',
600    'ParentGroup'           => '上層群組',
601    'Password'              => '密碼',
602    'PasswordsDifferent'    => '新密碼與確認密碼不相同',
603    'PathToIndex'           => 'Path To Index',
604    'PathToZMS'             => 'Path To ZMS',
605    'PathToApi'             => 'Path To Api',
606    'Paths'                 => 'Paths',
607    'Pause'                 => '暫停',
608    'PauseCycle'            => '暫停循環',
609    'PhoneBW'               => '電話&nbsp;B/W',
610    'Phone'                 => '電話',
611    'PixelDiff'             => 'Pixel Diff',
612    'Pixels'                => '像素',
613    'PlayAll'               => '播放全部',
614    'Play'                  => '播放',
615    'PlayCycle'             => 'Play Cycle',
616    'Plugins'               => 'Plugins',
617    'PleaseWait'            => '請稍後',
618    'Point'                 => 'Point',
619    'PostEventImageBuffer'  => 'Post Event Image Count',
620    'PreEventImageBuffer'   => 'Pre Event Image Count',
621    'PreserveAspect'        => 'Preserve Aspect Ratio',
622    'Preset'                => '預設',
623    'Presets'               => '預設',
624    'Prev'                  => '前一個',
625    'PreviousMonitor'       => '前一個監視器',
626    'Privacy'               => 'Privacy',
627    'PrivacyAbout'          => '關於',
628    '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.',
629    'PrivacyContact'        => 'Contact',
630    '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>',
631    'PrivacyCookies'        => 'Cookies',
632    '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.',
633    'PrivacyTelemetry'      => 'Telemetry',
634    '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.',
635    '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>',
636    '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>',
637    '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.',
638    'Probe'                 => '探測',
639    'ProfileProbe'          => 'Stream 探測',
640    '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/>',
641    'Progress'              => 'Progress',
642    'Protocol'              => '通訊協定',
643    'Rate'                  => 'Rate',
644    'RecaptchaWarning'      => 'Your reCaptcha secret key is invalid. Please correct it, or reCaptcha will not work', // added Sep 24 2015 - PP
645	'RecordAudio'			=> 'Whether to store the audio stream when saving an event.',
646    'Real'                  => 'Real',
647    'Record'                => '紀錄',
648    'RefImageBlendPct'      => 'Reference Image Blend %ge',
649    'Refresh'               => '重新整理',
650    'RemoteHostName'        => '主機名稱',
651    'RemoteHostPath'        => '路徑',
652    'RemoteHostSubPath'     => '子路徑',
653    'RemoteHostPort'        => '通訊埠',
654    'RemoteImageColours'    => '圖片顏色',
655    'RemoteMethod'          => 'Method',
656    'RemoteProtocol'        => '通訊協定',
657    'Remote'                => '遠端',
658    'Rename'                => '重新命名',
659    'ReplayAll'             => '全部事件',
660    'ReplayGapless'         => '無間隙事件',
661    'Replay'                => 'Replay',
662    'ReplaySingle'          => 'Single 事件',
663    'ReportEventAudit'      => '稽核事件報告',
664    'ResetEventCounts'      => '重置事件計數',
665    'Reset'                 => '重置',
666    'Restarting'            => '重新啟動中',
667    'Restart'               => '重新啟動',
668    'RestrictedCameraIds'   => 'Restricted Camera Ids',
669    'RestrictedMonitors'    => 'Restricted Monitors',
670    'ReturnDelay'           => 'Return Delay',
671    'ReturnLocation'        => 'Return Location',
672    'RevokeAllTokens'       => '撤銷全部 Tokens',
673    'Rewind'                => 'Rewind',
674    'RotateLeft'            => '向左旋轉',
675    'RotateRight'           => '向右旋轉',
676    'RTSPTransport'         => 'RTSP 傳輸協定',
677    'RunAudit'              => 'Run Audit Process',
678    'RunLocalUpdate'        => '請執行 zmupdate.pl 進行更新',
679    'RunMode'               => '運行模式',
680    'Running'               => '運行中',
681    'RunState'              => 'Run State',
682    'RunStats'              => 'Run Stats Process',
683    'RunTrigger'            => 'Run Trigger Process',
684    'RunEventNotification'  => 'Run Event Notification Process',
685    'SaveAs'                => '另儲存為',
686    'SaveFilter'            => '儲存 Filter',
687    'SaveJPEGs'             => '儲存 JPEGs',
688    'Save'                  => '儲存',
689    'Scale'                 => '比例',
690    'Score'                 => '分數',
691    'Secs'                  => '秒',
692    'Sectionlength'         => '段落長度',
693    'SelectMonitors'        => '選擇監視器',
694    'Select'                => '選擇',
695    'SelectFormat'          => '選擇格式',
696    'SelectLog'             => '選擇日誌',
697    'SelfIntersecting'      => 'Polygon edges must not intersect',
698    'SetNewBandwidth'       => '設定新頻寬',
699    'SetPreset'             => '設定預設值',
700    'Set'                   => '設定',
701    'Settings'              => '設定',
702    'ShowFilterWindow'      => '顯示過濾器視窗',
703    'ShowTimeline'          => '顯示時間軸',
704    'Shutdown'              => '關閉',
705    'SignalCheckColour'     => 'Signal Check Colour',
706    'SignalCheckPoints'     => 'Signal Check Points',
707    'Size'                  => 'Size',
708    'SkinDescription'       => 'Change the skin for this session',
709    'CSSDescription'        => 'Change the css for this session',
710    'Sleep'                 => '睡眠',
711    'SortAsc'               => '升冪',
712    'SortBy'                => '排序',
713    'SortDesc'              => '降冪',
714    'Source'                => '訊號源',
715    'SourceColours'         => '訊號源顏色',
716    'SourcePath'            => '訊號源路徑',
717    'SourceType'            => '訊號源類型',
718    'SpeedHigh'             => '高速',
719    'SpeedLow'              => '低速',
720    'SpeedMedium'           => '中速',
721    'Speed'                 => '速度',
722    'SpeedTurbo'            => '快速',
723    'Start'                 => '開始',
724    'State'                 => '狀態',
725    'Stats'                 => 'Stats',
726    'Status'                => '狀態',
727    'StatusUnknown'         => '未知',
728    'StatusConnected'       => '擷取中',
729    'StatusNotRunning'      => '未運行',
730    'StatusRunning'         => '未擷取',
731    'StepBack'              => 'Step Back',
732    'StepForward'           => 'Step Forward',
733    'StepLarge'             => 'Large Step',
734    'StepMedium'            => 'Medium Step',
735    'StepNone'              => '無步進',
736    'StepSmall'             => 'Small Step',
737    'Step'                  => '步進',
738    'Stills'                => 'Stills',
739    'Stopped'               => '已停止',
740    'Stop'                  => '停止',
741    'StorageArea'           => '儲存區',
742    'StorageDoDelete'       => 'Do Deletes',
743    'StorageScheme'         => 'Scheme',
744    'StreamReplayBuffer'    => 'Stream Replay Image Buffer',
745    'Stream'                => 'Stream',
746    'Submit'                => 'Submit',
747    'System'                => '系統',
748    'TargetColorspace'      => 'Target colorspace',
749    'Tele'                  => 'Tele',
750    'Thumbnail'             => '縮圖',
751    'Tilt'                  => 'Tilt',
752    'TimeDelta'             => 'Time Delta',
753    'Timeline'              => '時間軸',
754    'TimelineTip1'          => 'Pass your mouse over the graph to view a snapshot image and event details.',              // Added 2013.08.15.
755    'TimelineTip2'          => 'Click on the coloured sections of the graph, or the image, to view the event.',              // Added 2013.08.15.
756    'TimelineTip3'          => 'Click on the background to zoom in to a smaller time period based around your click.',              // Added 2013.08.15.
757    'TimelineTip4'          => 'Use the controls below to zoom out or navigate back and forward through the time range.',              // Added 2013.08.15.
758    'TimestampLabelFormat'  => 'Timestamp Label Format',
759    'TimestampLabelX'       => 'Timestamp Label X',
760    'TimestampLabelY'       => 'Timestamp Label Y',
761    'TimestampLabelSize'    => '字體大小',
762    'Timestamp'             => 'Timestamp',
763    'TimeStamp'             => 'Time Stamp',
764    'Time'                  => '時間',
765    'Today'                 => '今日',
766    'Tools'                 => '工具',
767    'Total'                 => 'Total',
768    'TotalBrScore'          => '總<br/>分數',
769    'TrackDelay'            => 'Track Delay',
770    'TrackMotion'           => 'Track Motion',
771    'Triggers'              => 'Triggers',
772    'TurboPanSpeed'         => '快速平移速度',
773    'TurboTiltSpeed'        => '快速 Tilt 速度',
774    'Type'                  => '類型',
775    'TZUnset'               => '未設定 - 使用 php.ini 的設定值',
776    'Unarchive'             => 'Unarchive',
777    'Undefined'             => '未定義',
778    'Units'                 => 'Units',
779    'Unknown'               => '未知',
780    'UpdateAvailable'       => 'An update to ZoneMinder is available.',
781    'UpdateNotNecessary'    => 'No update is necessary.',
782    'Update'                => '更新',
783    'Upload'                => '上傳',
784    'Updated'               => '已更新',
785    'UsedPlugins'	    => 'Used Plugins',
786    'UseFilterExprsPost'    => '&nbsp;filter&nbsp;expressions', // This is used at the end of the phrase 'use N filter expressions'
787    'UseFilterExprsPre'     => 'Use&nbsp;', // This is used at the beginning of the phrase 'use N filter expressions'
788    'UseFilter'             => '使用過濾器',
789    'Username'              => '使用者帳號',
790    'Users'                 => '使用者',
791    'User'                  => '使用者',
792    'Value'                 => 'Value',
793    'VersionIgnore'         => '忽略此版本',
794    'VersionRemindDay'      => '一天之後再提醒',
795    'VersionRemindHour'     => '一小時後再提醒',
796    'VersionRemindNever'    => 'Don\'t remind about new versions',
797    'VersionRemindWeek'     => '一週之後再提醒',
798    'VersionRemindMonth'    => '一個月後再提醒',
799    'Version'               => '版本',
800    'ViewMatches'           => 'View Matches',
801    'VideoFormat'           => '影像格式',
802    'VideoGenFailed'        => 'Video Generation Failed!',
803    'VideoGenFiles'         => 'Existing Video Files',
804    'VideoGenNoFiles'       => 'No Video Files Found',
805    'VideoGenParms'         => '影片 Generation Parameters',
806    'VideoGenSucceeded'     => '影片 Generation Succeeded!',
807    'VideoSize'             => '影片 Size',
808    'VideoWriter'           => '影片 Writer',
809    'Video'                 => '影片',
810    'ViewAll'               => 'View All',
811    'ViewEvent'             => 'View Event',
812    'ViewPaged'             => 'View Paged',
813    'View'                  => 'View',
814    'V4L'                   => 'V4L',
815    'V4LCapturesPerFrame'   => 'Captures Per Frame',
816    'V4LMultiBuffer'        => 'Multi Buffering',
817    'Wake'                  => 'Wake',
818    'WarmupFrames'          => 'Warmup Frames',
819    'Watch'                 => 'Watch',
820    'WebColour'             => '網站色系',
821    'Web'                   => '網站',
822    'WebSiteUrl'            => 'Website URL',
823    'Week'                  => '週',
824    'WhiteBalance'          => '白平衡',
825    'White'                 => '白',
826    'Wide'                  => 'Wide',
827    'X10ActivationString'   => 'X10 Activation String',
828    'X10InputAlarmString'   => 'X10 Input Alarm String',
829    'X10OutputAlarmString'  => 'X10 Output Alarm String',
830    'X10'                   => 'X10',
831    'X'                     => 'X',
832    'Yes'                   => 'Yes',
833    'YouNoPerms'            => 'You do not have permissions to access this resource.',
834    'Y'                     => 'Y',
835    'ZoneAlarmColour'       => '警報顏色 (紅/綠/藍)',
836    'ZoneArea'              => 'Zone Area',
837    'ZoneFilterSize'        => 'Filter 寬/高 (pixels)',
838    'ZoneMinderLog'         => 'ZoneMinder 日誌',
839    'ZoneMinMaxAlarmArea'   => '最小/最大 Alarmed Area',
840    'ZoneMinMaxBlobArea'    => '最小/最大 Blob Area',
841    'ZoneMinMaxBlobs'       => '最小/最大 Blobs',
842    'ZoneMinMaxFiltArea'    => '最小/最大 Filtered Area',
843    'ZoneMinMaxPixelThres'  => '最小/最大 Pixel Threshold (0-255)',
844    'ZoneOverloadFrames'    => 'Overload Frame Ignore Count',
845    'ZoneExtendAlarmFrames' => 'Extend Alarm Frame Count',
846    'Zones'                 => 'Zones',
847    'Zone'                  => 'Zone',
848    'ZoomIn'                => 'Zoom In',
849    'ZoomOut'               => 'Zoom Out',
850    'Zoom'                  => '縮放',
851);
852
853// Complex replacements with formatting and/or placements, must be passed through sprintf
854$CLANG = array(
855    'CurrentLogin'          => '目前登入者是 \'%1$s\'',
856    'EventCount'            => '%1$s %2$s', // For example '37 Events' (from Vlang below)
857    'LastEvents'            => '最後 %1$s %2$s', // For example 'Last 37 Events' (from Vlang below)
858    'LatestRelease'         => 'The latest release is v%1$s, you have v%2$s.',
859    'MonitorCount'          => '%1$s %2$s', // For example '4 Monitors' (from Vlang below)
860    'MonitorFunction'       => '監視器 %1$s Function',
861    'RunningRecentVer'      => 'You are running the most recent version of ZoneMinder, v%s.',
862    'VersionMismatch'       => '版本不相同, 系統版本 %1$s, 資料庫 %2$s.',
863);
864
865// The next section allows you to describe a series of word ending and counts used to
866// generate the correctly conjugated forms of words depending on a count that is associated
867// with that word.
868// This intended to allow phrases such a '0 potatoes', '1 potato', '2 potatoes' etc to
869// conjugate correctly with the associated count.
870// In some languages such as English this is fairly simple and can be expressed by assigning
871// a count with a singular or plural form of a word and then finding the nearest (lower) value.
872// So '0' of something generally ends in 's', 1 of something is singular and has no extra
873// ending and 2 or more is a plural and ends in 's' also. So to find the ending for '187' of
874// something you would find the nearest lower count (2) and use that ending.
875//
876// So examples of this would be
877// $zmVlangPotato = array( 0=>'Potatoes', 1=>'Potato', 2=>'Potatoes' );
878// $zmVlangSheep = array( 0=>'Sheep' );
879//
880// where you can have as few or as many entries in the array as necessary
881// If your language is similar in form to this then use the same format and choose the
882// appropriate zmVlang function below.
883// If however you have a language with a different format of plural endings then another
884// approach is required . For instance in Russian the word endings change continuously
885// depending on the last digit (or digits) of the numerator. In this case then zmVlang
886// arrays could be written so that the array index just represents an arbitrary 'type'
887// and the zmVlang function does the calculation about which version is appropriate.
888//
889// So an example in Russian might be (using English words, and made up endings as I
890// don't know any Russian!!)
891// 'Potato' => array( 1=>'Potati', 2=>'Potaton', 3=>'Potaten' ),
892//
893// and the zmVlang function decides that the first form is used for counts ending in
894// 0, 5-9 or 11-19 and the second form when ending in 1 etc.
895//
896
897// Variable arrays expressing plurality, see the zmVlang description above
898$VLANG = array(
899    'Event'                 => array( 0=>'Events', 1=>'Event', 2=>'Events' ),
900    'Monitor'               => array( 0=>'Monitors', 1=>'Monitor', 2=>'Monitors' ),
901);
902// You will need to choose or write a function that can correlate the plurality string arrays
903// with variable counts. This is used to conjugate the Vlang arrays above with a number passed
904// in to generate the correct noun form.
905//
906// In languages such as English this is fairly simple
907// Note this still has to be used with printf etc to get the right formatting
908function zmVlang( $langVarArray, $count )
909{
910    krsort( $langVarArray );
911    foreach ( $langVarArray as $key=>$value )
912    {
913        if ( abs($count) >= $key )
914        {
915            return( $value );
916        }
917    }
918    die( '錯誤, unable to correlate variable language string' );
919}
920
921// This is an version that could be used in the Russian example above
922// The rules are that the first word form is used if the count ends in
923// 0, 5-9 or 11-19. The second form is used then the count ends in 1
924// (not including 11 as above) and the third form is used when the
925// count ends in 2-4, again excluding any values ending in 12-14.
926//
927// function zmVlang( $langVarArray, $count )
928// {
929//  $secondlastdigit = substr( $count, -2, 1 );
930//  $lastdigit = substr( $count, -1, 1 );
931//  // or
932//  // $secondlastdigit = ($count/10)%10;
933//  // $lastdigit = $count%10;
934//
935//  // Get rid of the special cases first, the teens
936//  if ( $secondlastdigit == 1 && $lastdigit != 0 )
937//  {
938//      return( $langVarArray[1] );
939//  }
940//  switch ( $lastdigit )
941//  {
942//      case 0 :
943//      case 5 :
944//      case 6 :
945//      case 7 :
946//      case 8 :
947//      case 9 :
948//      {
949//          return( $langVarArray[1] );
950//          break;
951//      }
952//      case 1 :
953//      {
954//          return( $langVarArray[2] );
955//          break;
956//      }
957//      case 2 :
958//      case 3 :
959//      case 4 :
960//      {
961//          return( $langVarArray[3] );
962//          break;
963//      }
964//  }
965//  die( 'Error, unable to correlate variable language string' );
966// }
967
968// This is an example of how the function is used in the code which you can uncomment and
969// use to test your custom function.
970//$monitors = array();
971//$monitors[] = 1; // Choose any number
972//echo sprintf( $CLANG['MonitorCount'], count($monitors), zmVlang( $VLANG['VlangMonitor'], count($monitors) ) );
973
974// In this section you can override the default prompt and help texts for the options area
975// These overrides are in the form show below where the array key represents the option name minus the initial ZM_
976// So for example, to override the help text for ZM_LANG_DEFAULT do
977$OLANG = array(
978	'OPTIONS_FFMPEG' => array(
979    'Help' => '
980      Parameters in this field are passed on to FFmpeg. Multiple parameters can be separated by ,~~
981      Examples (do not enter quotes)~~~~
982      "allowed_media_types=video" Set datatype to request from cam (audio, video, data)~~~~
983      "reorder_queue_size=nnn" Set number of packets to buffer for handling of reordered packets
984    '
985	),
986  'OPTIONS_ENCODER_PARAMETERS' => array(
987    'Help' => '
988    Parameters passed to the encoding codec. name=value separated by either , or newline.~~
989    For example to changing quality, use the crf option.  1 is best, 51 is worst 23 is default.~~
990~~
991    crf=23~~
992    ~~
993    You might want to alter the movflags value to support different behaviours. Some people have troubles viewing videos due to the frag_keyframe option, but that option is supposed to allow viewing of incomplete events. See
994    [https://ffmpeg.org/ffmpeg-formats.html](https://ffmpeg.org/ffmpeg-formats.html)
995    for more information.  ZoneMinder\'s default is frag_keyframe,empty_moov~~
996    ',
997  ),
998  'OPTIONS_DECODERHWACCELNAME' => array(
999    'Help' => '
1000    This is equivalent to the ffmpeg -hwaccel command line option.  With intel graphics support, use "vaapi".  For NVIDIA cuda support use "cuda". To check for support, run ffmpeg -hwaccels on the command line.'
1001    ),
1002  'OPTIONS_DECODERHWACCELDEVICE' => array(
1003    'Help' => '
1004    This is equivalent to the ffmpeg -hwaccel_device command line option.  You should only have to specify this if you have multiple GPUs.  A typical value for Intel VAAPI would be /dev/dri/renderD128.'
1005    ),
1006    'OPTIONS_RTSPTrans' => array(
1007      'Help' => '
1008        This sets the RTSP Transport Protocol for FFmpeg.~~
1009        TCP - Use TCP (interleaving within the RTSP control channel) as transport protocol.~~
1010        UDP - Use UDP as transport protocol. Higher resolution cameras have experienced some \'smearing\' while using UDP, if so try TCP~~
1011        UDP Multicast - Use UDP Multicast as transport protocol~~
1012        HTTP - Use HTTP tunneling as transport protocol, which is useful for passing proxies.~~
1013      '
1014	),
1015	'OPTIONS_LIBVLC' => array(
1016    'Help' => '
1017      Parameters in this field are passed on to libVLC. Multiple parameters can be separated by ,~~
1018      Examples (do not enter quotes)~~~~
1019      "--rtp-client-port=nnn" Set local port to use for rtp data~~~~
1020      "--verbose=2" Set verbosity of libVLC
1021      '
1022	),
1023	'OPTIONS_EXIF' => array(
1024		'Help' => 'Enable this option to embed EXIF data into each jpeg frame.'
1025	),
1026	'OPTIONS_RTSPDESCRIBE' => array(
1027    'Help' => '
1028      Sometimes, during the initial RTSP handshake, the camera will send an updated media URL.
1029      Enable this option to tell ZoneMinder to use this URL. Disable this option to ignore the
1030      value from the camera and use the value as entered in the monitor configuration~~~~
1031      Generally this should be enabled. However, there are cases where the camera can get its
1032      own URL incorrect, such as when the camera is streaming through a firewall
1033    '
1034  ),
1035	'OPTIONS_MAXFPS' => array(
1036    'Help' => '
1037      This field has certain limitations when used for non-local devices.~~
1038      Failure to adhere to these limitations will cause a delay in live video, irregular frame skipping,
1039      and missed events~~
1040      For streaming IP cameras, do not use this field to reduce the frame rate. Set the frame rate in the
1041      camera, instead. In the past it was advised to set a value higher than the frame rate of the camera
1042      but this is no longer needed or a good idea.
1043      Some, mostly older, IP cameras support snapshot mode. In this case ZoneMinder is actively polling the camera
1044      for new images. In this case, it is safe to use the field.
1045      '
1046	),
1047	'OPTIONS_LINKED_MONITORS' => array(
1048    'Help' => '
1049      This field allows you to select other monitors on your system that act as
1050      triggers for this monitor. So if you have a camera covering one aspect of
1051      your property you can force all cameras to record while that camera
1052      detects motion or other events. Click on ‘Select’ to choose linked monitors.
1053      Be very careful not to create circular dependencies with this feature
1054      because you will have infinitely persisting alarms which is almost
1055      certainly not what you want! To unlink monitors you can ctrl-click.
1056      '
1057	),
1058
1059//    'LANG_DEFAULT' => array(
1060//        'Prompt' => "This is a new prompt for this option",
1061//        'Help' => "This is some new help for this option which will be displayed in the popup window when the ? is clicked"
1062//    ),
1063);
1064
1065