mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Merge pull request #12545 from snipe/localizations/more_new_translations
Two more translations
This commit is contained in:
commit
40a38486b9
|
@ -14,7 +14,7 @@ return array(
|
|||
'update' => array(
|
||||
'error' => 'Kategoria nie została zaktualizowana, spróbuj ponownie',
|
||||
'success' => 'Kategoria zaktualizowana.',
|
||||
'cannot_change_category_type' => 'You cannot change the category type once it has been created',
|
||||
'cannot_change_category_type' => 'Nie można zmienić typu kategorii po jej utworzeniu',
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
return array(
|
||||
|
||||
'does_not_exist' => 'Model nie istnieje.',
|
||||
'no_association' => 'NO MODEL ASSOCIATED.',
|
||||
'no_association' => 'Żaden nie został przypisany.',
|
||||
'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
|
||||
'assoc_users' => 'Ten model jest przypisany do minim jednego aktywa i nie może być usunięty. Proszę usunąć aktywa, a następnie spróbować ponownie. ',
|
||||
|
||||
|
|
Loading…
Reference in a new issue