Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add translation into bahasa indonesia #32

Merged
merged 1 commit into from
Oct 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
113 changes: 113 additions & 0 deletions src/messages/id/forms.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
<?php
/**
* Message translations.
*
* This file is automatically generated by 'yii message/extract' command.
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message (key).
* If the value is empty, the message is considered as not translated.
* Messages that no longer need translation will have their translations
* enclosed between a pair of '@@' marks.
*
* Message string can be used with plural forms format. Check i18n section
* of the guide for details.
*
* NOTE: this file must be saved in UTF-8 encoding.
*/
return [
'Confirmation Step' => 'Tampilkan ringkasan',
'Copy to Attribute' => 'Nama atribut penerima salinan',
'Customizing Text' => 'Menyesuaikan Teks Email',
'Form' => 'Formulir',
'Values' => 'Nilai',
'checkboxes_values_help' => 'Jika hanya satu nilai yang ditentukan, akan dibuat satu kotak centang.',
'form_label_previewBackButtonLabel' => 'Label tombol kembali pratinjau',
'form_label_previewButtonsTemplate' => 'Template tombol berikut dan kembali pratinjau',
'form_label_previewSubmitButtonLabel' => 'Label tombol berikut pratinjau',
'form_label_submitButtonLabel' => 'Label tombol kirim formulir',
'form_model_copy_to_attribute_hint' => 'Jika atribut ditentukan dan ada dalam formulir, nilai bidangnya akan ditambahkan ke daftar penerima.',
'form_model_email_intro_hint' => 'Teks bidang ini akan digunakan sebagai teks pengantar untuk email. Semua variabel yang ditentukan dapat dimasukkan dengan {{atribut}}.',
'form_model_email_recipients_hint' => 'Jika tidak ada penerima yang disediakan, pengiriman formulir tidak akan memicu pengiriman email.',
'form_model_subject_hint' => 'Subjek email. Jika tidak ditentukan, judul formulir akan digunakan.',
'As Hidden Input Value' => 'Sebagai Nilai Input Tersembunyi',
'Attribute' => 'Atribut',
'Automatically' => 'Secara Otomatis',
'Back' => 'Kembali',
'Boolean' => 'Boolean',
'Boolean (Yes/No)' => 'Boolean (Ya/Tidak)',
'Boolean (Yes/No)' => '',
'Checkboxes' => '',
'Created At' => '',
'Created By' => '',
'Date' => '',
'Date & Time' => '',
'Datepicker' => '',
'Disable Polyfill' => '',
'Do not save data' => '',
'Dropdown' => '',
'Dropdown/Radio Buttons' => '',
'E-Mail Recipients' => '',
'E-Mail intro' => '',
'E-Mail outro' => '',
'Email' => '',
'Everything allowed' => '',
'Export' => '',
'File' => '',
'Form ID' => '',
'Formatting' => '',
'Generate Export' => '',
'Hint' => '',
'ID' => '',
'If enabled, the form data will not be stored in the database, but only sent by e-mail to the specified recipients.' => '',
'Image' => '',
'Is Done' => '',
'Label' => '',
'Language' => '',
'Multiline Input' => '',
'Multiline Rows' => '',
'Multiline Text' => '',
'Number' => '',
'Preview' => '',
'Radio Buttons' => '',
'Recipients' => '',
'Required' => '',
'Row Template' => '',
'Select the formular configuraton (defining mail and other settings) from the database or create a new one.' => '',
'Separator' => '',
'String' => '',
'Subject' => '',
'Submission ID' => '',
'Submissions' => '',
'Submit' => '',
'Success' => '',
'Summary' => '',
'Text' => 'Teks',
'The HTML code that separates items. By default, it is a newline, use &nbsp; to separate items with spaces.' => 'Kode HTML yang memisahkan item. Secara default, itu adalah baris baru, gunakan &nbsp; untuk memisahkan item dengan spasi.',
'The variables {{label}} and {{value}} are available.' => 'Variabel {{label}} dan {{value}} tersedia.',
'There are no submissions to export.' => 'Tidak ada pengiriman untuk diekspor.',
'This form block is not properly configured. Select a form from the listing in the block settings.' => 'Blok formulir ini tidak dikonfigurasi dengan benar. Pilih formulir dari daftar dalam pengaturan blok.',
'Title' => 'Judul',
'Type' => 'Tipe',
'URL/Link' => 'URL/Tautan',
'Updated At' => 'Diperbarui pada',
'Updated By' => 'Diperbarui oleh',
'Url' => 'URL',
'Useragent' => 'Agen Pengguna',
'Validation Rule' => 'Aturan Validasi',
'Value' => 'Nilai',
'When enabled, the polyfill which ensures the datepicker works on Safari and Internet Explorer is disabled.' => 'Jika diaktifkan, polyfill yang memastikan datepicker berfungsi di Safari dan Internet Explorer dinonaktifkan.',
'When enabled, the user will be presented with a summary before submitting the form data.' => 'Jika diaktifkan, pengguna akan disajikan dengan ringkasan sebelum mengirimkan data formulir.',
'block_hiddenInputValue_help' => 'Jika bidang ini berisi nilai, akan disembunyikan dan nilai yang ditentukan akan dikirimkan sebagai gantinya dari input pengguna. Catatan: 0 bukan nilai yang diperbolehkan.',
'Browser' => 'Pengecek',
'Created at' => 'Dibuat pada',
'Data' => 'Data',
'Format' => 'Format',
'Forms' => 'Formulir',
'Is done' => 'Selesai',
'No validation specific' => 'Tidak ada validasi khusus',
'Preview data' => 'Pratinjau data',
'Setup' => 'Penyiapan',
'Submission' => 'Pengiriman',
];