Files
nexusphp/resources/lang/en/bookmark.php
2025-09-14 04:42:37 +07:00

12 lines
381 B
PHP

<?php
return [
'actions' => [
'store_success' => 'Add to bookmark success!',
'delete_success' => 'Cancel bookmark success!',
],
'torrent_not_exists' => 'Torrent: :torrent_id not exists!',
'torrent_already_bookmarked' => 'Torrent: :torrent_id already bookmarked!',
'torrent_has_not_been_bookmarked' => 'Torrent: :torrent_id not bookmarked!',
];