ajout app
This commit is contained in:
16
SNIPE-IT/resources/lang/fi-FI/admin/groups/titles.php
Normal file
16
SNIPE-IT/resources/lang/fi-FI/admin/groups/titles.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'about_groups_title' => 'Tietoja ryhmistä',
|
||||
'about_groups' => 'Ryhmien avulla voit yhdenmukaistaa käyttöoikeudet.',
|
||||
'group_management' => 'Ryhmienhallinta',
|
||||
'create' => 'Luo uusi ryhmä',
|
||||
'update' => 'Muokkaa ryhmää',
|
||||
'group_name' => 'Ryhmän nimi',
|
||||
'group_admin' => 'Ryhmän ylläpitäjä',
|
||||
'allow' => 'Salli',
|
||||
'deny' => 'Estä',
|
||||
'permission' => 'Käyttöoikeus',
|
||||
'grant' => 'Myönnä',
|
||||
'no_permissions' => 'Tällä ryhmällä ei ole oikeuksia.'
|
||||
];
|
Reference in New Issue
Block a user