Skip to content

Roundtrip localizations #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 27, 2023
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
5 changes: 5 additions & 0 deletions ShareClient.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@
B40BF26423ABD4E600A43CEE /* ShareClientPlugin-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ShareClientPlugin-Bridging-Header.h"; sourceTree = "<group>"; };
B40BF26523ABD4E700A43CEE /* ShareClientPlugin.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShareClientPlugin.swift; sourceTree = "<group>"; };
B40BF26723ABD55200A43CEE /* OSLog.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OSLog.swift; sourceTree = "<group>"; };
C126BAF829830A83002CEE4F /* zh-Hans-CN */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans-CN"; path = "zh-Hans-CN.lproj/Localizable.strings"; sourceTree = "<group>"; };
C126BAF929830A83002CEE4F /* zh-Hans-CN */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans-CN"; path = "zh-Hans-CN.lproj/Localizable.strings"; sourceTree = "<group>"; };
F5D9C04227DAC15A002E48F6 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Localizable.strings; sourceTree = "<group>"; };
F5D9C04327DAC15A002E48F6 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Localizable.strings; sourceTree = "<group>"; };
F5E0BE3027E1E05E0033557E /* he */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = he; path = he.lproj/Localizable.strings; sourceTree = "<group>"; };
Expand Down Expand Up @@ -411,6 +413,7 @@
da,
tr,
he,
"zh-Hans-CN",
);
mainGroup = 432B0E7E1CDFC3C50045347B;
productRefGroup = 432B0E891CDFC3C50045347B /* Products */;
Expand Down Expand Up @@ -550,6 +553,7 @@
7D9BF1302336FFAF005DCFD6 /* da */,
F5D9C04327DAC15A002E48F6 /* tr */,
F5E0BE3127E1E05F0033557E /* he */,
C126BAF929830A83002CEE4F /* zh-Hans-CN */,
);
name = Localizable.strings;
sourceTree = "<group>";
Expand All @@ -576,6 +580,7 @@
7D9BF12F2336FFAF005DCFD6 /* da */,
F5D9C04227DAC15A002E48F6 /* tr */,
F5E0BE3027E1E05E0033557E /* he */,
C126BAF829830A83002CEE4F /* zh-Hans-CN */,
);
name = Localizable.strings;
sourceTree = "<group>";
Expand Down
Binary file modified ShareClient/da.lproj/Localizable.strings
Binary file not shown.
Binary file modified ShareClient/es.lproj/Localizable.strings
Binary file not shown.
Binary file modified ShareClient/fr.lproj/Localizable.strings
Binary file not shown.
Binary file modified ShareClient/he.lproj/Localizable.strings
Binary file not shown.
Binary file modified ShareClient/it.lproj/Localizable.strings
Binary file not shown.
Binary file modified ShareClient/ja.lproj/Localizable.strings
Binary file not shown.
Binary file modified ShareClient/nb.lproj/Localizable.strings
Binary file not shown.
Binary file modified ShareClient/nl.lproj/Localizable.strings
Binary file not shown.
Binary file modified ShareClient/pl.lproj/Localizable.strings
Binary file not shown.
Binary file modified ShareClient/pt-BR.lproj/Localizable.strings
Binary file not shown.
Binary file modified ShareClient/ro.lproj/Localizable.strings
Binary file not shown.
Binary file modified ShareClient/ru.lproj/Localizable.strings
Binary file not shown.
Binary file modified ShareClient/sv.lproj/Localizable.strings
Binary file not shown.
Binary file modified ShareClient/tr.lproj/Localizable.strings
Binary file not shown.
Binary file modified ShareClient/vi.lproj/Localizable.strings
Binary file not shown.
10 changes: 10 additions & 0 deletions ShareClient/zh-Hans-CN.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/* The title of the Dexcom Share service
Title for the CGMManager option */
"Dexcom Share" = "德康远程";

/* Sensor state description for the non-valid state */
"Needs Attention" = "请注意";

/* Sensor state description for the valid state */
"OK" = "好";

Binary file modified ShareClient/zh-Hans.lproj/Localizable.strings
Binary file not shown.
Binary file modified ShareClientUI/da.lproj/Localizable.strings
Binary file not shown.
Binary file modified ShareClientUI/es.lproj/Localizable.strings
Binary file not shown.
Binary file modified ShareClientUI/fi.lproj/Localizable.strings
Binary file not shown.
Binary file modified ShareClientUI/fr.lproj/Localizable.strings
Binary file not shown.
Binary file modified ShareClientUI/he.lproj/Localizable.strings
Binary file not shown.
Binary file modified ShareClientUI/it.lproj/Localizable.strings
Binary file not shown.
Binary file modified ShareClientUI/ja.lproj/Localizable.strings
Binary file not shown.
Binary file modified ShareClientUI/nb.lproj/Localizable.strings
Binary file not shown.
Binary file modified ShareClientUI/nl.lproj/Localizable.strings
Binary file not shown.
Binary file modified ShareClientUI/pl.lproj/Localizable.strings
Binary file not shown.
Binary file modified ShareClientUI/pt-BR.lproj/Localizable.strings
Binary file not shown.
Binary file modified ShareClientUI/ro.lproj/Localizable.strings
Binary file not shown.
Binary file modified ShareClientUI/ru.lproj/Localizable.strings
Binary file not shown.
Binary file modified ShareClientUI/sv.lproj/Localizable.strings
Binary file not shown.
Binary file modified ShareClientUI/tr.lproj/Localizable.strings
Binary file not shown.
Binary file modified ShareClientUI/vi.lproj/Localizable.strings
Binary file not shown.
40 changes: 40 additions & 0 deletions ShareClientUI/zh-Hans-CN.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
/* Confirmation message for deleting a CGM */
"Are you sure you want to delete this CGM?" = "Are you sure you want to delete this CGM?";

/* The title of the cancel action in an action sheet */
"Cancel" = "取消";

/* Title of cell to set credentials */
"Credentials" = "密钥";

/* Title describing glucose date */
"Date" = "日期";

/* Button title to delete CGM
Title text for the button to remove a CGM from Loop */
"Delete CGM" = "趋势";

/* Title describing glucose value */
"Glucose" = "葡萄糖";

/* Section title for latest glucose reading */
"Latest Reading" = "最新血糖值";

/* Outside US share server option title */
"Outside US" = "非美国地区";

/* The title of the Dexcom share password credential */
"Password" = "密码";

/* The title of the Dexcom share server URL credential */
"Server" = "服务器";

/* Title describing glucose trend */
"Trend" = "趋势";

/* U.S. share server option title */
"US" = "美国";

/* The title of the Dexcom share username credential */
"Username" = "用户名";

Binary file modified ShareClientUI/zh-Hans.lproj/Localizable.strings
Binary file not shown.