Skip to content

Commit b2f795a

Browse files
committed
Cleanup
1 parent e267940 commit b2f795a

File tree

11 files changed

+136
-8
lines changed

11 files changed

+136
-8
lines changed

Common/ar.lproj/Intents.strings

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
"80eo5o" = "Add Carb Entry";
2+
3+
"9KhaIS" = "I've set the preset";
4+
5+
"I4OZy8" = "Enable Override Preset";
6+
7+
"OcNxIj" = "Add Carb Entry";
8+
9+
"XNNmtH" = "Enable preset in Loop";
10+
11+
"ZZ3mtM" = "Enable an override preset in Loop";
12+
13+
"b085BW" = "I wasn't able to set the preset.";
14+
15+
"lYMuWV" = "Override Name";
16+
17+
"nDKAmn" = "What's the name of the override you'd like to set?";
18+
19+
"oLQSsJ" = "Enable '${overrideName}' Override Preset";
20+
21+
"yBzwCL" = "Override Selection";
22+
23+
"yc02Yq" = "Add a carb entry to Loop";
24+
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
/* The format string for the app name and version number. (1: bundle name)(2: bundle version) */
2+
"%1$@ v%2$@" = "%1$@ v%2$@";
3+
4+
/* Title of the user activity for adding carbs */
5+
"Add Carb Entry" = "Add Carb Entry";
6+
7+
/* The short unit display string for decibles */
8+
"dB" = "dB";
9+
10+
/* The short unit display string for grams */
11+
"g" = "g";
12+
13+
/* The short unit display string for milligrams of glucose per decilter */
14+
"mg/dL" = "mg/dL";
15+
16+
/* The short unit display string for millimoles of glucose per liter */
17+
"mmol/L" = "mmol/L";
18+
19+
/* Format string for combining localized numeric value and unit. (1: numeric value)(2: unit) */
20+
"QUANTITY_VALUE_AND_UNIT" = "%1$@ %2$@";
21+
22+
/* The short unit display string for international units of insulin */
23+
"U" = "U";
24+

Learn/he.lproj/LaunchScreen.strings

Lines changed: 0 additions & 1 deletion
This file was deleted.

Learn/tr.lproj/LaunchScreen.strings

Lines changed: 0 additions & 1 deletion
This file was deleted.

