NL localization of Watch App and Complications

Co-Authored-By: Johan Degraeve <13840461+johandegraeve@users.noreply.github.com>
This commit is contained in:
Paul Plant 2024-04-29 11:23:59 +02:00
parent f871166c47
commit de3303f32c
4 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,10 @@
/*
WatchApp.strings
xdrip
Created by Paul Plant on 27/4/24.
Copyright © 2024 Johan Degraeve. All rights reserved.
*/
"requestingData" = "Gegevens opvragen...";
"lastReading" = "Laatste meting";
"noSensorData" = "Geen sensor gegevens";

View File

@ -0,0 +1,12 @@
/*
WatchComplication.strings
xdrip
Created by Paul Plant on 26/4/24.
Copyright © 2024 Johan Degraeve. All rights reserved.
*/
"liveDataDisabled" = "Live data uitgeschakeld";
"goTo" = "Go naar";
"appleWatch" = "Apple Watch";
"settings" = "Instelingen";
"toEnable" = "om aan te zetten";

View File

@ -960,6 +960,8 @@
47EDD14A2BDD57D600C5A286 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/WatchApp.strings; sourceTree = "<group>"; };
47EDD1542BDD8ADD00C5A286 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/WatchApp.strings; sourceTree = "<group>"; };
47EDD1552BDD8AF300C5A286 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/WatchComplication.strings; sourceTree = "<group>"; };
47EDD1562BDF809800C5A286 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/WatchApp.strings; sourceTree = "<group>"; };
47EDD1572BDF811000C5A286 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/WatchComplication.strings; sourceTree = "<group>"; };
47FB28072636B04200042FFB /* StatisticsManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StatisticsManager.swift; sourceTree = "<group>"; };
666E283826F7E54C00ACE4DF /* xDrip.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = xDrip.xcconfig; path = xdrip/xDrip.xcconfig; sourceTree = "<group>"; };
666E283926F7E54C00ACE4DF /* Version.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Version.xcconfig; path = xdrip/Version.xcconfig; sourceTree = "<group>"; };
@ -4683,6 +4685,7 @@
476FA90B2BDC1EBA0091866C /* en */,
476FA9102BDC1FFF0091866C /* es */,
47EDD1552BDD8AF300C5A286 /* de */,
47EDD1572BDF811000C5A286 /* nl */,
);
name = WatchComplication.strings;
sourceTree = "<group>";
@ -4693,6 +4696,7 @@
47EDD1482BDD56C800C5A286 /* en */,
47EDD14A2BDD57D600C5A286 /* es */,
47EDD1542BDD8ADD00C5A286 /* de */,
47EDD1562BDF809800C5A286 /* nl */,
);
name = WatchApp.strings;
sourceTree = "<group>";

View File

@ -96,6 +96,11 @@
"warningChangeFromMasterToFollower" = "Wisselen van Master naar Volger stopt de huidige sensor. Wil je doorgaan ?";
"nightScoutPort" = "Port";
"appleWatchShowDataInComplications" = "Toon waardes in complicaties";
"appleWatchShowDataInComplicationsMessage" = "Apple Watch complicaties zijn niet up-to-date. Updates gebeuren 2 tot 3 keer per uur.\n\nREKEN NIET op waardes in de complicaties.\n\nOm up-to-date waardes te zien, open de %@ Watch app.\n\nKlik 'OK' als je dit begrijpt en aanvaardt.";
"appleWatchComplicationUserAgreementDate" = "Gebruikersovereenkomst";
"appleWatchRemainingComplicationUserInfoTransfers" = "Overblijvende complicatie updates";
/////////////////////////////////////////////////////////////////////////////////////////////
///// Translation needed - remove this header after translation /////
/////////////////////////////////////////////////////////////////////////////////////////////