-
-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #546 from creepymonster/crowdin
Crowdin
- Loading branch information
Showing
12 changed files
with
1,324 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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í."; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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."; |
Oops, something went wrong.