snipe-it/resources/lang/pl/admin/custom_fields/general.php
snipe ddfa5776c5 Updated language strings
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();`

I'll try to fix it. :(

FML

Signed-off-by: snipe <snipe@snipe.net>
2022-01-13 21:27:29 -08:00

46 lines
3 KiB
PHP

<?php
return [
'custom_fields' => 'Pola niestandardowe',
'manage' => 'Manage',
'field' => 'Pole',
'about_fieldsets_title' => 'O zestawie pól',
'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
'custom_format' => 'Custom Regex format...',
'encrypt_field' => 'Szyfruje wartość tego pola w bazie danych',
'encrypt_field_help' => 'UWAGA: Szyfrowanie pola spowoduje brak możliwości wyszukiwania go.',
'encrypted' => 'Zaszyfrowane',
'fieldset' => 'Zestaw pól',
'qty_fields' => 'Ilość pól',
'fieldsets' => 'Zestaw pól',
'fieldset_name' => 'Nazwa zestawu pól',
'field_name' => 'Nazwa Pola',
'field_values' => 'Wartości pól',
'field_values_help' => 'Dodaj opcje zaznaczania, jeden na wiersz. Puste wiersze poza pierwszym wierszem będą ignorowane.',
'field_element' => 'Element formularza',
'field_element_short' => 'Element',
'field_format' => 'Format',
'field_custom_format' => 'Format niestandardowy',
'field_custom_format_help' => 'To pole umożliwia użycie wyrażenia regularnego do sprawdzania poprawności. Wyrażenie powinno zaczynać się od "regex:" - na przykład, aby sprawdzić, czy niestandardowa wartość pola zawiera poprawny IMEI (15 cyfr), trzeba użyć <code>regex: / ^[0-9]{15}$ /</code>.',
'required' => 'Wymagane',
'req' => 'Wymagane',
'used_by_models' => 'Używane przez modele',
'order' => 'Kolejność',
'create_fieldset' => 'Nowy zestaw pól',
'create_fieldset_title' => 'Create a new fieldset',
'create_field' => 'Nowe pole niestandardowe',
'create_field_title' => 'Create a new custom field',
'value_encrypted' => 'Wartość tego pola jest zaszyfrowana w bazie danych. Tylko admini będą mogli wyświetlić rozszyfrowaną wartość',
'show_in_email' => 'Czy podać wartość tego pola w e-mailach z przypisaniem, wysłanych do użytkownika? Zaszyfrowane pola nie mogą być zawarte w wiadomościach e-mail.',
'help_text' => 'Help Text',
'help_text_description' => 'This is optional text that will appear below the form elements while editing an asset to provide context on the field.',
'about_custom_fields_title' => 'About Custom Fields',
'about_custom_fields_text' => 'Custom fields allow you to add arbitrary attributes to assets.',
'add_field_to_fieldset' => 'Add Field to Fieldset',
'make_optional' => 'Required - click to make optional',
'make_required' => 'Optional - click to make required',
'reorder' => 'Reorder',
'db_field' => 'DB Field',
'db_convert_warning' => 'WARNING. This field is in the custom fields table as <code> :db_column </code> but should be :expected </code>.'
];