mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
7dc1e0236f
* Create zh-tw device.php * Update preferences.php * Update settings.php * Update wireless.php * Update zh-TW.json * Update zh-tw language * Update settings.php * Update mix-manifest.json Co-authored-by: Tony Murray <murraytony@gmail.com> Co-authored-by: SourceDoctor <sourcehhdoctor@googlemail.com>
19 lines
419 B
PHP
19 lines
419 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| User preferences
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| Translation strings for user preferences
|
|
| lang: is the display name for this language in the language select dialog
|
|
|
|
|
*/
|
|
|
|
'title' => '喜好設定',
|
|
'lang' => '繁體中文',
|
|
|
|
];
|