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

58 lines
3.7 KiB
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return [
2017-10-17 18:52:20 -07:00
'custom_fields' => 'Bidang Tersuai',
'manage' => 'Manage',
2017-10-17 18:52:20 -07:00
'field' => 'Padang',
'about_fieldsets_title' => 'Mengenai 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...',
2017-10-17 18:52:20 -07:00
'encrypt_field' => 'Sulitkan nilai medan ini dalam pangkalan data',
'encrypt_field_help' => 'AMARAN: Menyulitkan medan menjadikannya tidak dapat ditemui.',
'encrypted' => 'Disulitkan',
2016-03-25 01:18:05 -07:00
'fieldset' => 'Fieldset',
'qty_fields' => 'Qty Fields',
'fieldsets' => 'Fieldsets',
2017-10-17 18:52:20 -07:00
'fieldset_name' => 'Nama Fieldset',
'field_name' => 'Nama Field',
'field_values' => 'Nilai Field',
'field_values_help' => 'Tambah pilihan pilihan, satu setiap baris. Barisan kosong selain baris pertama akan diabaikan.',
'field_element' => 'Borang Elemen',
'field_element_short' => 'Elemen',
2016-03-25 01:18:05 -07:00
'field_format' => 'Format',
2017-10-17 18:52:20 -07:00
'field_custom_format' => 'Format Tersuai',
2018-09-28 11:54:52 -07:00
'field_custom_format_help' => 'Medan ini membolehkan anda menggunakan ungkapan regex untuk pengesahan. Ia harus bermula dengan "regex:" - sebagai contoh, untuk mengesahkan bahawa nilai medan khusus mengandungi IMEI yang sah (15 angka numerik), anda akan menggunakan <code>regex: / ^[0-9]{15}$ /</code>.',
2017-10-17 18:52:20 -07:00
'required' => 'Diperlukan',
2016-03-25 01:18:05 -07:00
'req' => 'Req.',
2017-10-17 18:52:20 -07:00
'used_by_models' => 'Digunakan Oleh Model',
'order' => 'Perintah',
'create_fieldset' => 'Fieldset baru',
'update_fieldset' => 'Update Fieldset',
'fieldset_does_not_exist' => 'Fieldset :id does not exist',
'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Create a new fieldset',
2017-10-17 18:52:20 -07:00
'create_field' => 'Padang Tersuai Baru',
'create_field_title' => 'Create a new custom field',
2017-10-17 18:52:20 -07:00
'value_encrypted' => 'Nilai medan ini disulitkan dalam pangkalan data. Hanya pengguna admin sahaja yang dapat melihat nilai yang disahkrit',
2018-09-28 11:54:52 -07:00
'show_in_email' => 'Sertakan nilai medan ini dalam e-mel semak keluar yang dihantar kepada pengguna? Medan yang disulitkan tidak boleh dimasukkan ke dalam e-mel.',
'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',
];