|
3 | 3 | return array(
|
4 | 4 |
|
5 | 5 | /*
|
6 |
| - |-------------------------------------------------------------------------- |
7 |
| - | Validation Language Lines |
8 |
| - |-------------------------------------------------------------------------- |
| 6 | + |--------------------------------------------------------------------------------------- |
| 7 | + | Baris Bahasa untuk Validasi |
| 8 | + |--------------------------------------------------------------------------------------- |
9 | 9 | |
|
10 |
| - | The following language lines contain the default error messages used by |
11 |
| - | the validator class. Some of these rules have multiple versions such |
12 |
| - | as the size rules. Feel free to tweak each of these messages here. |
| 10 | + | Baris bahasa berikut ini berisi standar pesan kesalahan yang digunakan oleh |
| 11 | + | kelas validasi. Beberapa aturan mempunyai multi versi seperti aturan 'size'. |
| 12 | + | Jangan ragu untuk mengoptimalkan setiap pesan yang ada di sini. |
13 | 13 | |
|
14 | 14 | */
|
15 | 15 |
|
|
72 | 72 | "url" => "Format isian :attribute tidak valid.",
|
73 | 73 |
|
74 | 74 | /*
|
75 |
| - |-------------------------------------------------------------------------- |
76 |
| - | Custom Validation Language Lines |
77 |
| - |-------------------------------------------------------------------------- |
| 75 | + |--------------------------------------------------------------------------------------- |
| 76 | + | Baris Bahasa untuk Validasi Kustom |
| 77 | + |--------------------------------------------------------------------------------------- |
78 | 78 | |
|
79 |
| - | Here you may specify custom validation messages for attributes using the |
80 |
| - | convention "attribute.rule" to name the lines. This makes it quick to |
81 |
| - | specify a specific custom language line for a given attribute rule. |
| 79 | + | Di sini Anda dapat menentukan pesan validasi kustom untuk atribut dengan menggunakan |
| 80 | + | konvensi "attribute.rule" dalam penamaan baris. Hal ini membuat cepat dalam |
| 81 | + | menentukan spesifik baris bahasa kustom untuk aturan atribut yang diberikan. |
82 | 82 | |
|
83 | 83 | */
|
84 | 84 |
|
|
89 | 89 | ),
|
90 | 90 |
|
91 | 91 | /*
|
92 |
| - |-------------------------------------------------------------------------- |
93 |
| - | Custom Validation Attributes |
94 |
| - |-------------------------------------------------------------------------- |
| 92 | + |--------------------------------------------------------------------------------------- |
| 93 | + | Kustom Validasi Atribut |
| 94 | + |--------------------------------------------------------------------------------------- |
95 | 95 | |
|
96 |
| - | The following language lines are used to swap attribute place-holders |
97 |
| - | with something more reader friendly such as E-Mail Address instead |
98 |
| - | of "email". This simply helps us make messages a little cleaner. |
| 96 | + | Baris bahasa berikut digunakan untuk menukar atribut 'place-holders' |
| 97 | + | dengan sesuatu yang lebih bersahabat dengan pembaca seperti Alamat Surel daripada |
| 98 | + | "surel" saja. Ini benar-benar membantu kita membuat pesan sedikit bersih. |
99 | 99 | |
|
100 | 100 | */
|
101 | 101 |
|
|
0 commit comments