-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from stephanus-tantiono/patch-1
Add Indonesia Translation
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?php | ||
|
||
return [ | ||
'true' => 'Benar', | ||
'false' => 'Salah', | ||
'set' => 'Diatur', | ||
'not_set' => 'Tidak diatur', | ||
'equal' => 'Sama dengan', | ||
'not_equal' => 'Tidak sama dengan', | ||
'on_after' => 'Pada atau setelah', | ||
'on_before' => 'Pada atau sebelum', | ||
'greater_equal' => 'Lebih besar atau sama dengan', | ||
'less_equal' => 'Lebih kecil atau sama dengan', | ||
'greater_than' => 'Lebih besar dari', | ||
'less_than' => 'Lebih kecil dari', | ||
'between' => 'Antara', | ||
'start_with' => 'Dimulai dengan', | ||
'not_start_with' => 'Tidak dimulai dengan', | ||
'end_with' => 'Diakhiri dengan', | ||
'not_end_with' => 'Tidak diakhiri dengan', | ||
'contain' => 'Mengandung', | ||
'not_contain' => 'Tidak mengandung', | ||
|
||
'from' => 'Dari', | ||
'until' => 'Hingga', | ||
'days' => 'Hari', | ||
'weeks' => 'Minggu', | ||
'months' => 'Bulan', | ||
'years' => 'Tahun', | ||
'from_now' => 'Dari sekarang', | ||
'ago' => 'Yang lalu', | ||
]; |