mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
continue
This commit is contained in:
8
resources/lang/en/bookmark.php
Normal file
8
resources/lang/en/bookmark.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'actions' => [
|
||||
'store_success' => 'Add to bookmark success!',
|
||||
'delete_success' => 'Cancel bookmark success!',
|
||||
]
|
||||
];
|
||||
@@ -19,9 +19,11 @@ return [
|
||||
'basic_team' => 'Team',
|
||||
'size' => 'Size',
|
||||
'comments_label' => 'Comments',
|
||||
'times_completed_label' => 'Times completed',
|
||||
'times_completed_label' => 'Snatched',
|
||||
'peers_count_label' => 'Peers',
|
||||
'thank_users_count_label' => 'Thank user counts',
|
||||
'numfiles_label' => 'Files counts',
|
||||
'thank_users_count_label' => 'Thanks',
|
||||
'numfiles_label' => 'Files',
|
||||
'bookmark_yes_label' => 'Bookmarked',
|
||||
'bookmark_no_label' => 'Add to bookmark',
|
||||
]
|
||||
];
|
||||
|
||||
8
resources/lang/zh_CN/bookmark.php
Normal file
8
resources/lang/zh_CN/bookmark.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'actions' => [
|
||||
'store_success' => '添加收藏成功!',
|
||||
'delete_success' => '取消收藏成功!',
|
||||
]
|
||||
];
|
||||
@@ -23,5 +23,7 @@ return [
|
||||
'peers_count_label' => '同伴',
|
||||
'thank_users_count_label' => '谢谢',
|
||||
'numfiles_label' => '文件',
|
||||
'bookmark_yes_label' => '已收藏',
|
||||
'bookmark_no_label' => '加入收藏',
|
||||
]
|
||||
];
|
||||
|
||||
8
resources/lang/zh_TW/bookmark.php
Normal file
8
resources/lang/zh_TW/bookmark.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'actions' => [
|
||||
'store_success' => '添加收藏成功!',
|
||||
'delete_success' => '取消收藏成功!',
|
||||
]
|
||||
];
|
||||
@@ -23,5 +23,7 @@ return [
|
||||
'peers_count_label' => '同伴',
|
||||
'thank_users_count_label' => '謝謝',
|
||||
'numfiles_label' => '文件',
|
||||
'bookmark_yes_label' => '已收藏',
|
||||
'bookmark_no_label' => '加入收藏',
|
||||
]
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user