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).")
188
+
Text("You're almost there! A quick \(String(format:"%.1f", distanceRemaining))\(personalizationController.units ==.imperial ?"mile":"km") walk should get you to your goal. It should only take you about \(timeRemaining).")
160
189
}elseif stepsRemaining <=2500{
161
190
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).")
Copy file name to clipboardExpand all lines: InfiniLink/Localizable.xcstrings
+14-5Lines changed: 14 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,9 @@
15
15
},
16
16
" Recovery" : {
17
17
18
+
},
19
+
" step goal streak!" : {
20
+
18
21
},
19
22
"-" : {
20
23
@@ -143,6 +146,9 @@
143
146
}
144
147
}
145
148
}
149
+
},
150
+
"%lld-day" : {
151
+
146
152
},
147
153
"%lld%%" : {
148
154
@@ -436,12 +442,12 @@
436
442
"Good morning" : {
437
443
438
444
},
439
-
"Great job, you reached your daily step goal today! You've walked %lf %@ and burned around %lld kcal." : {
445
+
"Great job, you reached your daily step goal today! You've walked %@ %@ and burned around %lld kcal." : {
440
446
"localizations" : {
441
447
"en" : {
442
448
"stringUnit" : {
443
449
"state" : "new",
444
-
"value" : "Great job, you reached your daily step goal today! You've walked %1$lf %2$@ and burned around %3$lld kcal."
450
+
"value" : "Great job, you reached your daily step goal today! You've walked %1$@ %2$@ and burned around %3$lld kcal."
445
451
}
446
452
}
447
453
}
@@ -770,6 +776,9 @@
770
776
},
771
777
"This new version of InfiniLink has not been localized yet, so if you can help translate, visit the InfiniLink GitHub repo to open a pull request!" : {
772
778
779
+
},
780
+
"This week you have a " : {
781
+
773
782
},
774
783
"Time" : {
775
784
@@ -888,12 +897,12 @@
888
897
}
889
898
}
890
899
},
891
-
"You're almost there! A quick %@ %@ walk will get you to your goal. It should only take you about %@." : {
900
+
"You're almost there! A quick %@ %@ walk should get you to your goal. It should only take you about %@." : {
892
901
"localizations" : {
893
902
"en" : {
894
903
"stringUnit" : {
895
904
"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$@."
905
+
"value" : "You're almost there! A quick %1$@ %2$@ walk should get you to your goal. It should only take you about %3$@."
0 commit comments