- 品牌與顯示:app.json、Info.plist、package scheme、iOS 產物 DearMama.app - 協議與條款:隱私協議/使用條款全文、設計文檔、server legal_docs + legal API、push 預設 title - 多語言:all.json / zh-TW / zh-CN / en / es / pt 的 consent、widget 標題與引導文案 - 小工具:EmotionWidget.swift 品牌文案、Dear Mama.xcscheme - CocoaPods:project.pbxproj objectVersion 70→56 以通過 pod install - Metro:react-native-text-size 用 require + extraNodeModules 解析 - textWrap:measureWidthImpl 改為 require 載入 react-native-text-size Co-authored-by: Cursor <cursoragent@cursor.com>
93 lines
2.7 KiB
JSON
93 lines
2.7 KiB
JSON
{
|
||
"common": {
|
||
"ok": "OK",
|
||
"cancel": "Cancel",
|
||
"error": "Error",
|
||
"openLinkError": "Cannot open link",
|
||
"back": "Back"
|
||
},
|
||
"onboarding": {
|
||
"title": "Welcome",
|
||
"progress": "{{current}}/{{total}}",
|
||
"next": "Next",
|
||
"skip": "Skip",
|
||
"skipAll": "Skip",
|
||
"q1Title": "How are you feeling lately?",
|
||
"q1Desc": "No right or wrong. You can skip and adjust later.",
|
||
"q2Title": "What kind of support do you want?",
|
||
"q2Desc": "For example: gentle reminders, mindfulness, emotional support.",
|
||
"q3Title": "When do you need comfort the most?",
|
||
"q3Desc": "Morning, afternoon, late night, or specific moments.",
|
||
"q4Title": "A gentle sentence for yourself",
|
||
"q4Desc": "You can skip. We’ll stay with you along the way."
|
||
},
|
||
"push": {
|
||
"title": "Notifications",
|
||
"cardTitle": "Turn on gentle reminders",
|
||
"cardDesc": "We’ll send a short mindful phrase when you may need it. You can change this anytime in Settings.",
|
||
"enable": "Enable",
|
||
"later": "Later",
|
||
"loading": "Working…",
|
||
"errorTitle": "Notice",
|
||
"errorDesc": "It’s okay if enabling fails. You can keep using the app."
|
||
},
|
||
"home": {
|
||
"title": "Dear Mama",
|
||
"like": "Like",
|
||
"dislike": "Dislike",
|
||
"favorites": "Favorites",
|
||
"settings": "Settings",
|
||
"theme": "Theme",
|
||
"profile": "Me"
|
||
},
|
||
"theme": {
|
||
"title": "Theme",
|
||
"scenery": "Scenery",
|
||
"color": "Color"
|
||
},
|
||
"profile": {
|
||
"title": "Me",
|
||
"favorites": "My Likes",
|
||
"widget": "Widget",
|
||
"dailyReminder": "Daily Reminder",
|
||
"privacy": "Privacy Policy",
|
||
"terms": "Terms of Use",
|
||
"language": "Language",
|
||
"todoTitle": "Notice",
|
||
"todoDesc": "This feature is a placeholder for this iteration."
|
||
},
|
||
"dailyReminder": {
|
||
"title": "Daily Reminder",
|
||
"timesUnit": "times",
|
||
"timesUnitSingular": "time",
|
||
"pushLabel": "Push Reminder",
|
||
"ok": "Ok",
|
||
"minus": "Decrease",
|
||
"plus": "Increase"
|
||
},
|
||
"widget": {
|
||
"lockScreen": "Lock Screen Widget",
|
||
"homeScreen": "Home Screen Widget",
|
||
"previewDate": "Thu, Jan 29",
|
||
"previewQuote": "I’m proud of who I am, even while becoming who I want to be."
|
||
},
|
||
"favorites": {
|
||
"title": "Favorites",
|
||
"empty": "No favorites yet."
|
||
},
|
||
"settings": {
|
||
"title": "Settings",
|
||
"language": "Language",
|
||
"version": "Version",
|
||
"widgetTitle": "iOS Widget",
|
||
"widgetDesc": "Put gentle reminders on your home screen: long-press → tap “+” → search “Dear Mama” → add a size you like."
|
||
},
|
||
"consent": {
|
||
"title": "You Are Perfect.",
|
||
"subtitle": "Everything Will Be Better.",
|
||
"agree": "Agree & Continue",
|
||
"privacy": "Privacy Policy",
|
||
"terms": "Terms of Use"
|
||
}
|
||
}
|