Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

- Korean translations add #188

Merged
merged 1 commit into from
Nov 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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' => '다운로드',
],
];