From 2fa551f2acbbe052bcbd436d1b44b92c7f15b9a1 Mon Sep 17 00:00:00 2001 From: Nipe Setiawan Harefa Date: Sun, 14 Oct 2018 01:09:59 +0700 Subject: [PATCH] add bahasa language --- resources/lang/id/application.php | 101 ++++++++++++++++++ resources/lang/id/auth.php | 22 ++++ resources/lang/id/pagination.php | 19 ++++ resources/lang/id/passwords.php | 25 +++++ resources/lang/id/validation.php | 146 ++++++++++++++++++++++++++ resources/lang/nl/validation.php | 168 +++++++++++++++--------------- 6 files changed, 398 insertions(+), 83 deletions(-) create mode 100644 resources/lang/id/application.php create mode 100644 resources/lang/id/auth.php create mode 100644 resources/lang/id/pagination.php create mode 100644 resources/lang/id/passwords.php create mode 100644 resources/lang/id/validation.php diff --git a/resources/lang/id/application.php b/resources/lang/id/application.php new file mode 100644 index 00000000..77c4d140 --- /dev/null +++ b/resources/lang/id/application.php @@ -0,0 +1,101 @@ + 'Liga', + 'leagues' => 'Liga', + 'Leagues' => 'Liga', + 'All leagues' => 'Semua Liga', + + 'League name' => 'Nama Liga', + 'Country' => 'Negara', + + 'fixture' => 'pekan', + 'fixtures' => 'pekan', + 'Fixtures' => 'pekan', + 'todays\'s fixtures' => 'todays\'s fixtures', + 'last fixtures' => '{1} Laatste wedstrijd|[2,*] Upcoming :count fixtures', + 'upcoming fixtures' => '{1} Upcoming fixture|[2,*] Upcoming :count fixtures', + 'Standings' => 'Klasemen', + 'Topscorers' => 'Top Skor', + 'Player' => 'Pemain', + + 'No.' => 'No.', + 'Team' => 'Tim', + 'Played' => 'Tanding', + 'Won' => 'Menang', + 'Draw' => 'Seri', + 'Lost' => 'Kalah', + 'Goals' => 'Gol', + 'Points' => 'Point', + 'Form' => 'Form', + 'W' => 'W', + 'D' => 'D', + 'L' => 'L', + + 'live' => 'langsung', + 'livescores' => 'livescores', + 'Livescores' => 'Livescores', + + 'Last update' => 'Update terakhir', + + 'Venue' => 'Lokasi', + 'Referee' => 'Wasit', + 'Match Summary' => 'Ringkasan Pertandingan', + 'Statistics' => 'Statistik', + 'Lineups' => 'Daftar Pemain', + 'Formation' => 'Formasi', + 'Starting lineups' => 'Daftar pemain utama', + 'Substitutes' => 'Cadangan', + 'Missing players' => 'Missing players', + 'Coaches' => 'Pelatih', + + 'Total shots' => 'Total Tendangan', + 'Shots on goal' => 'Tendangan ke gawang', + 'Shots of goal' => 'Shots of goal', + 'Blocked shots' => 'Blocked shots', + 'Shots inside box' => 'Shots inside box', + 'Shots outside box' => 'Shots outside box', + 'Total passes' => 'Total Umpan', + 'Accurate passes' => 'Akurasi umpan', + 'Passing percentage' => 'Persentasi umpan', + 'Total attacks' => 'Total serangan', + 'Dangerous attacks' => 'Serangan berbahaya', + 'Fouls' => 'Pelanggaran', + 'Corners' => 'Tendangan Pojok', + 'Offside' => 'Offside', + 'Ball possession' => 'Ball possession', + 'Yellow cards' => 'Kartu Kuning', + 'Red cards' => 'Kartu Merah', + 'Saves' => 'Penyelamatan', + 'Substitutions' => 'Pergantian', + 'Goal kicks' => 'Goal kicks', + 'Goal attempts' => 'Goal attempts', + 'Free kicks' => 'Tendangan bebas', + 'Throw-ins' => 'Lemparan ke dalam', + 'Ball safe' => 'Penyelamatan', + + 'now' => 'sekarang', + 'today' => 'hari ini', + 'Today' => 'Hari ini', + 'tomorrow' => 'besok', + 'Tomorrow' => 'Besok', + 'yesterday' => 'kemarin', + 'Yesterday' => 'Kemarin', + + 'msg_too_much_results' => 'We only show the first :count results. The shown data might be incomplete. We try to fix this in a later version.', + 'msg_no_livescores_now' => 'Tidak ada update score sekarang', + 'msg_no_livescores_today' => 'Tidak ada update score hari ini', + 'msg_no_matches_found' => 'Tidak ada pertandingan pada tanggal :date.', + 'msg_no_data' => 'tidak tersedia pada minggu ini |are not (yet) available for this fixture', + +]; diff --git a/resources/lang/id/auth.php b/resources/lang/id/auth.php new file mode 100644 index 00000000..22b48f64 --- /dev/null +++ b/resources/lang/id/auth.php @@ -0,0 +1,22 @@ + 'Identitas tersebut tidak cocok dengan data kami.', + 'throttle' => 'Terlalu banyak usaha masuk. Silahkan coba lagi dalam :seconds detik.', + +]; diff --git a/resources/lang/id/pagination.php b/resources/lang/id/pagination.php new file mode 100644 index 00000000..43d5fcfd --- /dev/null +++ b/resources/lang/id/pagination.php @@ -0,0 +1,19 @@ + '« Sebelumnya', + 'next' => 'Berikutnya »', + +]; diff --git a/resources/lang/id/passwords.php b/resources/lang/id/passwords.php new file mode 100644 index 00000000..7705e3d3 --- /dev/null +++ b/resources/lang/id/passwords.php @@ -0,0 +1,25 @@ + 'Kata sandi minimal harus memiliki enam karakter dan cocok dengan konfirmasi.', + 'reset' => 'Kata sandi Anda sudah direset!', + 'sent' => 'Kami sudah mengirim surel yang berisi tautan untuk mereset kata sandi Anda!', + 'token' => 'Token pengaturan ulang kata sandi tidak sah.', + 'user' => 'Kami tidak dapat menemukan pengguna dengan alamat surel tersebut.', + +]; diff --git a/resources/lang/id/validation.php b/resources/lang/id/validation.php new file mode 100644 index 00000000..b163c424 --- /dev/null +++ b/resources/lang/id/validation.php @@ -0,0 +1,146 @@ + 'The :attribute must be accepted.', + 'active_url' => 'The :attribute is not a valid URL.', + 'after' => 'The :attribute must be a date after :date.', + 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', + 'alpha' => 'The :attribute may only contain letters.', + 'alpha_dash' => 'The :attribute may only contain letters, numbers, dashes and underscores.', + 'alpha_num' => 'The :attribute may only contain letters and numbers.', + 'array' => 'The :attribute must be an array.', + 'before' => 'The :attribute must be a date before :date.', + 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'between' => [ + 'numeric' => 'The :attribute must be between :min and :max.', + 'file' => 'The :attribute must be between :min and :max kilobytes.', + 'string' => 'The :attribute must be between :min and :max characters.', + 'array' => 'The :attribute must have between :min and :max items.', + ], + 'boolean' => 'The :attribute field must be true or false.', + 'confirmed' => 'The :attribute confirmation does not match.', + 'date' => 'The :attribute is not a valid date.', + 'date_format' => 'The :attribute does not match the format :format.', + 'different' => 'The :attribute and :other must be different.', + 'digits' => 'The :attribute must be :digits digits.', + 'digits_between' => 'The :attribute must be between :min and :max digits.', + 'dimensions' => 'The :attribute has invalid image dimensions.', + 'distinct' => 'The :attribute field has a duplicate value.', + 'email' => 'The :attribute must be a valid email address.', + 'exists' => 'The selected :attribute is invalid.', + 'file' => 'The :attribute must be a file.', + 'filled' => 'The :attribute field must have a value.', + 'gt' => [ + 'numeric' => 'The :attribute must be greater than :value.', + 'file' => 'The :attribute must be greater than :value kilobytes.', + 'string' => 'The :attribute must be greater than :value characters.', + 'array' => 'The :attribute must have more than :value items.', + ], + 'gte' => [ + 'numeric' => 'The :attribute must be greater than or equal :value.', + 'file' => 'The :attribute must be greater than or equal :value kilobytes.', + 'string' => 'The :attribute must be greater than or equal :value characters.', + 'array' => 'The :attribute must have :value items or more.', + ], + 'image' => 'The :attribute must be an image.', + 'in' => 'The selected :attribute is invalid.', + 'in_array' => 'The :attribute field does not exist in :other.', + 'integer' => 'The :attribute must be an integer.', + 'ip' => 'The :attribute must be a valid IP address.', + 'ipv4' => 'The :attribute must be a valid IPv4 address.', + 'ipv6' => 'The :attribute must be a valid IPv6 address.', + 'json' => 'The :attribute must be a valid JSON string.', + 'lt' => [ + 'numeric' => 'The :attribute must be less than :value.', + 'file' => 'The :attribute must be less than :value kilobytes.', + 'string' => 'The :attribute must be less than :value characters.', + 'array' => 'The :attribute must have less than :value items.', + ], + 'lte' => [ + 'numeric' => 'The :attribute must be less than or equal :value.', + 'file' => 'The :attribute must be less than or equal :value kilobytes.', + 'string' => 'The :attribute must be less than or equal :value characters.', + 'array' => 'The :attribute must not have more than :value items.', + ], + 'max' => [ + 'numeric' => 'The :attribute may not be greater than :max.', + 'file' => 'The :attribute may not be greater than :max kilobytes.', + 'string' => 'The :attribute may not be greater than :max characters.', + 'array' => 'The :attribute may not have more than :max items.', + ], + 'mimes' => 'The :attribute must be a file of type: :values.', + 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'min' => [ + 'numeric' => 'The :attribute must be at least :min.', + 'file' => 'The :attribute must be at least :min kilobytes.', + 'string' => 'The :attribute must be at least :min characters.', + 'array' => 'The :attribute must have at least :min items.', + ], + 'not_in' => 'The selected :attribute is invalid.', + 'not_regex' => 'The :attribute format is invalid.', + 'numeric' => 'The :attribute must be a number.', + 'present' => 'The :attribute field must be present.', + 'regex' => 'The :attribute format is invalid.', + 'required' => 'The :attribute field is required.', + 'required_if' => 'The :attribute field is required when :other is :value.', + 'required_unless' => 'The :attribute field is required unless :other is in :values.', + 'required_with' => 'The :attribute field is required when :values is present.', + 'required_with_all' => 'The :attribute field is required when :values is present.', + 'required_without' => 'The :attribute field is required when :values is not present.', + 'required_without_all' => 'The :attribute field is required when none of :values are present.', + 'same' => 'The :attribute and :other must match.', + 'size' => [ + 'numeric' => 'The :attribute must be :size.', + 'file' => 'The :attribute must be :size kilobytes.', + 'string' => 'The :attribute must be :size characters.', + 'array' => 'The :attribute must contain :size items.', + ], + 'string' => 'The :attribute must be a string.', + 'timezone' => 'The :attribute must be a valid zone.', + 'unique' => 'The :attribute has already been taken.', + 'uploaded' => 'The :attribute failed to upload.', + 'url' => 'The :attribute format is invalid.', + + /* + |-------------------------------------------------------------------------- + | 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 attribute place-holders + | with something more reader friendly such as E-Mail Address instead + | of "email". This simply helps us make messages a little cleaner. + | + */ + + 'attributes' => [], + +]; diff --git a/resources/lang/nl/validation.php b/resources/lang/nl/validation.php index 138bc1c1..e0681d09 100755 --- a/resources/lang/nl/validation.php +++ b/resources/lang/nl/validation.php @@ -10,108 +10,110 @@ | 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. + | source : + | https://raw.githubusercontent.com/caouecs/Laravel-lang/master/src/id/validation.php | */ - 'accepted' => ':attribute moet geaccepteerd zijn.', - 'active_url' => ':attribute is geen geldige URL.', - 'after' => ':attribute moet een datum na :date zijn.', - 'after_or_equal' => ':attribute moet een datum na of gelijk aan :date zijn.', - 'alpha' => ':attribute mag alleen letters bevatten.', - 'alpha_dash' => ':attribute mag alleen letters, nummers, underscores (_) en streepjes (-) bevatten.', - 'alpha_num' => ':attribute mag alleen letters en nummers bevatten.', - 'array' => ':attribute moet geselecteerde elementen bevatten.', - 'before' => ':attribute moet een datum voor :date zijn.', - 'before_or_equal' => ':attribute moet een datum voor of gelijk aan :date zijn.', + 'accepted' => 'Isian :attribute harus diterima.', + 'active_url' => 'Isian :attribute bukan URL yang valid.', + 'after' => 'Isian :attribute harus tanggal setelah :date.', + 'after_or_equal' => 'Isian :attribute harus berupa tanggal setelah atau sama dengan tanggal :date.', + 'alpha' => 'Isian :attribute hanya boleh berisi huruf.', + 'alpha_dash' => 'Isian :attribute hanya boleh berisi huruf, angka, dan strip.', + 'alpha_num' => 'Isian :attribute hanya boleh berisi huruf dan angka.', + 'array' => 'Isian :attribute harus berupa sebuah array.', + 'before' => 'Isian :attribute harus tanggal sebelum :date.', + 'before_or_equal' => 'Isian :attribute harus berupa tanggal sebelum atau sama dengan tanggal :date.', 'between' => [ - 'numeric' => ':attribute moet tussen :min en :max zijn.', - 'file' => ':attribute moet tussen :min en :max kilobytes zijn.', - 'string' => ':attribute moet tussen :min en :max karakters zijn.', - 'array' => ':attribute moet tussen :min en :max items bevatten.', + 'numeric' => 'Isian :attribute harus antara :min dan :max.', + 'file' => 'Bidang :attribute harus antara :min dan :max kilobita.', + 'string' => 'Isian :attribute harus antara :min dan :max karakter.', + 'array' => 'Isian :attribute harus antara :min dan :max item.', ], - 'boolean' => ':attribute moet ja of nee zijn.', - 'confirmed' => ':attribute bevestiging komt niet overeen.', - 'date' => ':attribute moet een datum bevatten.', - 'date_format' => ':attribute moet een geldig datum formaat bevatten.', - 'different' => ':attribute en :other moeten verschillend zijn.', - 'digits' => ':attribute moet bestaan uit :digits cijfers.', - 'digits_between' => ':attribute moet bestaan uit minimaal :min en maximaal :max cijfers.', - 'dimensions' => ':attribute heeft geen geldige afmetingen voor afbeeldingen.', - 'distinct' => ':attribute heeft een dubbele waarde.', - 'email' => ':attribute is geen geldig e-mailadres.', - 'exists' => ':attribute bestaat niet.', - 'file' => ':attribute moet een bestand zijn.', - 'filled' => ':attribute is verplicht.', + 'boolean' => 'Isian :attribute harus berupa true atau false', + 'confirmed' => 'Konfirmasi :attribute tidak cocok.', + 'date' => 'Isian :attribute bukan tanggal yang valid.', + 'date_format' => 'Isian :attribute tidak cocok dengan format :format.', + 'different' => 'Isian :attribute dan :other harus berbeda.', + 'digits' => 'Isian :attribute harus berupa angka :digits.', + 'digits_between' => 'Isian :attribute harus antara angka :min dan :max.', + 'dimensions' => 'Bidang :attribute tidak memiliki dimensi gambar yang valid.', + 'distinct' => 'Bidang isian :attribute memiliki nilai yang duplikat.', + 'email' => 'Isian :attribute harus berupa alamat surel yang valid.', + 'exists' => 'Isian :attribute yang dipilih tidak valid.', + 'file' => 'Bidang :attribute harus berupa sebuah berkas.', + 'filled' => 'Isian :attribute harus memiliki nilai.', 'gt' => [ - 'numeric' => 'De :attribute moet groter zijn dan :value.', - 'file' => 'De :attribute moet groter zijn dan :value kilobytes.', - 'string' => 'De :attribute moet meer dan :value tekens bevatten.', - 'array' => 'De :attribute moet meer dan :value waardes bevatten.', + 'numeric' => 'Isian :attribute harus lebih besar dari :value.', + 'file' => 'Bidang :attribute harus lebih besar dari :value kilobita.', + 'string' => 'Isian :attribute harus lebih besar dari :value karakter.', + 'array' => 'Isian :attribute harus lebih dari :value item.', ], 'gte' => [ - 'numeric' => 'De :attribute moet groter of gelijk zijn aan :value.', - 'file' => 'De :attribute moet groter of gelijk zijn aan :value kilobytes.', - 'string' => 'De :attribute moet minimaal :value tekens bevatten.', - 'array' => 'De :attribute moet :value waardes of meer bevatten.', + 'numeric' => 'Isian :attribute harus lebih besar dari atau sama dengan :value.', + 'file' => 'Bidang :attribute harus lebih besar dari atau sama dengan :value kilobita.', + 'string' => 'Isian :attribute harus lebih besar dari atau sama dengan :value karakter.', + 'array' => 'Isian :attribute harus mempunyai :value item atau lebih.', ], - 'image' => ':attribute moet een afbeelding zijn.', - 'in' => ':attribute is ongeldig.', - 'in_array' => ':attribute bestaat niet in :other.', - 'integer' => ':attribute moet een getal zijn.', - 'ip' => ':attribute moet een geldig IP-adres zijn.', - 'ipv4' => ':attribute moet een geldig IPv4-adres zijn.', - 'ipv6' => ':attribute moet een geldig IPv6-adres zijn.', - 'json' => ':attribute moet een geldige JSON-string zijn.', + 'image' => 'Isian :attribute harus berupa gambar.', + 'in' => 'Isian :attribute yang dipilih tidak valid.', + 'in_array' => 'Bidang isian :attribute tidak terdapat dalam :other.', + 'integer' => 'Isian :attribute harus merupakan bilangan bulat.', + 'ip' => 'Isian :attribute harus berupa alamat IP yang valid.', + 'ipv4' => 'Isian :attribute harus berupa alamat IPv4 yang valid.', + 'ipv6' => 'Isian :attribute harus berupa alamat IPv6 yang valid.', + 'json' => 'Isian :attribute harus berupa JSON string yang valid.', 'lt' => [ - 'numeric' => 'De :attribute moet kleiner zijn dan :value.', - 'file' => 'De :attribute moet kleiner zijn dan :value kilobytes.', - 'string' => 'De :attribute moet minder dan :value tekens bevatten.', - 'array' => 'De :attribute moet minder dan :value waardes bevatten.', + 'numeric' => 'Isian :attribute harus kurang dari :value.', + 'file' => 'Bidang :attribute harus kurang dari :value kilobita.', + 'string' => 'Isian :attribute harus kurang dari :value karakter.', + 'array' => 'Isian :attribute harus kurang dari :value item.', ], 'lte' => [ - 'numeric' => 'De :attribute moet kleiner of gelijk zijn aan :value.', - 'file' => 'De :attribute moet kleiner of gelijk zijn aan :value kilobytes.', - 'string' => 'De :attribute moet maximaal :value tekens bevatten.', - 'array' => 'De :attribute moet :value waardes of minder bevatten.', + 'numeric' => 'Isian :attribute harus kurang dari atau sama dengan :value.', + 'file' => 'Bidang :attribute harus kurang dari atau sama dengan :value kilobita.', + 'string' => 'Isian :attribute harus kurang dari atau sama dengan :value karakter.', + 'array' => 'Isian :attribute harus tidak lebih dari :value item.', ], 'max' => [ - 'numeric' => ':attribute mag niet hoger dan :max zijn.', - 'file' => ':attribute mag niet meer dan :max kilobytes zijn.', - 'string' => ':attribute mag niet uit meer dan :max tekens bestaan.', - 'array' => ':attribute mag niet meer dan :max items bevatten.', + 'numeric' => 'Isian :attribute seharusnya tidak lebih dari :max.', + 'file' => 'Bidang :attribute seharusnya tidak lebih dari :max kilobita.', + 'string' => 'Isian :attribute seharusnya tidak lebih dari :max karakter.', + 'array' => 'Isian :attribute seharusnya tidak lebih dari :max item.', ], - 'mimes' => ':attribute moet een bestand zijn van het bestandstype :values.', - 'mimetypes' => ':attribute moet een bestand zijn van het bestandstype :values.', + 'mimes' => 'Isian :attribute harus dokumen berjenis : :values.', + 'mimetypes' => 'Isian :attribute harus dokumen berjenis : :values.', 'min' => [ - 'numeric' => ':attribute moet minimaal :min zijn.', - 'file' => ':attribute moet minimaal :min kilobytes zijn.', - 'string' => ':attribute moet minimaal :min tekens zijn.', - 'array' => ':attribute moet minimaal :min items bevatten.', + 'numeric' => 'Isian :attribute harus minimal :min.', + 'file' => 'Bidang :attribute harus minimal :min kilobita.', + 'string' => 'Isian :attribute harus minimal :min karakter.', + 'array' => 'Isian :attribute harus minimal :min item.', ], - 'not_in' => 'Het formaat van :attribute is ongeldig.', - 'not_regex' => 'De :attribute formaat is ongeldig.', - 'numeric' => ':attribute moet een nummer zijn.', - 'present' => ':attribute moet bestaan.', - 'regex' => ':attribute formaat is ongeldig.', - 'required' => ':attribute is verplicht.', - 'required_if' => ':attribute is verplicht indien :other gelijk is aan :value.', - 'required_unless' => ':attribute is verplicht tenzij :other gelijk is aan :values.', - 'required_with' => ':attribute is verplicht i.c.m. :values', - 'required_with_all' => ':attribute is verplicht i.c.m. :values', - 'required_without' => ':attribute is verplicht als :values niet ingevuld is.', - 'required_without_all' => ':attribute is verplicht als :values niet ingevuld zijn.', - 'same' => ':attribute en :other moeten overeenkomen.', + 'not_in' => 'Isian :attribute yang dipilih tidak valid.', + 'not_regex' => 'Format isian :attribute tidak valid.', + 'numeric' => 'Isian :attribute harus berupa angka.', + 'present' => 'Bidang isian :attribute wajib ada.', + 'regex' => 'Format isian :attribute tidak valid.', + 'required' => 'Bidang isian :attribute wajib diisi.', + 'required_if' => 'Bidang isian :attribute wajib diisi bila :other adalah :value.', + 'required_unless' => 'Bidang isian :attribute wajib diisi kecuali :other memiliki nilai :values.', + 'required_with' => 'Bidang isian :attribute wajib diisi bila terdapat :values.', + 'required_with_all' => 'Bidang isian :attribute wajib diisi bila terdapat :values.', + 'required_without' => 'Bidang isian :attribute wajib diisi bila tidak terdapat :values.', + 'required_without_all' => 'Bidang isian :attribute wajib diisi bila tidak terdapat ada :values.', + 'same' => 'Isian :attribute dan :other harus sama.', 'size' => [ - 'numeric' => ':attribute moet :size zijn.', - 'file' => ':attribute moet :size kilobyte zijn.', - 'string' => ':attribute moet :size tekens zijn.', - 'array' => ':attribute moet :size items bevatten.', + 'numeric' => 'Isian :attribute harus berukuran :size.', + 'file' => 'Bidang :attribute harus berukuran :size kilobyte.', + 'string' => 'Isian :attribute harus berukuran :size karakter.', + 'array' => 'Isian :attribute harus mengandung :size item.', ], - 'string' => ':attribute moet een tekst zijn.', - 'timezone' => ':attribute moet een geldige tijdzone zijn.', - 'unique' => ':attribute is al in gebruik.', - 'uploaded' => 'Het uploaden van :attribute is mislukt.', - 'url' => ':attribute is geen geldige URL.', + 'string' => 'Isian :attribute harus berupa string.', + 'timezone' => 'Isian :attribute harus berupa zona waktu yang valid.', + 'unique' => 'Isian :attribute sudah ada sebelumnya.', + 'uploaded' => 'Isian :attribute gagal diunggah.', + 'url' => 'Format isian :attribute tidak valid.', /* |--------------------------------------------------------------------------