mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
12 lines
392 B
PHP
12 lines
392 B
PHP
<?php
|
|
|
|
return [
|
|
'actions' => [
|
|
'store_success' => 'Adicionar aos favoritos com sucesso!',
|
|
'delete_success' => 'Favorito cancelado!',
|
|
],
|
|
'torrent_not_exists' => 'Torrent: :torrent_id não existe!',
|
|
'torrent_already_bookmarked' => 'Torrent: :torrent_id já está marcado!',
|
|
'torrent_has_not_been_bookmarked' => 'Torrent: :torrent_id não está marcado!',
|
|
];
|