From e0ce6b629510fc932ce2967953b473bc2f1fb1be Mon Sep 17 00:00:00 2001 From: chan Date: Mon, 15 Jun 2026 10:07:48 +0900 Subject: [PATCH] =?UTF-8?q?i18n,=20userfront:=20TOML=20Bare=20Key=20?= =?UTF-8?q?=EA=B7=9C=EA=B2=A9=20=EB=B9=84=ED=98=B8=ED=99=98=EC=9C=BC?= =?UTF-8?q?=EB=A1=9C=20=EC=9D=B8=ED=95=9C=20=EB=B2=88=EC=97=AD=20=ED=8C=8C?= =?UTF-8?q?=EC=9D=BC=20=ED=8C=8C=EC=8B=B1=20=EC=98=A4=EB=A5=98=20=EB=B0=8F?= =?UTF-8?q?=20=ED=85=8C=EC=8A=A4=ED=8A=B8=20=EC=8B=A4=ED=8C=A8=20=EB=AC=B8?= =?UTF-8?q?=EC=A0=9C=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/en.toml | 4 ++-- locales/ko.toml | 4 ++-- locales/template.toml | 4 ++-- userfront/assets/translations/en.toml | 4 ++-- userfront/assets/translations/ko.toml | 4 ++-- userfront/assets/translations/template.toml | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/locales/en.toml b/locales/en.toml index 9a36296a..c879bfe8 100644 --- a/locales/en.toml +++ b/locales/en.toml @@ -882,7 +882,7 @@ title_with_code = "Error: {{code}}" type = "Error type: {{type}}" [msg.userfront.error.ory] -$normalizedCode = "{{error}}" +"$normalizedCode" = "{{error}}" access_denied = "The user denied the consent request." consent_required = "Consent is required to continue." interaction_required = "Additional interaction is required. Please try again." @@ -914,7 +914,7 @@ tenant_unknown = "Unknown" title = "Access restriction details" [msg.userfront.error.whitelist] -$normalizedCode = "{{error}}" +"$normalizedCode" = "{{error}}" bad_request = "Please check your input." invalid_session = "Your session has expired. Please sign in again." not_found = "The requested page could not be found." diff --git a/locales/ko.toml b/locales/ko.toml index 0ee26103..0e681d13 100644 --- a/locales/ko.toml +++ b/locales/ko.toml @@ -882,7 +882,7 @@ title_with_code = "오류: {{code}}" type = "오류 종류: {{type}}" [msg.userfront.error.ory] -$normalizedCode = "{{error}}" +"$normalizedCode" = "{{error}}" access_denied = "사용자가 동의를 거부했습니다." consent_required = "앱 접근 동의가 필요합니다." interaction_required = "추가 상호작용이 필요합니다. 다시 시도해 주세요." @@ -914,7 +914,7 @@ tenant_unknown = "알 수 없음" title = "접근 제한 정보" [msg.userfront.error.whitelist] -$normalizedCode = "{{error}}" +"$normalizedCode" = "{{error}}" bad_request = "입력값을 확인해 주세요." invalid_session = "세션이 만료되었습니다. 다시 로그인해 주세요." not_found = "요청한 페이지를 찾을 수 없습니다." diff --git a/locales/template.toml b/locales/template.toml index 934d5de0..ced3f643 100644 --- a/locales/template.toml +++ b/locales/template.toml @@ -882,7 +882,7 @@ title_with_code = "" type = "" [msg.userfront.error.ory] -$normalizedCode = "" +"$normalizedCode" = "" access_denied = "" consent_required = "" interaction_required = "" @@ -914,7 +914,7 @@ tenant_unknown = "" title = "" [msg.userfront.error.whitelist] -$normalizedCode = "" +"$normalizedCode" = "" bad_request = "" invalid_session = "" not_found = "" diff --git a/userfront/assets/translations/en.toml b/userfront/assets/translations/en.toml index 28f37f56..1b608e0b 100644 --- a/userfront/assets/translations/en.toml +++ b/userfront/assets/translations/en.toml @@ -143,7 +143,7 @@ title_with_code = "Error: {code}" type = "Error type: {type}" [msg.userfront.error.ory] -$normalizedCode = "{error}" +"$normalizedCode" = "{error}" access_denied = "The user denied the consent request." consent_required = "Consent is required to continue." interaction_required = "Additional interaction is required. Please try again." @@ -175,7 +175,7 @@ tenant_unknown = "Unknown" title = "Access restriction details" [msg.userfront.error.whitelist] -$normalizedCode = "{error}" +"$normalizedCode" = "{error}" bad_request = "Please check your input." invalid_session = "Your session has expired. Please sign in again." not_found = "The requested page could not be found." diff --git a/userfront/assets/translations/ko.toml b/userfront/assets/translations/ko.toml index 07794d63..76b6952a 100644 --- a/userfront/assets/translations/ko.toml +++ b/userfront/assets/translations/ko.toml @@ -143,7 +143,7 @@ title_with_code = "오류: {code}" type = "오류 종류: {type}" [msg.userfront.error.ory] -$normalizedCode = "{error}" +"$normalizedCode" = "{error}" access_denied = "사용자가 동의를 거부했습니다." consent_required = "앱 접근 동의가 필요합니다." interaction_required = "추가 상호작용이 필요합니다. 다시 시도해 주세요." @@ -175,7 +175,7 @@ tenant_unknown = "알 수 없음" title = "접근 제한 정보" [msg.userfront.error.whitelist] -$normalizedCode = "{error}" +"$normalizedCode" = "{error}" bad_request = "입력값을 확인해 주세요." invalid_session = "세션이 만료되었습니다. 다시 로그인해 주세요." not_found = "요청한 페이지를 찾을 수 없습니다." diff --git a/userfront/assets/translations/template.toml b/userfront/assets/translations/template.toml index 9b3ed89d..f6776236 100644 --- a/userfront/assets/translations/template.toml +++ b/userfront/assets/translations/template.toml @@ -143,7 +143,7 @@ title_with_code = "" type = "" [msg.userfront.error.ory] -$normalizedCode = "" +"$normalizedCode" = "" access_denied = "" consent_required = "" interaction_required = "" @@ -175,7 +175,7 @@ tenant_unknown = "" title = "" [msg.userfront.error.whitelist] -$normalizedCode = "" +"$normalizedCode" = "" bad_request = "" invalid_session = "" not_found = ""