Loop.xcodeproj/project.pbxproj

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1492,6 +1492,18 @@
14921492
C19F496225630504003632D7 /* Minizip.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Minizip.framework; sourceTree = BUILT_PRODUCTS_DIR; };
14931493
C1AD41FF256D61E500164DDD /* Comparable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Comparable.swift; sourceTree = "<group>"; };
14941494
C1AF062229426300002C1B19 /* ManualGlucoseEntryRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ManualGlucoseEntryRow.swift; sourceTree = "<group>"; };
1495+
C1C31277297E4BFE00296DA4 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/Main.strings; sourceTree = "<group>"; };
1496+
C1C31278297E4BFE00296DA4 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/MainInterface.strings; sourceTree = "<group>"; };
1497+
C1C31279297E4BFE00296DA4 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/Interface.strings; sourceTree = "<group>"; };
1498+
C1C3127A297E4BFE00296DA4 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/Main.strings; sourceTree = "<group>"; };
1499+
C1C3127B297E4BFE00296DA4 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
1500+
C1C3127C297E4BFE00296DA4 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/Localizable.strings; sourceTree = "<group>"; };
1501+
C1C3127D297E4C0100296DA4 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/InfoPlist.strings; sourceTree = "<group>"; };
1502+
C1C3127E297E4C0100296DA4 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/ckcomplication.strings; sourceTree = "<group>"; };
1503+
C1C3127F297E4C0400296DA4 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/Intents.strings; sourceTree = "<group>"; };
1504+
C1C31280297E4C0400296DA4 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/Localizable.strings; sourceTree = "<group>"; };
1505+
C1C31281297E4C0400296DA4 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/InfoPlist.strings; sourceTree = "<group>"; };
1506+
C1C31282297E4F6E00296DA4 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/Localizable.strings; sourceTree = "<group>"; };
14951507
C1C6591B1E1B1FDA0025CC58 /* recommend_temp_basal_dropping_then_rising.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = recommend_temp_basal_dropping_then_rising.json; sourceTree = "<group>"; };
14961508
C1C660D0252E4DD5009B5C32 /* LoopConstants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoopConstants.swift; sourceTree = "<group>"; };
14971509
C1D197FE232CF92D0096D646 /* capture-build-details.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "capture-build-details.sh"; sourceTree = "<group>"; };
@@ -1574,7 +1586,6 @@
15741586
E9C58A7B24DB529A00487A17 /* insulin_effect.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = insulin_effect.json; sourceTree = "<group>"; };
15751587
E9E5E55F24D3519700B5DFFE /* far_future_high_bg_forecast_after_6_hours.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = far_future_high_bg_forecast_after_6_hours.json; sourceTree = "<group>"; };
15761588
F5D9C01727DABBE0002E48F6 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Intents.strings; sourceTree = "<group>"; };
1577-
F5D9C01827DABBE0002E48F6 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
15781589
F5D9C01927DABBE0002E48F6 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Main.strings; sourceTree = "<group>"; };
15791590
F5D9C01A27DABBE1002E48F6 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/MainInterface.strings; sourceTree = "<group>"; };
15801591
F5D9C01B27DABBE1002E48F6 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Interface.strings; sourceTree = "<group>"; };
@@ -1591,7 +1602,6 @@
15911602
F5D9C02627DABBE4002E48F6 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Localizable.strings; sourceTree = "<group>"; };
15921603
F5D9C02727DABBE4002E48F6 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Localizable.strings; sourceTree = "<group>"; };
15931604
F5E0BDD327E1D71C0033557E /* he */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = he; path = he.lproj/Intents.strings; sourceTree = "<group>"; };
1594-
F5E0BDD427E1D71C0033557E /* he */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = he; path = he.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
15951605
F5E0BDD527E1D71D0033557E /* he */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = he; path = he.lproj/Main.strings; sourceTree = "<group>"; };
15961606
F5E0BDD627E1D71D0033557E /* he */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = he; path = he.lproj/MainInterface.strings; sourceTree = "<group>"; };
15971607
F5E0BDD727E1D71E0033557E /* he */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = he; path = he.lproj/Interface.strings; sourceTree = "<group>"; };
@@ -3250,6 +3260,7 @@
32503260
ro,
32513261
tr,
32523262
he,
3263+
ar,
32533264
);
32543265
mainGroup = 43776F831B8022E90074EA36;
32553266
packageReferences = (
@@ -4156,6 +4167,7 @@
41564167
7D9BF13B23370E8B005DCFD6 /* ro */,
41574168
F5D9C01927DABBE0002E48F6 /* tr */,
41584169
F5E0BDD527E1D71D0033557E /* he */,
4170+
C1C31277297E4BFE00296DA4 /* ar */,
41594171
);
41604172
name = Main.storyboard;
41614173
sourceTree = "<group>";
@@ -4164,8 +4176,6 @@
41644176
isa = PBXVariantGroup;
41654177
children = (
41664178
43776F9B1B8022E90074EA36 /* Base */,
4167-
F5D9C01827DABBE0002E48F6 /* tr */,
4168-
F5E0BDD427E1D71C0033557E /* he */,
41694179
);
41704180
name = LaunchScreen.storyboard;
41714181
sourceTree = "<group>";
@@ -4193,6 +4203,7 @@
41934203
7D9BF13A23370E8B005DCFD6 /* ro */,
41944204
F5D9C01727DABBE0002E48F6 /* tr */,
41954205
F5E0BDD327E1D71C0033557E /* he */,
4206+
C1C3127F297E4C0400296DA4 /* ar */,
41964207
);
41974208
name = Intents.intentdefinition;
41984209
sourceTree = "<group>";
@@ -4220,6 +4231,7 @@
42204231
7D9BF13D23370E8B005DCFD6 /* ro */,
42214232
F5D9C01B27DABBE1002E48F6 /* tr */,
42224233
F5E0BDD727E1D71E0033557E /* he */,
4234+
C1C31279297E4BFE00296DA4 /* ar */,
42234235
);
42244236
name = Interface.storyboard;
42254237
sourceTree = "<group>";
@@ -4247,6 +4259,7 @@
42474259
7D9BF13E23370E8C005DCFD6 /* ro */,
42484260
F5D9C01C27DABBE1002E48F6 /* tr */,
42494261
F5E0BDD827E1D71E0033557E /* he */,
4262+
C1C3127A297E4BFE00296DA4 /* ar */,
42504263
);
42514264
name = Main.storyboard;
42524265
sourceTree = "<group>";
@@ -4257,6 +4270,7 @@
42574270
43D9FFAE21EA9A0F00AF44BF /* Base */,
42584271
F5D9C01D27DABBE1002E48F6 /* tr */,
42594272
F5E0BDD927E1D71F0033557E /* he */,
4273+
C1C3127B297E4BFE00296DA4 /* ar */,
42604274
);
42614275
name = LaunchScreen.storyboard;
42624276
sourceTree = "<group>";
@@ -4300,6 +4314,7 @@
43004314
7D9BF13C23370E8B005DCFD6 /* ro */,
43014315
F5D9C01A27DABBE1002E48F6 /* tr */,
43024316
F5E0BDD627E1D71D0033557E /* he */,
4317+
C1C31278297E4BFE00296DA4 /* ar */,
43034318
);
43044319
name = MainInterface.storyboard;
43054320
sourceTree = "<group>";
@@ -4308,6 +4323,7 @@
43084323
isa = PBXVariantGroup;
43094324
children = (
43104325
63F5E17B297DDF3900A62D4B /* Base */,
4326+
C1C3127E297E4C0100296DA4 /* ar */,
43114327
);
43124328
name = ckcomplication.strings;
43134329
sourceTree = "<group>";
@@ -4345,6 +4361,7 @@
43454361
7D23667A21250C480028B67D /* Base */,
43464362
F5D9C02327DABBE3002E48F6 /* tr */,
43474363
F5E0BDDF27E1D7210033557E /* he */,
4364+
C1C31281297E4C0400296DA4 /* ar */,
43484365
);
43494366
name = InfoPlist.strings;
43504367
sourceTree = "<group>";
@@ -4372,6 +4389,7 @@
43724389
7D9BF14323370E8C005DCFD6 /* ro */,
43734390
F5D9C02227DABBE3002E48F6 /* tr */,
43744391
F5E0BDDE27E1D7210033557E /* he */,
4392+
C1C31280297E4C0400296DA4 /* ar */,
43754393
);
43764394
name = Localizable.strings;
43774395
sourceTree = "<group>";
@@ -4479,6 +4497,7 @@
44794497
7D9BF14023370E8C005DCFD6 /* ro */,
44804498
F5D9C01F27DABBE2002E48F6 /* tr */,
44814499
F5E0BDDB27E1D7200033557E /* he */,
4500+
C1C31282297E4F6E00296DA4 /* ar */,
44824501
);
44834502
name = Localizable.strings;
44844503
sourceTree = "<group>";
@@ -4531,6 +4550,7 @@
45314550
7D9BF13F23370E8C005DCFD6 /* ro */,
45324551
F5D9C01E27DABBE2002E48F6 /* tr */,
45334552
F5E0BDDA27E1D71F0033557E /* he */,
4553+
C1C3127C297E4BFE00296DA4 /* ar */,
45344554
);
45354555
name = Localizable.strings;
45364556
sourceTree = "<group>";
@@ -4549,6 +4569,7 @@
45494569
7D23667E21250CAC0028B67D /* Base */,
45504570
F5D9C02427DABBE3002E48F6 /* tr */,
45514571
F5E0BDE027E1D7220033557E /* he */,
4572+
C1C3127D297E4C0100296DA4 /* ar */,
45524573
);
45534574
name = InfoPlist.strings;
45544575
sourceTree = "<group>";

