mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-26 05:17:22 +08:00
add lang fi + fr
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'torrent:upload' => [
|
||||
'text' => 'Lataa torrentti',
|
||||
'desc' => 'Lataa torrentti',
|
||||
],
|
||||
'torrent:list' => [
|
||||
'text' => 'Hae torrent-tiedoston lista',
|
||||
'desc' => 'Hae torrent-tiedoston lista',
|
||||
],
|
||||
'torrent:view' => [
|
||||
'text' => 'Näytä torrenttin tiedot',
|
||||
'desc' => 'Näytä torrenttin tiedot',
|
||||
],
|
||||
'user:view' => [
|
||||
'text' => 'Näytä käyttäjän perustiedot',
|
||||
'desc' => 'Näytä käyttäjän perustiedot',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user