Bläddra i källkod

i18n: update translation file

bastiaanv 6 månader sedan
förälder
incheckning
e3dc33713a

+ 9 - 1
Trio/Sources/Localizations/Main/Localizable.xcstrings

@@ -10034,7 +10034,6 @@
       }
     },
     "%lld h" : {
-      "extractionState" : "stale",
       "localizations" : {
         "bg" : {
           "stringUnit" : {
@@ -227536,6 +227535,9 @@
         }
       }
     },
+    "The Detailed Watch/Carplay Screen Widget offers users a glucose chart as well as the current glucose, delta and the timestamp of current reading." : {
+
+    },
     "The Duration of Insulin Action (DIA) defines how long your insulin continues to lower glucose readings after a dose." : {
       "localizations" : {
         "bg" : {
@@ -251126,6 +251128,9 @@
         }
       }
     },
+    "Trio's Simple Watch/Carplay Widget displays current glucose reading, trend arrow, delta and the timestamp of the current reading." : {
+
+    },
     "Try again in a moment, or configure your Therapy Settings manually instead." : {
       "localizations" : {
         "bg" : {
@@ -261562,6 +261567,9 @@
         }
       }
     },
+    "Watch/Carplay Widget Style" : {
+
+    },
     "We recommend reviewing them carefully — Trio will guide you step-by-step." : {
       "localizations" : {
         "bg" : {

+ 2 - 2
Trio/Sources/Modules/LiveActivitySettings/View/LiveActivitySettingsRootView.swift

@@ -182,13 +182,13 @@ extension LiveActivitySettings {
                                                         VStack(alignment: .leading, spacing: 10) {
                                                             Text("Simple:").bold()
                                                             Text(
-                                                                "Trio's Simple Watch Widget displays current glucose reading, trend arrow, delta and the timestamp of the current reading."
+                                                                "Trio's Simple Watch/Carplay Widget displays current glucose reading, trend arrow, delta and the timestamp of the current reading."
                                                             )
                                                         }
                                                         VStack(alignment: .leading, spacing: 10) {
                                                             Text("Detailed:").bold()
                                                             Text(
-                                                                "The Detailed Watch Screen Widget offers users a glucose chart as well as the current glucose, delta and the timestamp of current reading."
+                                                                "The Detailed Watch/Carplay Screen Widget offers users a glucose chart as well as the current glucose, delta and the timestamp of current reading."
                                                             )
                                                         }
                                                     }