mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-04 06:30:53 +08:00
12 lines
398 B
PHP
12 lines
398 B
PHP
<?php
|
|
|
|
return [
|
|
'actions' => [
|
|
'store_success' => '¡Añadir al marcador con éxito!',
|
|
'delete_success' => '¡Cancela el marcador con éxito!',
|
|
],
|
|
'torrent_not_exists' => 'Torrent: :torrent_id no existe!',
|
|
'torrent_already_bookmarked' => 'Torrent: :torrent_id ya está marcado!',
|
|
'torrent_has_not_been_bookmarked' => 'Torrent: :torrent_id no está marcado!',
|
|
];
|