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're almost there! A quick \(String(format:"%.1f", distanceRemaining))\(personalizationController.units ==.imperial ?"mile":"km") walk will get you to your goal. It should only take you about \(timeRemaining).")
160
+
}elseif stepsRemaining <=2500{
161
+
Text("You're making great progress! You have about \(String(format:"%.1f", distanceRemaining))\(personalizationController.units ==.imperial ?"miles":"kilometers") to walk. At your current pace, you'll hit your goal in \(timeRemaining).")
162
+
}else{
163
+
Text("You're \(stepsRemaining) steps away from your goal, which is about \(String(format:"%.1f", distanceRemaining))\(personalizationController.units ==.imperial ?"miles":"kilometers"). Once you complete your goal, you'll have burned \(caloriesRemaining) kcal and walked for about \(timeRemaining)!")
Alert(title:Text("Steps Per Minute"), message:Text("SPM stands for steps per minute and measures how many steps you take for each minute of walking."), dismissButton:.default(Text("OK")))
Copy file name to clipboardExpand all lines: InfiniLink/Localizable.xcstrings
+38-2Lines changed: 38 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -436,12 +436,12 @@
436
436
"Good morning" : {
437
437
438
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!" : {
439
+
"Great job, you reached your daily step goal today! You've walked %lf %@ and burned around %lld kcal." : {
440
440
"localizations" : {
441
441
"en" : {
442
442
"stringUnit" : {
443
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!"
444
+
"value" : "Great job, you reached your daily step goal today! You've walked %1$lf %2$@ and burned around %3$lld kcal."
445
445
}
446
446
}
447
447
}
@@ -709,6 +709,9 @@
709
709
},
710
710
"Software Version" : {
711
711
712
+
},
713
+
"SPM stands for steps per minute and measures how many steps you take for each minute of walking." : {
714
+
712
715
},
713
716
"Start Pairing" : {
714
717
@@ -731,6 +734,9 @@
731
734
},
732
735
"Steps Goal" : {
733
736
737
+
},
738
+
"Steps Per Minute" : {
739
+
734
740
},
735
741
"Sync step and heart rate data to Apple Health." : {
736
742
@@ -872,6 +878,36 @@
872
878
}
873
879
}
874
880
},
881
+
"You're %lld steps away from your goal, which is about %@ %@. Once you complete your goal, you'll have burned %lld kcal and walked for about %@!" : {
882
+
"localizations" : {
883
+
"en" : {
884
+
"stringUnit" : {
885
+
"state" : "new",
886
+
"value" : "You're %1$lld steps away from your goal, which is about %2$@ %3$@. Once you complete your goal, you'll have burned %4$lld kcal and walked for about %5$@!"
887
+
}
888
+
}
889
+
}
890
+
},
891
+
"You're almost there! A quick %@ %@ walk will get you to your goal. It should only take you about %@." : {
892
+
"localizations" : {
893
+
"en" : {
894
+
"stringUnit" : {
895
+
"state" : "new",
896
+
"value" : "You're almost there! A quick %1$@ %2$@ walk will get you to your goal. It should only take you about %3$@."
897
+
}
898
+
}
899
+
}
900
+
},
901
+
"You're making great progress! You have about %@ %@ to walk. At your current pace, you'll hit your goal in %@." : {
902
+
"localizations" : {
903
+
"en" : {
904
+
"stringUnit" : {
905
+
"state" : "new",
906
+
"value" : "You're making great progress! You have about %1$@ %2$@ to walk. At your current pace, you'll hit your goal in %3$@."
0 commit comments