Merge remote-tracking branch 'origin/develop'

This commit is contained in:
snipe 2023-02-21 09:20:59 -08:00
commit 57065b8936
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ return array(
'update' => array( 'update' => array(
'error' => 'Kategoria nie została zaktualizowana, spróbuj ponownie', 'error' => 'Kategoria nie została zaktualizowana, spróbuj ponownie',
'success' => 'Kategoria zaktualizowana.', '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( 'delete' => array(

View file

@ -3,7 +3,7 @@
return array( return array(
'does_not_exist' => 'Model nie istnieje.', '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.', '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. ', '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. ',