<?php
return [
'single' => [
'label' => 'Nov :label',
'modal' => [
'heading' => 'Ustvari :label',
'actions' => [
'create' => [
'label' => 'Ustvari',
],
'create_another' => [
'label' => 'Ustvari in ustvari novega',
],
],
],
'notifications' => [
'created' => [
'title' => 'Ustvarjeno',
],
],
],
];