Loop/he.lproj/LaunchScreen.strings

Lines changed: 0 additions & 1 deletion
This file was deleted.

Loop/tr.lproj/LaunchScreen.strings

Lines changed: 0 additions & 1 deletion
This file was deleted.

LoopUI/ar.lproj/InfoPlist.strings

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/* (No Comment) */
2+
"CFBundleDisplayName" = "LoopUI";
3+
4+
/* (No Comment) */
5+
"CFBundleName" = "$(PRODUCT_NAME)";
6+
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
/* Accessbility format value describing glucose: (1: glucose number)(2: glucose time) */
2+
"%1$@ at %2$@" = "%1$@ at %2$@";
3+
4+
/* Accessibility format string describing the basal rate. (1: localized basal rate value)(2: last updated time) */
5+
"%1$@ units per hour at %2$@" = "%1$@ units per hour at %2$@";
6+
7+
/* Format string describing glucose units per minute (1: glucose unit string) */
8+
"%1$@/min" = "%1$@/min";
9+
10+
/* Format string describing the time interval since the last completion date. (1: The localized date components */
11+
"%@ ago" = "%@ ago";
12+
13+
/* The format string describing the basal rate. */
14+
"%@ U" = "%@ U";
15+
16+
/* Accessibility hint describing completion HUD for a closed loop */
17+
"Closed loop" = "Closed loop";
18+
19+
/* Accessbility format label describing the time interval since the last completion date. (1: The localized date components) */
20+
"Loop ran %@ ago" = "Loop ran %@ ago";
21+
22+
/* Accessibility label component for glucose HUD describing an invalid state */
23+
"Needs attention" = "Needs attention";
24+
25+
/* Accessbility hint describing completion HUD for an open loop */
26+
"Open loop" = "Open loop";
27+
28+
/* Accessibility value for an unknown value */
29+
"Unknown" = "Unknown";
30+
31+
/* Acessibility label describing completion HUD waiting for first run */
32+
"Waiting for first run" = "Waiting for first run";
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
/*
2+
ckcomplication.strings
3+
Loop
4+
5+
Created by Nate Racklyeft on 9/18/16.
6+
Copyright © 2016 Nathan Racklyeft. All rights reserved.
7+
*/
8+
9+
/* The complication template example glucose and trend string */
10+
"120↘︎" = "120↘︎";
11+
12+
/* The complication template example glucose string */
13+
"120" = "120";
14+
15+
/* The complication template example time string */
16+
"3MIN" = "3MIN";
17+
18+
/* Utilitarian large flat format string (1: Glucose & Trend symbol) (2: Eventual Glucose) (3: Time) */
19+
"UtilitarianLargeFlat" = "%@%@ %@";

0 commit comments

Comments
 (0)