snipe_it/resources/lang/fil-PH/admin/custom_fields/general.php
snipe b5a960e933 Updated translations
Signed-off-by: snipe <snipe@snipe.net>
2025-04-19 15:27:41 +01:00

64 lines
4.4 KiB
PHP

<?php
return [
'custom_fields' => 'I-kuston ang mga Fields',
'manage' => 'Manage',
'field' => 'Ang Field',
'about_fieldsets_title' => 'Ang Tungkol sa Fieldsets',
'about_fieldsets_text' => 'Ang Fieldsets ay nagbibigay permiso sa iyo na magsagawa ng grupo ng kustom na mga fields na madalas na ginagamit muli para sa partikular na tipo ng modelo ng asset.',
'custom_format' => 'Custom Regex format...',
'encrypt_field' => 'I-encrypt ang balyu sa field na ito sa database',
'encrypt_field_help' => 'BABALA: Ang pag-encrypt ng field ay maaaring maging hindi na ito maisaliksik.',
'encrypted' => 'Na-encrypt na',
'fieldset' => 'Ang Fieldset',
'qty_fields' => 'Ang Qty ng Fields',
'fieldsets' => 'Ang mga Fieldset',
'fieldset_name' => 'Ang Pangalang ng Fieldset',
'field_name' => 'Ang Pangalang ng Field',
'field_values' => 'Ang mga Balyu ng Field',
'field_values_help' => 'Magdagdag ng mga opsyon na madaling mapili, isa bawat linya. Ang mga blangkong linya maliban sa unang linya ay huwag intindihin.',
'field_element' => 'Ang Form ng Elemento',
'field_element_short' => 'Ang Elemento',
'field_format' => 'Ang Pormat',
'field_custom_format' => 'I-kustom ang Pormat ng Regex',
'field_custom_format_help' => 'Ang field na ito ay nagbibigay permiso sa iyo na ekpresyon ng regex para sa pag-validate. ito ay dapat na magsimula sa "regex:" - halimbawa, upang ma-validate balyu ng nakustomang field na naglalaman ng balidong IMEI (15 numeric digits), ikaw ay gagamit ng <code>regex:/^[0-9]{15}$/</code>.',
'required' => 'Kinakailangan',
'req' => 'Kinakailangan.',
'used_by_models' => 'Ginagamit ng mga Modelo',
'order' => 'Ang Kaayusan',
'create_fieldset' => 'Ang Bagong Fieldset',
'update_fieldset' => 'Update Fieldset',
'fieldset_does_not_exist' => 'Fieldset :id does not exist',
'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Create a new fieldset',
'create_field' => 'Ang Bagong Custom Field',
'create_field_title' => 'Create a new custom field',
'value_encrypted' => 'Ang balyu ng field na ito ay naka-encrypt sa database. Ang admin na mga gumagamit lamang ang maaaring maka-tanaw sa na-decrypt na balyu',
'show_in_email' => 'Include the value of this field in checkout emails sent to the user? Encrypted fields cannot be included in emails',
'show_in_email_short' => 'Include in emails',
'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 <code>:expected</code>.',
'is_unique' => 'This value must be unique across all assets',
'unique' => 'Unique',
'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page',
'display_in_user_view_table' => 'Visible to User',
'auto_add_to_fieldsets' => 'Automatically add this to every new fieldset',
'add_to_preexisting_fieldsets' => 'Add to any existing fieldsets',
'show_in_listview' => 'Show in list views by default. Authorized users will still be able to show/hide via the column selector',
'show_in_listview_short' => 'Show in lists',
'show_in_requestable_list_short' => 'Show in requestable assets list',
'show_in_requestable_list' => 'Show value in requestable assets list. Encrypted fields will not be shown',
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
'display_audit' => 'Display in audit forms',
];