snipe-it/resources/lang/fil/admin/custom_fields/general.php

55 lines
3.7 KiB
PHP
Raw Normal View History

2018-03-22 20:01:45 -07:00
<?php
return [
2018-03-22 20:01:45 -07:00
'custom_fields' => 'I-kuston ang mga Fields',
'manage' => 'Manage',
2018-03-22 20:01:45 -07:00
'field' => 'Ang Field',
'about_fieldsets_title' => 'Ang Tungkol sa Fieldsets',
'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...',
2018-03-22 20:01:45 -07:00
'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',
2018-03-22 20:01:45 -07:00
'create_field' => 'Ang Bagong Custom Field',
'create_field_title' => 'Create a new custom field',
2018-03-22 20:01:45 -07:00
'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',
2018-05-02 14:32:50 -07:00
'show_in_email' => 'Include the value of this field in checkout emails sent to the user? Encrypted fields cannot be included 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',
];