Skip to content

Commit

Permalink
๐ŸŒ Update translations for smart shopping feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteHyun committed Apr 2, 2024
1 parent 1016dff commit 01770c9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 23 deletions.
38 changes: 16 additions & 22 deletions PyeonHaeng-iOS/Resources/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,22 @@
}
}
},
"The beginning of smart convenience store shopping!" : {
"localizations" : {
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "ๅˆ็†็š„ใชใ‚ณใƒณใƒ“ใƒ‹ๆถˆ่ฒปใฎใ‚นใ‚ฟใƒผใƒˆ!"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "ํ•ฉ๋ฆฌ์ ์ธ ํŽธ์˜์  ์†Œ๋น„์˜ ์‹œ์ž‘!"
}
}
}
},
"Version Info" : {
"localizations" : {
"ja" : {
Expand Down Expand Up @@ -959,28 +975,6 @@
}
}
},
"ํ•ฉ๋ฆฌ์ ์ธ ํŽธ์˜์  ์†Œ๋น„์˜ ์‹œ์ž‘!" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "The start of rational convenience store consumption!"
}
},
"ja" : {
"stringUnit" : {
"state" : "needs_review",
"value" : "ๅˆ็†็š„ใชใ‚ณใƒณใƒ“ใƒ‹ใ‚จใƒณใ‚นใ‚นใƒˆใ‚ขใฎๆถˆ่ฒปใฎๅง‹ใพใ‚Š๏ผ"
}
},
"ko" : {
"stringUnit" : {
"state" : "needs_review",
"value" : "ํ•ฉ๋ฆฌ์ ์ธ ํŽธ์˜์  ์†Œ๋น„์˜ ์‹œ์ž‘!"
}
}
}
},
"ํ–‰์‚ฌ ์ง„ํ–‰ ํŽธ์˜์ " : {
"extractionState" : "manual",
"localizations" : {
Expand Down
2 changes: 1 addition & 1 deletion PyeonHaeng-iOS/Sources/Scenes/SplashScene/SplashView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ struct SplashView: View {
var body: some View {
if showingSplash {
VStack {
Text("ํ•ฉ๋ฆฌ์ ์ธ ํŽธ์˜์  ์†Œ๋น„์˜ ์‹œ์ž‘!")
Text("The beginning of smart convenience store shopping!")
.font(.b1)
.foregroundStyle(.gray300)
.multilineTextAlignment(.center)
Expand Down

0 comments on commit 01770c9

Please sign in to comment.