diff --git a/resources/lang/id/errors.php b/resources/lang/id/errors.php new file mode 100644 index 00000000..314b1db6 --- /dev/null +++ b/resources/lang/id/errors.php @@ -0,0 +1,25 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +return [ + 'not-found' => [ + 'code' => '404', + 'title' => 'Halaman ini hilang!', + 'message' => 'Maaf, halaman yang diinginkan tidak ditemukan. Periksa apakah ada kesalahan URL lalu coba lagi.', + 'link' => 'Kembali ke depan', + ], + 'unauthorized' => [ + 'code' => '401', + 'title' => 'Tidak dibolehkan', + 'message' => 'Maaf, anda perlu kewenangan admin untuk melihat halaman ini.', + 'link' => 'Kembali ke depan', + ], +];