mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
12 lines
356 B
PHP
12 lines
356 B
PHP
<?php
|
|
|
|
return [
|
|
'actions' => [
|
|
'store_success' => '添加收藏成功!',
|
|
'delete_success' => '取消收藏成功!',
|
|
],
|
|
'torrent_not_exists' => '種子: :torrent_id 不存在',
|
|
'torrent_already_bookmarked' => '種子: :torrent_id 已經收藏',
|
|
'torrent_has_not_been_bookmarked' => '種子: :torrent_id 未被收藏',
|
|
];
|