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

29 lines
1.4 KiB
PHP
Raw Normal View History

2016-06-22 14:39:19 -07:00
<?php
return array(
'custom_fields' => 'Kolom Tambahan',
'field' => 'Kolom',
'about_fieldsets_title' => 'Tentang Set Kolom',
'about_fieldsets_text' => 'Fieldsets memungkinkan Anda untuk membuat kolom tambahan yang seringkali dipakai untuk dapat digunakan pada model aset tertentu.',
2016-08-25 17:43:07 -07:00
'custom_format' => 'Custom format...',
'encrypt_field' => 'Encrypt the value of this field in the database',
'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.',
2016-06-22 14:39:19 -07:00
'fieldset' => 'Set Kolom',
'qty_fields' => 'Kolom Jumlah',
'fieldsets' => 'Kumpulan Set Kolom',
'fieldset_name' => 'Nama Kumpulan Set Kolom',
'field_name' => 'Nama Set Kolom',
2016-08-25 17:43:07 -07:00
'field_values' => 'Field Values',
'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.',
2016-06-22 14:39:19 -07:00
'field_element' => 'Elemen Form',
'field_element_short' => 'Elemen',
'field_format' => 'Format',
'field_custom_format' => 'Format Ubahan',
'required' => 'Harus diisi',
'req' => 'Req.',
'used_by_models' => 'Digunakan oleh Model',
'order' => 'Urutan',
'create_fieldset' => 'Set Kolom Baru',
'create_field' => 'Tambah Kolom Ubahan',
);