This commit is contained in:
Trey t
2025-12-22 14:07:42 -06:00
parent 2e9e28d00b
commit 0cd09a5f51
7 changed files with 526 additions and 26 deletions

View File

@@ -20,6 +20,10 @@
"comment" : "A placeholder text used to indicate that an entry is missing.",
"isCommentAutoGenerated" : true
},
"·" : {
"comment" : "A period used to separate two related items.",
"isCommentAutoGenerated" : true
},
"\"%@\"" : {
"comment" : "A pull-quote style text view displaying the user's mood as a quoted string. The text is italicized for emphasis.",
"isCommentAutoGenerated" : true
@@ -116,6 +120,10 @@
"comment" : "A title displaying the current streak of days a user has logged in. The argument is the current streak.",
"isCommentAutoGenerated" : true
},
"%lld day streak" : {
"comment" : "A text label displaying the user's current streak of days with a positive mood. The argument is the number of consecutive days with a positive mood.",
"isCommentAutoGenerated" : true
},
"%lld days" : {
"comment" : "A secondary label below the year, showing the total number of days in that year. The argument is the total number of days in the year.",
"isCommentAutoGenerated" : true
@@ -2514,6 +2522,13 @@
"Journal Note" : {
"comment" : "The title of the view that appears in the navigation bar.",
"isCommentAutoGenerated" : true
},
"Last 5 Days" : {
"comment" : "A label displayed above the grid of days in the medium widget.",
"isCommentAutoGenerated" : true
},
"Last 10 Days" : {
},
"Legal" : {
"comment" : "A heading displayed in the Settings view that links to legal information.",
@@ -2532,6 +2547,10 @@
},
"Log your mood daily to build a streak. Consistency helps you understand your patterns." : {
},
"Logged!" : {
"comment" : "A message displayed when a mood is successfully logged.",
"isCommentAutoGenerated" : true
},
"Make it yours" : {
"comment" : "A title displayed in the onboarding view, encouraging users to personalize their interface.",
@@ -6182,18 +6201,6 @@
"comment" : "A tip to sync their data with Apple Health.",
"isCommentAutoGenerated" : true
},
"Syncing moods to Health... %lld/%lld" : {
"comment" : "A caption that describes the current sync status of moods with HealthKit. The first argument is the count of moods that have been successfully synced. The second argument is the total count of moods that need to be synced.",
"isCommentAutoGenerated" : true,
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "Syncing moods to Health... %1$lld/%2$lld"
}
}
}
},
"Take Photo" : {
"comment" : "A button that takes a photo using the device's camera.",
"isCommentAutoGenerated" : true