From 853598390a0b42faa1904c660cbf826c817b420d Mon Sep 17 00:00:00 2001 From: Harris Marfel Date: Wed, 1 Dec 2021 20:16:54 +0700 Subject: [PATCH] Add Indonesian Language --- src/lang/id/pw-api-messages.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/lang/id/pw-api-messages.php diff --git a/src/lang/id/pw-api-messages.php b/src/lang/id/pw-api-messages.php new file mode 100644 index 0000000..77faeaf --- /dev/null +++ b/src/lang/id/pw-api-messages.php @@ -0,0 +1,22 @@ + + * @link https://www.hrace009.com + * @copyright Copyright (c) 2020. + */ + +return [ + + /* + |-------------------------------------------------------------------------- + | PW API Language Lines + |-------------------------------------------------------------------------- + | + | The following language lines are in this package. + | + */ + + 'server_connect_failed' => 'Server sedang offline, system tidak bisa memproses permintaan anda', + 'no_version' => 'Saat ini tidak ada file protokol untuk versi (:version).' + +];