From 0f22c845ef8bbe215baf3b7ec46c8746c29d6b01 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Sun, 5 May 2024 04:29:27 +0300 Subject: [PATCH] New translations en-us.ts (Korean) --- frontend/src/i18n/translations/ko-KR.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/i18n/translations/ko-KR.ts b/frontend/src/i18n/translations/ko-KR.ts index 4a21cd6..eb747c8 100644 --- a/frontend/src/i18n/translations/ko-KR.ts +++ b/frontend/src/i18n/translations/ko-KR.ts @@ -420,10 +420,10 @@ export default { "common.text.navigate-to-link": "Go to the link", "common.text.or": "or", "common.button.go-back": "Go back", - "common.button.go-home": "Go home", + "common.button.go-home": "첫 페이지", "common.notify.copied": "Your link was copied to the clipboard", - "common.success": "Success", - "common.error": "Error", + "common.success": "성공", + "common.error": "에러", "common.error.unknown": "An unknown error occurred", "common.error.invalid-email": "Invalid email address", "common.error.too-short": "Must be at least {length} characters",