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

wip: added Indonesian #410

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
79 changes: 79 additions & 0 deletions lang/id/app.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Label language files for All Module
|--------------------------------------------------------------------------
|
*/

'name' => 'Lavalite',
'name.html' => '<b>Lava</b>lite',
'name.short' => '<b>L</b>l',
'admin.panel' => 'Admin Panel',
'dashboard' => 'Dasbor',
'rights' => '<a href="https://lavalite.org/" target="_blank">Lavalite</a> &copy; 2018 All Rights Reserved,
Built with <a href="https://laravel.com" target="_blank"><i class="fab fa-laravel"></i></a>,
Created by <a href="http://renfos.com/" target="_blank">Renfos</a>.',
'version' => '<b>Version</b> Develop',

'add' => 'Tambah',
'addnew' => 'Tambahkan baru',
'actions' => 'Tindakan',
'approve' => 'Menyetujui',
'archive' => 'Diarsipkan',
'unarchive' => 'Batalkan pengarsipan',
'back' => 'Kembali',
'cancel' => 'Batal',
'close' => 'Tutup',
'copy' => 'Salinan',
'complete' => 'Selesai',
'create' => 'Buat',
'dashboard' => 'Dasbor',
'delete' => 'Hapus',
'draft' => 'Draf',
'details' => 'Detail',
'edit' => 'Edit',
'enterkeyword' => 'Silakan masukkan kata kunci yang akan dicari',
'go' => 'Pergi',
'help' => 'Bantuan',
'home' => 'Rumah',
'list' => 'Daftar',
'logout' => 'Keluar',
'logs' => 'Log',
'manage' => 'Kelola',
'more' => 'lebih',
'new' => 'Baru',
'no' => 'Tidak',
'opt' => 'Pilihan',
'option' => 'Pilihan',
'options' => 'Pilihan',
'order' => 'Pesanan',
'password' => 'Kata sandi',
'profile' => 'Profil',
'publish' => 'Diterbitkan',
'request' => 'Permintaan',
'reports' => 'Laporan',
'reset' => 'Setel ulang',
'save' => 'Simpan',
'search' => 'Pencarian',
'settings' => 'Pengaturan',
'show' => 'Tunjukkan',
'status' => 'Status',
'update' => 'Perbarui',
'update_profile' => 'Perbarui Profil',
'unpublish' => 'Batal diterbitkan',
'view' => 'Lihat',
'verify' => 'Terverifikasi',
'yes' => 'Ya',

'flash' => [
'error' => 'Berhasil',
'error' => 'Kesalahan',
'warning' => 'Peringatan',
'info' => 'Info',
],

];
21 changes: 21 additions & 0 deletions lang/id/auth.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/

'failed' => 'Kredensial ini tidak cocok dengan catatan kami.',
'password' => 'Kata sandi yang diberikan salah.',
'loggedout' => 'Anda berhasil keluar.',
'throttle' => 'Terlalu banyak upaya login. Silakan coba lagi dalam :seconds detik.',

];
34 changes: 34 additions & 0 deletions lang/id/messages.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Language files for Messages
|--------------------------------------------------------------------------
|
| The following language lines are the default for all packages
|
*/

'success' => [
'created' => ':Module berhasil ditambahkan.',
'updated' => ':Module berhasil diperbarui.',
'deleted' => ':Module berhasil dihapus.',
'changed' => ':Module telah :status.',
'listed' => ':Module berhasil didaftarkan.',
],

'error' => [
'create' => ':Module tidak dapat dibuat.',
'update' => ':Module tidak dapat diperbarui.',
'delete' => ':Module tidak dapat dihapus.',
],

'unprocessable' => 'Entri tidak dapat diproses.',
'areyousure' => 'Apakah Anda yakin?',
'type' => [
'success' => 'Sukses',
'error' => 'Kesalahan',
],
];
19 changes: 19 additions & 0 deletions lang/id/pagination.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the simple pagination links. You are free to change them to anything
| you want to customize your views to better match your application.
|
*/

