Files

12 lines
356 B
PHP
Raw Permalink Normal View History

2021-12-14 16:22:03 +08:00
<?php
return [
'actions' => [
'store_success' => '添加收藏成功!',
'delete_success' => '取消收藏成功!',
2025-09-14 04:42:37 +07:00
],
'torrent_not_exists' => '种子: :torrent_id 不存在',
'torrent_already_bookmarked' => '种子: :torrent_id 已经收藏',
'torrent_has_not_been_bookmarked' => '种子: :torrent_id 未被收藏',
2021-12-14 16:22:03 +08:00
];