You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Text("You took \(userExercise.steps) step\(userExercise.steps ==1?"":"s") and burned \(calories >1?String(format:"%.0f", calories)+"calories":"less than one calorie").")
83
+
Text("You took \(userExercise.steps) step\(userExercise.steps ==1?"":"s") and burned \(userExercise.caloriesBurned >1?String(format:"%.0f", userExercise.caloriesBurned)+"calories":"less than one calorie").")
Copy file name to clipboardExpand all lines: InfiniLink/Localizable.xcstrings
+10-13Lines changed: 10 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -435,6 +435,16 @@
435
435
},
436
436
"Good morning" : {
437
437
438
+
},
439
+
"Great job, you reached your daily step goal today! You've walked %lf %@ and burned around %lf kcal. Keep it up and let's see how many streak days you can build!" : {
440
+
"localizations" : {
441
+
"en" : {
442
+
"stringUnit" : {
443
+
"state" : "new",
444
+
"value" : "Great job, you reached your daily step goal today! You've walked %1$lf %2$@ and burned around %3$lf kcal. Keep it up and let's see how many streak days you can build!"
445
+
}
446
+
}
447
+
}
438
448
},
439
449
"H" : {
440
450
@@ -769,9 +779,6 @@
769
779
},
770
780
"To receive reminder notifications, you'll need to give InfiniLink read access to reminders and events." : {
771
781
772
-
},
773
-
"Today you reached your daily step goal! Keep it up, and let's see how many more days can you reach it..." : {
0 commit comments