feat(l10n): UI 텍스트 아스키나라 세계관 적용
app_en.arb / app_ko.arb:
- appTitle: "ASCII-Nara" / "아스키나라"
- progressQuestTitle: "ASCII-Nara - {name}"
- welcomeMessage: 아스키나라 환영 메시지
자동 생성 파일 업데이트:
- app_localizations.dart
- app_localizations_en.dart
- app_localizations_ko.dart
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"@@locale": "en",
|
||||
|
||||
"appTitle": "Ascii Never Die",
|
||||
"appTitle": "ASCII-Nara",
|
||||
"@appTitle": { "description": "Application title" },
|
||||
|
||||
"tagNoNetwork": "No network",
|
||||
@@ -46,7 +46,7 @@
|
||||
"saveAndExit": "Save and Exit",
|
||||
"@saveAndExit": { "description": "Save and exit button" },
|
||||
|
||||
"progressQuestTitle": "Progress Quest - {name}",
|
||||
"progressQuestTitle": "ASCII-Nara - {name}",
|
||||
"@progressQuestTitle": {
|
||||
"description": "Game screen title with character name",
|
||||
"placeholders": {
|
||||
@@ -201,7 +201,7 @@
|
||||
}
|
||||
},
|
||||
|
||||
"welcomeMessage": "Welcome to Progress Quest!",
|
||||
"welcomeMessage": "Welcome to ASCII-Nara!",
|
||||
"@welcomeMessage": { "description": "Welcome message in task progress panel" },
|
||||
|
||||
"noSavedGames": "No saved games found.",
|
||||
|
||||
Reference in New Issue
Block a user