캔 일본어 : 缶 -> can 로 수정

This commit is contained in:
Yu Sung
2026-01-23 05:32:20 +09:00
parent 02d767d5d8
commit 7cdb46dd8a
2 changed files with 10 additions and 10 deletions

View File

@@ -22,7 +22,7 @@ enum I18n {
pick( pick(
ko: "이 메시지를 \(price)캔으로 잠금해제 하시겠습니까?", ko: "이 메시지를 \(price)캔으로 잠금해제 하시겠습니까?",
en: "Do you want to unlock this message for \(price) cans?", en: "Do you want to unlock this message for \(price) cans?",
ja: "このメッセージを\(price)で解除しますか?" ja: "このメッセージを\(price)canで解除しますか?"
) )
} }
@@ -47,7 +47,7 @@ enum I18n {
pick( pick(
ko: "\(cans)캔으로 초기화", ko: "\(cans)캔으로 초기화",
en: "Reset with \(cans) cans", en: "Reset with \(cans) cans",
ja: "\(cans)でリセット" ja: "\(cans)canでリセット"
) )
} }
} }
@@ -565,7 +565,7 @@ enum I18n {
pick( pick(
ko: "충전된 캔 또는 포인트는 해당 충전현황에서 확인할 수 있습니다", ko: "충전된 캔 또는 포인트는 해당 충전현황에서 확인할 수 있습니다",
en: "You can check charged cans or points in the charge status.", en: "You can check charged cans or points in the charge status.",
ja: "チャージされたまたはポイントはチャージ状況で確認できます。" ja: "チャージされたcanまたはポイントはチャージ状況で確認できます。"
) )
} }
@@ -573,7 +573,7 @@ enum I18n {
pick( pick(
ko: "쿠폰으로 충전된 캔은 사용 전까지 소멸되지 않으며, 포인트는 충전 후 72시간 이내에 사용하지 않으면 자동 소멸됩니다.", ko: "쿠폰으로 충전된 캔은 사용 전까지 소멸되지 않으며, 포인트는 충전 후 72시간 이내에 사용하지 않으면 자동 소멸됩니다.",
en: "Cans charged by coupon do not expire before use. Points expire automatically if not used within 72 hours after charging.", en: "Cans charged by coupon do not expire before use. Points expire automatically if not used within 72 hours after charging.",
ja: "クーポンでチャージしたは使用前に失効しません。ポイントはチャージ後72時間以内に使用しないと自動的に失効します。" ja: "クーポンでチャージしたcanは使用前に失効しません。ポイントはチャージ後72時間以内に使用しないと自動的に失効します。"
) )
} }
@@ -582,7 +582,7 @@ enum I18n {
pick( pick(
ko: "이벤트 쿠폰을 통해 충전한 캔이나 포인트는 환불되지 않습니다.", ko: "이벤트 쿠폰을 통해 충전한 캔이나 포인트는 환불되지 않습니다.",
en: "Cans or points charged via event coupons are non-refundable.", en: "Cans or points charged via event coupons are non-refundable.",
ja: "イベントクーポンでチャージしたやポイントは返金できません。" ja: "イベントクーポンでチャージしたcanやポイントは返金できません。"
) )
} }
@@ -685,7 +685,7 @@ enum I18n {
pick( pick(
ko: "'좋아해요'는 유료 후원입니다.\n클릭시 1캔이 소진됩니다.", ko: "'좋아해요'는 유료 후원입니다.\n클릭시 1캔이 소진됩니다.",
en: "'Like' is a paid donation.\nClicking consumes 1 can.", en: "'Like' is a paid donation.\nClicking consumes 1 can.",
ja: "「좋아요」は有料の支援です。\nクリックすると1消費されます。" ja: "「좋아요」は有料の支援です。\nクリックすると1can消費されます。"
) )
} }
@@ -857,7 +857,7 @@ enum I18n {
} }
static func reserveWithCansTitle(_ price: Int) -> String { static func reserveWithCansTitle(_ price: Int) -> String {
pick(ko: "\(price)캔으로 예약", en: "Reserve with \(price) cans", ja: "\(price)で予約") pick(ko: "\(price)캔으로 예약", en: "Reserve with \(price) cans", ja: "\(price)canで予約")
} }
static func reservePaymentDesc(_ title: String) -> String { static func reservePaymentDesc(_ title: String) -> String {
@@ -868,7 +868,7 @@ enum I18n {
static var paidLiveEnterTitle: String { pick(ko: "유료 라이브 입장", en: "Enter paid live", ja: "有料ライブ入室") } static var paidLiveEnterTitle: String { pick(ko: "유료 라이브 입장", en: "Enter paid live", ja: "有料ライブ入室") }
static func paidLiveEnterDesc(_ price: Int) -> String { static func paidLiveEnterDesc(_ price: Int) -> String {
pick(ko: "\(price)캔을 차감하고\n라이브에 입장 하시겠습니까?", en: "\(price) cans will be used.\nDo you want to enter the live?", ja: "\(price)が消費されます。\nライブに入場しますか?") pick(ko: "\(price)캔을 차감하고\n라이브에 입장 하시겠습니까?", en: "\(price) cans will be used.\nDo you want to enter the live?", ja: "\(price)canが消費されます。\nライブに入場しますか?")
} }
static var paidLiveConfirmTitle: String { pick(ko: "결제 후 참여하기", en: "Pay and join", ja: "決済して参加") } static var paidLiveConfirmTitle: String { pick(ko: "결제 후 참여하기", en: "Pay and join", ja: "決済して参加") }
@@ -930,7 +930,7 @@ enum I18n {
// //
static func cansUnit(_ value: Int) -> String { static func cansUnit(_ value: Int) -> String {
pick(ko: "\(value)", en: "\(value) cans", ja: "\(value)") pick(ko: "\(value)", en: "\(value) cans", ja: "\(value)can")
} }
static func daysSuffix(_ days: Int) -> String { static func daysSuffix(_ days: Int) -> String {

View File

@@ -144,7 +144,7 @@ fileprivate func localizeCanWord(in text: String) -> String {
case "ko": case "ko":
unit = "" unit = ""
case "ja": case "ja":
unit = "" unit = "can"
default: default:
unit = "cans" unit = "cans"
} }