Skip to content

Commit

Permalink
Merge pull request #188 from corean/main
Browse files Browse the repository at this point in the history
- Korean translations add
  • Loading branch information
pxlrbt authored Nov 11, 2024
2 parents da3db3b + ad3198f commit 86266e2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/lang/ko/actions.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php

return [
'label' => '내보내기',
];
14 changes: 14 additions & 0 deletions resources/lang/ko/notifications.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php

return [
'queued' => [
'title' => '내보내기 대기 중',
'body' => '내보내기가 대기 중입니다. 다운로드 준비가 되면 알림을 받게 됩니다.',
],

'download_ready' => [
'title' => '내보내기 완료',
'body' => '파일 다운로드가 준비되었습니다.',
'download' => '다운로드',
],
];

0 comments on commit 86266e2

Please sign in to comment.