Merge pull request #239 from koalang/patch-1

Update lang_invite.php
This commit is contained in:
xiaomlove
2023-11-22 14:35:12 +08:00
committed by GitHub
2 changed files with 6 additions and 0 deletions

View File

@@ -58,6 +58,9 @@ $lang_invite = array
'text_seed_torrent_last_announce_at' => '最後做種匯報時間',
'text_enabled' => '啟用',
'text_tmp_status' => '臨時邀請狀態',
'text_permanent' => '永久有效邀请',
'text_consume_invite' => '使用邀请',
'text_temporary_left' => '%s個臨時邀請',
'text_expired_at' => '過期時間',
);

View File

@@ -62,6 +62,9 @@ Best Regards,
'text_enabled' => 'Enabled',
'text_tmp_status' => 'Temporary invite status',
'text_expired_at' => 'Expired at',
'text_permanent' => 'Using permanent invite',
'text_consume_invite' => 'Using invite',
'text_temporary_left' => '%s temporary invite',
);
?>