'previous' => '&laquo; Sebelumnya',
'next' => 'Berikutnya &raquo;',

];
22 changes: 22 additions & 0 deletions lang/id/passwords.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Password Reset Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are given by the password broker for a password update attempt
| has failed, such as for an invalid token or invalid new password.
|
*/

'reset' => 'Kata sandi Anda telah direset!',
'sent' => 'Kami telah mengirimkan tautan pengaturan ulang kata sandi Anda melalui email!',
'throttled' => 'Harap tunggu sebelum mencoba lagi.',
'token' => 'Token pengaturan ulang kata sandi ini tidak valid.',
'user' => "Kami tidak dapat menemukan pengguna dengan alamat email tersebut.",

];
151 changes: 151 additions & 0 deletions lang/id/validation.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,151 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by
| the validator class. Some of these rules have multiple versions such
| as the size rules. Feel free to tweak each of these messages here.
|
*/

'accepted' => ':attribute harus diterima.',
'active_url' => ':attribute bukan URL yang valid.',
'after' => ':attribute harus berisi tanggal setelah :date.',
'after_or_equal' => ':attribute harus berisi tanggal setelah atau sama dengan :date.',
'alpha' => ':attribute hanya boleh berisi huruf.',
'alpha_dash' => ':attribute hanya boleh berisi huruf, angka, strip, dan garis bawah.',
'alpha_num' => ':attribute hanya boleh berisi huruf dan angka.',
'array' => ':attribute harus berisi sebuah array.',
'before' => ':attribute harus berisi tanggal sebelum :date.',
'before_or_equal' => ':attribute harus berisi tanggal sebelum atau sama dengan :date.',
'between' => [
'numeric' => ':attribute harus bernilai antara :min sampai :max.',
'file' => ':attribute harus berukuran antara :min sampai :max kilobita.',
'string' => ':attribute harus berisi antara :min sampai :max karakter.',
'array' => ':attribute harus memiliki :min sampai :max anggota.',
],
'boolean' => ':attribute harus bernilai true atau false',
'confirmed' => 'Konfirmasi :attribute tidak cocok.',
'date' => ':attribute bukan tanggal yang valid.',
'date_equals' => ':attribute harus berisi tanggal yang sama dengan :date.',
'date_format' => ':attribute tidak cocok dengan format :format.',
'different' => ':attribute dan :other harus berbeda.',
'digits' => ':attribute harus terdiri dari :digits angka.',
'digits_between' => ':attribute harus terdiri dari :min sampai :max angka.',
'dimensions' => ':attribute tidak memiliki dimensi gambar yang valid.',
'distinct' => ':attribute memiliki nilai yang duplikat.',
'email' => ':attribute harus berupa alamat surel yang valid.',
'ends_with' => ':attribute harus diakhiri salah satu dari berikut: :values',
'exists' => ':attribute yang dipilih tidak valid.',
'file' => ':attribute harus berupa sebuah berkas.',
'filled' => ':attribute harus memiliki nilai.',
'gt' => [
'numeric' => ':attribute harus bernilai lebih besar dari :value.',
'file' => ':attribute harus berukuran lebih besar dari :value kilobita.',
'string' => ':attribute harus berisi lebih besar dari :value karakter.',
'array' => ':attribute harus memiliki lebih dari :value anggota.',
],
'gte' => [
'numeric' => ':attribute harus bernilai lebih besar dari atau sama dengan :value.',
'file' => ':attribute harus berukuran lebih besar dari atau sama dengan :value kilobita.',
'string' => ':attribute harus berisi lebih besar dari atau sama dengan :value karakter.',
'array' => ':attribute harus terdiri dari :value anggota atau lebih.',
],
'image' => ':attribute harus berupa gambar.',
'in' => ':attribute yang dipilih tidak valid.',
'in_array' => ':attribute tidak ada di dalam :other.',
'integer' => ':attribute harus berupa bilangan bulat.',
'ip' => ':attribute harus berupa alamat IP yang valid.',
'ipv4' => ':attribute harus berupa alamat IPv4 yang valid.',
'ipv6' => ':attribute harus berupa alamat IPv6 yang valid.',
'json' => ':attribute harus berupa JSON string yang valid.',
'lt' => [
'numeric' => ':attribute harus bernilai kurang dari :value.',
'file' => ':attribute harus berukuran kurang dari :value kilobita.',
'string' => ':attribute harus berisi kurang dari :value karakter.',
'array' => ':attribute harus memiliki kurang dari :value anggota.',
],
'lte' => [
'numeric' => ':attribute harus bernilai kurang dari atau sama dengan :value.',
'file' => ':attribute harus berukuran kurang dari atau sama dengan :value kilobita.',
'string' => ':attribute harus berisi kurang dari atau sama dengan :value karakter.',
'array' => ':attribute harus tidak lebih dari :value anggota.',
],
'max' => [
'numeric' => ':attribute maskimal bernilai :max.',
'file' => ':attribute maksimal berukuran :max kilobita.',
'string' => ':attribute maskimal berisi :max karakter.',
'array' => ':attribute maksimal terdiri dari :max anggota.',
],
'mimes' => ':attribute harus berupa berkas berjenis: :values.',
'mimetypes' => ':attribute harus berupa berkas berjenis: :values.',
'min' => [
'numeric' => ':attribute minimal bernilai :min.',
'file' => ':attribute minimal berukuran :min kilobita.',
'string' => ':attribute minimal berisi :min karakter.',
'array' => ':attribute minimal terdiri dari :min anggota.',
],
'not_in' => ':attribute yang dipilih tidak valid.',
'not_regex' => 'Format :attribute tidak valid.',
'numeric' => ':attribute harus berupa angka.',
'password' => 'Kata sandi salah.',
'present' => ':attribute wajib ada.',
'regex' => 'Format :attribute tidak valid.',
'required' => ':attribute wajib diisi.',
'required_if' => ':attribute wajib diisi bila :other adalah :value.',
'required_unless' => ':attribute wajib diisi kecuali :other memiliki nilai :values.',
'required_with' => ':attribute wajib diisi bila terdapat :values.',
'required_with_all' => ':attribute wajib diisi bila terdapat :values.',
'required_without' => ':attribute wajib diisi bila tidak terdapat :values.',
'required_without_all' => ':attribute wajib diisi bila sama sekali tidak terdapat :values.',
'same' => ':attribute dan :other harus sama.',
'size' => [
'numeric' => ':attribute harus berukuran :size.',
'file' => ':attribute harus berukuran :size kilobyte.',
'string' => ':attribute harus berukuran :size karakter.',
'array' => ':attribute harus mengandung :size anggota.',
],
'starts_with' => ':attribute harus diawali salah satu dari berikut: :values',
'string' => ':attribute harus berupa string.',
'timezone' => ':attribute harus berisi zona waktu yang valid.',
'unique' => ':attribute sudah ada sebelumnya.',
'uploaded' => ':attribute gagal diunggah.',
'url' => 'Format :attribute tidak valid.',
'uuid' => ':attribute harus merupakan UUID yang valid.',

/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
|--------------------------------------------------------------------------
|
| Here you may specify custom validation messages for attributes using the
| convention "attribute.rule" to name the lines. This makes it quick to
| specify a specific custom language line for a given attribute rule.
|
*/

'custom' => [
'attribute-name' => [
'rule-name' => 'custom-message',
],
],

/*
|--------------------------------------------------------------------------
| Custom Validation Attributes
|--------------------------------------------------------------------------
|
| The following language lines are used to swap our attribute placeholder
| with something more reader friendly such as "E-Mail Address" instead
| of "email". This simply helps us make our message more expressive.
|
*/

'attributes' => [],

];