-
-
Notifications
You must be signed in to change notification settings - Fork 76
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 #188 from corean/main
- Korean translations add
- Loading branch information
Showing
2 changed files
with
19 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,5 @@ | ||
<?php | ||
|
||
return [ | ||
'label' => '내보내기', | ||
]; |
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,14 @@ | ||
<?php | ||
|
||
return [ | ||
'queued' => [ | ||
'title' => '내보내기 대기 중', | ||
'body' => '내보내기가 대기 중입니다. 다운로드 준비가 되면 알림을 받게 됩니다.', | ||
], | ||
|
||
'download_ready' => [ | ||
'title' => '내보내기 완료', | ||
'body' => '파일 다운로드가 준비되었습니다.', | ||
'download' => '다운로드', | ||
], | ||
]; |