Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 57ea718

Browse files
committed
2 parents b1ba49c + 94b9fe0 commit 57ea718

File tree

7 files changed

+41
-37
lines changed

7 files changed

+41
-37
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
05 March 2014
4+
5+
* Update Indonesian (id) with Translated lines description by [Ivo Idham Perdameian](https://github.com/idhamperdameian)
6+
37
03 March 2014
48

59
* Add Montenegrin (me) by [Ognjen MIletić](https://github.com/ognjenm)

da/validation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"date" => ":attribute er ikke en gyldig dato.",
3232
"date_format" => ":attribute matcher ikke formatet :format.",
3333
"different" => ":attribute og :other skal være forskellige.",
34-
"digits" => ":attribute skal have :digits decimaler.",
35-
"digits_between" => ":attribute skal have mellem :min og :max decimaler.",
34+
"digits" => ":attribute skal have :digits cifre.",
35+
"digits_between" => ":attribute skal have mellem :min og :max cifre.",
3636
"email" => ":attribute skal være en gyldig e-mailadresse.",
3737
"exists" => "Det valgte :attribute er ugyldig.",
3838
"image" => ":attribute skal være et billede.",

fr/validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
),
4848
"mimes" => "Le champ :attribute doit être un fichier de type : :values.",
4949
"min" => array(
50-
"numeric" => "La valeur de :attribute doit être supérieur à :min.",
50+
"numeric" => "La valeur de :attribute doit être supérieure à :min.",
5151
"file" => "Le fichier :attribute doit être plus que gros que :min kilobytes.",
5252
"string" => "Le texte :attribute doit contenir au moins :min caractères.",
5353
"array" => "Le champ :attribute doit avoir au moins :min éléments."

id/pagination.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
return array(
44

55
/*
6-
|--------------------------------------------------------------------------
7-
| Pagination Language Lines
8-
|--------------------------------------------------------------------------
6+
|---------------------------------------------------------------------------------------
7+
| Baris Bahasa untuk Penomoran Halaman
8+
|---------------------------------------------------------------------------------------
99
|
10-
| The following language lines are used by the paginator library to build
11-
| the simple pagination links. You are free to change them to anything
12-
| you want to customize your views to better match your application.
10+
| Baris bahasa berikut digunakan oleh pustaka penomoran untuk membuat
11+
| tautan yang sederhana. Anda bebas untuk mengubahnya keapa pun yang Anda
12+
| inginkan menyesuaikan dengan pandangan Anda agar lebih cocok ke aplikasi Anda.
1313
|
1414
*/
1515

id/reminders.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
return array(
44

55
/*
6-
|--------------------------------------------------------------------------
7-
| Password Reminder Language Lines
8-
|--------------------------------------------------------------------------
6+
|---------------------------------------------------------------------------------------
7+
| Baris Bahasa untuk Pengingat Kata Sandi
8+
|---------------------------------------------------------------------------------------
99
|
10-
| The following language lines are the default lines which match reasons
11-
| that are given by the password broker for a password update attempt
12-
| has failed, such as for an invalid token or invalid new password.
10+
| Baris bahasa berikut adalah baris standar yang cocok dengan alasan yang
11+
| diberikan oleh pembongkar kata sandi yang telah gagal dalam upaya pembaruan
12+
| kata sandi, misalnya token tidak valid atau kata sandi baru tidak valid.
1313
|
1414
*/
1515

id/validation.php

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
return array(
44

55
/*
6-
|--------------------------------------------------------------------------
7-
| Validation Language Lines
8-
|--------------------------------------------------------------------------
6+
|---------------------------------------------------------------------------------------
7+
| Baris Bahasa untuk Validasi
8+
|---------------------------------------------------------------------------------------
99
|
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.
1313
|
1414
*/
1515

@@ -72,13 +72,13 @@
7272
"url" => "Format isian :attribute tidak valid.",
7373

7474
/*
75-
|--------------------------------------------------------------------------
76-
| Custom Validation Language Lines
77-
|--------------------------------------------------------------------------
75+
|---------------------------------------------------------------------------------------
76+
| Baris Bahasa untuk Validasi Kustom
77+
|---------------------------------------------------------------------------------------
7878
|
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.
8282
|
8383
*/
8484

@@ -89,13 +89,13 @@
8989
),
9090

9191
/*
92-
|--------------------------------------------------------------------------
93-
| Custom Validation Attributes
94-
|--------------------------------------------------------------------------
92+
|---------------------------------------------------------------------------------------
93+
| Kustom Validasi Atribut
94+
|---------------------------------------------------------------------------------------
9595
|
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.
9999
|
100100
*/
101101

nl/validation.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
5757
"not_in" => "Het formaat van :attribute is ongeldig.",
5858
"numeric" => ":attribute moet een nummer zijn.",
5959
"required" => ":attribute is verplicht.",
60-
"required_with" => ":attribute is verplicht i.c.m. :field",
61-
"required_with_all" => "The :attribute field is required when :values is present.",
62-
"required_without" => "The :attribute field is required when :values is not present.",
63-
"required_without_all" => "The :attribute field is required when none of :values are present.",
60+
"required_with" => ":attribute is verplicht i.c.m. :values",
61+
"required_with_all" => ":attribute is verplicht i.c.m. :values",
62+
"required_without" => ":attribute is verplicht als :values niet ingevuld is.",
63+
"required_without_all" => ":attribute is verplicht als :values niet ingevuld zijn.",
6464
"same" => ":attribute en :other moeten overeenkomen.",
6565
"size" => array(
6666
"numeric" => ":attribute moet :size zijn.",

0 commit comments

Comments
 (0)