'The file "{file}" is not an image.'=>'File bukan berupa gambar.',
'The file "{file}" is too big. Its size cannot exceed {limit, number} {limit, plural, one{byte} other{bytes}}.'=>'Berkas "{file}" terlalu besar. Ukurannya tidak boleh lebih besar dari {limit, number} {limit, plural, one{byte} other{bytes}}.',
'The file "{file}" is too small. Its size cannot be smaller than {limit, number} {limit, plural, one{byte} other{bytes}}.'=>'Berkas "{file}" terlalu kecil. Ukurannya tidak boleh lebih kecil dari {limit, number} {limit, plural, one{byte} other{bytes}}.',
'The file "{file}" is too big. Its size cannot exceed {limit, number} {limit, plural, one{byte} other{bytes}}.'=>'Berkas "{file}" terlalu besar. Ukurannya tidak boleh lebih besar dari {limit, number} {limit, plural, one{bita} other{bita}}.',
'The file "{file}" is too small. Its size cannot be smaller than {limit, number} {limit, plural, one{byte} other{bytes}}.'=>'Berkas "{file}" terlalu kecil. Ukurannya tidak boleh lebih kecil dari {limit, number} {limit, plural, one{bita} other{bita}}.',
'The format of {attribute} is invalid.'=>'Format dari {attribute} tidak valid.',
'The image "{file}" is too large. The height cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.'=>'Gambar "{file}" terlalu besar. Tingginya tidak boleh lebih besar dari {limit, number} {limit, plural, one{píxel} other{píxels}}.',
'The image "{file}" is too large. The width cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.'=>'Gambar "{file}" terlalu besar. Lebarnya tidak boleh lebih besar dari {limit, number} {limit, plural, one{píxel} other{píxels}}.',
'The image "{file}" is too small. The height cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.'=>'Gambar "{file}" terlalu kecil. Tingginya tidak boleh lebih kecil dari {limit, number} {limit, plural, one{píxel} other{píxels}}.',
'The image "{file}" is too small. The width cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.'=>'Gambar "{file}" terlalu kecil. Lebarnya tidak boleh lebih kecil dari {limit, number} {limit, plural, one{píxel} other{píxels}}.',
'The image "{file}" is too large. The height cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.'=>'Gambar "{file}" terlalu besar. Tingginya tidak boleh lebih besar dari {limit, number} {limit, plural, one{piksel} other{piksel}}.',
'The image "{file}" is too large. The width cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.'=>'Gambar "{file}" terlalu besar. Lebarnya tidak boleh lebih besar dari {limit, number} {limit, plural, one{piksel} other{piksel}}.',
'The image "{file}" is too small. The height cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.'=>'Gambar "{file}" terlalu kecil. Tingginya tidak boleh lebih kecil dari {limit, number} {limit, plural, one{piksel} other{piksel}}.',
'The image "{file}" is too small. The width cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.'=>'Gambar "{file}" terlalu kecil. Lebarnya tidak boleh lebih kecil dari {limit, number} {limit, plural, one{piksel} other{piksel}}.',
'The verification code is incorrect.'=>'Kode verifikasi tidak benar.',
'Unable to verify your data submission.'=>'Tidak dapat memverifikasi pengiriman data Anda.',
'Unknown command "{command}".'=>'Perintah tidak dikenal "{command}".',
'Unknown option: --{name}'=>'Opsi tidak dikenal: --{name}',
...
...
@@ -57,15 +57,15 @@ return [
'View'=>'Lihat',
'Yes'=>'Ya',
'You are not allowed to perform this action.'=>'Anda tidak diperbolehkan untuk melakukan aksi ini.',
'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.'=>'Anda dapat mengunggah paling banyak {limit, number} {limit, plural, one{arxiu} other{arxius}}.',
'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.'=>'Anda dapat mengunggah paling banyak {limit, number} {limit, plural, one{file} other{file}}.',
'{attribute} "{value}" has already been taken.'=>'{attribute} "{value}" telah diambil.',
'{attribute} "{value}" has already been taken.'=>'{attribute} "{value}" telah dipergunakan.',
'{attribute} cannot be blank.'=>'{attribute} tidak boleh kosong.',
'{attribute} is invalid.'=>'{attribute} tidak valid.',
'{attribute} is not a valid URL.'=>'{attribute} bukan URL yang valid.',
...
...
@@ -83,21 +83,21 @@ return [
'{attribute} must be no less than {min}.'=>'{attribute} harus tidak boleh lebih kecil dari {min}.',
'{attribute} must be repeated exactly.'=>'{attribute} harus diulang sama persis.',
'{attribute} must not be equal to "{compareValue}".'=>'{attribute} harus tidak boleh sama dengan "{compareValue}".',
'{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.'=>'{attribute} harus memiliki paling sedikit {min, number} {min, plural, one{lletra} other{lletres}}.',
'{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.'=>'{attribute} harus memiliki paling banyak {max, number} {max, plural, one{lletra} other{lletres}}.',
'{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.'=>'{attribute} harus memiliki {length, number} {length, plural, one{lletra} other{lletres}}.',
'{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.'=>'{attribute} harus memiliki paling sedikit {min, number} {min, plural, one{karakter} other{karakter}}.',
'{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.'=>'{attribute} harus memiliki paling banyak {max, number} {max, plural, one{karakter} other{karakter}}.',
'{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.'=>'{attribute} harus memiliki {length, number} {length, plural, one{karakter} other{karakter}}.',