-
Notifications
You must be signed in to change notification settings - Fork 18
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 #3 from hrace009/master
My Request
- Loading branch information
Showing
3 changed files
with
1,068 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,22 @@ | ||
<?php | ||
/** | ||
* @author Harris Marfel <[email protected]> | ||
* @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).' | ||
|
||
]; |
Oops, something went wrong.