mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
12 lines
390 B
PHP
12 lines
390 B
PHP
<?php
|
|
|
|
return [
|
|
'actions' => [
|
|
'store_success' => 'Lägg till i bokmärke lyckades!',
|
|
'delete_success' => 'Bokmärket är avklarat!',
|
|
],
|
|
'torrent_not_exists' => 'Torrent: :torrent_id finns inte!',
|
|
'torrent_already_bookmarked' => 'Torrent: :torrent_id redan bokmärkt!',
|
|
'torrent_has_not_been_bookmarked' => 'Torrent: :torrent_id är inte bokmärkt!',
|
|
];
|