Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ShareClient.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,9 @@
ar,
cs,
hi,
ce,
hu,
uk,
);
mainGroup = 432B0E7E1CDFC3C50045347B;
productRefGroup = 432B0E891CDFC3C50045347B /* Products */;
Expand Down
44 changes: 43 additions & 1 deletion ShareClientUI/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"APAC" : {
"comment" : "Japan, Phillipines, Singapore share server option title",
"localizations" : {
"de" : {
"stringUnit" : {
"state" : "translated",
"value" : "APAC"
}
},
"it" : {
"stringUnit" : {
"state" : "translated",
Expand All @@ -15,6 +21,12 @@
"state" : "translated",
"value" : "APAC"
}
},
"ro" : {
"stringUnit" : {
"state" : "translated",
"value" : "APAC"
}
}
}
},
Expand Down Expand Up @@ -138,7 +150,7 @@
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "Are you sure you want to delete this CGM?"
"value" : "确认要删除该CGM吗?"
}
}
}
Expand Down Expand Up @@ -396,6 +408,12 @@
"Date" : {
"comment" : "Title describing glucose date",
"localizations" : {
"ar" : {
"stringUnit" : {
"state" : "translated",
"value" : "التاريخ"
}
},
"da" : {
"stringUnit" : {
"state" : "translated",
Expand Down Expand Up @@ -777,6 +795,12 @@
"Latest Reading" : {
"comment" : "Section title for latest glucose reading",
"localizations" : {
"ar" : {
"stringUnit" : {
"state" : "translated",
"value" : "آخر قراءة"
}
},
"da" : {
"stringUnit" : {
"state" : "translated",
Expand Down Expand Up @@ -1260,6 +1284,12 @@
"Trend" : {
"comment" : "Title describing glucose trend",
"localizations" : {
"ar" : {
"stringUnit" : {
"state" : "translated",
"value" : "إتجاه"
}
},
"da" : {
"stringUnit" : {
"state" : "translated",
Expand Down Expand Up @@ -1623,6 +1653,12 @@
"Worldwide" : {
"comment" : "Outside US and APAC share server option title",
"localizations" : {
"de" : {
"stringUnit" : {
"state" : "translated",
"value" : "Weltweit"
}
},
"it" : {
"stringUnit" : {
"state" : "translated",
Expand All @@ -1634,6 +1670,12 @@
"state" : "translated",
"value" : "Verdensomspennende"
}
},
"ro" : {
"stringUnit" : {
"state" : "translated",
"value" : "În întreaga lume"
}
}
}
}
Expand Down