Files
nexusphp/resources/lang/es/bookmark.php

12 lines
398 B
PHP
Raw Normal View History

2025-04-22 19:35:05 +07:00
<?php
return [
'actions' => [
'store_success' => '¡Añadir al marcador con éxito!',
'delete_success' => '¡Cancela el marcador con éxito!',
2025-09-23 11:53:30 +07:00
],
'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!',
2025-04-22 19:35:05 +07:00
];