라이브 액티비티(다이내믹 아일랜드) 워치 연동:
- 워치 실행 명령이 세션 활성화 전이거나 sendMessage 실패 시 유실되던 문제를
transferUserInfo 큐 폴백으로 보강 (iPhone didReceiveUserInfo 수신 처리 추가)
- 큐로 지연 도착한 실행 명령이 엉뚱한 토글을 일으키지 않도록 5분 유효 시간 부여
- 백그라운드에서 Live Activity 시작이 거부되면 pendingStartRetry로 기억했다가
앱 포그라운드 복귀(scenePhase active) 시 재시도 + DB 상태 재동기화
- WatchSync 진단용 os_log(notice) 추가, DEBUG -autoRunFirstAction 검증 훅 추가
- 시뮬레이터 검증: 워치 시작 → 아이폰 세션 시작 + 다이내믹 아일랜드 생성,
워치 종료 → 세션 종료 + 아일랜드 소멸 확인 (큐 폴백 채널은 시뮬레이터
transferUserInfo 한계로 실기기 확인 필요)
앱 이름 전역 띄어쓰기 ('하루다님' → '하루 다님'):
- pbxproj CFBundleDisplayName 6곳, InfoPlist.xcstrings 3개(ko), 스플래시(ContentView),
워치 내비게이션 타이틀, 컴플리케이션 문구, 문자열 카탈로그 키 일괄 변경
- 워치 카탈로그 영문 값 HaruDanim → Haru Danim 통일
통계 위젯 X축 라벨 겹침 방지:
- 날짜 축 포인트가 7개를 초과하면(한 달·일별 등) 라벨을 숨기고 눈금만 표시
위젯 설정 '선택 안 함' 옵션:
- Action/Goal/Quest 엔티티에 zero-UUID 센티널 추가, 제안 목록 최상단 노출
- 2·3번째 슬롯 선택을 되돌릴 수 있고, 위젯 조회 단계에서 자연스럽게 걸러짐
- ko/en/ja 번역 추가 (None / 選択しない)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_013yKDMhuF39GVYy3FMcGHh7
2880 lines
68 KiB
Plaintext
2880 lines
68 KiB
Plaintext
{
|
||
"sourceLanguage" : "ko",
|
||
"strings" : {
|
||
"%@" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "%@"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "%@"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"%@ %@" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "%@ %@"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "%@ %@"
|
||
}
|
||
},
|
||
"ko" : {
|
||
"stringUnit" : {
|
||
"state" : "new",
|
||
"value" : "%1$@ %2$@"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"%@ %@ 누적 시간은 %@이에요." : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Total time for %@ (%@) is %@."
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "%@の%@の累計時間は%@です。"
|
||
}
|
||
},
|
||
"ko" : {
|
||
"stringUnit" : {
|
||
"state" : "new",
|
||
"value" : "%1$@ %2$@ 누적 시간은 %3$@이에요."
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"%@ %@ 누적 횟수는 %lld회예요." : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Total count for %@ (%@) is %lld."
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "%@の%@の累計回数は%lld回です。"
|
||
}
|
||
},
|
||
"ko" : {
|
||
"stringUnit" : {
|
||
"state" : "new",
|
||
"value" : "%1$@ %2$@ 누적 횟수는 %3$lld회예요."
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"%@ %lld회" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "%@ %lld times"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "%@ %lld回"
|
||
}
|
||
},
|
||
"ko" : {
|
||
"stringUnit" : {
|
||
"state" : "new",
|
||
"value" : "%1$@ %2$lld회"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"%@ %lld회 추가했어요. 오늘 총 %lld회예요." : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Added %lld to %@. Today's total is %lld."
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "%@を%lld回追加しました。今日の合計は%lld回です。"
|
||
}
|
||
},
|
||
"ko" : {
|
||
"stringUnit" : {
|
||
"state" : "new",
|
||
"value" : "%1$@ %2$lld회 추가했어요. 오늘 총 %3$lld회예요."
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"%@ · %@" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "%@ · %@"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "%@ · %@"
|
||
}
|
||
},
|
||
"ko" : {
|
||
"stringUnit" : {
|
||
"state" : "new",
|
||
"value" : "%1$@ · %2$@"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"%@ 측정을 시작했어요." : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Started tracking %@."
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "%@の計測を開始しました。"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"%@ 측정을 종료했어요. %@ 기록했어요." : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Stopped tracking %@. Recorded %@."
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "%@の計測を終了しました。%@を記録しました。"
|
||
}
|
||
},
|
||
"ko" : {
|
||
"stringUnit" : {
|
||
"state" : "new",
|
||
"value" : "%1$@ 측정을 종료했어요. %2$@ 기록했어요."
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"%@ 측정을 종료했어요. 너무 짧은 기록이라 저장하지 않았어요." : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Stopped tracking %@. The session was too short to save."
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "%@の計測を終了しました。短すぎる記録のため保存しませんでした。"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"%@ 한도 지킴" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "%@ within limit"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "%@ 上限内"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"%@ 한도 초과" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "%@ over limit"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "%@ 上限超過"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"%@은(는) 이미 측정 중이에요." : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "%@ is already being tracked."
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "%@はすでに計測中です。"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"%@은(는) 측정 중이 아니에요." : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "%@ is not being tracked."
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "%@は計測中ではありません。"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"%lld" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "%lld"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "%lld"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"%lld%%" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "%lld%%"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "%lld%%"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"%lld분" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "%lldm"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "%lld分"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"%lld시간" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "%lldh"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "%lld時間"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"%lld시간 %lld분" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "%lldh %lldm"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "%lld時間%lld分"
|
||
}
|
||
},
|
||
"ko" : {
|
||
"stringUnit" : {
|
||
"state" : "new",
|
||
"value" : "%1$lld시간 %2$lld분"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"%lld일" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "%lld"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "%lld日"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"%lld초" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "%llds"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "%lld秒"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"%lld회" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "%lld times"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "%lld回"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"'%@ · %@' %@ 진행률: %@" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "'%@ · %@' %@ progress: %@"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "「%@ · %@」の%@進捗率: %@"
|
||
}
|
||
},
|
||
"ko" : {
|
||
"stringUnit" : {
|
||
"state" : "new",
|
||
"value" : "'%1$@ · %2$@' %3$@ 진행률: %4$@"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"'%@' %@ 진행률은 %lld%%예요." : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "'%@' %@ progress is %lld%%."
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "「%@」の%@進捗率は%lld%%です。"
|
||
}
|
||
},
|
||
"ko" : {
|
||
"stringUnit" : {
|
||
"state" : "new",
|
||
"value" : "'%1$@' %2$@ 진행률은 %3$lld%%예요."
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"'%@' 목표에는 아직 다짐이 없어요." : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "The goal '%@' has no quests yet."
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "目標「%@」にはまだクエストがありません。"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"'%@'은(는) 시간 측정 행동이에요. 측정 시작/종료를 사용해 주세요." : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "'%@' is a time-tracking action. Use start/stop tracking instead."
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "「%@」は時間計測タイプです。計測の開始/終了を使ってください。"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"'%@'은(는) 횟수 기록 행동이에요. 횟수 추가를 사용해 주세요." : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "'%@' is a count action. Use add count instead."
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "「%@」は回数記録タイプです。回数の追加を使ってください。"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"+%lld" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "+%lld"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "+%lld"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"+%lld개 함께 추적 중" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "+%lld more tracking"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "ほかに%lld件計測中"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"10초" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "10 sec"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "10秒"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"1분" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "1 min"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "1分"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"30초" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "30 sec"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "30秒"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"3초" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "3 sec"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "3秒"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"5초" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "5 sec"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "5秒"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"가장 나중에 시작한 행동" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Most recently started action"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "最後に開始したアクション"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"가장 먼저 시작한 행동" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Earliest started action"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "最初に開始したアクション"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"값" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Value"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "値"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"그래프로 보여줄 행동과 기간을 선택하세요." : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Choose actions and a period to chart."
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "グラフに表示するアクションと期間を選んでください。"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"금" : {
|
||
"comment" : "요일 축약(금요일)",
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Fri"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "金"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"기간" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Period"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "期間"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"날짜" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Date"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "日付"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"날짜 지정" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Specific dates"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "日付指定"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"다른 행동 %lld개도 함께 추적 중" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "%lld other actions also tracking"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "ほかに%lld件のアクションを計測中"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"다짐" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Quest"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "クエスト"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"다짐 1" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Quest 1"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "クエスト1"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"다짐 2" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Quest 2"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "クエスト2"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"다짐 3" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Quest 3"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "クエスト3"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"다짐 4" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Quest 4"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "クエスト4"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"다짐 점 표시" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Quest dots"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "クエストをドット表示"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"다짐 진행률" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Quest Progress"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "クエスト進捗率"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"다짐 진행률 가져오기" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Get Quest Progress"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "クエストの進捗率を取得"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"다짐 진행률 위젯" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Quest Progress Widget"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "クエスト進捗ウィジェット"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"다짐 현황" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Quest Status"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "クエスト状況"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"다짐 현황 위젯" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Quest Status Widget"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "クエスト状況ウィジェット"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"다짐들의 진행률 링을 표시할 목표와 기간을 선택하세요." : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Choose a goal and period for the quest progress rings."
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "クエストの進捗リングを表示する目標と期間を選んでください。"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"다짐별로 각각" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Each quest separately"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "クエストごとに表示"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"다짐을 찾을 수 없어요. 앱에서 삭제됐을 수 있어요." : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Quest not found. It may have been deleted in the app."
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "クエストが見つかりません。アプリで削除された可能性があります。"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"다짐의 진행률을 원형 링으로 보고, 눌러서 바로 실행해요. (프리미엄)" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "See quest progress as a ring and tap to run the action. (Premium)"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "クエストの進捗をリングで確認し、タップで即実行。(プレミアム)"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"다짐의 하루/주간/월간 진행률(%)을 가져와요." : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Gets a quest's daily/weekly/monthly progress (%)."
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "クエストの日/週/月の進捗率(%)を取得します。"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"다짐이 없어요" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "No quests"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "クエストがありません"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"다크 고정" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Always Dark"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "ダーク固定"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"달성 완료" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Achieved"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "達成済み"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"달성률 기간" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Progress period"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "達成率の期間"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"대상 없음" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "No target"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "対象なし"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"라이트 고정" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Always Light"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "ライト固定"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"리퀴드 글라스" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Liquid Glass"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "リキッドグラス"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"매달" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Every month"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "毎月"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"매달 %@" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Every month on day %@"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "毎月%@"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"매달 %lld째 주 %@요일" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Every month, week %lld on %@"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "毎月第%lld%@曜日"
|
||
}
|
||
},
|
||
"ko" : {
|
||
"stringUnit" : {
|
||
"state" : "new",
|
||
"value" : "매달 %1$lld째 주 %2$@요일"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"매일" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Every day"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "毎日"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"매주" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Every week"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "毎週"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"매주 %@" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Every week on %@"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "毎週%@"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"몇째 주 요일" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Nth weekday"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "第何週の曜日"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"목" : {
|
||
"comment" : "요일 축약(목요일)",
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Thu"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "木"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"목표" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Goals"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "目標"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"목표 1" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Goal 1"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "目標1"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"목표 2" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Goal 2"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "目標2"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"목표 2 (대형 전용)" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Goal 2 (large only)"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "目標2(大サイズ専用)"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"목표 3" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Goal 3"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "目標3"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"목표 4" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Goal 4"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "目標4"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"목표 달성률 (잠금화면)" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Goal Progress (Lock Screen)"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "目標達成率(ロック画面)"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"목표 없음" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "No goal"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "目標なし"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"목표 진행률" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Goal Progress"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "目標進捗率"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"목표 진행률 가져오기" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Get Goal Progress"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "目標の進捗率を取得"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"목표 진행률 위젯" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Goal Progress Widget"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "目標進捗ウィジェット"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"목표를 찾을 수 없어요. 앱에서 삭제됐을 수 있어요." : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Goal not found. It may have been deleted in the app."
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "目標が見つかりません。アプリで削除された可能性があります。"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"목표에 속한 다짐들의 진행률을 원형 링으로 한눈에 봐요. (프리미엄)" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "See all of a goal's quest progress rings at a glance. (Premium)"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "目標のクエスト進捗をリングで一目で確認。(プレミアム)"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"목표의 하루/주간/월간 진행률(%)을 가져와요. 소속 다짐들의 진행률 평균이에요." : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Gets a goal's daily/weekly/monthly progress (%), averaged across its quests."
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "目標の日/週/月の進捗率(%)を取得します。所属クエストの平均です。"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"목표의 하루·주간·월간 진행률을 진행바로 확인해요. (프리미엄)" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Track a goal's daily, weekly, and monthly progress with bars. (Premium)"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "目標の日・週・月の進捗をバーで確認。(プレミアム)"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"미달성 종료" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Finished (not achieved)"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "未達成で終了"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"사용 안 함" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Off"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "使用しない"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"선택 안 함" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "None"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "選択しない"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"선택한 행동들의 통계 꺾은선 그래프를 확인해요. (프리미엄)" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "See line charts for your selected actions. (Premium)"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "選択したアクションの統計を折れ線グラフで確認。(プレミアム)"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"수" : {
|
||
"comment" : "요일 축약(수요일)",
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Wed"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "水"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"숫자만" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Number only"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "数字のみ"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"시간" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Time"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "時間"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"시간 측정" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Time tracking"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "時間計測"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"시간 측정 시작" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Start Timer"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "計測を開始"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"시간 측정 종료" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Stop Timer"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "計測を終了"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"시간 측정 행동은 시작/종료를 전환하고, 횟수 기록 행동은 횟수를 1 추가해요." : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Time actions toggle start/stop; count actions add 1."
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "時間計測タイプは開始/終了を切り替え、回数記録タイプは1回追加します。"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"시간 측정 행동의 측정을 시작해요." : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Starts tracking a time action."
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "時間計測アクションの計測を開始します。"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"시간(h)" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Time (h)"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "時間(h)"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"시리 단축어는 프리미엄 기능이에요. 하루 다님 앱의 설정 → 프리미엄에서 잠금 해제해 주세요." : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Siri Shortcuts are a premium feature. Unlock them in HaruDanim: Settings → Premium."
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Siriショートカットはプレミアム機能です。アプリの設定→プレミアムでロックを解除してください。"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"앱 테마와 일치" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Match App Theme"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "アプリのテーマに合わせる"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"앱에서 행동을 만들고 기록하면 그래프가 표시돼요." : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Create and track actions in the app to see charts."
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "アプリでアクションを作成・記録するとグラフが表示されます。"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"앱에서 행동을 만들면 여기서 실행할 수 있어요." : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Create actions in the app to run them here."
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "アプリでアクションを作成するとここで実行できます。"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"앱의 목표 탭에서 다짐을 만들면 진행률이 표시돼요." : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Create quests in the Goals tab to see progress."
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "アプリの目標タブでクエストを作成すると進捗が表示されます。"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"앱의 목표 탭에서 목표를 만들면 진행률이 표시돼요." : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Create goals in the Goals tab to see progress."
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "アプリの目標タブで目標を作成すると進捗が表示されます。"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"앱의 목표 탭에서 목표와 다짐을 만들어 보세요." : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Create goals and quests in the app's Goals tab."
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "アプリの目標タブで目標とクエストを作ってみてください。"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"앱의 설정 → 프리미엄에서\n잠금 해제해 주세요" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Unlock in the app:\nSettings → Premium"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "アプリの設定→プレミアムで\nロックを解除してください"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"오늘" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Today"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "今日"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"요일 지정" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Specific weekdays"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "曜日指定"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"원형 게이지" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Circular gauge"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "円形ゲージ"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"원형 진행률로 표시할 다짐과 기간을 선택하세요." : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Choose a quest and period for the progress ring."
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "リングで表示するクエストと期間を選んでください。"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"월" : {
|
||
"comment" : "요일 축약(월요일)",
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Mon"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "月"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"월간" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Monthly"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "月間"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"위젯 테마" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Widget Theme"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "ウィジェットテーマ"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"이번 달" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "This month"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "今月"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"이번 주" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "This week"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "今週"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"이상 달성" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Reach at least"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "以上を達成"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"이하 유지" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Stay under"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "以下を維持"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"일" : {
|
||
"comment" : "요일 축약(일요일)",
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Sun"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "日"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"일주일 (하루 단위)" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Week (by day)"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "1週間(日別)"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"일주일 단위" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Weekly"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "週単位"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"일주일 통계" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Weekly stats"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "週間統計"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"잠금화면 목표 위젯" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Lock Screen Goal Widget"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "ロック画面の目標ウィジェット"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"잠금화면에 표시할 목표와 기간, 표시 방식을 선택하세요." : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Choose a goal, period, and style for the Lock Screen."
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "ロック画面に表示する目標・期間・スタイルを選んでください。"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"잠금화면에서 목표 달성률과 다짐 현황을 확인해요. (프리미엄)" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Check goal progress and quest status on the Lock Screen. (Premium)"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "ロック画面で目標達成率とクエスト状況を確認。(プレミアム)"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"전체 다짐 합산" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "All quests combined"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "全クエスト合算"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"주간" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Weekly"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "週間"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"주차" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Week"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "週"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"진행 중" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "In progress"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "進行中"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"진행률 기간" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Progress period"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "進捗の期間"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"추가할 횟수" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Count to add"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "追加する回数"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"측정 중" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Tracking"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "計測中"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"측정 중인 행동의 시간 측정을 종료해요." : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Stops tracking a running time action."
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "計測中のアクションの計測を終了します。"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"토" : {
|
||
"comment" : "요일 축약(토요일)",
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Sat"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "土"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"통계 기간" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Stats period"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "統計期間"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"통계 위젯" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Stats Widget"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "統計ウィジェット"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"특정 기간" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Custom period"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "特定期間"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"표시 기간" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Display period"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "表示期間"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"표시 방식" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Display style"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "表示方法"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"표시 방식 (원형 크기)" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Display style (ring size)"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "表示方法(リングサイズ)"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"표시할 행동과 누적 기간을 선택하세요." : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Choose an action and period to display."
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "表示するアクションと累計期間を選んでください。"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"프리미엄" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Premium"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "プレミアム"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"프리미엄 기능" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Premium Features"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "プレミアム機能"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"하루" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Daily"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "1日"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"하루 다님 · 목표 없음" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "HaruDanim · No goal"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "ハルダニム・目標なし"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"하루 다님 · 프리미엄 기능" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "HaruDanim · Premium feature"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "ハルダニム・プレミアム機能"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"하루 단위" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Daily"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "日単位"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"하루·주간·월간 진행률을 표시할 목표를 선택하세요." : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Choose a goal to show daily, weekly, and monthly progress."
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "日・週・月の進捗を表示する目標を選んでください。"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"한 달 (주 단위)" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Month (by week)"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "1か月(週別)"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"한 달 (하루 단위, 중형 이상)" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Month (by day, medium+)"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "1か月(日別、中サイズ以上)"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"한 달 단위" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Monthly"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "月単位"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"한 달 통계 (일별)" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Monthly stats (by day)"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "月間統計(日別)"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"한 달 통계 (주별)" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Monthly stats (by week)"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "月間統計(週別)"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"한도 안에서 잘 지키고 있어요" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "You're staying within the limit"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "上限内でよく守れています"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"한도를 넘었어요" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "You went over the limit"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "上限を超えました"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"행동" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Actions"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "アクション"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"행동 1" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Action 1"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "アクション1"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"행동 2" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Action 2"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "アクション2"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"행동 3" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Action 3"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "アクション3"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"행동 4" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Action 4"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "アクション4"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"행동 누적값 가져오기" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Get Action Total"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "アクションの累計値を取得"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"행동 실행" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Run Action"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "アクション実行"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"행동 실행 위젯" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Action Run Widget"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "アクション実行ウィジェット"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"행동 통계" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Action Stats"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "アクション統計"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"행동을 위젯에서 바로 실행하고 누적값을 확인해요. (프리미엄)" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Run actions right from the widget and see totals. (Premium)"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "ウィジェットからアクションを即実行し、累計を確認。(プレミアム)"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"행동을 찾을 수 없어요. 앱에서 삭제됐을 수 있어요." : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Action not found. It may have been deleted in the app."
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "アクションが見つかりません。アプリで削除された可能性があります。"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"행동의 하루/주간/월간 누적 시간(초) 또는 횟수를 가져와요." : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Gets an action's daily/weekly/monthly total time (seconds) or count."
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "アクションの日/週/月の累計時間(秒)または回数を取得します。"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"화" : {
|
||
"comment" : "요일 축약(화요일)",
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Tue"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "火"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"횟수" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Count"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "回数"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"횟수 기록" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Count tracking"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "回数記録"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"횟수 기록 행동의 횟수를 바로 추가해요." : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Adds a count to a count action right away."
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "回数記録アクションの回数をすぐに追加します。"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"횟수 추가" : {
|
||
"localizations" : {
|
||
"en" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "Add Count"
|
||
}
|
||
},
|
||
"ja" : {
|
||
"stringUnit" : {
|
||
"state" : "translated",
|
||
"value" : "回数を追加"
|
||
}
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"version" : "1.0"
|
||
}
|