refactor(content): 게임 제목 변경 및 부적절한 내용 수정

- 게임 제목을 'ASCII NEVER DIE'로 통일 (모든 ARB 파일, app.dart)
- 미성년 관련 몬스터 수식어를 RPG에 적합하게 변경:
  - foetal → primordial (원시)
  - baby → immature (미숙한)
  - preadolescent → growing (성장 중인)
  - teenage → young (어린)
  - underage → inexperienced (경험 부족)
- 테스트 파일 업데이트 (새 제목에 맞춤)
This commit is contained in:
JiWoong Sul
2025-12-12 15:50:59 +09:00
parent 8314aea578
commit e30177e788
17 changed files with 43 additions and 43 deletions

View File

@@ -1,7 +1,7 @@
{
"@@locale": "en",
"appTitle": "ASCII-Nara",
"appTitle": "ASCII NEVER DIE",
"@appTitle": { "description": "Application title" },
"tagNoNetwork": "No network",
@@ -46,7 +46,7 @@
"saveAndExit": "Save and Exit",
"@saveAndExit": { "description": "Save and exit button" },
"progressQuestTitle": "ASCII-Nara - {name}",
"progressQuestTitle": "ASCII NEVER DIE - {name}",
"@progressQuestTitle": {
"description": "Game screen title with character name",
"placeholders": {
@@ -201,7 +201,7 @@
}
},
"welcomeMessage": "Welcome to ASCII-Nara!",
"welcomeMessage": "Welcome to ASCII NEVER DIE!",
"@welcomeMessage": { "description": "Welcome message in task progress panel" },
"noSavedGames": "No saved games found.",
@@ -244,7 +244,7 @@
}
},
"newCharacterTitle": "ASCII-Nara - New Character",
"newCharacterTitle": "ASCII NEVER DIE - New Character",
"@newCharacterTitle": { "description": "New character screen title" },
"soldButton": "Sold!",