Skip to content

Commit

Permalink
Merge pull request #546 from creepymonster/crowdin
Browse files Browse the repository at this point in the history
Crowdin
  • Loading branch information
creepymonster authored Jun 15, 2023
2 parents 2fcbde6 + 21aba39 commit 87308f8
Show file tree
Hide file tree
Showing 12 changed files with 1,324 additions and 64 deletions.
23 changes: 23 additions & 0 deletions App/cs.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/* Bundle display name */
"CFBundleDisplayName" = "Glucose Direct";

/* Bundle name */
"CFBundleName" = "Glucose Direct";

/* Privacy - NFC Scan Usage Description */
"NFCReaderUsageDescription" = "Pro načtení nastavení všech připojení před spojením Bluetooth je nutná funkce NFC.";

/* Privacy - Bluetooth Always Usage Description */
"NSBluetoothAlwaysUsageDescription" = "Pro připojení k podporovaným zařízením je nutná funkce Bluetooth.";

/* Privacy - Bluetooth Peripheral Usage Description */
"NSBluetoothPeripheralUsageDescription" = "Pro připojení k podporovaným zařízením je nutná funkce Bluetooth.";

/* Privacy - Calendars Usage Description */
"NSCalendarsUsageDescription" = "Pro zobrazení aktuálních hodnot glukózy na hodinkách Apple Watch je nutný přístup ke kalendáři.";

/* Privacy - Health Share Usage Description */
"NSHealthShareUsageDescription" = "Aby bylo možné hodnoty glykémie vyexportovat, je nutný přístup ke službě Apple Zdraví.";

/* Privacy - Health Update Usage Description */
"NSHealthUpdateUsageDescription" = "Aby bylo možné hodnoty glykémie vyexportovat, je nutný přístup ke službě Apple Zdraví.";
2 changes: 1 addition & 1 deletion App/de.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Bundle display name */
"CFBundleDisplayName" = "Glukose Direkt";
"CFBundleDisplayName" = "Glucose Direkt";

/* Bundle name */
"CFBundleName" = "Glukose Direkt";
Expand Down
23 changes: 23 additions & 0 deletions App/ka.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/* Bundle display name */
"CFBundleDisplayName" = "Glucose Direct";

/* Bundle name */
"CFBundleName" = "Glucose Direct";

/* Privacy - NFC Scan Usage Description */
"NFCReaderUsageDescription" = "The NFC function is required to read out all connection settings before a Bluetooth connection.";

/* Privacy - Bluetooth Always Usage Description */
"NSBluetoothAlwaysUsageDescription" = "The Bluetooth function is needed to connect to the supported devices.";

/* Privacy - Bluetooth Peripheral Usage Description */
"NSBluetoothPeripheralUsageDescription" = "The Bluetooth function is needed to connect to the supported devices.";

/* Privacy - Calendars Usage Description */
"NSCalendarsUsageDescription" = "Access to the calendar is required to display up-to-date glucose values on the Apple Watch.";

/* Privacy - Health Share Usage Description */
"NSHealthShareUsageDescription" = "Access to Apple Health is required if glucose data should be exported.";

/* Privacy - Health Update Usage Description */
"NSHealthUpdateUsageDescription" = "Access to Apple Health is required if glucose data should be exported.";
Loading

0 comments on commit 87308f8

Please sign in to comment.