Files
nexusphp/resources/lang/fi/bookmark.php
2025-09-23 11:53:30 +07:00

12 lines
419 B
PHP

<?php
return [
'actions' => [
'store_success' => 'Lisää kirjanmerkkiin onnistuneesti!',
'delete_success' => 'Kirjanmerkki peruttu onnistuneesti!',
],
'torrent_not_exists' => 'Torrent: :torrent_id ei ole olemassa!',
'torrent_already_bookmarked' => 'Torrent: :torrent_id on jo kirjanmerkitty!',
'torrent_has_not_been_bookmarked' => 'Torrent: :torrent_id ei ole kirjanmerkitty!',
];