Skip to content

Commit 69b771d

Browse files
committed
New translations activities.php (Korean)
1 parent 2b73935 commit 69b771d

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

lang/ko/activities.php

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77

88
// Pages
99
'page_create' => '페이지 생성',
10-
'page_create_notification' => '페이지가 성공적으로 생성되었습니다.',
10+
'page_create_notification' => '페이지가 성공적으로 생성되었습니다',
1111
'page_update' => '페이지 업데이트',
12-
'page_update_notification' => '페이지가 성공적으로 업데이트되었습니다.',
12+
'page_update_notification' => '페이지가 성공적으로 업데이트 되었습니다',
1313
'page_delete' => '페이지 삭제',
14-
'page_delete_notification' => '페이지가 성공적으로 삭제되었습니다.',
14+
'page_delete_notification' => '페이지가 성공적으로 삭제되었습니다',
1515
'page_restore' => '페이지 복원',
16-
'page_restore_notification' => '페이지가 성공적으로 복원되었습니다.',
16+
'page_restore_notification' => '페이지가 성공적으로 복원되었습니다',
1717
'page_move' => '페이지 이동',
18-
'page_move_notification' => '페이지가 성공적으로 이동되었습니다.',
18+
'page_move_notification' => '페이지가 성공적으로 이동되었습니다',
1919

2020
// Chapters
2121
'chapter_create' => '챕터 생성',
@@ -28,7 +28,7 @@
2828
'chapter_move_notification' => '페이지가 성공적으로 이동되었습니다.',
2929

3030
// Books
31-
'book_create' => '생성된 책',
31+
'book_create' => '책 생성',
3232
'book_create_notification' => '책이 성공적으로 생성되었습니다.',
3333
'book_create_from_chapter' => '챕터를 책으로 변환',
3434
'book_create_from_chapter_notification' => '챕터가 책으로 성공적으로 변환되었습니다.',
@@ -44,13 +44,13 @@
4444
'bookshelf_create_notification' => '책장을 성공적으로 생성했습니다.',
4545
'bookshelf_create_from_book' => '책을 책장으로 변환함',
4646
'bookshelf_create_from_book_notification' => '책을 성공적으로 책장으로 변환하였습니다.',
47-
'bookshelf_update' => '책장 업데이트됨',
47+
'bookshelf_update' => '책장 업데이트',
4848
'bookshelf_update_notification' => '책장이 성공적으로 업데이트 되었습니다.',
49-
'bookshelf_delete' => '삭제된 책장',
49+
'bookshelf_delete' => '책장 삭제',
5050
'bookshelf_delete_notification' => '책장이 성공적으로 삭제되었습니다.',
5151

5252
// Revisions
53-
'revision_restore' => '복구된 버전',
53+
'revision_restore' => '버전 복구',
5454
'revision_delete' => '버전 삭제',
5555
'revision_delete_notification' => '버전 삭제 성공',
5656

@@ -79,7 +79,7 @@
7979
// Webhooks
8080
'webhook_create' => '웹 훅 생성',
8181
'webhook_create_notification' => '웹 훅 생성함',
82-
'webhook_update' => '웹 훅 수정하기',
82+
'webhook_update' => '웹 훅 수정',
8383
'webhook_update_notification' => '웹 훅 설정이 수정되었습니다.',
8484
'webhook_delete' => '웹 훅 지우기',
8585
'webhook_delete_notification' => '웹 훅 삭제함',
@@ -128,12 +128,12 @@
128128
'comment_delete' => '댓글 삭제',
129129

130130
// Sort Rules
131-
'sort_rule_create' => 'created sort rule',
132-
'sort_rule_create_notification' => 'Sort rule successfully created',
133-
'sort_rule_update' => 'updated sort rule',
134-
'sort_rule_update_notification' => 'Sort rule successfully update',
135-
'sort_rule_delete' => 'deleted sort rule',
136-
'sort_rule_delete_notification' => 'Sort rule successfully deleted',
131+
'sort_rule_create' => '정렬 규칙 생성',
132+
'sort_rule_create_notification' => '정렬 규칙이 성공적으로 생성되었습니다',
133+
'sort_rule_update' => '정렬 규칙 업데이트',
134+
'sort_rule_update_notification' => '정렬 규칙이 성공적으로 업데이트 되었습니다',
135+
'sort_rule_delete' => '정렬 규칙 삭제',
136+
'sort_rule_delete_notification' => '정렬 규칙이 성공적으로 삭제되었습니다',
137137

138138
// Other
139139
'permissions_update' => '권한 수정함',

0 commit comments

Comments
 (0)