add lang: cs

This commit is contained in:
xiaomlove
2025-04-20 18:13:46 +07:00
parent ff11c10eab
commit 4166a933e1
150 changed files with 7578 additions and 16 deletions
+1
View File
@@ -41,6 +41,7 @@ return [
'client' => 'Client',
'reason' => 'Reason',
'change' => 'Change',
'create' => 'Create',
'created_at_begin' => 'Created at begin',
'created_at_end' => 'Created at end',
'setting' => [
+20
View File
@@ -0,0 +1,20 @@
<?php
return [
'torrent:upload' => [
'text' => 'Upload torrent',
'desc' => 'Upload torrent',
],
'torrent:list' => [
'text' => 'Fetch torrent list',
'desc' => 'Fetch torrent list',
],
'torrent:view' => [
'text' => 'View torrent detail',
'desc' => 'View torrent detail',
],
'user:view' => [
'text' => 'View user basic info',
'desc' => 'View user basic info',
],
];