-
Notifications
You must be signed in to change notification settings - Fork 5
/
Localizable.strings
76 lines (51 loc) · 3.1 KB
/
Localizable.strings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
/* Weight label display text */
"%.1f %@" = "%1$.1f %2$@";
/* Last weight date text for >2 days ago */
"%i days ago at %@" = "%1$i days ago at %2$@";
/* BMI label display text */
"BMI: %.1f" = "BMI: %.1f";
/* Centimeter long form unit singular */
"centimeter" = "centimeter";
/* Centimeters long form unit plural */
"centimeters" = "centimeters";
/* Feet long form unit plural */
"feet" = "feet";
/* foot long form unit singular */
"foot" = "foot";
/* Gram long form unit singular */
"gram" = "gram";
/* Grams long form unit plural */
"grams" = "grams";
/* Inch long form unit singular */
"inch" = "inch";
/* Inches long form unit plural */
"inches" = "inches";
/* Kilogram long form unit singular */
"kilogram" = "kilogram";
/* Kilograms long form unit plural */
"kilograms" = "kilograms";
/* Meter long form unit singular */
"meter" = "meter";
/* Meters long form unit plural */
"meters" = "meters";
/* BMI Category: Normal */
"Normal" = "Normal";
/* BMI Category: Obese */
"Obese" = "Obese";
/* BMI Category: Overweight */
"Overweight" = "Overweight";
/* Pound long form unit singular */
"pound" = "pound";
/* Pounds long form unit plural */
"pounds" = "pounds";
/* Previous weight label display text */
"Previous: %.1f %@" = "Previous: %1$.1f %2$@";
/* Stone long form unit plural
Stone long form unit singular */
"stone" = "stone";
/* Last weight date text for current day */
"Today at %@" = "Today at %@";
/* BMI Category: Underweight */
"Underweight" = "Underweight";
/* Last weight date text for yesterday */
"Yesterday at %@" = "Yesterday at %@";