mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
add label translation
This commit is contained in:
41
resources/lang/en/label.php
Normal file
41
resources/lang/en/label.php
Normal file
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'setting' => [
|
||||
'nav_text' => 'Setting',
|
||||
'backup' => [
|
||||
'tab_header' => 'Backup',
|
||||
'enabled' => 'Enabled',
|
||||
'enabled_help' => 'Enable backup or not',
|
||||
'frequency' => 'Frequency',
|
||||
'frequency_help' => 'Backup frequency',
|
||||
'hour' => 'Hour',
|
||||
'hour_help' => 'Do backup at this hour',
|
||||
'minute' => 'Minute',
|
||||
'minute_help' => "The backup is performed at the minute of the previous hour. If the frequency is pressed 'hourly', this value will be ignored",
|
||||
'google_drive_client_id' => 'Google Drive client ID',
|
||||
'google_drive_client_secret' => 'Google Drive client secret',
|
||||
'google_drive_refresh_token' => 'Google Drive refresh token',
|
||||
'google_drive_folder_id' => 'Google Drive folder ID',
|
||||
'via_ftp' => 'Backup via FTP',
|
||||
'via_ftp_help' => 'Whether to save via FTP. If so, add the configuration information to the .env file, refer to <a href="https://laravel.com/docs/master/filesystem#ftp-driver-configuration">Laravel doc</a>',
|
||||
'via_sftp' => 'Backup via SFTP',
|
||||
'via_sftp_help' => 'Whether to save via FTP. If so, add the configuration information to the .env file, refer to <a href="https://laravel.com/docs/master/filesystem#sftp-driver-configuration">Laravel doc</a>',
|
||||
],
|
||||
'hr' => [
|
||||
'tab_header' => 'H&R',
|
||||
'mode' => 'Mode',
|
||||
'inspect_time' => 'Inspect time',
|
||||
'inspect_time_help' => 'The duration of the examination is calculated from the completion of the download, in hours',
|
||||
'seed_time_minimum' => 'Seed time minimum',
|
||||
'seed_time_minimum_help' => 'The shortest time to do the seeds to meet the standard, in hours, must be less than the length of the expedition',
|
||||
'ignore_when_ratio_reach' => 'Achievement Sharing Rate',
|
||||
'ignore_when_ratio_reach_help' => 'The minimum sharing rate to meet the standard',
|
||||
'ban_user_when_counts_reach' => 'H&R counts limit',
|
||||
'ban_user_when_counts_reach_help' => 'The number of H&R reaches this value and the account will be disabled',
|
||||
]
|
||||
],
|
||||
'user' => [
|
||||
|
||||
]
|
||||
];
|
||||
41
resources/lang/zh_TW/label.php
Normal file
41
resources/lang/zh_TW/label.php
Normal file
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'setting' => [
|
||||
'nav_text' => '設置',
|
||||
'backup' => [
|
||||
'tab_header' => '備份',
|
||||
'enabled' => '是否啟用',
|
||||
'enabled_help' => '是否啟用備份功能',
|
||||
'frequency' => '頻率',
|
||||
'frequency_help' => '備份頻率',
|
||||
'hour' => '小時',
|
||||
'hour_help' => '在這個點鐘數進行備份',
|
||||
'minute' => '分鐘',
|
||||
'minute_help' => "在前面點鐘數的這一分鐘進行備份。如果頻率是按 'hourly',此值會被忽略",
|
||||
'google_drive_client_id' => 'Google Drive client ID',
|
||||
'google_drive_client_secret' => 'Google Drive client secret',
|
||||
'google_drive_refresh_token' => 'Google Drive refresh token',
|
||||
'google_drive_folder_id' => 'Google Drive folder ID',
|
||||
'via_ftp' => '通過 FTP 保存',
|
||||
'via_ftp_help' => '是否通過 FTP 保存。如果通過,把配置信息添加到 .env 文件,參考 <a href="https://laravel.com/docs/master/filesystem#ftp-driver-configuration">Laravel 文檔</a>',
|
||||
'via_sftp' => '通過 SFTP 保存',
|
||||
'via_sftp_help' => '是否通過 SFTP 保存。如果通過,把配置信息添加到 .env 文件,參考 <a href="https://laravel.com/docs/master/filesystem#sftp-driver-configuration">Laravel 文檔</a>',
|
||||
],
|
||||
'hr' => [
|
||||
'tab_header' => 'H&R',
|
||||
'mode' => '模式',
|
||||
'inspect_time' => '考察時長',
|
||||
'inspect_time_help' => '考察時長自下載完成後開始計算,單位:小時',
|
||||
'seed_time_minimum' => '達標做種時長',
|
||||
'seed_time_minimum_help' => '達標的最短做種時長,單位:小時,必須小於考察時長',
|
||||
'ignore_when_ratio_reach' => '達標分享率',
|
||||
'ignore_when_ratio_reach_help' => '達標的最小分享率',
|
||||
'ban_user_when_counts_reach' => 'H&R 數量上限',
|
||||
'ban_user_when_counts_reach_help' => 'H&R 數量達到此值,賬號會被禁用',
|
||||
]
|
||||
],
|
||||
'user' => [
|
||||
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user